| /system/core/libcutils/include_outside_system/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/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/libbase/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 | 25 void check(bool exp) { in check() 29 void check(bool exp, const char* message) { in check()
|
| /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/libutils/include/utils/ |
| D | FastStrcmp.h | 24 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument
|
| D | Compat.h | 77 #define TEMP_FAILURE_RETRY(exp) \ argument
|
| /system/logging/liblog/include_vndk/log/ |
| D | log_radio.h | 40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| D | log_system.h | 38 #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/logging/liblog/include/log/ |
| D | log_radio.h | 40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| D | log_system.h | 38 #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
|
| /system/libbase/ |
| D | expected_test.cpp | 228 expected<T, int> exp = T(&destroyed); in TEST() local 325 expected<T, int> exp; in TEST() local 433 expected<T, int> exp = T(3, 10.5); in TEST() local
|
| /system/chre/platform/shared/ |
| D | nanoapp_loader.cc | 100 double frexpOverride(double value, int *exp) { in frexpOverride()
|
| /system/logging/liblog/tests/ |
| D | liblog_benchmark.cpp | 48 #define LOG_FAILURE_RETRY(exp) \ argument
|
| D | liblog_test.cpp | 60 #define LOG_FAILURE_RETRY(exp) \ argument
|
| /system/logging/logcat/tests/ |
| D | logcat_test.cpp | 68 #define LOG_FAILURE_RETRY(exp) \ argument
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 25984 u8 exp; member 41871 compat_uptr_t exp; member 64714 u8 exp; member 122478 bool exp; member 123252 struct nf_conntrack_expect *exp; member
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 36076 u8 exp; member 51248 compat_uptr_t exp; member 74544 u8 exp; member 130113 bool exp; member 130887 struct nf_conntrack_expect *exp; member
|