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

/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/libvpx/vp8/common/
H A Dreconinter.c217 unsigned char *uptr, *vptr; local
227 uptr = x->pre.u_buffer + offset;
232 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8);
237 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, pre_stride, upred_ptr, 8);
327 unsigned char *uptr, *vptr; local
352 uptr = x->pre.u_buffer + offset;
357 x->subpixel_predict8x8(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, 8);
362 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, pre_stride, upred_ptr, 8);
550 unsigned char *uptr, *vptr; local
577 uptr
[all...]
/external/libvpx/vp8/encoder/
H A Drdopt.c446 unsigned char *uptr, *vptr; local
463 uptr = x->e_mbd.pre.u_buffer + offset;
468 VARIANCE_INVOKE(rtcd, subpixvar8x8)(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
474 VARIANCE_INVOKE(rtcd, subpixvar8x8)(uptr, pre_stride, mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
H A Dtemporal_filter.c54 unsigned char *yptr, *uptr, *vptr; local
74 uptr = u_mb_ptr + offset;
79 x->subpixel_predict8x8(uptr, stride,
86 RECON_INVOKE(&x->rtcd->recon, copy8x8)(uptr, stride, &pred[256], 8);
/external/libxml2/
H A Duri.c2249 xmlChar *bptr, *uptr, *vptr; local
2318 uptr = (xmlChar *) ref->path;
2319 if (*uptr == '/')
2320 uptr++;
2322 val = xmlURIEscapeStr(uptr, BAD_CAST "/;&=+$,");
2332 uptr = NULL;
2366 uptr = (xmlChar *)ref->path;
2369 uptr = (xmlChar *)&ref->path[ix];
2381 len = xmlStrlen (uptr) + 1;
2385 if (uptr !
[all...]
/external/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h43 typedef unsigned long uptr; // NOLINT typedef in namespace:__sanitizer
/external/compiler-rt/lib/interception/
H A Dinterception.h172 // so we use casting via an integral type __interception::uptr,
177 typedef unsigned long uptr; // NOLINT typedef in namespace:__interception

Completed in 965 milliseconds