/external/valgrind/coregrind/m_debuginfo/ |
priv_misc.h | 41 /* Allocate(zeroed), free, strdup, memdup, shrink, all in VG_AR_DINFO.
|
/external/vboot_reference/tests/ |
vboot_common_tests.c | 222 /* Sample some other fields to make sure they were zeroed */
|
/external/webrtc/webrtc/modules/video_processing/ |
video_processing_impl.cc | 45 ClearFrameStats(stats); // The histogram needs to be zeroed out.
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.h | 78 // new GLFrame, and you need it to be bound to a texture, upload (zeroed)
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
knownlimitations.md | 38 * **Grove CO2 Sensor** will return zeroed data and is unusable on the Intel
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
example_xma.c | 166 mmap.flags & VPX_CODEC_MEM_ZERO ? "(ZEROED)" : "");
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
a.out.go | 306 // so that a zeroed Prog.scond means "always execute".
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/ |
a.out.go | 303 // so that a zeroed Prog.scond means "always execute".
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
a.out.go | 306 // so that a zeroed Prog.scond means "always execute".
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
a.out.go | 303 // so that a zeroed Prog.scond means "always execute".
|
/system/connectivity/shill/ |
icmp_unittest.cc | 41 // endian. The checksum field is zeroed in |kIcmpEchoRequestEvenLen| and
|
/art/compiler/optimizing/ |
stack_map_stream.cc | 257 // Note that the memory region does not have to be zeroed when we JIT code 303 // The MemoryRegion does not have to be zeroed, so make sure we clear the bits.
|
/external/compiler-rt/lib/dfsan/ |
dfsan.cc | 248 // a page of shadow memory is entirely zeroed. The Linux copy-on-write 249 // implementation will share all of the zeroed pages, making a copy of a
|
/external/dbus/dbus/ |
dbus-mempool.c | 543 _dbus_verbose (" zeroed malloc\n"); 576 _dbus_verbose (" zeroed mempools\n");
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 421 } else if (mMixerBufferState != ZEROED) { 432 mMixerBufferState = ZEROED;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
pgen.go | 172 // pointers first, zeroed things first, and then decreasing size. 174 // on the stack, pointers first, zeroed things first and decreasing size
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
pgen.go | 169 // pointers first, zeroed things first, and then decreasing size. 171 // on the stack, pointers first, zeroed things first and decreasing size
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
pgen.go | 172 // pointers first, zeroed things first, and then decreasing size. 174 // on the stack, pointers first, zeroed things first and decreasing size
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
pgen.go | 169 // pointers first, zeroed things first, and then decreasing size. 171 // on the stack, pointers first, zeroed things first and decreasing size
|
/art/runtime/base/ |
arena_allocator.h | 302 // Returns zeroed memory.
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
hardware_TrimIntegrity.py | 240 reason = 'Trimmed data are not zeroed.'
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
OAEPEncoding.java | 158 // as the block is already zeroed - there's no need to add PS (the >= 0 pad of 0)
|
/external/clang/test/Analysis/ |
malloc-annotations.c | 245 // These test that calloc() buffers are zeroed by default
|
/external/e2fsprogs/misc/ |
chattr.1.in | 122 When a file with the `s' attribute set is deleted, its blocks are zeroed
|
/external/jemalloc/include/jemalloc/internal/ |
jemalloc_internal_defs.h | 227 * such that new pages will be demand-zeroed if
|