| /system/core/libcutils/include/cutils/ |
| D | compiler.h | 25 # 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
|
| D | fs.h | 30 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
| /system/core/libcutils/include_vndk/cutils/ |
| D | compiler.h | 25 # 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
|
| D | fs.h | 30 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
| /system/core/base/include/android-base/ |
| D | macros.h | 26 #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/ |
| D | FmqInternal.cpp | 24 void check(bool exp) { in check()
|
| /system/core/liblog/ |
| D | log_portability.h | 49 #define TEMP_FAILURE_RETRY(exp) \ argument
|
| /system/media/audio_utils/ |
| D | minifloat.c | 43 int exp; in gain_from_float() local
|
| D | sample.c | 60 int exp; in sample_from_float() local
|
| /system/core/libpixelflinger/ |
| D | fixed.cpp | 85 const int32_t exp = lz - 16; in gglSqrtRecipx() local 137 int32_t exp = gglClz(x) - 16; in gglPowx() local
|
| /system/core/libutils/include/utils/ |
| D | FastStrcmp.h | 24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
|
| D | Compat.h | 73 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
|
| /system/core/liblog/include/log/ |
| D | log_system.h | 39 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| D | log_radio.h | 41 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| D | log_main.h | 79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| /system/core/liblog/include_vndk/log/ |
| D | log_radio.h | 41 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| D | log_system.h | 39 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| D | log_main.h | 79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| /system/netd/server/ |
| D | NetlinkHandler.cpp | 38 #define BINDER_RETRY(exp) \ argument
|
| D | InterfaceController.cpp | 59 #define RETURN_STATUS_IF_IFCERROR(exp) \ argument
|
| /system/update_engine/update_manager/ |
| D | chromeos_policy.cc | 758 int exp = in UpdateBackoffAndDownloadUrl() local
|
| D | real_updater_provider_unittest.cc | 68 Time::Exploded exp; in RoundedToSecond() local
|
| /system/core/logd/ |
| D | LogBuffer.cpp | 40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| /system/core/liblog/tests/ |
| D | liblog_benchmark.cpp | 42 #define LOG_FAILURE_RETRY(exp) \ argument
|
| /system/bt/bta/include/ |
| D | bta_gatt_api.h | 75 int8_t exp; member
|