Searched refs:zeroed (Results 1 – 25 of 31) sorted by relevance
12
/external/jemalloc/src/ |
D | chunk.c | 51 bool zeroed; in chunk_recycle() local 80 zeroed = node->zeroed; in chunk_recycle() 81 if (zeroed) in chunk_recycle() 113 node->zeroed = zeroed; in chunk_recycle() 123 if (zeroed == false) in chunk_recycle() 290 node->zeroed = (node->zeroed && (unzeroed == false)); in chunk_record() 307 node->zeroed = (unzeroed == false); in chunk_record() 327 node->zeroed = (node->zeroed && prev->zeroed); in chunk_record()
|
/external/jemalloc/include/jemalloc/internal/ |
D | extent.h | 31 bool zeroed; member
|
D | jemalloc_internal_defs.h.in | 183 * such that new pages will be demand-zeroed if
|
/external/llvm/test/CodeGen/X86/ |
D | break-avx-dep.ll | 4 ; flops-6. Make sure the unused register read by vcvtsi2sdq is zeroed
|
D | subreg-to-reg-4.ll | 12 ; 32-bits will be zeroed.
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | vdbeInt.h | 50 Bool zeroed; /* True if zeroed out and ready for reuse */ member
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_get_multiple.txt | 50 been zeroed out.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | risbg-01.ll | 1 ; Test sequences that can use RISBG with a zeroed first operand. 47 ; The range should be reduced to exclude the zeroed high bits. 91 ; be reduced to exclude the zeroed low bits.
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
D | table_format.txt | 48 padding: char[40-p-q]; // zeroed bytes to make fixed length
|
/external/chromium_org/third_party/sqlite/src/doc/ |
D | pager-invariants.txt | 40 being deleted, truncated, or zeroed.
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 67 # zeroed automatically).
|
/external/chromium_org/net/third_party/nss/patches/ |
D | chacha20poly1305.patch | 180 * suites, with the MSB zeroed, look like:
|
/external/jemalloc/ |
D | ChangeLog | 141 whether a chunk was zeroed. On FreeBSD, NetBSD, and OS X, it could cause 286 - Fix chunk_alloc_dss() to stop claiming memory is zeroed. This bug could 438 allocate/reallocate aligned zeroed memory, ask for optional extra memory
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3defer.test | 361 # long doclists zeroed. And with OOM-injection for FTS4 with long doclists 362 # zeroed. Change this by messing with the [set dmt_modes] commands above.
|
D | wal2.test | 994 # Set all zeroed slots in the first hash table to invalid values.
|
/external/libvorbis/doc/ |
D | 08-residue.tex | 172 the unpacked vectors are zeroed. Note that for residue type 2, these 253 'do not decode' vectors are allocated and zeroed.
|
D | 02-bitpacking.tex | 218 Unused space in the last byte of a bytestream is always zeroed during
|
D | 04-codec.tex | 419 zeroed and nonzeroed vector to produce two nonzeroed vectors.
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | usage.dox | 189 indicates that the segment \ref MUST be zeroed by the application prior to
|
/external/libvpx/libvpx/ |
D | usage.dox | 189 indicates that the segment \ref MUST be zeroed by the application prior to
|
/external/e2fsprogs/ |
D | TODO | 70 list of disk blocks is not zeroed out. I was able to dump the contents of the
|
/external/fio/ |
D | HOWTO | 536 The resulting IO buffers will not be completely zeroed, 561 data and zeroed data is. Without this set, fio will 563 data, followed by the remaining zeroed. With this set 565 alternate random and zeroed data throughout the IO
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
D | des_enc.m4 | 901 ! Remaining bytes are zeroed.
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 901 ! Remaining bytes are zeroed.
|
/external/jpeg/ |
D | structure.doc | 833 A virtual array can be specified to be "pre-zeroed"; when this flag is set,
|
12