Home
last modified time | relevance | path

Searched refs:zeroed (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/tests/
DArenaAllocTest.cpp84 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
86 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
110 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
112 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
137 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
139 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
/third_party/skia/tests/
DArenaAllocTest.cpp44 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
46 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
69 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
71 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
95 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local
97 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
/third_party/e2fsprogs/tests/f_zeroed_ext_header/
Dname1 zap inode with zeroed extent header
/third_party/mesa3d/docs/relnotes/
D19.0.8.rst43 - egl/x11: calloc dri2_surf so it's properly zeroed
/third_party/ntfs-3g/ntfsprogs/
Dntfsfallocate.c497 s64 zeroed; in ntfs_inner_zero() local
511 zeroed = ntfs_pwrite(vol->dev, in ntfs_inner_zero()
515 if (zeroed != vol->cluster_size) { in ntfs_inner_zero()
/third_party/ffmpeg/libavcodec/
Daaccoder_twoloop.h523 int zeroed = 0; in search_for_quantizers_twoloop() local
553 for (g = sce->ics.num_swb-1; g > 0 && zeroed < maxzeroed; g--) { in search_for_quantizers_twoloop()
563 zeroed++; in search_for_quantizers_twoloop()
568 if (zeroed) in search_for_quantizers_twoloop()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_resample.txt143 RESAMPLE_ZERO_FILL_SGIX then derived components are zeroed. Note that
145 and the odd numbered pixels produced have the zeroed components:
/third_party/openGLES/extensions/SGIX/
DSGIX_resample.txt143 RESAMPLE_ZERO_FILL_SGIX then derived components are zeroed. Note that
145 and the odd numbered pixels produced have the zeroed components:
/third_party/openssl/doc/man3/
DOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
DBUF_MEM_new.pod35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c541 bool zeroed = false; in bo_alloc_internal() local
547 zeroed = true; in bo_alloc_internal()
552 assert(!(busy && zeroed)); in bo_alloc_internal()
573 if (busy && !zeroed) { in bo_alloc_internal()
611 if (zeroed) { in bo_alloc_internal()
/third_party/mbedtls/tests/scripts/
Dtest_zeroize.gdb40 # the block of memory was correctly zeroed would force the compiler to not
/third_party/glib/glib/
Dglib.stp.in25 * @zeroed: Boolean value, %TRUE if this block was filled with NUL bytes
32 zeroed = $arg3;
607 * @zeroed: Boolean value, %TRUE if this block was filled with NUL bytes
614 zeroed = $arg4;
/third_party/libffi/src/powerpc/
Ddarwin.S249 addi r6,r28,(LINKAGE_SIZE + 7 * GPR_BYTES) ; point to a zeroed counter.
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2.4.0-structure.txt239 zeroed.
517 zeroed, represented as a 32 bit synchsafe integer.
567 Whenever a false synchronisation is found within the tag, one zeroed
618 integers that keep its highest bit (bit 7) zeroed, making seven bits
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md51 that should be zeroed down. Most members are optional and can be left at zero,
/third_party/libffi/
Dacinclude.m431 # zeroed pages with both the following properties:
68 # doesn't give anonymous zeroed pages with the same properties listed
/third_party/openssl/crypto/modes/asm/arm32/
Dghashv8-armx.S113 @ r12 is zeroed just in time
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_packed_float.txt626 For the packed float format, all the elements are zeroed since
628 component is non-existent. All elements are also zeroed for
633 the bit for the respective component should be zeroed.
DEXT_stencil_clear_tag.txt200 value are zeroed.
616 bits match, the upper n bits of the read stencil value are zeroed."
/third_party/openGLES/extensions/EXT/
DEXT_packed_float.txt626 For the packed float format, all the elements are zeroed since
628 component is non-existent. All elements are also zeroed for
633 the bit for the respective component should be zeroed.
DEXT_stencil_clear_tag.txt200 value are zeroed.
616 bits match, the upper n bits of the read stencil value are zeroed."
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.0.txt146 already zeroed using the discard feature.
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2251 static const struct si_shader_key zeroed; variable
2444 sscreen->use_monolithic_shaders || memcmp(&key->mono, &zeroed.mono, sizeof(key->mono)) != 0; in si_shader_select_with_key()
2463 struct si_shader_key shader1_key = zeroed; in si_shader_select_with_key()
2502 is_pure_monolithic || memcmp(&key->opt, &zeroed.opt, sizeof(key->opt)) != 0; in si_shader_select_with_key()
2505 memcmp(&key->opt, &zeroed.opt, sizeof(key->opt)) != 0; in si_shader_select_with_key()
/third_party/vk-gl-cts/doc/testspecs/VK/
Dsparse_resources.txt158 … do not have backing device memory, the fetched data is compared against zeroed memory if residenc…

123