Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 13 of 13) sorted by relevance

/system/core/include/cutils/
Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
Dfs.h30 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/system/media/audio_utils/
Dminifloat.c43 int exp; in gain_from_float() local
/system/core/include/utils/
DCompat.h70 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/system/core/libpixelflinger/
Dfixed.cpp96 const int32_t exp = lz - 16; in gglSqrtRecipx() local
148 int32_t exp = gglClz(x) - 16; in gglPowx() local
/system/core/base/include/base/
Dmacros.h25 #define TEMP_FAILURE_RETRY(exp) \ argument
/system/core/liblog/tests/
Dliblog_benchmark.cpp29 #define LOG_FAILURE_RETRY(exp) ({ \ argument
Dliblog_test.cpp32 #define LOG_FAILURE_RETRY(exp) ({ \ argument
/system/core/logcat/tests/
Dlogcat_test.cpp32 #define LOG_FAILURE_RETRY(exp) ({ \ argument
/system/core/adb/
Dsysdeps.h34 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/system/core/include/log/
Dlog.h71 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/system/bt/stack/include/
Dgatt_api.h244 INT8 exp; member
/system/bt/bta/include/
Dbta_gatt_api.h158 INT8 exp; member