OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbeg
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r11/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
;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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/libcxx/src/
debug.cpp
216
__c_node**
cbeg
= static_cast<__c_node**>(calloc(nc, sizeof(void*)));
local
217
if (
cbeg
== nullptr)
227
q->__next_ =
cbeg
[h];
228
cbeg
[h] = q;
233
__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 73 milliseconds