Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock-pp_test.cc63 #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/
Dcompiler.h24 #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/
DPoint.h31 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp69 A(int _x) { in A()
/device/generic/vulkan-cereal/base/msvc-posix-compat/src/
Dgetopt.c188 #define IDENTICAL_INTERPRETATION(_x, _y) \ in parse_long_options() argument
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.h288 #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/
Dmat.c535 float _x[N]; in mat44Solve() local
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.h1702 #define PERFETTO_LIKELY(_x) __builtin_expect(!!(_x), 1) argument
1703 #define PERFETTO_UNLIKELY(_x) __builtin_expect(!!(_x), 0) argument