Searched refs:asize (Results 1 - 25 of 32) sorted by relevance

12

/external/libmicrohttpd/src/microhttpd/
H A Dmemorypool.c169 size_t asize; local
171 asize = ROUND_TO_ALIGN (size);
172 if ( (0 == asize) && (0 != size) )
174 if ((pool->pos + asize > pool->end) || (pool->pos + asize < pool->pos))
178 ret = &pool->memory[pool->end - asize];
179 pool->end -= asize;
184 pool->pos += asize;
214 size_t asize; local
216 asize
[all...]
/external/curl/tests/libtest/
H A Dlib543.c36 int asize; local
48 asize = (int)sizeof(a);
50 s = curl_easy_escape(easy, (const char *)a, asize);
H A Dlib558.c32 int asize; local
44 asize = (int)sizeof(a);
45 ptr = curl_easy_escape(NULL, (char *)a, asize);
H A Dlib1537.c32 int asize; local
43 asize = (int)sizeof(a);
44 ptr = curl_easy_escape(NULL, (char *)a, asize);
50 ptr = curl_escape((char *)a, asize);
H A Dlib509.c109 int asize; local
134 asize = (int)sizeof(a);
135 str = curl_easy_escape(curl, (char *)a, asize); /* uses realloc() */
/external/elfutils/backends/
H A Ds390_retval.c98 uint8_t asize; local
99 if (dwarf_diecu (typedie, &cudie, &asize, NULL) == NULL)
107 size = asize;
127 return size <= asize ? nloc_intreg : nloc_intregpair;
H A Dsparc_retval.c105 uint8_t asize; local
108 && dwarf_diecu (typedie, &cudie, &asize, NULL) != NULL)
109 size = asize;
/external/freetype/src/truetype/
H A Dttpload.h37 FT_UInt *asize );
H A Dttpload.c197 FT_UInt *asize )
243 *asize = 0;
266 *asize = 0;
280 *asize = (FT_UInt)( pos2 - pos1 );
282 *asize = (FT_UInt)( face->glyf_len - pos1 );
H A Dttobjs.c510 FT_UInt asize; local
518 tt_face_get_location( face, i, &asize );
519 if ( asize > 0 )
/external/freetype/src/cache/
H A Dftcsbits.c107 FT_ULong *asize )
185 if ( asize )
186 *asize = (FT_ULong)FT_ABS( sbit->pitch ) * sbit->height;
201 if ( asize )
202 *asize = 0;
H A Dftcmanag.c41 FT_Size *asize )
73 *asize = size;
185 FT_Size *asize )
191 if ( !asize || !scaler )
194 *asize = NULL;
209 *asize = FTC_SIZE_NODE( mrunode )->size;
/external/freetype/src/type1/
H A Dt1parse.c72 FT_ULong *asize )
80 *asize = 0;
87 *asize = size;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBasicTimeZone.java314 int asize = times.length - idx;
315 if (asize > 0) {
316 long[] newtimes = new long[asize];
317 System.arraycopy(times, idx, newtimes, 0, asize);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBasicTimeZone.java325 int asize = times.length - idx;
326 if (asize > 0) {
327 long[] newtimes = new long[asize];
328 System.arraycopy(times, idx, newtimes, 0, asize);
/external/icu/icu4c/source/i18n/
H A Dbasictz.cpp445 int32_t asize = startTimes - idx; local
446 if (asize > 0) {
447 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
452 for (int32_t newidx = 0; newidx < asize; newidx++) {
462 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
/external/freetype/include/freetype/
H A Dftcache.h463 /* asize :: A handle to the size object. */
488 FT_Size *asize );
/external/autotest/client/site_tests/firmware_TouchMTB/
H A 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/
H A Dsemanageswig_python.i56 unsigned int asize,
67 for (i = 0; i < asize; i++) {
91 for (i = 0; i < asize; i++)
/external/libffi/src/
H A Ddlmalloc.c3455 size_t asize = 0; local
3461 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE);
3464 asize += (page_align((size_t)base) - (size_t)base);
3466 if (asize < HALF_MAX_SIZE_T &&
3467 (br = (char*)(CALL_MORECORE(asize))) == base) {
3469 tsize = asize;
3475 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE);
3477 if (asize < HALF_MAX_SIZE_T &&
3478 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) {
3480 tsize = asize;
3525 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c3460 size_t asize = 0; local
3466 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE);
3469 asize += (page_align((size_t)base) - (size_t)base);
3471 if (asize < HALF_MAX_SIZE_T &&
3472 (br = (char*)(CALL_MORECORE(asize))) == base) {
3474 tsize = asize;
3480 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE);
3482 if (asize < HALF_MAX_SIZE_T &&
3483 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) {
3485 tsize = asize;
3530 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c3460 size_t asize = 0; local
3466 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE);
3469 asize += (page_align((size_t)base) - (size_t)base);
3471 if (asize < HALF_MAX_SIZE_T &&
3472 (br = (char*)(CALL_MORECORE(asize))) == base) {
3474 tsize = asize;
3480 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE);
3482 if (asize < HALF_MAX_SIZE_T &&
3483 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) {
3485 tsize = asize;
3530 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
[all...]
/external/python/cpython2/Objects/
H A Dlongobject.c2701 Py_ssize_t asize = ABS(Py_SIZE(a)); local
2723 if (asize > bsize) {
2728 i = asize;
2729 asize = bsize;
2735 if (asize <= i) {
2736 if (asize == 0)
2748 if (2 * asize <= bsize)
2765 * 1. Allocate result space (asize + bsize digits: that's always
2781 ret = _PyLong_New(asize + bsize);
2874 3. asize <
2922 const Py_ssize_t asize = ABS(Py_SIZE(a)); local
[all...]
/external/python/cpython3/Objects/
H A Dlongobject.c3298 Py_ssize_t asize = Py_ABS(Py_SIZE(a)); local
3320 if (asize > bsize) {
3325 i = asize;
3326 asize = bsize;
3332 if (asize <= i) {
3333 if (asize == 0)
3345 if (2 * asize <= bsize)
3362 * 1. Allocate result space (asize + bsize digits: that's always
3378 ret = _PyLong_New(asize + bsize);
3471 3. asize <
3519 const Py_ssize_t asize = Py_ABS(Py_SIZE(a)); local
[all...]
/external/freetype/src/pcf/
H A Dpcfread.c378 FT_ULong *asize )
399 *asize = tables[i].size;
406 *asize = 0;

Completed in 1096 milliseconds

12