Searched defs:_old (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_atomic.h | 103 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument 104 #define p_atomic_cmpxchg_ptr(_v, _old, _new) p_atomic_cmpxchg(_v, _old, _new) argument 182 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument 190 #define p_atomic_cmpxchg_ptr(_v, _old, _new) (void *)_InterlockedCompareExchange64((__int64 *)(_v),… argument 192 #define p_atomic_cmpxchg_ptr(_v, _old, _new) (void *)_InterlockedCompareExchange((long *)(_v), (lon… argument
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | u_atomic.h | 99 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument 162 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument
|
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/ |
D | routing_manager_base.cpp | 346 const std::shared_ptr<payload> &_new) { in register_event() 410 const std::shared_ptr<payload> &_new) { in register_event()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_video.c | 322 struct pipe_video_buffer *_old, in trace_video_codec_update_decoder_target()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/ |
D | mod.rs | 360 let _old = replace(&mut edge.weight, Some(weight)); in add_edge() localVariable 997 let _old = replace(&mut node_slot.weight, Some(weight)); in occupy_vacant_node() localVariable
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | calc_instr_deps.rs | 265 let _old = self.instr_waits.insert((block_idx, ip), waits); in add_waits() localVariable
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 24204 "_old": 21792, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 24204 "_old": 21792, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 24145 "_old": 21792, number
|