OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibeg
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/src/
debug.cpp
556
__i_node**
ibeg
= static_cast<__i_node**>(calloc(nc, sizeof(void*)));
local
557
if (
ibeg
== nullptr)
567
q->__next_ =
ibeg
[h];
568
ibeg
[h] = q;
573
__ibeg_ =
ibeg
;
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp
502
__i_node**
ibeg
= static_cast<__i_node**>(calloc(nc, sizeof(void*)));
local
503
if (
ibeg
== nullptr)
516
q->__next_ =
ibeg
[h];
517
ibeg
[h] = q;
522
__ibeg_ =
ibeg
;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
debug.cpp
502
__i_node**
ibeg
= static_cast<__i_node**>(calloc(nc, sizeof(void*)));
local
503
if (
ibeg
== nullptr)
516
q->__next_ =
ibeg
[h];
517
ibeg
[h] = q;
522
__ibeg_ =
ibeg
;
Completed in 140 milliseconds