Home
last modified time | relevance | path

Searched defs:subslice (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/dev/
Dgen_device_info.h280 int slice, int subslice) in gen_device_info_subslice_available()
288 int slice, int subslice, int eu) in gen_device_info_eu_available()
Dgen_device_info.c985 unsigned subslice, in gen_device_info_set_eu_mask()
/external/flatbuffers/include/flatbuffers/
Dgrpc.h252 grpc_slice subslice = grpc_slice_sub(slice, begin, end); in GetMessage() local
/external/crosvm/disk/src/
Dcomposite.rs249 let subslice = if cursor_location + slice.size() as u64 > disk.offset + disk.length { in read_at_volatile() localVariable
263 let subslice = if cursor_location + slice.size() as u64 > disk.offset + disk.length { in write_at_volatile() localVariable
Dandroid_sparse.rs296 let subslice = if chunk_offset + (slice.size() as u64) > chunk_size { in read_at_volatile() localVariable
/external/rust/crates/untrusted/src/
Duntrusted.rs366 pub fn subslice(&self, r: core::ops::Range<usize>) -> Option<Self> { in subslice() method
/external/python/cpython2/Objects/
Dexceptions.c593 PyObject *subslice = NULL; in EnvironmentError_init() local
/external/python/cpython3/Objects/
Dexceptions.c911 PyObject *subslice = PyTuple_GetSlice(args, 0, 2); in oserror_init() local