HomeSort by relevance Sort by last modified time
    Searched refs:cbeg (Results 1 - 3 of 3) sorted by null

  /external/libcxx/src/
debug.cpp 153 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); local
154 if (cbeg == nullptr)
167 q->__next_ = cbeg[h];
168 cbeg[h] = q;
173 __cbeg_ = cbeg;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 153 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); local
154 if (cbeg == nullptr)
167 q->__next_ = cbeg[h];
168 cbeg[h] = q;
173 __cbeg_ = cbeg;
  /external/svox/pico/lib/
picoos.c 310 MemCellHdr cbeg, cmid, cend; local
315 cbeg = (MemCellHdr) newBlockAddr;
319 cbeg->size = 0;
321 cbeg->leftCell = NULL;
323 cmid->leftCell = cbeg;
327 cbeg->nextFree = cmid;
328 cbeg->prevFree = NULL;
330 cmid->prevFree = cbeg;
333 this->freeCells = cbeg;
337 cbeg->nextFree = NULL
    [all...]

Completed in 47 milliseconds