Home
last modified time | relevance | path

Searched refs:_x_ (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
DCpuArch.h84 #define SetUi16(p, d) { UInt32 _x_ = (d); \
85 ((Byte *)(p))[0] = (Byte)_x_; \
86 ((Byte *)(p))[1] = (Byte)(_x_ >> 8); }
88 #define SetUi32(p, d) { UInt32 _x_ = (d); \
89 ((Byte *)(p))[0] = (Byte)_x_; \
90 ((Byte *)(p))[1] = (Byte)(_x_ >> 8); \
91 ((Byte *)(p))[2] = (Byte)(_x_ >> 16); \
92 ((Byte *)(p))[3] = (Byte)(_x_ >> 24); }
/external/lzma/CPP/Common/
DMyString.h496 #define fs2us(_x_) (_x_) argument
497 #define us2fs(_x_) (_x_) argument
510 #define fas2fs(_x_) (_x_) argument
511 #define fs2fas(_x_) (_x_) argument
/external/googletest/googletest/docs/
DAdvancedGuide.md493 yourself, just call `::testing::PrintToString(`_x_`)`, which
DV1_6_AdvancedGuide.md491 yourself, just call `::testing::PrintToString(`_x_`)`, which
DV1_7_AdvancedGuide.md491 yourself, just call `::testing::PrintToString(`_x_`)`, which
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp62 #define XYZ1(_x_, _y_, _z_) (_x_), (_y_), (_z_), 1.f argument