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

1 2

  /external/elfutils/0.153/backends/
s390_retval.c 111 uint8_t asize; local
112 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL)
119 size = asize;
139 return size <= asize ? nloc_intreg : nloc_intregpair;
sparc_retval.c 116 uint8_t asize; local
119 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL)
120 size = asize;
  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.h 37 FT_UInt *asize );
ttpload.c 175 FT_UInt *asize )
220 *asize = 0;
242 *asize = (FT_UInt)( pos2 - pos1 );
244 *asize = (FT_UInt)( face->glyf_len - pos1 );
ttobjs.c 440 FT_UInt asize; local
448 tt_face_get_location( face, i, &asize );
449 if ( asize > 0 )
    [all...]
  /external/freetype/src/truetype/
ttpload.h 37 FT_UInt *asize );
ttpload.c 175 FT_UInt *asize )
220 *asize = 0;
242 *asize = (FT_UInt)( pos2 - pos1 );
244 *asize = (FT_UInt)( face->glyf_len - pos1 );
ttobjs.c 441 FT_UInt asize; local
449 tt_face_get_location( face, i, &asize );
450 if ( asize > 0 )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttpload.h 37 FT_UInt *asize );
ttpload.c 176 FT_UInt *asize )
222 *asize = 0;
244 *asize = (FT_UInt)( pos2 - pos1 );
246 *asize = (FT_UInt)( face->glyf_len - pos1 );
ttobjs.c 440 FT_UInt asize; local
448 tt_face_get_location( face, i, &asize );
449 if ( asize > 0 )
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 105 FT_ULong *asize )
183 if ( asize )
184 *asize = FT_ABS( sbit->pitch ) * sbit->height;
199 if ( asize )
200 *asize = 0;
  /external/freetype/src/cache/
ftcsbits.c 105 FT_ULong *asize )
183 if ( asize )
184 *asize = FT_ABS( sbit->pitch ) * sbit->height;
199 if ( asize )
200 *asize = 0;
  /frameworks/rs/
rsElement.cpp 285 uint32_t asize = 1; local
292 asize = asin[i];
298 (ee->mFields[i].arraySize != asize)) {
325 uint32_t asize = 1; local
332 asize = asin[ct];
337 e->mFields[ct].arraySize = asize;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1parse.c 72 FT_ULong *asize )
80 *asize = 0;
87 *asize = size;
  /external/chromium_org/third_party/icu/source/i18n/
basictz.cpp 443 int32_t asize = startTimes - idx; local
444 if (asize > 0) {
445 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
450 for (int32_t newidx = 0; newidx < asize; newidx++) {
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
  /external/icu/icu4c/source/i18n/
basictz.cpp 443 int32_t asize = startTimes - idx; local
444 if (asize > 0) {
445 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
450 for (int32_t newidx = 0; newidx < asize; newidx++) {
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
  /external/chromium_org/ppapi/generators/
idl_c_header.py 123 asize = node.GetProperty('assert_size()')
124 if asize:
135 item += form % (name, asize[0])
  /external/chromium_org/third_party/freetype/include/freetype/
ftcache.h 463 /* asize :: A handle to the size object. */
488 FT_Size *asize );
    [all...]
  /external/freetype/include/
ftcache.h 463 /* asize :: A handle to the size object. */
488 FT_Size *asize );
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftcache.h 463 /* asize :: A handle to the size object. */
488 FT_Size *asize );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftcache.h 463 /* asize :: A handle to the size object. */
488 FT_Size *asize );
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 4055 size_t asize; \/* allocation size *\/ local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c     [all...]

Completed in 523 milliseconds

1 2