Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/third_party/libinput/test/
Dcheck-double-macros.h38 #define _ck_assert_double_eq(X,Y, epsilon) \ argument
49 #define _ck_assert_double_ne(X,Y, epsilon) \ argument
60 #define ck_assert_double_eq(X, Y) _ck_assert_double_eq(X, Y, CK_DOUBLE_EQ_EPSILON) argument
61 #define ck_assert_double_eq_tol(X, Y, tol) _ck_assert_double_eq(X, Y, tol) argument
62 #define ck_assert_double_ne(X, Y) _ck_assert_double_ne(X, Y, CK_DOUBLE_EQ_EPSILON) argument
63 #define ck_assert_double_ne_tol(X, Y, tol) _ck_assert_double_ne(X, Y, tol) argument
65 #define _ck_assert_double_eq_op(X, OP, Y) \ argument
77 #define _ck_assert_double_ne_op(X, OP,Y) \ argument
89 #define ck_assert_double_lt(X, Y) _ck_assert_double_ne_op(X, <, Y) argument
90 #define ck_assert_double_le(X, Y) _ck_assert_double_eq_op(X, <=, Y) argument
[all …]
/third_party/python/Include/
Dpymath.h74 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) argument
76 # define Py_FORCE_DOUBLE(X) (X) argument
99 #define Py_IS_NAN(X) isnan(X) argument
101 #define Py_IS_NAN(X) ((X) != (X)) argument
119 # define Py_IS_INFINITY(X) isinf(X) argument
121 # define Py_IS_INFINITY(X) ((X) && \ argument
134 #define Py_IS_FINITE(X) isfinite(X) argument
136 #define Py_IS_FINITE(X) finite(X) argument
138 #define Py_IS_FINITE(X) (!Py_IS_INFINITY(X) && !Py_IS_NAN(X)) argument
211 #define Py_OVERFLOWED(X) isinf(X) argument
[all …]
/third_party/mesa3d/src/intel/genxml/
Dgen_macros.h63 # define GENX(X) GFX4_##X argument
66 # define GENX(X) GFX45_##X argument
69 # define GENX(X) GFX5_##X argument
72 # define GENX(X) GFX6_##X argument
75 # define GENX(X) GFX7_##X argument
78 # define GENX(X) GFX75_##X argument
81 # define GENX(X) GFX8_##X argument
84 # define GENX(X) GFX9_##X argument
87 # define GENX(X) GFX11_##X argument
90 # define GENX(X) GFX12_##X argument
[all …]
/third_party/python/Lib/ctypes/test/
Dtest_bitfields.py60 class X(Structure): class
71 class X(Structure): class
84 class X(Structure): class
101 class X(Structure): class
154 class X(Structure): class
158 class X(Structure): class
166 class X(Structure): class
172 class X(Structure): class
183 class X(Structure): class
200 class X(Structure): class
[all …]
Dtest_struct_fields.py16 class X(Structure): class
23 class X(Structure): class
28 class X(Structure): class
34 class X(Structure): class
41 class X(Structure): class
50 class X(Structure): class
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dlogging.h25 #define CHECK_EQ(X, Y) assert((X) == (Y)) argument
29 #define DCHECK(X) assert(X) argument
30 #define DCHECK_EQ(X, Y) CHECK_EQ((X), (Y)) argument
31 #define DCHECK_GE(X, Y) assert((X) >= (Y)) argument
32 #define DCHECK_GT(X, Y) assert((X) > (Y)) argument
33 #define DCHECK_LT(X, Y) assert((X) < (Y)) argument
42 #define IGNORE_UNUSED(X) (void)(X) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebug.h64 #define DEBUG_WITH_TYPE(TYPE, X) \ argument
69 #define isCurrentDebugType(X) (false) argument
70 #define setCurrentDebugType(X) argument
71 #define setCurrentDebugTypes(X, N) argument
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false) argument
122 #define LLVM_DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) argument
/third_party/mbedtls/library/
Dbignum_mod_raw.c38 void mbedtls_mpi_mod_raw_cond_assign(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_cond_assign()
46 void mbedtls_mpi_mod_raw_cond_swap(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_cond_swap()
54 int mbedtls_mpi_mod_raw_read(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_read()
113 void mbedtls_mpi_mod_raw_sub(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_sub()
126 void mbedtls_mpi_mod_raw_fix_quasi_reduction(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_fix_quasi_reduction()
136 void mbedtls_mpi_mod_raw_mul(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_mul()
159 void mbedtls_mpi_mod_raw_inv_prime(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_inv_prime()
188 void mbedtls_mpi_mod_raw_add(mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_add()
203 mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_canonical_to_modulus_rep()
217 mbedtls_mpi_uint *X, in mbedtls_mpi_mod_raw_modulus_to_canonical_rep()
[all …]
Dbignum.c68 void mbedtls_mpi_init(mbedtls_mpi *X) in mbedtls_mpi_init()
80 void mbedtls_mpi_free(mbedtls_mpi *X) in mbedtls_mpi_free()
99 int mbedtls_mpi_grow(mbedtls_mpi *X, size_t nblimbs) in mbedtls_mpi_grow()
130 int mbedtls_mpi_shrink(mbedtls_mpi *X, size_t nblimbs) in mbedtls_mpi_shrink()
174 static int mbedtls_mpi_resize_clear(mbedtls_mpi *X, size_t limbs) in mbedtls_mpi_resize_clear()
198 int mbedtls_mpi_copy(mbedtls_mpi *X, const mbedtls_mpi *Y) in mbedtls_mpi_copy()
242 void mbedtls_mpi_swap(mbedtls_mpi *X, mbedtls_mpi *Y) in mbedtls_mpi_swap()
268 int mbedtls_mpi_lset(mbedtls_mpi *X, mbedtls_mpi_sint z) in mbedtls_mpi_lset()
287 int mbedtls_mpi_get_bit(const mbedtls_mpi *X, size_t pos) in mbedtls_mpi_get_bit()
301 int mbedtls_mpi_set_bit(mbedtls_mpi *X, size_t pos, unsigned char val) in mbedtls_mpi_set_bit()
[all …]
/third_party/mesa3d/src/panfrost/lib/genxml/
Dgen_macros.h82 # define GENX(X) X##_v4 argument
85 # define GENX(X) X##_v5 argument
88 # define GENX(X) X##_v6 argument
91 # define GENX(X) X##_v7 argument
94 # define GENX(X) X##_v9 argument
/third_party/node/deps/v8/src/bigint/
Dvector-arithmetic.cc13 digit_t AddAndReturnOverflow(RWDigits Z, Digits X) { in AddAndReturnOverflow()
27 digit_t SubAndReturnBorrow(RWDigits Z, Digits X) { in SubAndReturnBorrow()
41 void Add(RWDigits Z, Digits X, Digits Y) { in Add()
59 void Subtract(RWDigits Z, Digits X, Digits Y) { in Subtract()
75 digit_t AddAndReturnCarry(RWDigits Z, Digits X, Digits Y) { in AddAndReturnCarry()
84 digit_t SubtractAndReturnBorrow(RWDigits Z, Digits X, Digits Y) { in SubtractAndReturnBorrow()
93 bool AddSigned(RWDigits Z, Digits X, bool x_negative, Digits Y, in AddSigned()
107 bool SubtractSigned(RWDigits Z, Digits X, bool x_negative, Digits Y, in SubtractSigned()
121 void AddOne(RWDigits Z, Digits X) { in AddOne()
130 void SubtractOne(RWDigits Z, Digits X) { in SubtractOne()
Dbitwise.cc13 void BitwiseAnd_PosPos(RWDigits Z, Digits X, Digits Y) { in BitwiseAnd_PosPos()
21 void BitwiseAnd_NegNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseAnd_NegNeg()
42 void BitwiseAnd_PosNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseAnd_PosNeg()
52 void BitwiseOr_PosPos(RWDigits Z, Digits X, Digits Y) { in BitwiseOr_PosPos()
62 void BitwiseOr_NegNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseOr_NegNeg()
79 void BitwiseOr_PosNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseOr_PosNeg()
91 void BitwiseXor_PosPos(RWDigits Z, Digits X, Digits Y) { in BitwiseXor_PosPos()
104 void BitwiseXor_NegNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseXor_NegNeg()
122 void BitwiseXor_PosNeg(RWDigits Z, Digits X, Digits Y) { in BitwiseXor_PosNeg()
136 void LeftShift(RWDigits Z, Digits X, digit_t shift) { in LeftShift()
[all …]
Dvector-arithmetic.h23 inline void Add(RWDigits X, digit_t y) { in Add()
33 inline void Subtract(RWDigits X, digit_t y) { in Subtract()
47 inline bool IsDigitNormalized(Digits X) { return X.len() == 0 || X.msd() != 0; } in IsDigitNormalized()
48 inline bool IsBitNormalized(Digits X) { in IsBitNormalized()
56 inline int BitLength(Digits X) { in BitLength()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DDebug.h63 #define DEBUG_WITH_TYPE(TYPE, X) \ argument
68 #define isCurrentDebugType(X) (false) argument
69 #define setCurrentDebugType(X) argument
70 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false) argument
93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) argument
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp_reloc.h29 #define X(n) n##_32 macro
31 #define X(n) n##_64 macro
34 static void X(emit_reloc_common)(struct fd_ringbuffer *ring, in X() function
43 static void X(fd_ringbuffer_sp_emit_reloc_nonobj)(struct fd_ringbuffer *ring, in X() function
57 static void X(fd_ringbuffer_sp_emit_reloc_obj)(struct fd_ringbuffer *ring, in X() function
77 static uint32_t X(fd_ringbuffer_sp_emit_reloc_ring)( in X() function
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.h33 #define X(n) n##_32 macro
35 #define X(n) n##_64 macro
38 static void X(emit_reloc_common)(struct fd_ringbuffer *ring, in X() function
47 static void X(virtio_ringbuffer_emit_reloc_nonobj)(struct fd_ringbuffer *ring, in X() function
61 static void X(virtio_ringbuffer_emit_reloc_obj)(struct fd_ringbuffer *ring, in X() function
81 static uint32_t X(virtio_ringbuffer_emit_reloc_ring)( in X() function
/third_party/typescript/tests/cases/compiler/
DaccessorsInAmbientContext.ts5 get X() { return 1; } method in C
6 set X(v) { } method in C
14 get X() { return 1; } method in C
15 set X(v) { } method in C
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpredef.c9 #define TEST_BIT(X, T) if (__ ## X ## _BIT__ != BITS(T)) return 1 in test() argument
12 #define TEST_MAX(X, M) if (__ ## X ## _MAX__ != M) return 1 in test() argument
13 #define TEST_SMAX(X, T) TEST_MAX(X, SMASK(T)) in test() argument
14 #define TEST_UMAX(X, T) TEST_MAX(X, UMASK(T)) in test() argument
35 #define TEST_SIZEOF(X, T) if (__SIZEOF_ ## X ## __ != sizeof(T)) return 1 in test() argument
/third_party/skia/third_party/externals/brotli/c/enc/
Dcluster.c38 #define CODE(X) X argument
40 #define FN(X) X ## Literal argument
44 #define FN(X) X ## Command argument
48 #define FN(X) X ## Distance argument
Dbit_cost.c21 #define FN(X) X ## Literal argument
25 #define FN(X) X ## Command argument
29 #define FN(X) X ## Distance argument
/third_party/node/deps/brotli/c/enc/
Dcluster.c38 #define CODE(X) X argument
40 #define FN(X) X ## Literal argument
44 #define FN(X) X ## Command argument
48 #define FN(X) X ## Distance argument
/third_party/typescript/tests/baselines/reference/
DenumGenericTypeClash.js2 class X<A,B,C> { } class
8 function X() { class in X
12 (function (X) { argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Ddynamic_loading_with_blocklist.rs10 pub struct X { struct
15 const UNINIT: ::std::mem::MaybeUninit<X> = in bindgen_test_layout_X() argument
36 pub fn X_some_function(this: *mut X); in X_some_function()
40 pub fn X_some_other_function(this: *mut X); in X_some_other_function()
44 pub fn X_X(this: *mut X, x: ::std::os::raw::c_int); in X_X()
46 impl X { impl
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_arith.h21 #define X(inst, op, isdiv, isshift) \ macro
33 #define X(inst, op, isdiv, isshift) \ macro
49 #define X(inst, op, func) \ macro
64 #define X(mult_by) \ macro
/third_party/skia/include/gpu/
DGrConfig.h42 #define GR_STRING(X) GR_STRING_IMPL(X) argument
43 #define GR_STRING_IMPL(X) #X argument
49 #define GR_CONCAT(X,Y) GR_CONCAT_IMPL(X,Y) argument
50 #define GR_CONCAT_IMPL(X,Y) X##Y argument

12345678910>>...46