/external/libffi/ |
acinclude.m4 | 31 # zeroed pages with both the following properties: 68 # doesn't give anonymous zeroed pages with the same properties listed
|
/external/webkit/Source/JavaScriptCore/wtf/ |
TCSystemAlloc.h | 41 // Allocate and return "N" bytes of zeroed memory. 57 // Pages which are released in this way may be destroyed (zeroed) by
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xmalloc.c | 75 /* Allocate S bytes of zeroed memory dynamically, with error checking. 85 /* Allocate zeroed memory for N elements of S bytes, with error
|
/external/oprofile/libutil/ |
op_libiberty.h | 60 * allocated, the remaining memory is zeroed.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
mqueue.h | 30 long __reserved[4]; /* ignored for input, zeroed for output */
|
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_impl.h | 82 // This is zeroed out by: ServiceShutdown()
|
/dalvik/vm/alloc/ |
HeapSource.h | 103 * Allocates <n> bytes of zeroed data. 108 * Allocates <n> bytes of zeroed data, growing up to absoluteMaxSize
|
HeapBitmap.h | 45 /* The bitmap data, which points to an mmap()ed area of zeroed
|
/external/bison/lib/ |
bitset.h | 109 /* Create a bitset of desired type and size. The bitset is zeroed. */ 116 bitset is zeroed. */ 123 /* Create a bitset of desired size and attributes. The bitset is zeroed. */
|
xmalloc.c | 198 /* Allocate S bytes of zeroed memory dynamically, with error checking. 208 /* Allocate zeroed memory for N elements of S bytes, with error
|
/dalvik/vm/ |
LinearAlloc.h | 56 * Allocate a chunk of memory. The memory will be zeroed out.
|
/external/chromium/base/allocator/ |
generic_allocators.cc | 89 // Note: recalloc only guarantees zeroed memory when p is NULL.
|
/external/chromium/net/disk_cache/ |
block_files.h | 45 // already zeroed).
|
/external/openssl/crypto/pem/ |
pem_sign.c | 98 /* ctx has been zeroed by EVP_SignFinal() */
|
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_misc.h | 40 /* Allocate(zeroed), free, strdup, memdup, all in VG_AR_DINFO. */
|
/external/webkit/Source/WebCore/platform/audio/ |
FFTConvolver.cpp | 44 , m_inputBuffer(fftSize) // 2nd half of buffer is always zeroed
|
/external/valgrind/main/cachegrind/ |
cg_branchpred.c | 86 static UChar counters[N_COUNTERS]; /* Counter array; presumably auto-zeroed */ 136 static Addr btac[N_BTAC]; /* BTAC; presumably auto-zeroed */
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.c | 79 // Custom-allocated block, non-zeroed 132 // Custom-allocated block, non-zeroed
|
/external/llvm/lib/Target/CellSPU/ |
SPUInstrFormats.td | 45 // 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/openssl/crypto/ |
md32_common.h | 82 * data[] vector is expected to be zeroed upon first call to 312 memset (p,0,HASH_CBLOCK); /* keep it zeroed */ 399 * from keeping 32 MSBs zeroed resulting in 13% performance
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/ |
OAEPEncoding.java | 154 // as the block is already zeroed - there's no need to add PS (the >= 0 pad of 0)
|
/external/chromium/base/ |
sys_string_conversions_linux.cc | 89 ++j; // Output is already zeroed.
|
/external/dropbear/libtommath/ |
bn_fast_mp_montgomery_reduce.c | 115 * significant digits we zeroed].
|
/external/icu4c/test/intltest/ |
caltest.h | 119 * Verify that the seconds of a Calendar can be zeroed out through the
|
/external/kernel-headers/original/linux/ |
gfp.h | 46 #define __GFP_ZERO ((__force gfp_t)0x8000u)/* Return zeroed page on success */
|