OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zeroed
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
chunk.c
54
void *chunk, size_t size, bool
zeroed
, bool committed);
208
bool
zeroed
, committed;
local
244
zeroed
= extent_node_zeroed_get(node);
245
if (
zeroed
)
277
cache, ret, size + trailsize,
zeroed
, committed);
287
zeroed
, committed);
292
trailsize,
zeroed
, committed);
301
ret, size,
zeroed
, committed);
310
if (!
zeroed
)
325
* If the caller specifies (!*zero), it is still possible to receive
zeroed
[
all
...]
arena.c
472
/* The run is untouched, and therefore
zeroed
. */
477
/* The run is dirty, so all pages must be
zeroed
. */
481
* The run is clean, so some pages may be
zeroed
(i.e.
686
* the pages as
zeroed
if chunk_alloc() returned a
zeroed
or decommitted
695
* the chunk is not
zeroed
.
1705
bool
zeroed
= extent_node_
zeroed
_get(chunkselm);
local
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java
456
ColorSpaceTransform
zeroed
= new ColorSpaceTransform(zeroes);
local
457
mCollector.expectNotEquals("Forward Matrix1 should not contain all zeroes.",
zeroed
,
459
mCollector.expectNotEquals("Forward Matrix2 should not contain all zeroes.",
zeroed
,
462
zeroed
, c.get(CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM1));
464
zeroed
, c.get(CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM2));
466
zeroed
, c.get(CameraCharacteristics.SENSOR_COLOR_TRANSFORM1));
468
zeroed
, c.get(CameraCharacteristics.SENSOR_COLOR_TRANSFORM2));
[
all
...]
Completed in 68 milliseconds