/third_party/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 304 static void fill_sequential(uint16_t xptr[], int pos, int count) { in fill_sequential() argument 306 *xptr++ = pos++; in fill_sequential() 310 static void fill_backwards(uint16_t xptr[], int pos, int count) { in fill_backwards() argument 313 *xptr++ = pos--; in fill_backwards() 333 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); in clampx_nofilter_trans() local 342 memset(xptr, 0, n * sizeof(uint16_t)); in clampx_nofilter_trans() 347 xptr += n; in clampx_nofilter_trans() 357 fill_sequential(xptr, xpos, n); in clampx_nofilter_trans() 362 xptr += n; in clampx_nofilter_trans() 366 sk_memset16(xptr, width - 1, count); in clampx_nofilter_trans() [all …]
|
D | SkBitmapProcState.cpp | 589 const uint16_t* xptr = reinterpret_cast<const uint16_t*>(bitmapXY); in check_scale_nofilter() local 591 SkASSERT(xptr[i] < mx); in check_scale_nofilter()
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 633 static void fill_sequential(uint16_t xptr[], int pos, int count) { in fill_sequential() argument 635 *xptr++ = pos++; in fill_sequential() 639 static void fill_backwards(uint16_t xptr[], int pos, int count) { in fill_backwards() argument 642 *xptr++ = pos--; in fill_backwards() 661 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); in clampx_nofilter_trans() local 670 memset(xptr, 0, n * sizeof(uint16_t)); in clampx_nofilter_trans() 675 xptr += n; in clampx_nofilter_trans() 685 fill_sequential(xptr, xpos, n); in clampx_nofilter_trans() 690 xptr += n; in clampx_nofilter_trans() 694 sk_memset16(xptr, width - 1, count); in clampx_nofilter_trans() [all …]
|
D | SkBitmapProcState.cpp | 583 const uint16_t* xptr = reinterpret_cast<const uint16_t*>(bitmapXY); in check_scale_nofilter() local 585 SkASSERT(xptr[i] < mx); in check_scale_nofilter()
|
/third_party/libxml2/ |
D | testXPath.c | 42 static int xptr = 0; variable 84 if (xptr) { in testXPath() 152 xptr++; in main()
|
D | xinclude.c | 1571 xmlXPathObjectPtr xptr; in xmlXIncludeLoadDoc() local 1584 xptr = xmlXPtrEval(fragment, xptrctxt); in xmlXIncludeLoadDoc() 1585 if (xptr == NULL) { in xmlXIncludeLoadDoc() 1595 switch (xptr->type) { in xmlXIncludeLoadDoc() 1607 xmlXPathFreeObject(xptr); in xmlXIncludeLoadDoc() 1613 if ((xptr->nodesetval == NULL) || in xmlXIncludeLoadDoc() 1614 (xptr->nodesetval->nodeNr <= 0)) { in xmlXIncludeLoadDoc() 1615 xmlXPathFreeObject(xptr); in xmlXIncludeLoadDoc() 1626 set = xptr->nodesetval; in xmlXIncludeLoadDoc() 1680 xmlXIncludeCopyXPointer(ctxt, ctxt->doc, doc, xptr); in xmlXIncludeLoadDoc() [all …]
|
D | Makefile.am | 565 for j in $(srcdir)/test/XPath/xptr/$$doc* ; do \ 569 if [ ! -f $(srcdir)/result/XPath/xptr/$$name ] ; then \ 571 …$(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j > $(srcdir)/result/XPath/xptr/$$name 2> /… 574 … log=`$(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j > result.$$name 2> /dev/null ; \ 576 diff $(srcdir)/result/XPath/xptr/$$name result.$$name` ; \
|
D | runtest.c | 2420 testXPath(const char *str, int xptr, int expr) { in testXPath() argument 2430 if (xptr) { in testXPath() 2473 int xptr, int expr) { in xpathCommonTest() argument 2509 testXPath(expression, xptr, expr); in xpathCommonTest()
|
D | xpointer.c | 1305 ret->xptr = 1; in xmlXPtrNewContext() 1352 ctxt->xptr = 1; in xmlXPtrEval()
|
D | configure.ac | 178 AC_ARG_WITH(xptr, optwith 179 [ --with-xptr add the XPointer support (on)])
|
D | xpath.c | 10629 } else if (ctxt->xptr && in xmlXPathCompPathExpr() 11305 if (ctxt->xptr) { in xmlXPathCompStep()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xinclude.c | 91 xmlXPathObjectPtr xptr; /* the xpointer if needed */ member 239 if (ref->xptr != NULL) in xmlXIncludeFreeRef() 240 xmlXPathFreeObject(ref->xptr); in xmlXIncludeFreeRef() 1595 xmlXPathObjectPtr xptr; in xmlXIncludeLoadDoc() local 1613 xptr = xmlXPtrEval(fragment, xptrctxt); in xmlXIncludeLoadDoc() 1614 if (xptr == NULL) { in xmlXIncludeLoadDoc() 1624 switch (xptr->type) { in xmlXIncludeLoadDoc() 1641 if ((xptr->nodesetval == NULL) || in xmlXIncludeLoadDoc() 1642 (xptr->nodesetval->nodeNr <= 0)) { in xmlXIncludeLoadDoc() 1653 set = xptr->nodesetval; in xmlXIncludeLoadDoc() [all …]
|
D | xpath.in.h | 347 int xptr; /* is this an XPointer context? */ member 412 int xptr; /* it this an XPointer expression */ member
|
D | xpointer.c | 1335 ret->xptr = 1; in xmlXPtrNewContext() 1382 ctxt->xptr = 1; in xmlXPtrEval()
|
D | xpath.c | 10701 } else if (ctxt->xptr && in xmlXPathCompPathExpr() 11363 if (ctxt->xptr) { in xmlXPathCompStep()
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 420 char *xptr = *ptr; in simple_skip_word() local 421 if (*xptr == ':') in simple_skip_word() 422 xptr++; in simple_skip_word() 423 if (!strncasecmp(xptr, str, strlen(str))) { in simple_skip_word() 424 while (*xptr != '\0' && *xptr != ',' && *xptr != ':') in simple_skip_word() 425 xptr++; in simple_skip_word() 426 if (*xptr == ',' || *xptr == ':') in simple_skip_word() 427 xptr++; in simple_skip_word() 428 *ptr = xptr; in simple_skip_word()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xpointer.rpgle | 5 * http://www.w3.org/TR/2000/CR-xptr-20000607 9 * http://www.w3.org/TR/2002/PR-xptr-element-20021113/
|
D | xpath.rpgle | 337 d xptr like(xmlCint) XPointer context ? 410 d xptr like(xmlCint) XPointer expression?
|
/third_party/libxml2/include/libxml/ |
D | xpath.h | 320 int xptr; /* is this an XPointer context? */ member 390 int xptr; /* it this an XPointer expression */ member
|
/third_party/ffmpeg/libavcodec/ |
D | opus_celt.c | 274 float *xptr; in process_anticollapse() local 285 xptr = X + (ff_celt_freq_bands[i] << f->size); in process_anticollapse() 309 xptr[(j << f->size) + k] = (celt_rng(f) & 0x8000) ? r : -r; in process_anticollapse() 316 celt_renormalize_vector(xptr, ff_celt_freq_range[i] << f->size, 1.0f); in process_anticollapse()
|
/third_party/libxml2/fuzz/ |
D | genSeed.c | 252 const char *data, const char *subdir, int xptr) { in processXPath() argument 307 if (xptr) { in processXPath()
|
/third_party/ffmpeg/libavfilter/ |
D | af_arnndn.c | 650 const float *xptr; in celt_autocorr() local 654 xptr = x; in celt_autocorr() 662 xptr = xx; in celt_autocorr() 666 celt_pitch_xcorr(xptr, xptr, ac, fastN, lag+1); in celt_autocorr() 672 d += xptr[i] * xptr[i-k]; in celt_autocorr()
|
/third_party/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 936 const sk_sp<SkImage>& atlas, WASMPointerF32 xptr, in EMSCRIPTEN_BINDINGS() 940 const SkRSXform* dstXforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS() 951 const sk_sp<SkImage>& atlas, WASMPointerF32 xptr, in EMSCRIPTEN_BINDINGS() argument 954 const SkRSXform* dstXforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS() 1911 WASMPointerF32 xptr, in EMSCRIPTEN_BINDINGS() 1914 const SkRSXform* xforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS() 1920 WASMPointerF32 xptr, in EMSCRIPTEN_BINDINGS() argument 1923 const SkRSXform* xforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS()
|
/third_party/flutter/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 745 const sk_sp<SkImage>& atlas, uintptr_t /* SkRSXform* */ xptr, in EMSCRIPTEN_BINDINGS() 749 const SkRSXform* dstXforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS() 1076 uintptr_t /* SkRSXform* */ xptr, in EMSCRIPTEN_BINDINGS() 1081 const SkRSXform* xforms = reinterpret_cast<const SkRSXform*>(xptr); in EMSCRIPTEN_BINDINGS()
|
/third_party/python/Objects/ |
D | memoryobject.c | 2071 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_base() local 2072 item = unpack_single(xptr, fmt); in tolist_base() 2105 const char *xptr = ADJUST_PTR(ptr, suboffsets, 0); in tolist_rec() local 2106 item = tolist_rec(xptr, ndim-1, shape+1, in tolist_rec()
|