Home
last modified time | relevance | path

Searched defs:nquantas (Results 1 – 3 of 3) sorted by relevance

/external/python/pycparser/examples/c_files/
Dmemmgr.c55 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool()
99 ulong nquantas = (nbytes + sizeof(mem_header_t) - 1) / sizeof(mem_header_t) + 1; in memmgr_alloc() local
/external/python/pycparser/tests/c_files/
Dmemmgr.c55 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool()
99 ulong nquantas = (nbytes + sizeof(mem_header_t) - 1) / sizeof(mem_header_t) + 1; in memmgr_alloc() local
Dmemmgr_with_h.c199 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool()
243 ulong nquantas = (nbytes + sizeof(mem_header_t) - 1) / sizeof(mem_header_t) + 1; in memmgr_alloc() local