HomeSort by relevance Sort by last modified time
    Searched refs:item_size (Results 1 - 25 of 49) sorted by null

1 2

  /bionic/linker/
linker_memory.cpp 74 void* calloc(size_t item_count, size_t item_size) {
75 return get_allocator().alloc(item_count*item_size);
  /external/mesa3d/src/util/
slab.h 73 unsigned item_size,
88 unsigned item_size,
  /external/freetype/src/base/
ftutil.c 93 FT_Long item_size,
102 block = ft_mem_qrealloc( memory, item_size,
105 FT_MEM_ZERO( (char*)block + cur_count * item_size,
106 ( new_count - cur_count ) * item_size );
115 FT_Long item_size,
124 /* Note that we now accept `item_size == 0' as a valid parameter, in
128 if ( cur_count < 0 || new_count < 0 || item_size < 0 )
133 else if ( new_count == 0 || item_size == 0 )
138 else if ( new_count > FT_INT_MAX/item_size )
146 block = ft_mem_alloc( memory, new_count*item_size, &error )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftutil.c 93 FT_Long item_size,
102 block = ft_mem_qrealloc( memory, item_size,
105 FT_MEM_ZERO( (char*)block + cur_count * item_size,
106 ( new_count - cur_count ) * item_size );
115 FT_Long item_size,
124 /* Note that we now accept `item_size == 0' as a valid parameter, in
128 if ( cur_count < 0 || new_count < 0 || item_size < 0 )
133 else if ( new_count == 0 || item_size == 0 )
138 else if ( new_count > FT_INT_MAX/item_size )
146 block = ft_mem_alloc( memory, new_count*item_size, &error )
    [all...]
  /external/freetype/include/freetype/internal/
ftmemory.h 129 FT_Long item_size,
137 FT_Long item_size,
189 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \
191 (FT_Long)(item_size), \
205 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \
207 (FT_Long)(item_size), \
309 #define FT_ALLOC_MULT( ptr, count, item_size ) \
310 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) )
322 #define FT_QALLOC_MULT( ptr, count, item_size ) \
323 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) )
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftmemory.h 125 FT_Long item_size,
133 FT_Long item_size,
182 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \
184 (FT_Long)(item_size), \
198 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \
200 (FT_Long)(item_size), \
302 #define FT_ALLOC_MULT( ptr, count, item_size ) \
303 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) )
315 #define FT_QALLOC_MULT( ptr, count, item_size ) \
316 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) )
    [all...]
  /development/ndk/platforms/android-21/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));

Completed in 506 milliseconds

1 2