Home
last modified time | relevance | path

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

12

/external/curl/tests/libtest/
Dlib1537.c32 int asize; in test() local
43 asize = (int)sizeof(a); in test()
44 ptr = curl_easy_escape(NULL, (char *)a, asize); in test()
49 ptr = curl_escape((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()
Dlib543.c36 int asize; in test() local
48 asize = (int)sizeof(a); in test()
50 s = curl_easy_escape(easy, (const char *)a, asize); in test()
Dlib509.c109 int asize; in test() local
134 asize = (int)sizeof(a); in test()
135 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/ltp/testcases/kernel/syscalls/mlock2/
Dmlock201.c92 size_t bsize, asize, act_vmlcks, act_pgs; in verify_mlock2() local
105 SAFE_FILE_LINES_SCANF("/proc/self/status", "VmLck: %ld", &asize); in verify_mlock2()
115 act_vmlcks = (asize - bsize) * 1024 / pgsz; in verify_mlock2()
/external/freetype/src/cache/
Dftcsbits.c107 FT_ULong *asize ) in ftc_snode_load() argument
185 if ( asize ) in ftc_snode_load()
186 *asize = (FT_ULong)FT_ABS( sbit->pitch ) * sbit->height; in ftc_snode_load()
201 if ( asize ) in ftc_snode_load()
202 *asize = 0; in ftc_snode_load()
Dftcmanag.c37 FT_Size *asize ) in ftc_scaler_lookup_size() argument
69 *asize = size; in ftc_scaler_lookup_size()
181 FT_Size *asize ) in FTC_Manager_LookupSize() argument
187 if ( !asize || !scaler ) in FTC_Manager_LookupSize()
190 *asize = NULL; in FTC_Manager_LookupSize()
205 *asize = FTC_SIZE_NODE( mrunode )->size; in FTC_Manager_LookupSize()
/external/freetype/src/truetype/
Dttpload.c199 FT_UInt *asize ) in tt_face_get_location() argument
245 *asize = 0; in tt_face_get_location()
268 *asize = 0; in tt_face_get_location()
282 *asize = (FT_UInt)( pos2 - pos1 ); in tt_face_get_location()
284 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
Dttpload.h37 FT_UInt *asize );
/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.java316 int asize = times.length - idx; in getTimeZoneRules() local
317 if (asize > 0) { in getTimeZoneRules()
318 long[] newtimes = new long[asize]; in getTimeZoneRules()
319 System.arraycopy(times, idx, newtimes, 0, asize); in getTimeZoneRules()
/external/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/bcc/src/cc/usdt/
Dusdt_args.cc391 optional<int> asize; in parse_1() local
392 ssize_t m = parse_number(pos, &asize); in parse_1()
393 if (arg_[m] == '@' && asize) { in parse_1()
394 dest->arg_size_ = asize; in parse_1()
/external/u-boot/tools/
Dmxsimage.c952 uint32_t asize; in sb_build_command_load() local
974 asize = roundup(dctx->size, SB_BLOCK_SIZE); in sb_build_command_load()
975 payload = calloc(1, asize); in sb_build_command_load()
984 cctx->length = asize; in sb_build_command_load()
1812 unsigned long size, asize; in sb_verify_command() local
1842 asize = roundup(cctx->length, SB_BLOCK_SIZE); in sb_verify_command()
1843 cctx->data = malloc(asize); in sb_verify_command()
1847 size = fread(cctx->data, 1, asize, fp); in sb_verify_command()
1848 if (size != asize) { in sb_verify_command()
1856 EVP_DigestUpdate(ictx->md_ctx, cctx->data, asize); in sb_verify_command()
[all …]
/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/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/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/libffi/src/
Ddlmalloc.c3455 size_t asize = 0; in sys_alloc() local
3461 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()
3464 asize += (page_align((size_t)base) - (size_t)base); in sys_alloc()
3466 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3467 (br = (char*)(CALL_MORECORE(asize))) == base) { in sys_alloc()
3469 tsize = asize; in sys_alloc()
3475 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()
3477 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3478 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()
3480 tsize = asize; in sys_alloc()
[all …]
/external/lua/src/
Dltable.c396 unsigned int asize; /* optimal size for array part */ in rehash() local
409 asize = computesizes(nums, &na); in rehash()
411 luaH_resize(L, t, asize, totaluse - na); in rehash()
/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/arm-optimized-routines/test/
Dmathtest.c450 static int find(char *word, char **array, int asize) { in find() argument
453 asize /= sizeof(char *); in find()
455 i = -1; j = asize; /* strictly between i and j */ in find()
470 int i, j, asize; in find_testfunc() local
472 asize = sizeof(tfuncs)/sizeof(test_func); in find_testfunc()
474 i = -1; j = asize; /* strictly between i and j */ in find_testfunc()
/external/freetype/include/freetype/
Dftcache.h510 FT_Size *asize );

12