Searched refs:cbeg (Results 1 – 3 of 3) sorted by relevance
153 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); in __insert_c() local154 if (cbeg == nullptr) in __insert_c()167 q->__next_ = cbeg[h]; in __insert_c()168 cbeg[h] = q; in __insert_c()173 __cbeg_ = cbeg; in __insert_c()
310 MemCellHdr cbeg, cmid, cend; in os_init_mem_block() local315 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 …]
647 TestMat_t::const_iterator cbeg = cnegi.begin(); in TestTemplateMat() local654 for(; cbeg!=cend; ++cbeg) in TestTemplateMat()655 sum-=*cbeg; in TestTemplateMat()