Home
last modified time | relevance | path

Searched refs:_l (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddebug.h29 #define ISDB(_l) ((_l)&db_level) argument
31 #define DBS(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ argument
34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ argument
38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0) argument
Dfile.c997 #define EXPANSION_INCREMENT(_l) ((((_l) / 500) + 1) * 500) argument
Dvariable.c253 #define EXPANSION_INCREMENT(_l) ((((_l) / 500) + 1) * 500) argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c113 int is##ctype##_l(int __c, locale_t __l) { \
118 int isw##ctype##_l(wchar_t __c, locale_t __l) { \
/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp140 _STLP_auto_lock _l( __oom_handler_lock ); in allocate() local
159 _STLP_auto_lock _l( __oom_handler_lock ); in set_malloc_handler() local