Home
last modified time | relevance | path

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

/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/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