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

1 2

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/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/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/core/include/thirdparties/freetype/freetype/internal/
ftmemory.h 125 FT_Long item_size,
133 FT_Long item_size,
155 FT_Long item_size,
163 FT_Long item_size,
207 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \
209 (FT_Long)(item_size), \
223 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \
225 (FT_Long)(item_size), \
275 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \
276 FT_ASSIGNP_INNER( ptr, ft_mem_reallocdebug( memory, (item_size), \
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftmemory.h 125 FT_Long item_size,
133 FT_Long item_size,
155 FT_Long item_size,
163 FT_Long item_size,
207 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \
209 (FT_Long)(item_size), \
223 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \
225 (FT_Long)(item_size), \
275 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \
276 FT_ASSIGNP_INNER( ptr, ft_mem_reallocdebug( memory, (item_size), \
    [all...]
  /external/chromium_org/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), \
294 #define FT_ALLOC_MULT( ptr, count, item_size ) \
295 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) )
307 #define FT_QALLOC_MULT( ptr, count, item_size ) \
308 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) )
    [all...]
  /external/freetype/include/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), \
294 #define FT_ALLOC_MULT( ptr, count, item_size ) \
295 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) )
307 #define FT_QALLOC_MULT( ptr, count, item_size ) \
308 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) )
    [all...]
  /bionic/libc/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /development/ndk/platforms/android-L/include/
malloc.h 31 extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_slab.c 138 unsigned item_size,
142 item_size = align(item_size, sizeof(intptr_t));
146 pool->block_size = sizeof(struct util_slab_block) + item_size;
u_slab.h 75 unsigned item_size,
  /external/mesa3d/src/gallium/auxiliary/util/
u_slab.c 138 unsigned item_size,
142 item_size = align(item_size, sizeof(intptr_t));
146 pool->block_size = sizeof(struct util_slab_block) + item_size;
u_slab.h 75 unsigned item_size,
  /prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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)));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_cache.h 146 unsigned cso_construct_key(void *item, int item_size);
cso_cache.c 78 unsigned cso_construct_key(void *item, int item_size)
80 return hash_key((item), item_size);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 146 unsigned cso_construct_key(void *item, int item_size);
cso_cache.c 78 unsigned cso_construct_key(void *item, int item_size)
80 return hash_key((item), item_size);
  /external/lldb/scripts/Python/interface/
SBData.i 139 def __init__(self, sbdata, readerfunc, item_size):
142 self.item_size = item_size
151 key = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based indexes here
159 return int(self.sbdata.GetByteSize()/self.item_size)
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c 651 unsigned int item_size = FW_DEVA_DECODE_SIZE; /* Size of a render/deocde msg */ local
654 uint32_t *msg = (uint32_t *)(cmdbuf->MTX_msg + item_size * cmdbuf->cmd_count);
701 unsigned int item_size = FW_DEVA_DECODE_SIZE; /* Size of a render/deocde msg */ local
704 uint32_t *msg = (uint32_t *)(cmdbuf->MTX_msg + item_size * cmdbuf->cmd_count + cmdbuf->deblock_count * msg_size);
739 unsigned int item_size = FW_DEVA_DECODE_SIZE; /* Size of a render/deocde msg */ local
750 uint32_t msg_size = item_size;
829 unsigned int item_size = FW_DEVA_DECODE_SIZE; /* Size of a render/deocde msg */ local
892 msg += item_size / sizeof(uint32_t);
893 msg_size += item_size;
    [all...]

Completed in 1900 milliseconds

1 2