HomeSort by relevance Sort by last modified time
    Searched full:nmemb (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /external/clang/test/Analysis/
stream.c 11 extern size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
malloc-interprocedural.c 10 void *calloc(size_t nmemb, size_t size);
  /external/llvm/test/CodeGen/Mips/
2011-05-26-BranchKillsVreg.ll 12 define i32 @mergesort(i8* %base, i32 %nmemb, i32 %size, i32 (i8*, i8*)* nocapture %cmp) nounwind {
  /external/aac/libSYS/include/
genericStds.h 430 * \fn UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp);
432 * \fn UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp);
443 UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp);
444 UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp);
453 * \param nmemb Number of items to be written.
457 UINT FDKfwrite_EL(void *ptrf, INT size, UINT nmemb, FDKFILE *fp);
464 * \param nmemb Number of items to be read.
468 UINT FDKfread_EL(void *dst, INT size, UINT nmemb, FDKFILE *fp);
  /external/chromium_org/third_party/libwebp/utils/
utils.h 38 void* WebPSafeMalloc(uint64_t nmemb, size_t size);
41 void* WebPSafeCalloc(uint64_t nmemb, size_t size);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 88 void *calloc(size_t nmemb, size_t size) {
91 size *= nmemb;
  /external/webp/src/utils/
utils.h 38 void* WebPSafeMalloc(uint64_t nmemb, size_t size);
41 void* WebPSafeCalloc(uint64_t nmemb, size_t size);
  /external/wpa_supplicant_8/src/utils/
os.h 185 * @nmemb: Number of members in the array
189 * This function can be used as a wrapper for os_zalloc(nmemb * size) when an
195 static inline void * os_calloc(size_t nmemb, size_t size)
197 if (size && nmemb > (~(size_t) 0) / size)
199 return os_zalloc(nmemb * size);
489 static inline void * os_realloc_array(void *ptr, size_t nmemb, size_t size)
491 if (size && nmemb > (~(size_t) 0) / size)
493 return os_realloc(ptr, nmemb * size);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 82 size_t fread(void* restrict ptr, size_t size, size_t nmemb,
84 size_t fwrite(const void* restrict ptr, size_t size, size_t nmemb,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 164 [BASE,BASE+NMEMB*SIZE). */
169 array [BASE,BASE+NMEMB*SIZE) and insert entry if not found. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 164 [BASE,BASE+NMEMB*SIZE). */
169 array [BASE,BASE+NMEMB*SIZE) and insert entry if not found. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 164 [BASE,BASE+NMEMB*SIZE). */
169 array [BASE,BASE+NMEMB*SIZE) and insert entry if not found. */
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/
tcmalloc.h 83 PERFTOOLS_DLL_DECL void* tc_calloc(size_t nmemb, size_t size) __THROW;
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/
tcmalloc.h 83 PERFTOOLS_DLL_DECL void* tc_calloc(size_t nmemb, size_t size) __THROW;
  /external/compiler-rt/lib/asan/
asan_allocator.h 110 void *asan_calloc(uptr nmemb, uptr size, StackTrace *stack);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cfg.h 31 LTC_EXPORT void LTC_CALL XQSORT(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *));
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 81 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) {
83 SIZE_T res = REAL(fread)(ptr, size, nmemb, file);
89 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb,
92 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file);
765 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) {
766 if (CallocShouldReturnNullDueToOverflow(size, nmemb)) return 0;
773 SIZE_T size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize;
779 return MsanReallocate(&stack, 0, nmemb * size, sizeof(u64), true);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 183 __wur __warnattr ("fread called with bigger size * nmemb than length "
244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 183 __wur __warnattr ("fread called with bigger size * nmemb than length "
244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 183 __wur __warnattr ("fread called with bigger size * nmemb than length "
244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 551 ( void *zone, SizeT nmemb, SizeT size ); \
553 ( void *zone, SizeT nmemb, SizeT size ) \
558 MALLOC_TRACE("zone_calloc(%p, %llu,%llu)", zone, (ULong)nmemb, (ULong)size ); \
560 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \
568 ( SizeT nmemb, SizeT size ); \
570 ( SizeT nmemb, SizeT size ) \
575 MALLOC_TRACE("calloc(%llu,%llu)", (ULong)nmemb, (ULong)size ); \
586 if (umulHW(size, nmemb) != 0) return NULL; \
587 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 28 extern void *__real_calloc(int nmemb, int size);
461 void *__wrap_calloc(int nmemb, size_t size)
465 size_t __size = nmemb * size;
  /external/chromium_org/base/
security_unittest.cc 209 bool CallocReturnsNull(size_t nmemb, size_t size) {
211 static_cast<char*>(calloc(nmemb, size)));
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1)
160 return new_block(tid, nmemb*size1, VG_(clo_alignment),
  /bionic/libc/include/
stdlib.h 88 size_t nmemb, size_t size,

Completed in 1434 milliseconds

12 3 4 5 6 7 8