HomeSort by relevance Sort by last modified time
    Searched defs:ALLOC_SIZE (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/src/
phashtable.c 34 #define ALLOC_SIZE 16
49 PHashTableEntry entries[ALLOC_SIZE];
381 for (i = 0; i < ALLOC_SIZE - 1; ++i)
385 block->entries[ALLOC_SIZE-1].next = NULL;
390 for (i = 0, entry = block->entries; i < ALLOC_SIZE - 1; ++i, ++entry)
  /external/mksh/src/
sh.h 640 #define ALLOC_SIZE (sizeof(ALLOC_ITEM))
    [all...]

Completed in 217 milliseconds