Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-direct-large.cc25 #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/clang/test/Analysis/
Ddesignated-initializer.c4 struct Q { int a, b, c; }; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp147 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/
Dobjc-default-ctor-init.mm11 struct Q { Q(); }; argument
/external/clang/test/Rewriter/
Drewrite-modern-private-ivars.mm5 struct Q { struct
6 int x;
9 @interface I interface
/external/clang/test/CodeGenCXX/
Dnested-base-member-access.cpp12 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
Dcopy-assign-synthesis.cpp43 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
Dcopy-assign-synthesis-1.cpp58 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
Dconstructor-init.cpp21 struct Q { struct
22 Q() { printf("Q()\n"); } in Q() function
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/
Drsa_alt_helpers.c64 mbedtls_mpi *P, mbedtls_mpi *Q ) in mbedtls_rsa_deduce_primes()
198 mbedtls_mpi const *Q, in mbedtls_rsa_deduce_private_exponent()
240 int mbedtls_rsa_deduce_crt( const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_deduce_crt()
278 const mbedtls_mpi *Q, const mbedtls_mpi *D, in mbedtls_rsa_validate_params()
401 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/
Drsa_internal.c64 mbedtls_mpi *P, mbedtls_mpi *Q ) in mbedtls_rsa_deduce_primes()
198 mbedtls_mpi const *Q, in mbedtls_rsa_deduce_private_exponent()
243 int mbedtls_rsa_validate_crt( const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_validate_crt()
332 const mbedtls_mpi *Q, const mbedtls_mpi *D, in mbedtls_rsa_validate_params()
452 int mbedtls_rsa_deduce_crt( const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_deduce_crt()
/external/libvpx/vp8/encoder/
Dratectrl.c279 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
387 int Q = in calc_gf_params() local
895 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size() local
1036 int Q = cpi->common.base_qindex; in vp8_update_rate_correction_factors() local
1145 int Q = cpi->active_worst_quality; in vp8_regulate_q() local
1474 int vp8_drop_encodedframe_overshoot(VP8_COMP *cpi, int Q) { in vp8_drop_encodedframe_overshoot()
/external/arm-neon-tests/
Dref_vreinterpret.c41 #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
Dref_vget_lane.c37 #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
Dref_vqdmulh.c43 #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
Dref_vqrdmulh.c43 #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
Dref_vqrshl.c43 #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
Dref_vqshl.c43 #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
Dref_vqshl_n.c43 #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
Dref_vcvt.c41 #define TEST_VCVT(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument
48 #define TEST_VCVT_FP(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument
71 #define TEST_VCVT_N(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument
78 #define TEST_VCVT_N_FP(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument
Dref_vqdmulh_n.c44 #define TEST_VQDMULH_N2(INSN, Q, T1, T2, W, N, L) \ in FNNAME() argument
55 #define TEST_VQDMULH_N1(INSN, Q, T1, T2, W, N, L) \ in FNNAME() argument
58 #define TEST_VQDMULH_N(Q, T1, T2, W, N, L) \ in FNNAME() argument
Dref_vqrdmulh_n.c45 #define TEST_VQRDMULH_N2(INSN, Q, T1, T2, W, N, L) \ in FNNAME() argument
56 #define TEST_VQRDMULH_N1(INSN, Q, T1, T2, W, N, L) \ in FNNAME() argument
59 #define TEST_VQRDMULH_N(Q, T1, T2, W, N, L) \ in FNNAME() argument
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op_benchmark_test.cc51 #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/linux-kselftest/tools/testing/selftests/bpf/bpf_testmod/
DMakefile5 Q = macro
7 Q = @ macro
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dp7.cpp3 struct Q { typedef int type; }; struct

12345678910>>...22