Home
last modified time | relevance | path

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

12

/external/libmicrohttpd/src/microhttpd/
Dmemorypool.c169 size_t asize; in MHD_pool_allocate() local
171 asize = ROUND_TO_ALIGN (size); in MHD_pool_allocate()
172 if ( (0 == asize) && (0 != size) ) in MHD_pool_allocate()
174 if ((pool->pos + asize > pool->end) || (pool->pos + asize < pool->pos)) in MHD_pool_allocate()
178 ret = &pool->memory[pool->end - asize]; in MHD_pool_allocate()
179 pool->end -= asize; in MHD_pool_allocate()
184 pool->pos += asize; in MHD_pool_allocate()
214 size_t asize; in MHD_pool_reallocate() local
216 asize = ROUND_TO_ALIGN (new_size); in MHD_pool_reallocate()
217 if ( (0 == asize) && (0 != new_size) ) in MHD_pool_reallocate()
[all …]
/external/curl/tests/libtest/
Dlib543.c35 int asize; in test() local
44 asize = (int)sizeof(a); in test()
46 s = curl_easy_escape(easy, (char *)a, asize); in test()
Dlib558.c32 int asize; in test() local
44 asize = (int)sizeof(a); in test()
45 ptr = curl_easy_escape(NULL, (char *)a, asize); in test()
Dlib509.c109 int asize; in test() local
133 asize = (int)sizeof(a); in test()
134 str = curl_easy_escape(curl, (char *)a, asize); /* uses realloc() */ in test()
/external/elfutils/backends/
Ds390_retval.c98 uint8_t asize; in s390_return_value_location() local
99 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL) in s390_return_value_location()
107 size = asize; in s390_return_value_location()
127 return size <= asize ? nloc_intreg : nloc_intregpair; in s390_return_value_location()
Dsparc_retval.c105 uint8_t asize; in sparc_return_value_location() local
108 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL) in sparc_return_value_location()
109 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_ULong)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.c197 FT_UInt *asize ) in tt_face_get_location() argument
243 *asize = 0; in tt_face_get_location()
266 *asize = 0; in tt_face_get_location()
280 *asize = (FT_UInt)( pos2 - pos1 ); in tt_face_get_location()
282 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
Dttpload.h37 FT_UInt *asize );
Dttobjs.c442 FT_UInt asize; in tt_check_single_notdef() local
450 tt_face_get_location( face, i, &asize ); in tt_check_single_notdef()
451 if ( asize > 0 ) in tt_check_single_notdef()
/external/pdfium/third_party/freetype/src/truetype/
Dttpload.c183 FT_UInt *asize ) in tt_face_get_location() argument
228 *asize = 0; in tt_face_get_location()
250 *asize = (FT_UInt)( pos2 - pos1 ); in tt_face_get_location()
252 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
Dttpload.h37 FT_UInt *asize );
Dttobjs.c441 FT_UInt asize; in tt_check_single_notdef() local
449 tt_face_get_location( face, i, &asize ); in tt_check_single_notdef()
450 if ( asize > 0 ) in tt_check_single_notdef()
/external/icu/icu4c/source/i18n/
Dbasictz.cpp445 int32_t asize = startTimes - idx; in getTimeZoneRulesAfter() local
446 if (asize > 0) { in getTimeZoneRulesAfter()
447 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize); in getTimeZoneRulesAfter()
452 for (int32_t newidx = 0; newidx < asize; newidx++) { in getTimeZoneRulesAfter()
462 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType); in getTimeZoneRulesAfter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBasicTimeZone.java325 int asize = times.length - idx; in getTimeZoneRules() local
326 if (asize > 0) { in getTimeZoneRules()
327 long[] newtimes = new long[asize]; in getTimeZoneRules()
328 System.arraycopy(times, idx, newtimes, 0, asize); in getTimeZoneRules()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBasicTimeZone.java314 int asize = times.length - idx; in getTimeZoneRules() local
315 if (asize > 0) { in getTimeZoneRules()
316 long[] newtimes = new long[asize]; in getTimeZoneRules()
317 System.arraycopy(times, idx, newtimes, 0, asize); in getTimeZoneRules()
/external/pdfium/third_party/freetype/src/type1/
Dt1parse.c72 FT_ULong *asize ) in read_pfb_tag() argument
80 *asize = 0; in read_pfb_tag()
87 *asize = size; in read_pfb_tag()
/external/selinux/libsemanage/src/
Dsemanageswig_python.i56 unsigned int asize, in semanage_array2plist() argument
67 for (i = 0; i < asize; i++) { in semanage_array2plist()
91 for (i = 0; i < asize; i++) in semanage_array2plist()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py446 asize = self._ax.size
447 if asize <= 2:
463 self._beta = 1.0 * (asize * Sxy - Sx * Sy) / (asize * Sxx - Sx2)
475 asize = ax.size
476 partial = min(asize, max(1, self.MSE_PARTIAL_GROUP_SIZE))
481 spmse = spmse[asize - partial : asize]
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3460 size_t asize = 0; in sys_alloc() local
3466 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()
3469 asize += (page_align((size_t)base) - (size_t)base); in sys_alloc()
3471 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3472 (br = (char*)(CALL_MORECORE(asize))) == base) { in sys_alloc()
3474 tsize = asize; in sys_alloc()
3480 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()
3482 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3483 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()
3485 tsize = asize; in sys_alloc()
[all …]
/external/python/cpython2/Objects/
Dlongobject.c2701 Py_ssize_t asize = ABS(Py_SIZE(a)); in k_mul() local
2723 if (asize > bsize) { in k_mul()
2728 i = asize; in k_mul()
2729 asize = bsize; in k_mul()
2735 if (asize <= i) { in k_mul()
2736 if (asize == 0) in k_mul()
2748 if (2 * asize <= bsize) in k_mul()
2781 ret = _PyLong_New(asize + bsize); in k_mul()
2922 const Py_ssize_t asize = ABS(Py_SIZE(a)); in k_lopsided_mul() local
2928 assert(asize > KARATSUBA_CUTOFF); in k_lopsided_mul()
[all …]
/external/pdfium/third_party/freetype/include/freetype/
Dftcache.h488 FT_Size *asize );
/external/freetype/include/freetype/
Dftcache.h488 FT_Size *asize );
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dphi-bit-propagation.ll5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, …
/external/llvm/test/CodeGen/X86/
Dphi-bit-propagation.ll5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, …

12