/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-direct-large.cc | 25 #define F0(Q, x) Q(x) argument 26 #define F1(Q, x) \ argument 29 #define F2(Q, x) \ argument 32 #define F3(Q, x) \ argument 35 #define F4(Q, x) \ argument
|
/external/rust/android-crates-io/crates/dashmap/src/ |
D | t.rs | 51 K: Borrow<Q>, in _remove() 54 fn _remove_if<Q>(&self, key: &Q, f: impl FnOnce(&K, &V) -> bool) -> Option<(K, V)> in _remove_if() 56 K: Borrow<Q>, in _remove_if() 59 fn _remove_if_mut<Q>(&self, key: &Q, f: impl FnOnce(&K, &mut V) -> bool) -> Option<(K, V)> in _remove_if_mut() 61 K: Borrow<Q>, in _remove_if_mut() 74 K: Borrow<Q>, in _get() 79 K: Borrow<Q>, in _get_mut() 84 K: Borrow<Q>, in _try_get() 89 K: Borrow<Q>, in _try_get_mut() 100 fn _alter<Q>(&self, key: &Q, f: impl FnOnce(&K, V) -> V) in _alter() [all …]
|
D | lib.rs | 477 K: Borrow<Q>, in remove() 504 pub fn remove_if<Q>(&self, key: &Q, f: impl FnOnce(&K, &V) -> bool) -> Option<(K, V)> in remove_if() 506 K: Borrow<Q>, in remove_if() 512 pub fn remove_if_mut<Q>(&self, key: &Q, f: impl FnOnce(&K, &mut V) -> bool) -> Option<(K, V)> in remove_if_mut() 514 K: Borrow<Q>, in remove_if_mut() 570 K: Borrow<Q>, in get() 592 K: Borrow<Q>, in get_mut() 619 K: Borrow<Q>, in try_get() 647 K: Borrow<Q>, in try_get_mut() 760 pub fn alter<Q>(&self, key: &Q, f: impl FnOnce(&K, V) -> V) in alter() [all …]
|
/external/clang/test/Analysis/ |
D | designated-initializer.c | 4 struct Q { int a, b, c; }; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 147 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() 164 const SimplifyQuery &Q, in simplifyCmpSelTrueCase() 173 const SimplifyQuery &Q, in simplifyCmpSelFalseCase() 183 const SimplifyQuery &Q, in handleOtherCmpSelSimplifications() 238 const SimplifyQuery &Q, unsigned MaxRecurse) { in ExpandBinOp() 296 const SimplifyQuery &Q, in SimplifyAssociativeBinOp() 395 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverSelect() 473 Value *RHS, const SimplifyQuery &Q, in ThreadCmpOverSelect() 519 Value *RHS, const SimplifyQuery &Q, in ThreadBinOpOverPHI() 562 const SimplifyQuery &Q, unsigned MaxRecurse) { in ThreadCmpOverPHI() [all …]
|
/external/clang/test/Parser/ |
D | objc-default-ctor-init.mm | 11 struct Q { Q(); }; field
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 149 const SimplifyQuery &Q, unsigned MaxRecurse, in simplifyCmpSelCase() 166 const SimplifyQuery &Q, in simplifyCmpSelTrueCase() 175 const SimplifyQuery &Q, in simplifyCmpSelFalseCase() 185 const SimplifyQuery &Q, in handleOtherCmpSelSimplifications() 241 const SimplifyQuery &Q, unsigned MaxRecurse) { in expandBinOp() 276 const SimplifyQuery &Q, in expandCommutativeBinOp() 293 const SimplifyQuery &Q, in simplifyAssociativeBinOp() 396 Value *RHS, const SimplifyQuery &Q, in threadBinOpOverSelect() 474 Value *RHS, const SimplifyQuery &Q, in threadCmpOverSelect() 520 Value *RHS, const SimplifyQuery &Q, in threadBinOpOverPHI() [all …]
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-private-ivars.mm | 5 struct Q { struct 6 int x; 9 @interface I interface
|
/external/clang/test/CodeGenCXX/ |
D | nested-base-member-access.cpp | 12 struct Q { struct 13 Q(int i){ iQ = i; } in Q() function 14 int iQ; argument 15 void QPR() { printf("iQ = %d\n", iQ); } in QPR() argument
|
D | copy-assign-synthesis.cpp | 43 struct Q { struct 44 Q() : Q1(30), Q2(31) {} in Q() function 45 int Q1; argument 46 int Q2; argument 65 Q q1, q2; argument
|
D | copy-assign-synthesis-1.cpp | 58 struct Q : B { struct 59 Q() : Q1(30), Q2(31) {} in Q() argument 60 int Q1; argument 61 int Q2; argument 80 Q q1, q2; argument
|
D | constructor-init.cpp | 21 struct Q { struct 22 Q() { printf("Q()\n"); } in Q() argument 23 Q(int i) { iQ = i; printf("Q(%d)\n", i); } in Q() function 24 int iQ; argument 25 void QPR() {printf("iQ = %d\n", iQ); }; in QPR() argument
|
/external/mbedtls/library/ |
D | rsa_alt_helpers.c | 52 mbedtls_mpi *P, mbedtls_mpi *Q) in mbedtls_rsa_deduce_primes() 183 mbedtls_mpi const *Q, in mbedtls_rsa_deduce_private_exponent() 225 int mbedtls_rsa_deduce_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_deduce_crt() 260 const mbedtls_mpi *Q, const mbedtls_mpi *D, in mbedtls_rsa_validate_params() 372 int mbedtls_rsa_validate_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_validate_crt()
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | rsa_alt_helpers.c | 52 mbedtls_mpi *P, mbedtls_mpi *Q) in mbedtls_rsa_deduce_primes() 183 mbedtls_mpi const *Q, in mbedtls_rsa_deduce_private_exponent() 225 int mbedtls_rsa_deduce_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_deduce_crt() 260 const mbedtls_mpi *Q, const mbedtls_mpi *D, in mbedtls_rsa_validate_params() 372 int mbedtls_rsa_validate_crt(const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_validate_crt()
|
/external/arm-neon-tests/ |
D | ref_vreinterpret.c | 41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument 63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
|
D | ref_vget_lane.c | 37 #define TEST_VGET_LANE(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument 42 #define TEST_VGET_LANE_POLY(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument 53 #define TEST_VGET_LANE_F(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument
|
D | ref_vqrdmulh.c | 43 #define TEST_VQRDMULH2(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_VQRDMULH1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQRDMULH(Q, T1, T2, W, N) \ in FNNAME() argument
|
D | ref_vqdmulh.c | 43 #define TEST_VQDMULH2(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_VQDMULH1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQDMULH(Q, T1, T2, W, N) \ in FNNAME() argument
|
D | ref_vqshl.c | 43 #define TEST_VQSHL2(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_VQSHL1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQSHL(T3, Q, T1, T2, W, N) \ in FNNAME() argument
|
D | ref_vqrshl.c | 43 #define TEST_VQRSHL2(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_VQRSHL1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQRSHL(T3, Q, T1, T2, W, N) \ in FNNAME() argument
|
D | ref_vqshl_n.c | 43 #define TEST_VQSHL_N2(INSN, Q, T1, T2, W, N, V) \ in FNNAME() argument 54 #define TEST_VQSHL_N1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQSHL_N(T3, Q, T1, T2, W, N) \ in FNNAME() argument
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op_benchmark_test.cc | 51 #define BM_CombinedNonMaxSuppressionDev(DEVICE, B, BN, CN, Q) \ argument 61 #define BM_Batch(BN, CN, Q) \ argument 67 #define BN_Boxes_Number(CN, Q) \ argument
|
/external/libvpx/vp8/encoder/ |
D | ratectrl.c | 279 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, in estimate_bits_at_q() 303 int Q = cpi->oxcf.key_q; in calc_iframe_target_size() local 324 int Q = (cpi->common.frame_flags & FRAMEFLAGS_KEY) ? cpi->avg_frame_qindex in calc_iframe_target_size() local 393 int Q = in calc_gf_params() local 906 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size() local 1047 int Q = cpi->common.base_qindex; in vp8_update_rate_correction_factors() local 1156 int Q = cpi->active_worst_quality; in vp8_regulate_q() local 1488 int vp8_drop_encodedframe_overshoot(VP8_COMP *cpi, int Q) { in vp8_drop_encodedframe_overshoot()
|
/external/linux-kselftest/tools/testing/selftests/bpf/bpf_testmod/ |
D | Makefile | 5 Q = macro 7 Q = @ macro
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | p7.cpp | 3 struct Q { typedef int type; }; struct
|