Home
last modified time | relevance | path

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

12345678910>>...63

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp149 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 …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsearch.rs50 key: &Q, in search_tree()
54 K: Borrow<Q>, in search_tree()
90 SearchBound<&'r Q>, in search_tree_for_bifurcation()
97 K: Borrow<Q>, in search_tree_for_bifurcation()
98 R: RangeBounds<Q>, in search_tree_for_bifurcation()
160 bound: SearchBound<&'r Q>, in find_lower_bound_edge()
164 K: Borrow<Q>, in find_lower_bound_edge()
174 bound: SearchBound<&'r Q>, in find_upper_bound_edge()
178 K: Borrow<Q>, in find_upper_bound_edge()
197 K: Borrow<Q>, in search_node()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsearch.rs50 key: &Q, in search_tree()
54 K: Borrow<Q>, in search_tree()
90 SearchBound<&'r Q>, in search_tree_for_bifurcation()
97 K: Borrow<Q>, in search_tree_for_bifurcation()
98 R: RangeBounds<Q>, in search_tree_for_bifurcation()
160 bound: SearchBound<&'r Q>, in find_lower_bound_edge()
164 K: Borrow<Q>, in find_lower_bound_edge()
174 bound: SearchBound<&'r Q>, in find_upper_bound_edge()
178 K: Borrow<Q>, in find_upper_bound_edge()
197 K: Borrow<Q>, in search_node()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsearch.rs50 key: &Q, in search_tree()
54 K: Borrow<Q>, in search_tree()
90 SearchBound<&'r Q>, in search_tree_for_bifurcation()
97 K: Borrow<Q>, in search_tree_for_bifurcation()
98 R: RangeBounds<Q>, in search_tree_for_bifurcation()
160 bound: SearchBound<&'r Q>, in find_lower_bound_edge()
164 K: Borrow<Q>, in find_lower_bound_edge()
174 bound: SearchBound<&'r Q>, in find_upper_bound_edge()
178 K: Borrow<Q>, in find_upper_bound_edge()
197 K: Borrow<Q>, in search_node()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsearch.rs50 key: &Q, in search_tree()
54 K: Borrow<Q>, in search_tree()
90 SearchBound<&'r Q>, in search_tree_for_bifurcation()
97 K: Borrow<Q>, in search_tree_for_bifurcation()
98 R: RangeBounds<Q>, in search_tree_for_bifurcation()
160 bound: SearchBound<&'r Q>, in find_lower_bound_edge()
164 K: Borrow<Q>, in find_lower_bound_edge()
174 bound: SearchBound<&'r Q>, in find_upper_bound_edge()
178 K: Borrow<Q>, in find_upper_bound_edge()
197 K: Borrow<Q>, in search_node()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsearch.rs50 key: &Q, in search_tree()
54 K: Borrow<Q>, in search_tree()
90 SearchBound<&'r Q>, in search_tree_for_bifurcation()
97 K: Borrow<Q>, in search_tree_for_bifurcation()
98 R: RangeBounds<Q>, in search_tree_for_bifurcation()
160 bound: SearchBound<&'r Q>, in find_lower_bound_edge()
164 K: Borrow<Q>, in find_lower_bound_edge()
174 bound: SearchBound<&'r Q>, in find_upper_bound_edge()
178 K: Borrow<Q>, in find_upper_bound_edge()
197 K: Borrow<Q>, in search_node()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dt.rs51 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 …]
Dlib.rs477 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 …]
/aosp_15_r20/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp141 unsigned OpcToExpand, const Query &Q, in ExpandBinOp()
200 const Query &Q, unsigned MaxRecurse) { in SimplifyAssociativeBinOp()
299 const Query &Q, unsigned MaxRecurse) { in ThreadBinOpOverSelect()
370 Value *RHS, const Query &Q, in ThreadCmpOverSelect()
452 const Query &Q, unsigned MaxRecurse) { in ThreadBinOpOverPHI()
494 const Query &Q, unsigned MaxRecurse) { in ThreadCmpOverPHI()
530 const Query &Q, unsigned MaxRecurse) { in SimplifyAddInst()
664 const Query &Q, unsigned MaxRecurse) { in SimplifySubInst()
788 const Query &Q, unsigned MaxRecurse) { in SimplifyFAddInst()
827 const Query &Q, unsigned MaxRecurse) { in SimplifyFSubInst()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/
Dmap.rs212 pub(crate) fn make_hasher<K, Q, V, S>(hash_builder: &S) -> impl Fn(&(Q, V)) -> u64 + '_ in make_hasher() argument
224 fn equivalent_key<Q, K, V>(k: &Q) -> impl Fn(&(K, V)) -> bool + '_ in equivalent_key()
235 fn equivalent<Q, K>(k: &Q) -> impl Fn(&K) -> bool + '_ in equivalent()
245 pub(crate) fn make_hash<K, Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
259 pub(crate) fn make_hash<K, Q, S>(hash_builder: &S, val: &Q) -> u64 in make_hash() argument
1175 pub fn entry_ref<'a, 'b, Q: ?Sized>(&'a mut self, key: &'b Q) -> EntryRef<'a, 'b, K, Q, V, S, A> in entry_ref() argument
1177 K: Borrow<Q>, in entry_ref()
1217 pub fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V> in get()
1251 K: Borrow<Q>, in get_key_value()
1264 K: Borrow<Q>, in get_inner()
[all …]
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/
Dqbuf.rs77 queue: &'a Queue<D, BuffersAllocated<Q>>, in new()
78 buffer_info: &Arc<BufferInfo<Q>>, in new()
176 fn queue_with_handles(self, handles: Q) -> QueueResult<(), Q>; in queue_with_handles() argument
186 fn queue_with_handles(self, handles: Q, bytes_used: &[usize]) -> QueueResult<(), Q>; in queue_with_handles() argument
205 fn queue_with_handles(self, handles: Q) -> QueueResult<(), Q> { in queue_with_handles() argument
233 fn queue_with_handles(self, handles: Q, bytes_used: &[usize]) -> QueueResult<(), Q> { in queue_with_handles() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dserver.rs723 pub fn execute_unary<P, Q, F>( in execute_unary() argument
725 ser: SerializeFn<Q>, in execute_unary()
730 F: FnMut(RpcContext<'_>, P, UnarySink<Q>), in execute_unary()
750 pub fn execute_client_streaming<P, Q, F>( in execute_client_streaming() argument
752 ser: SerializeFn<Q>, in execute_client_streaming()
756 F: FnMut(RpcContext<'_>, RequestStream<P>, ClientStreamingSink<Q>), in execute_client_streaming()
768 pub fn execute_server_streaming<P, Q, F>( in execute_server_streaming() argument
770 ser: SerializeFn<Q>, in execute_server_streaming()
775 F: FnMut(RpcContext<'_>, P, ServerStreamingSink<Q>), in execute_server_streaming()
797 pub fn execute_duplex_streaming<P, Q, F>( in execute_duplex_streaming() argument
[all …]
/aosp_15_r20/external/libvpx/vp8/encoder/
H A 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
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()
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/
H A 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
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp43 struct Q { struct
44 Q() : Q1(30), Q2(31) {} in Q() argument
45 int Q1; argument
46 int Q2; argument
65 Q q1, q2; argument
H A 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
H A Dcopy-assign-synthesis-1.cpp58 struct Q : B { struct
59 Q() : Q1(30), Q2(31) {} in Q() function
60 int Q1; argument
61 int Q2; argument
80 Q q1, q2; argument
H A Dnested-base-member-access.cpp12 struct Q { struct
13 Q(int i){ iQ = i; } in Q() argument
14 int iQ; argument
15 void QPR() { printf("iQ = %d\n", iQ); } in QPR() argument
/aosp_15_r20/external/rust/android-crates-io/crates/managed/src/
Dmap.rs151 where K: Ord + Borrow<Q>, Q: Ord + ?Sized, R: RangeBounds<Q> in binary_search_by_key_range()
234 where K: Ord + Borrow<Q>, Q: Ord + ?Sized in binary_search_by_key()
241 fn pair_by_key<'a, K, Q, V>(slice: &'a [Option<(K, V)>], key: &Q) -> in pair_by_key() argument
243 where K: Ord + Borrow<Q>, Q: Ord + ?Sized in pair_by_key()
248 fn pair_mut_by_key<'a, K, Q, V>(slice: &'a mut [Option<(K, V)>], key: &Q) -> in pair_mut_by_key() argument
250 where K: Ord + Borrow<Q>, Q: Ord + ?Sized in pair_mut_by_key()
269 where K: Borrow<Q>, Q: Ord + ?Sized in get()
283 pub fn get_mut<Q>(&mut self, key: &Q) -> Option<&mut V> in get_mut()
299 where K: Borrow<Q>, Q: Ord + ?Sized, R: RangeBounds<Q>, 'b: 'a in range()
346 where K: Borrow<Q>, Q: Ord + ?Sized in remove()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dmap.rs70 pub fn get<Q>(&self, key: &Q) -> Option<&Value> in get()
85 String: Borrow<Q>, in contains_key()
96 pub fn get_mut<Q>(&mut self, key: &Q) -> Option<&mut Value> in get_mut()
111 String: Borrow<Q>, in get_key_value()
140 pub fn remove<Q>(&mut self, key: &Q) -> Option<Value> in remove()
165 String: Borrow<Q>, in remove_entry()
184 pub fn swap_remove<Q>(&mut self, key: &Q) -> Option<Value> in swap_remove()
204 String: Borrow<Q>, in swap_remove_entry()
220 pub fn shift_remove<Q>(&mut self, key: &Q) -> Option<Value> in shift_remove()
240 String: Borrow<Q>, in shift_remove_entry()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dmap.rs70 pub fn get<Q>(&self, key: &Q) -> Option<&Value> in get()
85 String: Borrow<Q>, in contains_key()
96 pub fn get_mut<Q>(&mut self, key: &Q) -> Option<&mut Value> in get_mut()
111 String: Borrow<Q>, in get_key_value()
140 pub fn remove<Q>(&mut self, key: &Q) -> Option<Value> in remove()
165 String: Borrow<Q>, in remove_entry()
184 pub fn swap_remove<Q>(&mut self, key: &Q) -> Option<Value> in swap_remove()
204 String: Borrow<Q>, in swap_remove_entry()
220 pub fn shift_remove<Q>(&mut self, key: &Q) -> Option<Value> in shift_remove()
240 String: Borrow<Q>, in shift_remove_entry()
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/
Dlru_cache.rs92 K: Borrow<Q>, in contains_key()
113 pub fn peek<Q>(&self, k: &Q) -> Option<&V> in peek()
124 pub fn peek_mut<Q>(&mut self, k: &Q) -> Option<&mut V> in peek_mut()
135 pub fn get<Q>(&mut self, k: &Q) -> Option<&V> in get()
146 pub fn get_mut<Q>(&mut self, k: &Q) -> Option<&mut V> in get_mut()
197 pub fn remove<Q>(&mut self, k: &Q) -> Option<V> in remove()
208 K: Borrow<Q>, in remove_entry()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1068 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Resolved)) { in resolve() local
1088 for (auto &Q : CompletedQueries) { in resolve() local
1183 for (auto &Q : DependantMI.takeQueriesMeeting(SymbolState::Ready)) { in emit() local
1199 for (auto &Q : MI.takeQueriesMeeting(SymbolState::Ready)) { in emit() local
1221 for (auto &Q : CompletedQueries) { in emit() local
1322 for (auto &Q : MII->second.pendingQueries()) { in notifyFailed() local
1327 for (auto &Q : ToDetach) in notifyFailed() local
1341 for (auto &Q : FailedQueries) in notifyFailed() local
1484 std::shared_ptr<AsynchronousSymbolQuery> &Q, in lodgeQuery()
1513 std::shared_ptr<AsynchronousSymbolQuery> &Q, in lodgeQueryImpl()
[all …]
/aosp_15_r20/external/mbedtls/library/
H A Drsa_alt_helpers.c52 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()

12345678910>>...63