HomeSort by relevance Sort by last modified time
    Searched refs:asize (Results 1 - 11 of 11) sorted by null

  /external/freetype/src/truetype/
ttpload.h 37 FT_UInt *asize );
ttpload.c 168 FT_UInt *asize )
215 *asize = (FT_UInt)( pos2 - pos1 );
217 *asize = (FT_UInt)( face->glyf_len - pos1 );
  /external/freetype/include/freetype/
ftcache.h 466 /* asize :: A handle to the size object. */
491 FT_Size *asize );
    [all...]
  /external/chromium/third_party/icu/source/i18n/
basictz.cpp 413 int32_t asize = startTimes - idx; local
414 if (asize > 0) {
415 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
420 for (int32_t newidx = 0; newidx < asize; newidx++) {
430 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
  /external/icu4c/i18n/
basictz.cpp 425 int32_t asize = startTimes - idx; local
426 if (asize > 0) {
427 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
432 for (int32_t newidx = 0; newidx < asize; newidx++) {
442 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
  /bionic/libc/bionic/
dlmalloc.c 3518 size_t asize = 0; local
3601 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3393 size_t asize = 0; local
3463 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3405 size_t asize = 0; local
3475 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE); local
    [all...]
  /external/libvpx/vp8/encoder/
bitstream.c 1638 int asize; local
    [all...]
  /external/bluetooth/glib/glib/
gslice.c 114 #define SLAB_INDEX(al, asize) ((asize) / P2ALIGNMENT - 1) /* asize must be P2ALIGNMENT aligned */
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]

Completed in 457 milliseconds