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_outside_system/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/bt/stack/test/hci/
Dstack_hci_test.cc66 const uint8_t exp[] = {0xff, 0x7f, 0xff, 0xff}; in TEST_F() local
83 const uint8_t exp[] = {0x23, 0x01, 0x67, 0x45}; in TEST_F() local
98 const uint8_t exp[] = {0x23, 0x21, 0x67, 0x45}; in TEST_F() local
114 const uint8_t exp[] = {0x00, 0x20, 0x00, 0x00}; in TEST_F() local
/system/libbase/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.cpp25 void check(bool exp) { in check()
/system/media/audio_utils/
Dminifloat.c43 int exp; in gain_from_float() local
Dsample.c60 int exp; in sample_from_float() local
/system/core/libutils/include/utils/
DFastStrcmp.h24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
DCompat.h81 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/system/logging/liblog/include_vndk/log/
Dlog_system.h38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_radio.h40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_main.h79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/system/logging/liblog/include/log/
Dlog_system.h38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_radio.h40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
Dlog_main.h79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/system/logging/logd/
DChattyLogBuffer.cpp40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
/system/netd/server/
DNetlinkHandler.cpp38 #define BINDER_RETRY(exp) \ argument
/system/libbase/
Dexpected_test.cpp228 expected<T, int> exp = T(&destroyed); in TEST() local
325 expected<T, int> exp; in TEST() local
400 expected<T, int> exp = T(3, 10.5f); in TEST() local
/system/update_engine/update_manager/
Dchromeos_policy.cc687 int exp = in UpdateBackoffAndDownloadUrl() local
Dreal_updater_provider_unittest.cc65 Time::Exploded exp; in RoundedToSecond() local
/system/chre/platform/shared/
Dnanoapp_loader.cc80 double frexpOverride(double value, int *exp) { in frexpOverride()
/system/logging/liblog/tests/
Dliblog_benchmark.cpp43 #define LOG_FAILURE_RETRY(exp) \ argument
/system/bt/bta/include/
Dbta_gatt_api.h105 int8_t exp; member

12