/third_party/flutter/skia/tests/ |
D | ArenaAllocTest.cpp | 84 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/ |
D | ArenaAllocTest.cpp | 44 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/ |
D | name | 1 zap inode with zeroed extent header
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.8.rst | 43 - egl/x11: calloc dri2_surf so it's properly zeroed
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsfallocate.c | 497 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/ |
D | aaccoder_twoloop.h | 523 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/ |
D | SGIX_resample.txt | 143 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/ |
D | SGIX_resample.txt | 143 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/ |
D | OPENSSL_instrument_bus.pod | 24 zeroed upon invocation (if you want to retrieve actual probe values).
|
D | BUF_MEM_new.pod | 35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 541 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/ |
D | test_zeroize.gdb | 40 # the block of memory was correctly zeroed would force the compiler to not
|
/third_party/glib/glib/ |
D | glib.stp.in | 25 * @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/ |
D | darwin.S | 249 addi r6,r28,(LINKAGE_SIZE + 7 * GPR_BYTES) ; point to a zeroed counter.
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | id3v2.4.0-structure.txt | 239 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/ |
D | README.lws_cache.md | 51 that should be zeroed down. Most members are optional and can be left at zero,
|
/third_party/libffi/ |
D | acinclude.m4 | 31 # 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/ |
D | ghashv8-armx.S | 113 @ r12 is zeroed just in time
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_packed_float.txt | 626 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.
|
D | EXT_stencil_clear_tag.txt | 200 value are zeroed. 616 bits match, the upper n bits of the read stencil value are zeroed."
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_packed_float.txt | 626 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.
|
D | EXT_stencil_clear_tag.txt | 200 value are zeroed. 616 bits match, the upper n bits of the read stencil value are zeroed."
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.43.0.txt | 146 already zeroed using the discard feature.
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 2251 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/ |
D | sparse_resources.txt | 158 … do not have backing device memory, the fetched data is compared against zeroed memory if residenc…
|