Home
last modified time | relevance | path

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

123

/external/jemalloc/include/jemalloc/internal/
Dextent.h99 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()
Dchunk.h74 bool zeroed, bool committed);
/external/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()
/external/skqp/tests/
DArenaAllocTest.cpp79 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/
Dchunk.c55 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/
Dname1 zap inode with zeroed extent header
/external/python/cpython2/Modules/_ctypes/libffi/
Dacinclude.m431 # 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/
Dacinclude.m431 # zeroed pages with both the following properties:
68 # doesn't give anonymous zeroed pages with the same properties listed
/external/libffi/
Dacinclude.m431 # 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/
Dapi_def_SparseSegmentMeanWithNumSegments.pbtxt31 misisng, the `output` tensor at that position will be zeroed.
Dapi_def_SparseSegmentSqrtNWithNumSegments.pbtxt33 misisng, the `output` tensor at that position will be zeroed.
Dapi_def_SparseSegmentSumWithNumSegments.pbtxt31 misisng, the `output` tensor at that position will be zeroed.
/external/walt/pywalt/
DREADME.md47 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/
DREADME.md15 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/
DSPUInstrFormats.td45 // 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/
Dperiodic.py527 zeroed = array_ops.where(zeros_mask, array_ops.zeros_like(meshed), meshed)
532 zeroed * global_coefficient[..., None, None]**2)
/external/syslinux/efi/i386/
Dsyslinux.ld157 /* Very large objects which don't need to be zeroed */
/external/syslinux/efi/x86_64/
Dsyslinux.ld157 /* Very large objects which don't need to be zeroed */
/external/syslinux/efi/
Dsyslinux.ld161 /* Very large objects which don't need to be zeroed */
/external/llvm/test/CodeGen/SystemZ/
Drisbg-01.ll1 ; 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/
Dsubreg-to-reg-4.ll12 ; 32-bits will be zeroed.
/external/llvm/test/CodeGen/X86/
Dsubreg-to-reg-4.ll12 ; 32-bits will be zeroed.
/external/walt/
DREADME.google47 the time difference between when the bridge zeroed the Teensy's clock and
/external/syslinux/core/i386/
Dsyslinux.ld393 /* Very large objects which don't need to be zeroed */
/external/syslinux/core/
Dpxelinux.asm56 ; .bss is zeroed... must be in .earlybss

123