Home
last modified time | relevance | path

Searched refs:remove_first (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Drust_name.rs91 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first() method
172 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first() method
174 self.path.remove_first() in remove_first()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c203 bool remove_first = parent->ranges[first].offset == offset; in radv_amdgpu_winsys_bo_virtual_bind() local
215 remove_first = true; in radv_amdgpu_winsys_bo_virtual_bind()
224 range_count_delta = 1 - (last - first + 1) + !remove_first + !remove_last; in radv_amdgpu_winsys_bo_virtual_bind()
225 new_idx = first + !remove_first; in radv_amdgpu_winsys_bo_virtual_bind()
237 if (parent->ranges[first].offset + parent->ranges[first].size > offset || remove_first) { in radv_amdgpu_winsys_bo_virtual_bind()
241 if (!remove_first) { in radv_amdgpu_winsys_bo_virtual_bind()
263 if (!remove_first) in radv_amdgpu_winsys_bo_virtual_bind()
/external/jemalloc_new/include/jemalloc/internal/
Dph.h203 a_attr a_type *a_prefix##remove_first(a_ph_type *ph); \
267 a_prefix##remove_first(a_ph_type *ph) { \