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

  /ndk/build/tools/
common-build-host-funcs.sh 338 log_n "Checking compiler code generation ($CC)... "
ndk-common.sh 134 log_n () function
prebuilt-common.sh 915 log_n "Checking whether the compiler generates 32-bit binaries..."
    [all...]
build-host-gcc.sh 517 log_n "Checking compiler code generation ($CC)... "
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 170 void log_n(int n, const TCHAR* fmt, ...) { function in namespace:__anon23034
179 #define LOG_N(level,...) \
180 ({ if (g_verbose >= (level)) log_n((level), __VA_ARGS__); })
182 #define LOG(...) LOG_N(1,__VA_ARGS__)
183 #define LOG2(...) LOG_N(2,__VA_ARGS__)
    [all...]

Completed in 1201 milliseconds