Home
last modified time | relevance | path

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

12

/system/core/libcutils/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/core/libcutils/include_vndk/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/core/base/include/android-base/
Dmacros.h26 #define TEMP_FAILURE_RETRY(exp) \ argument
83 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
84 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/system/libfmq/
DFmqInternal.cpp24 void check(bool exp) { in check()
/system/core/liblog/
Dlog_portability.h49 #define TEMP_FAILURE_RETRY(exp) \ argument
/system/media/audio_utils/
Dminifloat.c43 int exp; in gain_from_float() local
Dsample.c60 int exp; in sample_from_float() local
/system/core/libpixelflinger/
Dfixed.cpp85 const int32_t exp = lz - 16; in gglSqrtRecipx() local
137 int32_t exp = gglClz(x) - 16; in gglPowx() local
/system/core/libutils/include/utils/
DFastStrcmp.h24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
DCompat.h73 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/system/core/liblog/include/log/
Dlog_system.h39 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_radio.h41 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_main.h79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/system/core/liblog/include_vndk/log/
Dlog_radio.h41 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_system.h39 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_main.h79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/system/netd/server/
DNetlinkHandler.cpp38 #define BINDER_RETRY(exp) \ argument
DInterfaceController.cpp59 #define RETURN_STATUS_IF_IFCERROR(exp) \ argument
/system/update_engine/update_manager/
Dchromeos_policy.cc758 int exp = in UpdateBackoffAndDownloadUrl() local
Dreal_updater_provider_unittest.cc68 Time::Exploded exp; in RoundedToSecond() local
/system/core/logd/
DLogBuffer.cpp40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/system/core/liblog/tests/
Dliblog_benchmark.cpp42 #define LOG_FAILURE_RETRY(exp) \ argument
/system/bt/bta/include/
Dbta_gatt_api.h75 int8_t exp; member

12