HomeSort by: relevance | last modified time | path
    Searched refs:map_count (Results 1 - 9 of 9) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 385 int map_count; /* yes, indeed */ member in struct:__anon8208
602 int map_count = state->map_count; local
608 for (n = 0; n < map_count; n++) {
658 static int postmap_queries(VSTREAM *in, char **maps, const int map_count,
672 if (map_count <= 0)
678 dicts = (DICT **) mymalloc(sizeof(*dicts) * map_count);
679 for (n = 0; n < map_count; n++)
688 for (n = 0; n < map_count; n++) {
729 key_state.map_count = map_count
    [all...]
  /src/external/ibm-public/postfix/dist/src/postalias/
postalias.c 518 static int postalias_queries(VSTREAM *in, char **maps, const int map_count,
531 if (map_count <= 0)
537 dicts = (DICT **) mymalloc(sizeof(*dicts) * map_count);
538 for (n = 0; n < map_count; n++)
546 for (n = 0; n < map_count; n++) {
573 for (n = 0; n < map_count; n++)
609 static int postalias_deletes(VSTREAM *in, char **maps, const int map_count,
622 if (map_count <= 0)
628 dicts = (DICT **) mymalloc(sizeof(*dicts) * map_count);
629 for (n = 0; n < map_count; n++)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_object.c 44 WARN_ON_ONCE(bo->map_count > 0);
159 bo->map_count++;
168 bo->map_count = 1;
207 bo->map_count--;
208 if (bo->map_count > 0)
qxl_drv.h 87 unsigned int map_count; member in struct:qxl_bo
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 423 static int map_count, unmap_count; member in struct:TestMapUnmapCallback
424 void OnMap(uptr p, uptr size) const { map_count++; }
427 int TestMapUnmapCallback::map_count; member in class:TestMapUnmapCallback
447 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
452 EXPECT_EQ(TestMapUnmapCallback::map_count, 1); // Allocator state.
462 EXPECT_EQ(TestMapUnmapCallback::map_count, 4);
484 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
489 EXPECT_EQ(TestMapUnmapCallback::map_count, 0);
496 EXPECT_EQ(TestMapUnmapCallback::map_count, 1);
501 // TestMapUnmapCallback::map_count,
506 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
1409 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
vms-lib.c 2042 unsigned int map_count = 0; local
2093 if (map_count == map_max)
2103 map[map_count].abfd = current;
2104 map[map_count].namlen = strlen (syms[src_count]->name);
2105 map[map_count].name = syms[src_count]->name;
2106 map_count++;
2113 *res_cnt = map_count;
  /src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c 2038 unsigned int map_count = 0; local
2089 if (map_count == map_max)
2099 map[map_count].abfd = current;
2100 map[map_count].namlen = strlen (syms[src_count]->name);
2101 map[map_count].name = syms[src_count]->name;
2102 map_count++;
2109 *res_cnt = map_count;
  /src/external/gpl3/gdb/dist/bfd/
vms-lib.c 2038 unsigned int map_count = 0; local
2089 if (map_count == map_max)
2099 map[map_count].abfd = current;
2100 map[map_count].namlen = strlen (syms[src_count]->name);
2101 map[map_count].name = syms[src_count]->name;
2102 map_count++;
2109 *res_cnt = map_count;
  /src/external/gpl3/gdb.old/dist/bfd/
vms-lib.c 2038 unsigned int map_count = 0; local
2089 if (map_count == map_max)
2099 map[map_count].abfd = current;
2100 map[map_count].namlen = strlen (syms[src_count]->name);
2101 map[map_count].name = syms[src_count]->name;
2102 map_count++;
2109 *res_cnt = map_count;

Completed in 42 milliseconds