Home
last modified time | relevance | path

Searched refs:asize (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/backends/
Ds390_retval.c111 uint8_t asize; in s390_return_value_location() local
112 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL) in s390_return_value_location()
119 size = asize; in s390_return_value_location()
139 return size <= asize ? nloc_intreg : nloc_intregpair; in s390_return_value_location()
Dsparc_retval.c104 uint8_t asize; in sparc_return_value_location() local
107 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL) in sparc_return_value_location()
108 size = asize; in sparc_return_value_location()
/external/freetype/src/cache/
Dftcsbits.c105 FT_ULong *asize ) in ftc_snode_load() argument
183 if ( asize ) in ftc_snode_load()
184 *asize = FT_ABS( sbit->pitch ) * sbit->height; in ftc_snode_load()
199 if ( asize ) in ftc_snode_load()
200 *asize = 0; in ftc_snode_load()
/external/freetype/src/truetype/
Dttpload.c175 FT_UInt *asize ) in tt_face_get_location() argument
220 *asize = 0; in tt_face_get_location()
242 *asize = (FT_UInt)( pos2 - pos1 ); in tt_face_get_location()
244 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
Dttpload.h37 FT_UInt *asize );
Dttobjs.c419 FT_UInt asize; in tt_check_single_notdef() local
427 tt_face_get_location( face, i, &asize ); in tt_check_single_notdef()
428 if ( asize > 0 ) in tt_check_single_notdef()
/external/icu4c/i18n/
Dbasictz.cpp443 int32_t asize = startTimes - idx; in getTimeZoneRulesAfter() local
444 if (asize > 0) { in getTimeZoneRulesAfter()
445 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize); in getTimeZoneRulesAfter()
450 for (int32_t newidx = 0; newidx < asize; newidx++) { in getTimeZoneRulesAfter()
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType); in getTimeZoneRulesAfter()
/external/freetype/include/freetype/
Dftcache.h499 FT_Size *asize );
1128 FT_Size *asize );
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c3405 size_t asize = 0; in sys_alloc() local
3411 asize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE); in sys_alloc()
3414 asize += (page_align((size_t)base) - (size_t)base); in sys_alloc()
3416 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3417 (br = (char*)(CALL_MORECORE(asize))) == base) { in sys_alloc()
3419 tsize = asize; in sys_alloc()
3425 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE); in sys_alloc()
3427 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3428 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()
3430 tsize = asize; in sys_alloc()
[all …]
/external/libffi/src/
Ddlmalloc.c3393 size_t asize = 0; in sys_alloc() local
3399 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()
3402 asize += (page_align((size_t)base) - (size_t)base); in sys_alloc()
3404 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3405 (br = (char*)(CALL_MORECORE(asize))) == base) { in sys_alloc()
3407 tsize = asize; in sys_alloc()
3413 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()
3415 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3416 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()
3418 tsize = asize; in sys_alloc()
[all …]
/external/llvm/test/CodeGen/X86/
Dphi-bit-propagation.ll5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, …
/external/libvpx/vp8/encoder/
Dbitstream.c1657 int asize; in vp8_pack_bitstream() local
1660 pack_tokens_into_partitions(cpi, cx_data + bc->pos, num_part, &asize); in vp8_pack_bitstream()
1662 *size += asize; in vp8_pack_bitstream()
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf3.c4033 UChar asize, segsize;
4043 asize = get_UChar( &aranges );
4048 TRACE_D3(" Pointer Size: %d\n", (Int)asize);
4053 while ((get_position_of_Cursor( &aranges ) % (2 * asize)) > 0) {
4057 ULong address = get_Dwarfish_UWord( &aranges, asize==8 );
4058 ULong length = get_Dwarfish_UWord( &aranges, asize==8 );
/external/bluetooth/glib/glib/
Dgslice.c114 #define SLAB_INDEX(al, asize) ((asize) / P2ALIGNMENT - 1) /* asize must be P2… argument
/external/freetype/src/base/
Dftobjs.c2371 FT_Size *asize ) in FT_New_Size() argument
2385 if ( !asize ) in FT_New_Size()
2391 *asize = 0; in FT_New_Size()
2412 *asize = size; in FT_New_Size()