Searched refs:asize (Results 1 - 9 of 9) sorted by relevance

/external/freetype/src/truetype/
H A Dttpload.h37 FT_UInt *asize );
H A Dttpload.c168 FT_UInt *asize )
215 *asize = (FT_UInt)( pos2 - pos1 );
217 *asize = (FT_UInt)( face->glyf_len - pos1 );
/external/freetype/include/freetype/
H A Dftcache.h466 /* asize :: A handle to the size object. */
491 FT_Size *asize );
1113 FT_Size *asize );
/external/icu4c/i18n/
H A Dbasictz.cpp413 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/libffi/src/
H A Ddlmalloc.c3393 size_t asize = 0; local
3399 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE);
3402 asize += (page_align((size_t)base) - (size_t)base);
3404 if (asize < HALF_MAX_SIZE_T &&
3405 (br = (char*)(CALL_MORECORE(asize))) == base) {
3407 tsize = asize;
3413 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE);
3415 if (asize < HALF_MAX_SIZE_T &&
3416 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) {
3418 tsize = asize;
3463 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c3405 size_t asize = 0; local
3411 asize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE);
3414 asize += (page_align((size_t)base) - (size_t)base);
3416 if (asize < HALF_MAX_SIZE_T &&
3417 (br = (char*)(CALL_MORECORE(asize))) == base) {
3419 tsize = asize;
3425 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE);
3427 if (asize < HALF_MAX_SIZE_T &&
3428 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) {
3430 tsize = asize;
3475 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE); local
[all...]
/external/opencore/codecs_v2/omx/omx_baseclass/include/
H A Dpv_omxcomponent.h436 OSCL_IMPORT_REF void SetHeader(OMX_PTR aheader, OMX_U32 asize);
437 OSCL_IMPORT_REF OMX_ERRORTYPE CheckHeader(OMX_PTR aheader, OMX_U32 asize);
/external/bluetooth/glib/glib/
H A Dgslice.c114 #define SLAB_INDEX(al, asize) ((asize) / P2ALIGNMENT - 1) /* asize must be P2ALIGNMENT aligned */
/external/freetype/src/base/
H A Dftobjs.c2267 FT_Size *asize )
2281 if ( !asize )
2287 *asize = 0;
2308 *asize = size;

Completed in 282 milliseconds