OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
504
#define
ALLOC_SIZE
(sizeof(ALLOC_ITEM))
[
all
...]
Completed in 24 milliseconds