Searched defs:uptr (Results 1 - 16 of 16) sorted by last modified time

/external/strace/tests/
H A Dtests.h202 const unsigned long uptr = (unsigned long) ptr; local
204 ? F8ILL_KULONG_MASK | uptr : (kernel_ulong_t) uptr;
/external/sqlite/dist/orig/
H A Dsqlite3.c11924 /* The uptr type is an unsigned integer large enough to hold a pointer
11927 typedef uintptr_t uptr; typedef
11929 typedef u32 uptr; typedef
11931 typedef u64 uptr; typedef
11942 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E)))
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11924 /* The uptr type is an unsigned integer large enough to hold a pointer
11927 typedef uintptr_t uptr; typedef
11929 typedef u32 uptr; typedef
11931 typedef u64 uptr; typedef
11942 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E)))
[all...]
/external/strace/tests-m32/
H A Dtests.h202 const unsigned long uptr = (unsigned long) ptr; local
204 ? F8ILL_KULONG_MASK | uptr : (kernel_ulong_t) uptr;
/external/strace/tests-mx32/
H A Dtests.h202 const unsigned long uptr = (unsigned long) ptr; local
204 ? F8ILL_KULONG_MASK | uptr : (kernel_ulong_t) uptr;
/external/python/cpython2/Objects/
H A Dobmalloc.c273 #undef uptr macro
274 #define uptr Py_uintptr_t macro
301 uptr address;
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
631 arenaobj->address = (uptr)address;
739 (uptr)(P) - arenas[arenaindex_temp].address < (uptr)ARENA_SIZE && \
1828 uptr base = arenas[i].address;
1831 if (arenas[i].address == (uptr)NUL
[all...]
/external/ppp/pppd/plugins/radius/
H A Davpair.c475 static void rc_fieldcpy (char *string, char **uptr) argument
479 ptr = *uptr;
492 *uptr = ptr;
502 *uptr = ptr;
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c118 static int tbio_io(struct block_device *bdev, struct tbio_interface *uptr) argument
127 if (copy_from_user(&inter, uptr, sizeof(tbio_interface_t))) {
284 struct tbio_interface *uptr)
300 if (copy_from_user(&inter, uptr, sizeof(tbio_interface_t))) {
283 test_bio_split(struct block_device *bdev, struct tbio_interface *uptr) argument
/external/libxml2/
H A Duri.c2172 xmlChar *bptr, *uptr, *vptr; local
2241 uptr = (xmlChar *) ref->path;
2242 if (*uptr == '/')
2243 uptr++;
2245 val = xmlURIEscapeStr(uptr, BAD_CAST "/;&=+$,");
2255 uptr = NULL;
2289 uptr = (xmlChar *)ref->path;
2292 uptr = (xmlChar *)&ref->path[ix];
2304 len = xmlStrlen (uptr) + 1;
2308 if (uptr !
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.c137 unsigned char *uptr, *vptr; local
155 uptr = x->pre.u_buffer + offset;
159 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr,
164 vp8_copy_mem8x8(uptr, pre_stride, upred_ptr, 8);
303 unsigned char *uptr, *vptr; local
338 uptr = x->pre.u_buffer + offset;
342 x->subpixel_predict8x8(uptr, pre_stride, _16x16mv.as_mv.col & 7,
347 vp8_copy_mem8x8(uptr, pre_stride, dst_u, dst_uvstride);
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c370 unsigned char *uptr, *vptr; local
398 uptr = x->e_mbd.pre.u_buffer + offset;
402 vpx_sub_pixel_variance8x8(uptr, pre_stride, mv_col & 7, mv_row & 7,
408 vpx_variance8x8(uptr, pre_stride, upred_ptr, uv_stride, &sse2);
H A Dtemporal_filter.c41 unsigned char *yptr, *uptr, *vptr; local
58 uptr = u_mb_ptr + offset;
62 x->subpixel_predict8x8(uptr, stride, mv_col & 7, mv_row & 7, &pred[256], 8);
65 vp8_copy_mem8x8(uptr, stride, &pred[256], 8);
/external/libcups/cups/
H A Dpwg-media.c273 *uptr; /* Pointer into unit size */ local
358 uptr = usize;
359 (*format)(uptr, sizeof(usize) - (size_t)(uptr - usize), width);
360 uptr += strlen(uptr);
361 *uptr++ = 'x';
362 (*format)(uptr, sizeof(usize) - (size_t)(uptr - usize), length);
363 uptr
[all...]
/external/compiler-rt/lib/interception/
H A Dinterception.h27 typedef __sanitizer::uptr SIZE_T;
95 const uptr replacement;
96 const uptr original;
105 { reinterpret_cast<const uptr>(WRAP(func_name)), \
106 reinterpret_cast<const uptr>(func_name) } \
115 { reinterpret_cast<const uptr>(wrapper_name), \
116 reinterpret_cast<const uptr>(func_name) } \
228 // so we use casting via an integral type __interception::uptr,
234 typedef unsigned long long uptr; // NOLINT typedef in namespace:__interception
236 typedef unsigned long uptr; // NOLIN
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h62 typedef unsigned long long uptr; // NOLINT typedef in namespace:__sanitizer
65 typedef unsigned long uptr; // NOLINT
73 typedef uptr uhwptr; // NOLINT
102 typedef uptr OFF_T;
107 typedef uptr operator_new_size_type;
292 # define GET_CALLER_PC() (uptr)__builtin_return_address(0)
293 # define GET_CURRENT_FRAME() (uptr)__builtin_frame_address(0)
300 # define GET_CALLER_PC() (uptr)_ReturnAddress()
304 # define GET_CURRENT_FRAME() (uptr)0xDEADBEEF
324 volatile uptr enable_f
[all...]
/external/compiler-rt/test/tsan/
H A Dbench_shadow_flush.cc16 typedef unsigned long uptr; typedef
19 uptr mem_size = 4 << 20;
21 mem_size = (uptr)atoi(argv[1]) << 20;
22 uptr stride = kSmallPage;
24 stride = (uptr)atoi(argv[2]) << 10;
32 uptr sz = mem_size + stride2 * kStride + kLargePage;
34 uptr a = ((uptr)p + kLargePage - 1) & ~(kLargePage - 1);
38 for (uptr off = 0; off < mem_size; off += stride) {
39 for (uptr off
[all...]

Completed in 1120 milliseconds