HomeSort by relevance Sort by last modified time
    Searched defs:__init (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 413 static bool __init; local
414 if (__builtin_expect(__init == false, false))
417 __init = true;
436 static bool __init; local
437 if (__builtin_expect(__init == false, false))
450 __init = true;
508 static bool __init; local
509 if (__builtin_expect(__init == false, false))
512 __init = true;
531 static bool __init; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 413 static bool __init; local
414 if (__builtin_expect(__init == false, false))
417 __init = true;
436 static bool __init; local
437 if (__builtin_expect(__init == false, false))
450 __init = true;
508 static bool __init; local
509 if (__builtin_expect(__init == false, false))
512 __init = true;
531 static bool __init; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp 612 call_once(__flag_, __fake_bind(&locale::id::__init, this));
617 locale::id::__init() function in class:locale::id
4129 numpunct_byname<char>::__init(const char* nm) function in class:numpunct_byname
4172 numpunct_byname<wchar_t>::__init(const char* nm) function in class:numpunct_byname
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 639 unsigned short int __init; member in struct:drand48_data
    [all...]

Completed in 854 milliseconds

1 23