Home
last modified time | relevance | path

Searched refs:xptr (Results 1 – 22 of 22) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp287 static void fill_sequential(uint16_t xptr[], int start, int count) { in fill_sequential() argument
289 if (reinterpret_cast<intptr_t>(xptr) & 0x2) { in fill_sequential()
290 *xptr++ = start++; in fill_sequential()
294 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr); in fill_sequential()
305 xptr = reinterpret_cast<uint16_t*>(xxptr); in fill_sequential()
309 *xptr++ = start++; in fill_sequential()
313 *xptr++ = start++; in fill_sequential()
342 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); in clampx_nofilter_trans() local
351 memset(xptr, 0, n * sizeof(uint16_t)); in clampx_nofilter_trans()
356 xptr += n; in clampx_nofilter_trans()
[all …]
DSkBitmapProcState.cpp843 const uint16_t* xptr = reinterpret_cast<const uint16_t*>(bitmapXY); in check_scale_nofilter() local
845 SkASSERT(xptr[i] < mx); in check_scale_nofilter()
/external/squashfs-tools/squashfs-tools/
Dread_xattrs.c316 void *xptr; in get_xattr() local
324 xptr = xattrs + get_xattr_block(start) + offset; in get_xattr()
340 SQUASHFS_SWAP_XATTR_ENTRY(xptr, &entry); in get_xattr()
341 xptr += sizeof(entry); in get_xattr()
343 res = read_xattr_entry(&xattr_list[j], &entry, xptr); in get_xattr()
353 xptr += entry.size; in get_xattr()
362 xptr += sizeof(val); in get_xattr()
363 SQUASHFS_SWAP_LONG_LONGS(xptr, &xattr, 1); in get_xattr()
364 xptr += sizeof(xattr); in get_xattr()
371 SQUASHFS_SWAP_XATTR_VAL(xptr, &val); in get_xattr()
[all …]
/external/libopus/celt/
Dcelt_lpc.c237 const opus_val16 *xptr; in _celt_autocorr() local
245 xptr = x; in _celt_autocorr()
254 xptr = xx; in _celt_autocorr()
261 if (n&1) ac0 += SHR32(MULT16_16(xptr[0],xptr[0]),9); in _celt_autocorr()
264 ac0 += SHR32(MULT16_16(xptr[i],xptr[i]),9); in _celt_autocorr()
265 ac0 += SHR32(MULT16_16(xptr[i+1],xptr[i+1]),9); in _celt_autocorr()
273 xx[i] = PSHR32(xptr[i], shift); in _celt_autocorr()
274 xptr = xx; in _celt_autocorr()
279 celt_pitch_xcorr(xptr, xptr, ac, fastN, lag+1, arch); in _celt_autocorr()
283 d = MAC16_16(d, xptr[i], xptr[i-k]); in _celt_autocorr()
Dvq.c356 celt_norm *xptr = X; in renormalise_vector() local
359 E = MAC16_16(E, *xptr, *xptr); in renormalise_vector()
360 xptr++; in renormalise_vector()
368 xptr = X; in renormalise_vector()
371 *xptr = EXTRACT16(PSHR32(MULT16_16(g, *xptr), k+1)); in renormalise_vector()
372 xptr++; in renormalise_vector()
/external/llvm/test/CodeGen/R600/
Drotr.i64.ll27 define void @v_rotr_i64(i64 addrspace(1)* %in, i64 addrspace(1)* %xptr, i64 addrspace(1)* %yptr) {
29 %x = load i64, i64 addrspace(1)* %xptr, align 8
51 define void @v_rotr_v2i64(<2 x i64> addrspace(1)* %in, <2 x i64> addrspace(1)* %xptr, <2 x i64> add…
53 %x = load <2 x i64>, <2 x i64> addrspace(1)* %xptr, align 8
Drotl.i64.ll29 define void @v_rotl_i64(i64 addrspace(1)* %in, i64 addrspace(1)* %xptr, i64 addrspace(1)* %yptr) {
31 %x = load i64, i64 addrspace(1)* %xptr, align 8
Dfneg-fabs.f64.ll17 define void @v_fneg_fabs_fadd_f64(double addrspace(1)* %out, double addrspace(1)* %xptr, double add…
18 %x = load double, double addrspace(1)* %xptr, align 8
19 %y = load double, double addrspace(1)* %xptr, align 8
/external/libxml2/
DtestXPath.c42 static int xptr = 0; variable
84 if (xptr) { in testXPath()
152 xptr++; in main()
Dxinclude.c62 xmlXPathObjectPtr xptr; /* the xpointer if needed */ member
210 if (ref->xptr != NULL) in xmlXIncludeFreeRef()
211 xmlXPathFreeObject(ref->xptr); in xmlXIncludeFreeRef()
1564 xmlXPathObjectPtr xptr; in xmlXIncludeLoadDoc() local
1582 xptr = xmlXPtrEval(fragment, xptrctxt); in xmlXIncludeLoadDoc()
1583 if (xptr == NULL) { in xmlXIncludeLoadDoc()
1593 switch (xptr->type) { in xmlXIncludeLoadDoc()
1610 if ((xptr->nodesetval == NULL) || in xmlXIncludeLoadDoc()
1611 (xptr->nodesetval->nodeNr <= 0)) { in xmlXIncludeLoadDoc()
1622 set = xptr->nodesetval; in xmlXIncludeLoadDoc()
[all …]
DMakefile.am540 for j in $(srcdir)/test/XPath/xptr/$$doc* ; do \
544 if [ ! -f $(srcdir)/result/XPath/xptr/$$name ] ; then \
546 … $(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j > $(srcdir)/result/XPath/xptr/$$name ; \
549 log=`$(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j 2>&1 > result.$$name ; \
551 diff $(srcdir)/result/XPath/xptr/$$name result.$$name` ; \
Druntest.c2274 testXPath(const char *str, int xptr, int expr) { in testXPath() argument
2280 if (xptr) { in testXPath()
2320 int xptr, int expr) { in xpathCommonTest() argument
2356 testXPath(expression, xptr, expr); in xpathCommonTest()
Dxpointer.c1331 ret->xptr = 1; in xmlXPtrNewContext()
1380 ctxt->xptr = 1; in xmlXPtrEval()
Dconfigure.ac188 AC_ARG_WITH(xptr, optwith
189 [ --with-xptr add the XPointer support (on)])
DChangeLog3213 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
3219 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
3229 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
11458 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11459 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
17703 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17794 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17940 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17941 test/XPath/xptr/strrange: augmented the XPointer testsuite
17957 * test/XPath/docs/str test/XPath/xptr/strrange
[all …]
DNEWS131 Fix building when configuring without xpath and xptr (Daniel Veillard),
Dxpath.c11360 if (ctxt->xptr) { in xmlXPathCompStep()
/external/clang/test/CXX/temp/temp.param/
Dp2.cpp21 template<class X1 *xptr> struct Y2 { };
/external/libxml2/os400/libxmlrpg/
Dxpointer.rpgle5 * http://www.w3.org/TR/2000/CR-xptr-20000607
9 * http://www.w3.org/TR/2002/PR-xptr-element-20021113/
Dxpath.rpgle334 d xptr 10i 0 XPointer context ?
407 d xptr 10i 0 XPointer expression?
/external/libxml2/include/libxml/
Dxpath.h318 int xptr; /* is this an XPointer context? */ member
383 int xptr; /* it this an XPointer expression */ member
/external/llvm/test/Transforms/SROA/
Dvector-promotion.ll373 ; CHECK: %[[xptr:.*]] = bitcast i8* %x to <2 x float>*
374 ; CHECK-NEXT: %[[x:.*]] = load <2 x float>, <2 x float>* %[[xptr]]