/external/jemalloc/include/jemalloc/internal/ |
D | extent.h | 99 void extent_node_zeroed_set(extent_node_t *node, bool zeroed); 104 size_t size, size_t sn, bool zeroed, bool committed); 198 extent_node_zeroed_set(extent_node_t *node, bool zeroed) in extent_node_zeroed_set() argument 201 node->en_zeroed = zeroed; in extent_node_zeroed_set() 227 size_t sn, bool zeroed, bool committed) in extent_node_init() argument 234 extent_node_zeroed_set(node, zeroed); in extent_node_init()
|
D | chunk.h | 74 bool zeroed, bool committed);
|
/external/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()
|
/external/skqp/tests/ |
D | ArenaAllocTest.cpp | 79 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local 81 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST() 105 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local 107 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST() 132 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local 134 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
|
/external/jemalloc/src/ |
D | chunk.c | 55 bool zeroed, bool committed); 209 bool zeroed, committed; in chunk_recycle() local 248 zeroed = extent_node_zeroed_get(node); in chunk_recycle() 249 if (zeroed) in chunk_recycle() 282 zeroed, committed); in chunk_recycle() 292 + trailsize, *sn, zeroed, committed); in chunk_recycle() 297 trailsize, *sn, zeroed, committed); in chunk_recycle() 306 cache, ret, size, *sn, zeroed, committed); in chunk_recycle() 315 if (!zeroed) in chunk_recycle() 513 void *chunk, size_t size, size_t sn, bool zeroed, bool committed) in chunk_record() argument [all …]
|
/external/e2fsprogs/tests/f_zeroed_ext_header/ |
D | name | 1 zap inode with zeroed extent header
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | acinclude.m4 | 31 # zeroed pages with both the following properties: 68 # doesn't give anonymous zeroed pages with the same properties listed
|
/external/python/cpython3/Modules/_ctypes/libffi/ |
D | acinclude.m4 | 31 # zeroed pages with both the following properties: 68 # doesn't give anonymous zeroed pages with the same properties listed
|
/external/libffi/ |
D | acinclude.m4 | 31 # zeroed pages with both the following properties: 68 # doesn't give anonymous zeroed pages with the same properties listed
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SparseSegmentMeanWithNumSegments.pbtxt | 31 misisng, the `output` tensor at that position will be zeroed.
|
D | api_def_SparseSegmentSqrtNWithNumSegments.pbtxt | 33 misisng, the `output` tensor at that position will be zeroed.
|
D | api_def_SparseSegmentSumWithNumSegments.pbtxt | 31 misisng, the `output` tensor at that position will be zeroed.
|
/external/walt/pywalt/ |
D | README.md | 47 Clock zeroed at 1487105210 (rt 0.250 ms) 83 Clock zeroed at 1488918733 (rt 0.306 ms)
|
/external/walt/android/WALT/app/src/main/jni/ |
D | README.md | 15 some value E. And we know that E >= 0 because remote was zeroed *after* we 16 zeroed the local time (recored T0). And also E<= maxE. So 0 = minE < E < maxE.
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUInstrFormats.td | 45 // RR Format, where RB is zeroed (dont care): 52 // RR Format, where RA and RB are zeroed (dont care): 62 // RR Format, where RT is zeroed (don't care), or as the instruction handbook
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
D | periodic.py | 527 zeroed = array_ops.where(zeros_mask, array_ops.zeros_like(meshed), meshed) 532 zeroed * global_coefficient[..., None, None]**2)
|
/external/syslinux/efi/i386/ |
D | syslinux.ld | 157 /* Very large objects which don't need to be zeroed */
|
/external/syslinux/efi/x86_64/ |
D | syslinux.ld | 157 /* Very large objects which don't need to be zeroed */
|
/external/syslinux/efi/ |
D | syslinux.ld | 161 /* Very large objects which don't need to be zeroed */
|
/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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | subreg-to-reg-4.ll | 12 ; 32-bits will be zeroed.
|
/external/llvm/test/CodeGen/X86/ |
D | subreg-to-reg-4.ll | 12 ; 32-bits will be zeroed.
|
/external/walt/ |
D | README.google | 47 the time difference between when the bridge zeroed the Teensy's clock and
|
/external/syslinux/core/i386/ |
D | syslinux.ld | 393 /* Very large objects which don't need to be zeroed */
|
/external/syslinux/core/ |
D | pxelinux.asm | 56 ; .bss is zeroed... must be in .earlybss
|