Home
last modified time | relevance | path

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

123456

/external/oss-fuzz/projects/xerces-c/
DxmlProtoConverter.cpp34 void ProtoConverter::visit(Misc const& _x) in visit()
49 void ProtoConverter::visit(Prolog const& _x) in visit()
57 void ProtoConverter::visit(KeyValue const& _x) in visit()
103 void ProtoConverter::visit(ProcessingInstruction const& _x) in visit()
111 void ProtoConverter::visit(Content const& _x) in visit()
131 void ProtoConverter::visit(ElementDecl const& _x) in visit()
174 void ProtoConverter::visit(AttValue const& _x) in visit()
206 void ProtoConverter::visit(DefaultDecl const& _x) in visit()
232 void ProtoConverter::visit(AttDef const& _x) in visit()
274 void ProtoConverter::visit(AttListDecl const& _x) in visit()
[all …]
/external/arm-trusted-firmware/include/export/lib/
Dutils_def_exp.h22 # define U(_x) (_x) argument
23 # define UL(_x) (_x) argument
24 # define ULL(_x) (_x) argument
25 # define L(_x) (_x) argument
26 # define LL(_x) (_x) argument
28 # define U_(_x) (_x##U) argument
29 # define U(_x) U_(_x) argument
30 # define UL(_x) (_x##UL) argument
31 # define ULL(_x) (_x##ULL) argument
32 # define L(_x) (_x##L) argument
[all …]
/external/libopus/celt/
Decintrin.h60 static __inline int ec_bsr(unsigned long _x){ in ec_bsr()
66 # define EC_CLZ(_x) (-ec_bsr(_x)) argument
70 # define EC_CLZ(_x) (_lnorm(_x)) argument
74 # define EC_CLZ(_x) (__builtin_clz(_x)) argument
77 # define EC_CLZ(_x) (__builtin_clzl(_x)) argument
86 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x)) argument
89 # define EC_ILOG(_x) (ec_ilog(_x)) argument
/external/rust/crates/ring/src/
Dc.rs37 let _x: libc::c_int = x; in test_libc_compatible() localVariable
42 let _x: libc::c_uint = x; in test_libc_compatible() localVariable
47 let _x: libc::size_t = x; in test_libc_compatible() localVariable
48 let _x: usize = x; in test_libc_compatible() localVariable
/external/AFLplusplus/include/
Dtypes.h98 #define SWAP16(_x) \ argument
106 #define SWAP32(_x) \ argument
115 #define SWAP64(_x) \ argument
131 #define SWAPN(_x, _l) \ argument
146 #define SWAPNN(_x, _y, _l) \ argument
181 #define likely(_x) (_x) argument
184 #define unlikely(_x) (_x) argument
188 #define likely(_x) __builtin_expect(!!(_x), 1) argument
191 #define unlikely(_x) __builtin_expect(!!(_x), 0) argument
/external/AFLplusplus/
Dtypes.h98 #define SWAP16(_x) \ argument
106 #define SWAP32(_x) \ argument
115 #define SWAP64(_x) \ argument
131 #define SWAPN(_x, _l) \ argument
146 #define SWAPNN(_x, _y, _l) \ argument
181 #define likely(_x) (_x) argument
184 #define unlikely(_x) (_x) argument
188 #define likely(_x) __builtin_expect(!!(_x), 1) argument
191 #define unlikely(_x) __builtin_expect(!!(_x), 0) argument
/external/rust/crates/pin-project/tests/
Ddrop_order.rs62 let _x = StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; in struct_pinned() localVariable
76 let _x = StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; in struct_unpinned() localVariable
90 let _x = TuplePinned(D(&c, 1), D(&c, 2)); in tuple_pinned() localVariable
104 let _x = TupleUnpinned(D(&c, 1), D(&c, 2)); in tuple_unpinned() localVariable
118 let _x = Enum::StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; in enum_struct() localVariable
129 let _x = Enum::StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; in enum_struct() localVariable
143 let _x = Enum::TuplePinned(D(&c, 1), D(&c, 2)); in enum_tuple() localVariable
154 let _x = Enum::TupleUnpinned(D(&c, 1), D(&c, 2)); in enum_tuple() localVariable
/external/perfetto/include/perfetto/public/
Dcompiler.h23 #define PERFETTO_LIKELY(_x) __builtin_expect(!!(_x), 1) argument
24 #define PERFETTO_UNLIKELY(_x) __builtin_expect(!!(_x), 0) argument
26 #define PERFETTO_LIKELY(_x) (_x) argument
27 #define PERFETTO_UNLIKELY(_x) (_x) argument
/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
DArithmeticTest.kt80 val _x = atomic(0) constant in kotlinx.atomicfu.test.IntArithmetic
85 val _x = atomic(4294967296) constant
93 val _x = atomic(false) constant
/external/rust/crates/pin-project-lite/tests/
Ddrop_order.rs64 let _x = StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; in struct_pinned() localVariable
78 let _x = StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; in struct_unpinned() localVariable
92 let _x = Enum::StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; in enum_struct() localVariable
103 let _x = Enum::StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; in enum_struct() localVariable
/external/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
/external/cronet/third_party/googletest/src/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
/external/puffin/src/
Dlogging.h17 #define TEST_AND_RETURN_FALSE(_x) \ argument
25 #define TEST_AND_RETURN_VALUE(_x, _v) \ argument
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/resources/projects/js-simple/src/main/kotlin/
DIntArithmetic.kt8 val _x = atomic(0) constant in IntArithmetic
/external/libwebsockets/lib/event-libs/libev/
Dprivate-lib-event-libs-libev.h27 #define LWS_EV_REFCOUNT_STATIC_HANDLE_NEW(_x, _ctx) \ argument
30 #define LWS_EV_REFCOUNT_STATIC_HANDLE_TO_CONTEXT(_x) \ argument
32 #define LWS_EV_REFCOUNT_STATIC_HANDLE_DESTROYED(_x) \ argument
/external/clang/test/ASTMerge/Inputs/
Dinit-ctors-classes.cpp7 A_base(int _x) : x(static_cast<int>(_x)) { in A_base()
17 A(int _x) : A_base(_x), y(0), z(1), array{{2},{3}} { in A()
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/resources/projects/mpp-simple/src/commonMain/kotlin/
DIntArithmetic.kt8 val _x = atomic(0) constant
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/resources/projects/jvm-simple/src/main/kotlin/
DIntArithmetic.kt8 val _x = atomic(0) constant in IntArithmetic
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.h61 #define STRINGIFY_VALUE(_x) STRINGIFY(_x) argument
64 #define STRINGIFY(_x) #_x argument
/external/libwebsockets/lib/event-libs/libuv/
Dprivate-lib-event-libs-libuv.h40 #define LWS_UV_REFCOUNT_STATIC_HANDLE_NEW(_x, _pt) \ argument
43 #define LWS_UV_REFCOUNT_STATIC_HANDLE_TO_PT(_x) \ argument
45 #define LWS_UV_REFCOUNT_STATIC_HANDLE_DESTROYED(_x) \ argument
/external/tensorflow/tensorflow/lite/
Dallocation.cc44 #define FILENO(_x) _fileno(_x) in FileCopyAllocation() argument
46 #define FILENO(_x) fileno(_x) in FileCopyAllocation() argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestConstructFromMap.java22 int _x; field in TestConstructFromMap.ConstructorFromMap
35 int _x, _y; field in TestConstructFromMap.FactoryFromPoint
DCreatorPropertiesTest.java15 public int _x, _y; field in CreatorPropertiesTest.Issue905Bean
55 public Lombok1371Bean(int _x, int _y) { in Lombok1371Bean()
/external/rust/crates/untrusted/tests/
Dtests.rs91 let _x: untrusted::Input = (&vec[..]).into(); in test_vec_into() localVariable
97 let _x: untrusted::Input = slice.into(); in test_from_slice() localVariable
/external/arm-trusted-firmware/include/drivers/st/
Dstm32_gpio.h23 #define GPIO_PIN_(_x) U(_x) argument
26 #define GPIO_ALTERNATE_(_x) U(_x) argument

123456