Home
last modified time | relevance | path

Searched refs:cbeg (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/src/
Ddebug.cpp216 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); in __insert_c() local
217 if (cbeg == nullptr) in __insert_c()
227 q->__next_ = cbeg[h]; in __insert_c()
228 cbeg[h] = q; in __insert_c()
233 __cbeg_ = cbeg; in __insert_c()
/external/svox/pico/lib/
Dpicoos.c310 MemCellHdr cbeg, cmid, cend; in os_init_mem_block() local
315 cbeg = (MemCellHdr) newBlockAddr; in os_init_mem_block()
319 cbeg->size = 0; in os_init_mem_block()
321 cbeg->leftCell = NULL; in os_init_mem_block()
323 cmid->leftCell = cbeg; in os_init_mem_block()
327 cbeg->nextFree = cmid; in os_init_mem_block()
328 cbeg->prevFree = NULL; in os_init_mem_block()
330 cmid->prevFree = cbeg; in os_init_mem_block()
333 this->freeCells = cbeg; in os_init_mem_block()
337 cbeg->nextFree = NULL; in os_init_mem_block()
[all …]