Home
last modified time | relevance | path

Searched defs:other_idx (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc617 int other_idx = (mdps.front() == mdp); in TEST_F() local
666 int other_idx = (mdps.front() == mdp); in TEST_F() local
/external/adhd/cras/client/libcras/src/
Dcras_shm.rs340 let other_idx = (idx ^ 1) as usize; in check_buffer_offset() localVariable
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1585 signed other_idx = -1; in pan_emit_general_varying() local
/external/rust/crates/serde_derive/src/
Dde.rs1186 let other_idx = deserialized_variants.position(|(_, variant)| variant.attrs.other()); in prepare_enum_variant_enum() localVariable