Searched refs:zeroed (Results 1 - 15 of 15) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dextent.h36 * The zeroed flag is used by chunk recycling code to track whether
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) argument
201 node->en_zeroed = zeroed;
227 size_t sn, bool zeroed, bool committed)
234 extent_node_zeroed_set(node, zeroed);
226 extent_node_init(extent_node_t *node, arena_t *arena, void *addr, size_t size, size_t sn, bool zeroed, bool committed) argument
H A Dchunk.h74 bool zeroed, bool committed);
/external/skia/tests/
H A DArenaAllocTest.cpp84 int* zeroed = arena.makeArray<int>(10); local
86 REPORTER_ASSERT(r, zeroed[i] == 0);
110 int* zeroed = arena.makeArray<int>(10); local
112 REPORTER_ASSERT(r, zeroed[i] == 0);
137 int* zeroed = arena.makeArray<int>(10); local
139 REPORTER_ASSERT(r, zeroed[i] == 0);
/external/skqp/tests/
H A DArenaAllocTest.cpp79 int* zeroed = arena.makeArray<int>(10); local
81 REPORTER_ASSERT(r, zeroed[i] == 0);
105 int* zeroed = arena.makeArray<int>(10); local
107 REPORTER_ASSERT(r, zeroed[i] == 0);
132 int* zeroed = arena.makeArray<int>(10); local
134 REPORTER_ASSERT(r, zeroed[i] == 0);
/external/jemalloc/src/
H A Dchunk.c55 bool zeroed, bool committed);
209 bool zeroed, committed; local
248 zeroed = extent_node_zeroed_get(node);
249 if (zeroed)
282 zeroed, committed);
292 + trailsize, *sn, zeroed, committed);
297 trailsize, *sn, zeroed, committed);
306 cache, ret, size, *sn, zeroed, committed);
315 if (!zeroed)
331 * If the caller specifies (!*zero), it is still possible to receive zeroed
511 chunk_record(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, extent_tree_t *chunks_szsnad, extent_tree_t *chunks_ad, bool cache, void *chunk, size_t size, size_t sn, bool zeroed, bool committed) argument
640 chunk_dalloc_wrapper(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, void *chunk, size_t size, size_t sn, bool zeroed, bool committed) argument
[all...]
H A Darena.c451 /* The run is untouched, and therefore zeroed. */
456 /* The run is dirty, so all pages must be zeroed. */
460 * The run is clean, so some pages may be zeroed (i.e.
671 * the pages as zeroed if arena_chunk_alloc_internal() returned a zeroed
680 * the chunk is not zeroed.
1730 * were zeroed as a side effect of purging. This chunk
1777 bool zeroed = extent_node_zeroed_get(chunkselm); local
1783 size, sn, zeroed, committed);
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
H A Dperiodic.py527 zeroed = array_ops.where(zeros_mask, array_ops.zeros_like(meshed), meshed)
532 zeroed * global_coefficient[..., None, None]**2)
/external/libffi/src/powerpc/
H A Ddarwin.S249 addi r6,r28,(LINKAGE_SIZE + 7 * GPR_BYTES) ; point to a zeroed counter.
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Ddarwin.S249 addi r6,r28,(LINKAGE_SIZE + 7 * GPR_BYTES) ; point to a zeroed counter.
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
H A Ddarwin.S249 addi r6,r28,(LINKAGE_SIZE + 7 * GPR_BYTES) ; point to a zeroed counter.
/external/boringssl/ios-arm/crypto/fipsmodule/
H A Dghashv8-armx32.S122 @ r12 is zeroed just in time
/external/boringssl/linux-arm/crypto/fipsmodule/
H A Dghashv8-armx32.S117 @ r12 is zeroed just in time
/external/boringssl/src/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl217 @ $inc is zeroed just in time
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c1131 static const struct si_shader_key zeroed; local
1206 memcmp(&key->opt, &zeroed.opt, sizeof(key->opt)) != 0 ||
1207 memcmp(&key->mono, &zeroed.mono, sizeof(key->mono)) != 0;
1211 memcmp(&key->opt, &zeroed.opt, sizeof(key->opt)) != 0;
/external/syslinux/core/
H A Dpxelinux.asm56 ; .bss is zeroed... must be in .earlybss

Completed in 504 milliseconds