Home
last modified time | relevance | path

Searched defs:slot_index (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/tokio/src/sync/mpsc/
Dlist.rs71 let slot_index = self.tail_position.fetch_add(1, Acquire); in push() localVariable
89 let slot_index = self.tail_position.fetch_add(1, Acquire); in close() localVariable
/external/curl/lib/
Dhash.h70 int slot_index; member
/external/libchrome/base/threading/
Dthread_local_storage_unittest.cc117 size_t slot_index = 0; in Run() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c375 int slot_index = -1; in allocate_query() local
421 unsigned slot_index; in deallocate_query() local
/external/cronet/base/threading/
Dthread_local_storage_unittest.cc121 size_t slot_index = 0; in Run() local
/external/cronet/base/allocator/partition_allocator/
Dpartition_root.cc477 for (size_t slot_index = 0; slot_index < num_slots; ++slot_index) { in PartitionPurgeSlotSpan() local
/external/uwb/src/rust/uwb_core/protos/
Duwb_service.proto440 uint32 slot_index = 13; field
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c92 unsigned slot_index; member
/external/rust/pica/src/
Duci_packets.rs1614 pub slot_index: u8, field
1746 let slot_index = u8::from_le_bytes([bytes[18]]); in parse() localVariable
1788 let slot_index = self.slot_index; in write_to() localVariable
1812 pub slot_index: u8, field
1946 let slot_index = u8::from_le_bytes([bytes[24]]); in parse() localVariable
1988 let slot_index = self.slot_index; in write_to() localVariable
/external/rust/crates/ash/src/vk/
Ddefinitions.rs47159 pub slot_index: i8, field
47198 pub fn slot_index(mut self, slot_index: i8) -> Self { in slot_index() method
49357 pub slot_index: i8, field
49395 pub fn slot_index(mut self, slot_index: i8) -> Self { in slot_index() method