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

  /external/libcxx/src/
debug.cpp 462 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(void*))); local
463 if (ibeg == nullptr)
476 q->__next_ = ibeg[h];
477 ibeg[h] = q;
482 __ibeg_ = ibeg;
  /ndk/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;

Completed in 157 milliseconds