/external/libmicrohttpd/src/microhttpd/ |
D | memorypool.c | 169 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/ |
D | lib543.c | 35 int asize; in test() local 44 asize = (int)sizeof(a); in test() 46 s = curl_easy_escape(easy, (char *)a, asize); in test()
|
D | lib558.c | 32 int asize; in test() local 44 asize = (int)sizeof(a); in test() 45 ptr = curl_easy_escape(NULL, (char *)a, asize); in test()
|
D | lib509.c | 109 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/ |
D | s390_retval.c | 98 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()
|
D | sparc_retval.c | 105 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/ |
D | ftcsbits.c | 105 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/ |
D | ttpload.c | 197 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()
|
D | ttpload.h | 37 FT_UInt *asize );
|
D | ttobjs.c | 442 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/ |
D | ttpload.c | 183 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()
|
D | ttpload.h | 37 FT_UInt *asize );
|
D | ttobjs.c | 441 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/ |
D | basictz.cpp | 445 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/ |
D | BasicTimeZone.java | 325 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/ |
D | BasicTimeZone.java | 314 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/ |
D | t1parse.c | 72 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/ |
D | semanageswig_python.i | 56 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/ |
D | validators.py | 446 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/ |
D | dlmalloc.c | 3460 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/ |
D | longobject.c | 2701 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/ |
D | ftcache.h | 488 FT_Size *asize );
|
/external/freetype/include/freetype/ |
D | ftcache.h | 488 FT_Size *asize );
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | phi-bit-propagation.ll | 5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, …
|
/external/llvm/test/CodeGen/X86/ |
D | phi-bit-propagation.ll | 5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, …
|