Home
last modified time | relevance | path

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

1234

/external/skqp/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/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/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/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/jemalloc_new/include/jemalloc/internal/
Dextent_inlines.h274 extent_zeroed_set(extent_t *extent, bool zeroed) { in extent_zeroed_set() argument
276 ((uint64_t)zeroed << EXTENT_BITS_ZEROED_SHIFT); in extent_zeroed_set()
304 bool slab, szind_t szind, size_t sn, extent_state_t state, bool zeroed, in extent_init() argument
315 extent_zeroed_set(extent, zeroed); in extent_init()
/external/jemalloc_new/src/
Drtree.c13 rtree_new(rtree_t *rtree, bool zeroed) { in rtree_new() argument
15 if (!zeroed) { in rtree_new()
19 assert(zeroed); in rtree_new()
Dextent.c1275 bool zeroed = false; in extent_grow_retained() local
1281 alloc_size, PAGE, &zeroed, &committed); in extent_grow_retained()
1285 alloc_size, PAGE, &zeroed, &committed, in extent_grow_retained()
1291 arena_extent_sn_next(arena), extent_state_active, zeroed, in extent_grow_retained()
1739 bool zeroed; in extent_dalloc_wrapper() local
1741 zeroed = true; in extent_dalloc_wrapper()
1744 zeroed = true; in extent_dalloc_wrapper()
1749 zeroed = true; in extent_dalloc_wrapper()
1755 zeroed = false; in extent_dalloc_wrapper()
1757 zeroed = false; in extent_dalloc_wrapper()
[all …]
/external/e2fsprogs/tests/f_zeroed_ext_header/
Dname1 zap inode with zeroed extent header
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Dclear-bss.ll4 @zeroed = internal constant [3 x i8] zeroinitializer
/external/libffi/
Dacinclude.m431 # zeroed pages with both the following properties:
68 # doesn't give anonymous zeroed pages with the same properties listed
/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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseSegmentMeanWithNumSegments.pbtxt31 misisng, the `output` tensor at that position will be zeroed.
Dapi_def_SparseSegmentSumWithNumSegments.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.
/external/walt/pywalt/
DREADME.md47 Clock zeroed at 1487105210 (rt 0.250 ms)
83 Clock zeroed at 1488918733 (rt 0.306 ms)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c280 bool zeroed = false; in bo_alloc_internal() local
286 zeroed = true; in bo_alloc_internal()
291 assert(!(busy && zeroed)); in bo_alloc_internal()
312 if (busy && !zeroed) { in bo_alloc_internal()
351 if (zeroed) { in bo_alloc_internal()
/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/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-7.0/llvm/test/CodeGen/SystemZ/
Drisbg-04.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.
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/llvm/test/CodeGen/X86/
Dsubreg-to-reg-4.ll12 ; 32-bits will be zeroed.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsubreg-to-reg-4.ll12 ; 32-bits will be zeroed.

1234