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

/external/elfutils/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.c104 uint8_t asize; local
107 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL)
108 size = asize;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c419 FT_UInt asize; local
427 tt_face_get_location( face, i, &asize );
428 if ( asize > 0 )
/external/freetype/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/icu4c/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/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c3910 size_t asize = 0; local
3916 asize = granularity_align(nb + SYS_ALLOC_PADDING);
3919 asize += (page_align((size_t)base) - (size_t)base);
3921 if (asize < HALF_MAX_SIZE_T &&
3922 (br = (char*)(CALL_MORECORE(asize))) == base) {
3924 tsize = asize;
3930 asize = granularity_align(nb - m->topsize + SYS_ALLOC_PADDING);
3932 if (asize < HALF_MAX_SIZE_T &&
3933 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) {
3935 tsize = asize;
3979 size_t asize = granularity_align(nb + SYS_ALLOC_PADDING); local
[all...]
/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.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 221 milliseconds