HomeSort by relevance Sort by last modified time
    Searched defs:ALLOC_SIZE (Results 1 - 3 of 3) 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/deqp/framework/randomshaders/
rsgToken.hpp 237 ALLOC_SIZE = 64
247 m_tokens.resize(m_numTokens+ALLOC_SIZE);
  /external/mksh/src/
sh.h 648 #define ALLOC_SIZE (sizeof(ALLOC_ITEM))
987 #define LINE (4096 - ALLOC_SIZE)
    [all...]

Completed in 2249 milliseconds