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

/external/elfutils/0.153/backends/
H A Ds390_retval.c111 uint8_t asize; local
112 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL)
119 size = asize;
139 return size <= asize ? nloc_intreg : nloc_intregpair;
H A Dsparc_retval.c116 uint8_t asize; local
119 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL)
120 size = asize;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c440 FT_UInt asize; local
448 tt_face_get_location( face, i, &asize );
449 if ( asize > 0 )
/external/freetype/src/truetype/
H A Dttobjs.c441 FT_UInt asize; local
449 tt_face_get_location( face, i, &asize );
450 if ( asize > 0 )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.c440 FT_UInt asize; local
448 tt_face_get_location( face, i, &asize );
449 if ( asize > 0 )
/external/chromium_org/third_party/icu/source/i18n/
H A Dbasictz.cpp443 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/
H A Dbasictz.cpp443 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/qemu/distrib/sdl-1.2.15/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds