Searched refs:_x_ (Results 1 – 6 of 6) sorted by relevance
/external/lzma/C/ |
D | CpuArch.h | 84 #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/ |
D | MyString.h | 496 #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/ |
D | AdvancedGuide.md | 493 yourself, just call `::testing::PrintToString(`_x_`)`, which
|
D | V1_6_AdvancedGuide.md | 491 yourself, just call `::testing::PrintToString(`_x_`)`, which
|
D | V1_7_AdvancedGuide.md | 491 yourself, just call `::testing::PrintToString(`_x_`)`, which
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 62 #define XYZ1(_x_, _y_, _z_) (_x_), (_y_), (_z_), 1.f argument
|