Searched defs:_x (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/ |
D | gmock-pp_test.cc | 63 #define GMOCK_PP_INTERNAL_VAR_TEST_1(_x) 1 argument 64 #define GMOCK_PP_INTERNAL_VAR_TEST_2(_x, _y) 2 argument 65 #define GMOCK_PP_INTERNAL_VAR_TEST_3(_x, _y, _z) 3 argument
|
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/base/ |
D | compiler.h | 24 #define PERFETTO_LIKELY(_x) __builtin_expect(!!(_x), 1) argument 25 #define PERFETTO_UNLIKELY(_x) __builtin_expect(!!(_x), 0) argument
|
/device/generic/vulkan-cereal/fake-android-guest/ui/ |
D | Point.h | 31 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
|
/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | main.cpp | 69 A(int _x) { in A()
|
/device/generic/vulkan-cereal/base/msvc-posix-compat/src/ |
D | getopt.c | 188 #define IDENTICAL_INTERPRETATION(_x, _y) \ in parse_long_options() argument
|
/device/generic/goldfish-opengl/system/profiler/ |
D | perfetto.h | 288 #define PERFETTO_LIKELY(_x) __builtin_expect(!!(_x), 1) argument 289 #define PERFETTO_UNLIKELY(_x) __builtin_expect(!!(_x), 0) argument 291 #define PERFETTO_LIKELY(_x) (_x) argument 292 #define PERFETTO_UNLIKELY(_x) (_x) argument
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 535 float _x[N]; in mat44Solve() local
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
D | perfetto.h | 1702 #define PERFETTO_LIKELY(_x) __builtin_expect(!!(_x), 1) argument 1703 #define PERFETTO_UNLIKELY(_x) __builtin_expect(!!(_x), 0) argument
|