Searched defs:asize (Results 1 - 8 of 8) 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/freetype/src/truetype/
H A Dttobjs.c419 FT_UInt asize; local
427 tt_face_get_location( face, i, &asize );
428 if ( asize > 0 )
/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/libvpx/vp8/encoder/
H A Dbitstream.c1657 int asize; local
1660 pack_tokens_into_partitions(cpi, cx_data + bc->pos, num_part, &asize);
1662 *size += asize;
/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 151 milliseconds