/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ |
D | cfrg_curves_bits_fixtures.js | 23 …{ order: "0", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… property 24 …{ order: "1", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… property 25 …{ order: "8", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… property 26 …{ order: "p-1 (order 2)", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… property 27 …{ order: "p (=0, order 4)", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… property 28 …{ order: "p+1 (=1, order 1)", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0… property 31 …{ order: "0", vector : new Uint8Array([48, 66, 48, 5, 6, 3, 43, 101, 111, 3, 57, 0… property 32 …{ order: "1", vector : new Uint8Array([48, 66, 48, 5, 6, 3, 43, 101, 111, 3, 57, 0… property 33 …{ order: "p-1 (order 2)", vector : new Uint8Array([48, 66, 48, 5, 6, 3, 43, 101, 111, 3, 57, 0… property 34 …{ order: "p (=0, order 4)", vector : new Uint8Array([48, 66, 48, 5, 6, 3, 43, 101, 111, 3, 57, 0… property [all …]
|
/third_party/libexif/libexif/ |
D | exif-utils.c | 87 exif_get_sshort (const unsigned char *buf, ExifByteOrder order) in exif_get_sshort() 102 exif_get_short (const unsigned char *buf, ExifByteOrder order) in exif_get_short() 108 exif_set_sshort (unsigned char *b, ExifByteOrder order, ExifSShort value) in exif_set_sshort() 124 exif_set_short (unsigned char *b, ExifByteOrder order, ExifShort value) in exif_set_short() 130 exif_get_slong (const unsigned char *b, ExifByteOrder order) in exif_get_slong() 145 exif_set_slong (unsigned char *b, ExifByteOrder order, ExifSLong value) in exif_set_slong() 165 exif_get_long (const unsigned char *buf, ExifByteOrder order) in exif_get_long() 171 exif_set_long (unsigned char *b, ExifByteOrder order, ExifLong value) in exif_set_long() 177 exif_get_srational (const unsigned char *buf, ExifByteOrder order) in exif_get_srational() 188 exif_get_rational (const unsigned char *buf, ExifByteOrder order) in exif_get_rational() [all …]
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringEvaluationOrder.ts | 6 let order = (n: any): any => trace.push(n); variable 9 let [{ [order(1)]: x } = order(0)] = []; variable 12 let [{ [order(1)]: y } = order(0)] = [{}]; variable 17 let { [order(0)]: { [order(2)]: z } = order(1), ...w } = {} as any; variable
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 273 #define atomic_exchange_explicit(object, desired, order) \ argument 275 #define atomic_fetch_add_explicit(object, operand, order) \ argument 277 #define atomic_fetch_and_explicit(object, operand, order) \ argument 279 #define atomic_fetch_or_explicit(object, operand, order) \ argument 281 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 283 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 285 #define atomic_load_explicit(object, order) \ argument 287 #define atomic_store_explicit(object, desired, order) \ argument 298 #define atomic_exchange_explicit(object, desired, order) \ argument 300 #define atomic_fetch_add_explicit(object, operand, order) \ argument [all …]
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 40 #define atomic_thread_fence(order) \ argument 43 #define atomic_signal_fence(order) \ argument 90 #define atomic_store_explicit(object, desired, order) \ argument 96 #define atomic_load_explicit(object, order) \ argument 106 #define atomic_exchange_explicit(object, desired, order) \ argument 149 #define atomic_fetch_add_explicit(object, operand, order) \ argument 152 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 155 #define atomic_fetch_or_explicit(object, operand, order) \ argument 158 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 161 #define atomic_fetch_and_explicit(object, operand, order) \ argument [all …]
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 40 #define atomic_signal_fence(order) \ argument 85 static inline void atomic_thread_fence(int order) in atomic_thread_fence() 98 #define atomic_store_explicit(object, desired, order) \ argument 110 #define atomic_load_explicit(object, order) \ argument 123 #define atomic_exchange_explicit(object, desired, order) \ argument 170 #define atomic_fetch_add_explicit(object, operand, order) \ argument 173 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 176 #define atomic_fetch_or_explicit(object, operand, order) \ argument 179 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 182 #define atomic_fetch_and_explicit(object, operand, order) \ argument [all …]
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 41 #define atomic_thread_fence(order) \ argument 44 #define atomic_signal_fence(order) \ argument 92 #define atomic_store_explicit(object, desired, order) \ argument 98 #define atomic_load_explicit(object, order) \ argument 111 #define atomic_exchange_explicit(object, desired, order) \ argument 134 #define atomic_fetch_add_explicit(object, operand, order) \ argument 140 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 146 #define atomic_fetch_or_explicit(object, operand, order) \ argument 152 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 158 #define atomic_fetch_and_explicit(object, operand, order) \ argument [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/libs/ |
D | dlopen_init_finalize.c | 10 void InitProcess(int32_t order) in InitProcess() 15 void FinalizeProcess(int32_t order) in FinalizeProcess() 22 void SetFinalizeCallback(void (*callback)(int32_t order)) in SetFinalizeCallback()
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 38 #define atomic_thread_fence(order) \ argument 41 #define atomic_signal_fence(order) \ argument 89 #define atomic_store_explicit(object, desired, order) \ argument 98 #define atomic_load_explicit(object, order) \ argument 104 #define atomic_exchange_explicit(object, desired, order) \ argument 159 #define atomic_fetch_add_explicit(object, operand, order) \ argument 162 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 165 #define atomic_fetch_or_explicit(object, operand, order) \ argument 168 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 171 #define atomic_fetch_and_explicit(object, operand, order) \ argument [all …]
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 38 #define atomic_thread_fence(order) \ argument 41 #define atomic_signal_fence(order) \ argument 89 #define atomic_store_explicit(object, desired, order) \ argument 95 #define atomic_load_explicit(object, order) \ argument 101 #define atomic_exchange_explicit(object, desired, order) \ argument 154 #define atomic_fetch_add_explicit(object, operand, order) \ argument 157 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 160 #define atomic_fetch_or_explicit(object, operand, order) \ argument 163 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 166 #define atomic_fetch_and_explicit(object, operand, order) \ argument [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | coleitr.h | 385 inline int32_t CollationElementIterator::primaryOrder(int32_t order) in primaryOrder() 390 inline int32_t CollationElementIterator::secondaryOrder(int32_t order) in secondaryOrder() 395 inline int32_t CollationElementIterator::tertiaryOrder(int32_t order) in tertiaryOrder() 400 inline UBool CollationElementIterator::isIgnorable(int32_t order) in isIgnorable()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | coleitr.h | 385 inline int32_t CollationElementIterator::primaryOrder(int32_t order) in primaryOrder() 390 inline int32_t CollationElementIterator::secondaryOrder(int32_t order) in secondaryOrder() 395 inline int32_t CollationElementIterator::tertiaryOrder(int32_t order) in tertiaryOrder() 400 inline UBool CollationElementIterator::isIgnorable(int32_t order) in isIgnorable()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | coleitr.h | 385 inline int32_t CollationElementIterator::primaryOrder(int32_t order) in primaryOrder() 390 inline int32_t CollationElementIterator::secondaryOrder(int32_t order) in secondaryOrder() 395 inline int32_t CollationElementIterator::tertiaryOrder(int32_t order) in tertiaryOrder() 400 inline UBool CollationElementIterator::isIgnorable(int32_t order) in isIgnorable()
|
/third_party/FreeBSD/sys/sys/ |
D | kernel.h | 119 enum sysinit_elem_order order; /* init order within subsystem*/ member 136 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 145 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 152 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument 161 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_init_arm.c | 44 #define DECLARE_PACK(order,channels,shift) \ argument 46 #define ENUMERATE_PACK(order,channels,shift) \ argument 48 #define PACK_CHANNELS(macro,order,channels) \ argument 56 #define PACK_ORDER(macro,order) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | cfg_test.cpp | 63 std::vector<uint32_t> order; in TEST_F() local 106 std::vector<uint32_t> order; in TEST_F() local 149 std::vector<uint32_t> order; in TEST_F() local 192 std::vector<uint32_t> order; in TEST_F() local
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | cfg_test.cpp | 63 std::vector<uint32_t> order; in TEST_F() local 106 std::vector<uint32_t> order; in TEST_F() local 149 std::vector<uint32_t> order; in TEST_F() local 192 std::vector<uint32_t> order; in TEST_F() local
|
/third_party/spirv-tools/test/opt/ |
D | cfg_test.cpp | 63 std::vector<uint32_t> order; in TEST_F() local 106 std::vector<uint32_t> order; in TEST_F() local 149 std::vector<uint32_t> order; in TEST_F() local 192 std::vector<uint32_t> order; in TEST_F() local 310 std::list<BasicBlock*> order; in TEST_F() local
|
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/ |
D | arm_minkowski_distance_f32.c | 76 float32_t arm_minkowski_distance_f32(const float32_t *pA,const float32_t *pB, int32_t order, uint32… in arm_minkowski_distance_f32() 121 float32_t arm_minkowski_distance_f32(const float32_t *pA,const float32_t *pB, int32_t order, uint32… in arm_minkowski_distance_f32() 167 float32_t arm_minkowski_distance_f32(const float32_t *pA,const float32_t *pB, int32_t order, uint32… in arm_minkowski_distance_f32()
|
D | arm_minkowski_distance_f16.c | 69 float16_t arm_minkowski_distance_f16(const float16_t *pA,const float16_t *pB, int32_t order, uint32… in arm_minkowski_distance_f16() 113 float16_t arm_minkowski_distance_f16(const float16_t *pA,const float16_t *pB, int32_t order, uint32… in arm_minkowski_distance_f16()
|
/third_party/ffmpeg/libavcodec/ |
D | lossless_audiodsp.c | 28 int order, int mul) in scalarproduct_and_madd_int16_c() 43 int order, int mul) in scalarproduct_and_madd_int32_c()
|
D | iirfilter.c | 38 int order; member 57 int order, float cutoff_ratio, in butterworth_init_coeffs() 120 enum IIRFilterMode filt_mode, int order, in biquad_init_coeffs() 165 int order, float cutoff_ratio, in ff_iir_filter_init_coeffs() 201 av_cold struct FFIIRFilterState *ff_iir_filter_init_state(int order) in ff_iir_filter_init_state()
|
/third_party/skia/experimental/graphite/src/ |
D | DrawContext.cpp | 55 DrawOrder order, in stencilAndFillPath() 64 DrawOrder order, in fillConvexPath() 74 DrawOrder order, in strokePath()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | audiodsp.c | 38 int order) in scalarproduct_int16_altivec() 63 static int32_t scalarproduct_int16_vsx(const int16_t *v1, const int16_t *v2, int order) in scalarproduct_int16_vsx()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 267 uint64_t order() const override { return Die.getOffset(); } in order() function 291 uint64_t order() const override { return DieOffset; } in order() function 334 uint64_t order() const override { return Die.getOffset(); } in order() function 371 uint64_t order() const override { return Offset; } in order() function 398 uint64_t order() const override { return Offset; } in order() function
|