Home
last modified time | relevance | path

Searched defs:zeroed (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/skia/tests/
H A DArenaAllocTest.cpp47 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
73 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
100 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dalloc.rs210 let zeroed = false; in alloc() localVariable
217 let zeroed = true; in alloc_zeroed() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dalloc.rs210 let zeroed = false; in alloc() localVariable
217 let zeroed = true; in alloc_zeroed() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dalloc.rs210 let zeroed = false; in alloc() localVariable
217 let zeroed = true; in alloc_zeroed() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dalloc.rs215 let zeroed = false; in alloc() localVariable
222 let zeroed = true; in alloc_zeroed() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dalloc.rs215 let zeroed = false; in alloc() localVariable
222 let zeroed = true; in alloc_zeroed() localVariable
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dextent_inlines.h274 extent_zeroed_set(extent_t *extent, bool zeroed) { in extent_zeroed_set()
304 bool slab, szind_t szind, size_t sn, extent_state_t state, bool zeroed, in extent_init()
/aosp_15_r20/external/crosvm/base/src/
H A Dalloc.rs78 pub fn zeroed(layout: Layout) -> Self { in zeroed() method
/aosp_15_r20/external/mesa3d/src/intel/isl/
H A Disl_aux_info.c133 bool zeroed) in isl_aux_get_initial_state()
/aosp_15_r20/external/jemalloc_new/src/
H A Drtree.c13 rtree_new(rtree_t *rtree, bool zeroed) { in rtree_new()
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dzeroable.rs32 fn zeroed() -> Self { in zeroed() method
Dlib.rs544 pub const fn zeroed<T: Zeroable>() -> T { in zeroed() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/mem/
H A Dmod.rs651 pub const unsafe fn zeroed<T>() -> T { in zeroed() function
H A Dmaybe_uninit.rs395 pub const fn zeroed() -> MaybeUninit<T> { in zeroed() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/mem/
H A Dmod.rs651 pub const unsafe fn zeroed<T>() -> T { in zeroed() function
H A Dmaybe_uninit.rs397 pub const fn zeroed() -> MaybeUninit<T> { in zeroed() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/mem/
H A Dmod.rs651 pub const unsafe fn zeroed<T>() -> T { in zeroed() function
H A Dmaybe_uninit.rs397 pub const fn zeroed() -> MaybeUninit<T> { in zeroed() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/mem/
H A Dmod.rs651 pub const unsafe fn zeroed<T>() -> T { in zeroed() function
H A Dmaybe_uninit.rs397 pub const fn zeroed() -> MaybeUninit<T> { in zeroed() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/mem/
H A Dmod.rs651 pub const unsafe fn zeroed<T>() -> T { in zeroed() function
H A Dmaybe_uninit.rs395 pub const fn zeroed() -> MaybeUninit<T> { in zeroed() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Dzeroable.rs32 fn zeroed() -> Self { in zeroed() method
/aosp_15_r20/external/erofs-utils/lib/
H A Dblobchunk.c59 static u8 zeroed[EROFS_MAX_BLOCK_SIZE]; in erofs_blob_getchunk() local
/aosp_15_r20/external/rust/android-crates-io/crates/zeroize/src/
Dlib.rs636 let zeroed = CString::new(buf).expect("buf not truncated"); in zeroize() localVariable

12