/external/jemalloc/include/jemalloc/internal/ |
extent.h | 22 * The zeroed flag is used by chunk recycling code to track whether 83 void extent_node_zeroed_set(extent_node_t *node, bool zeroed); 88 size_t size, bool zeroed, bool committed); 168 extent_node_zeroed_set(extent_node_t *node, bool zeroed) 171 node->en_zeroed = zeroed; 197 bool zeroed, bool committed) 203 extent_node_zeroed_set(node, zeroed);
|
chunk.h | 70 void *chunk, size_t size, bool zeroed, bool committed);
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
find_step.py | 56 zeroed = [x - mean for x in values] 57 stddev = math_utils.StandardDeviation(zeroed) 58 return [math_utils.Divide(x, stddev) for x in zeroed]
|
/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...] |
/external/boringssl/linux-arm/crypto/modes/ |
ghashv8-armx32.S | 113 @ r12 is zeroed just in time
|
/external/boringssl/src/crypto/modes/asm/ |
ghashv8-armx.pl | 209 @ $inc is zeroed just in time
|
/external/libvorbis/doc/ |
08-residue.tex | 172 the unpacked vectors are zeroed. Note that for residue type 2, these 253 'do not decode' vectors are allocated and zeroed.
|
02-bitpacking.tex | 218 Unused space in the last byte of a bytestream is always zeroed during
|
04-codec.tex | 419 zeroed and nonzeroed vector to produce two nonzeroed vectors.
|
/external/v8/test/mjsunit/harmony/ |
simd.js | 15 // Creates an instance that has been zeroed, so it can be used for equality
|
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |