HomeSort by relevance Sort by last modified time
    Searched refs:cbeg (Results 1 - 4 of 4) 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...]
  /external/opencv3/modules/core/test/
test_operations.cpp 647 TestMat_t::const_iterator cbeg = cnegi.begin(); local
654 for(; cbeg!=cend; ++cbeg)
655 sum-=*cbeg;
    [all...]

Completed in 669 milliseconds