/external/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 264 static void fill_sequential(uint16_t xptr[], int start, int count) { in fill_sequential() argument 266 if (reinterpret_cast<intptr_t>(xptr) & 0x2) { in fill_sequential() 267 *xptr++ = start++; in fill_sequential() 271 uint32_t* xxptr = reinterpret_cast<uint32_t*>(xptr); in fill_sequential() 282 xptr = reinterpret_cast<uint16_t*>(xxptr); in fill_sequential() 286 *xptr++ = start++; in fill_sequential() 290 *xptr++ = start++; in fill_sequential() 316 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); in clampx_nofilter_trans() local 325 memset(xptr, 0, n * sizeof(uint16_t)); in clampx_nofilter_trans() 330 xptr += n; in clampx_nofilter_trans() [all …]
|
D | SkBitmapProcState.cpp | 646 const uint16_t* xptr = reinterpret_cast<const uint16_t*>(bitmapXY); in check_scale_nofilter() local 648 SkASSERT(xptr[i] < mx); in check_scale_nofilter()
|
/external/libopus/celt/mips/ |
D | vq_mipsr1.h | 85 celt_norm *xptr = X; in renormalise_vector_mips() local 96 X0 = (int)*xptr++; in renormalise_vector_mips() 99 X1 = (int)*xptr++; in renormalise_vector_mips() 105 X0 = (int)*xptr++; in renormalise_vector_mips() 116 xptr = X; in renormalise_vector_mips() 119 *xptr = EXTRACT16(PSHR32(MULT16_16(g, *xptr), k+1)); in renormalise_vector_mips() 120 xptr++; in renormalise_vector_mips()
|
/external/squashfs-tools/squashfs-tools/ |
D | read_xattrs.c | 316 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/ |
D | celt_lpc.c | 242 const opus_val16 *xptr; in _celt_autocorr() local 250 xptr = x; in _celt_autocorr() 259 xptr = xx; in _celt_autocorr() 266 if (n&1) ac0 += SHR32(MULT16_16(xptr[0],xptr[0]),9); in _celt_autocorr() 269 ac0 += SHR32(MULT16_16(xptr[i],xptr[i]),9); in _celt_autocorr() 270 ac0 += SHR32(MULT16_16(xptr[i+1],xptr[i+1]),9); in _celt_autocorr() 278 xx[i] = PSHR32(xptr[i], shift); in _celt_autocorr() 279 xptr = xx; in _celt_autocorr() 284 celt_pitch_xcorr(xptr, xptr, ac, fastN, lag+1, arch); in _celt_autocorr() 288 d = MAC16_16(d, xptr[i], xptr[i-k]); in _celt_autocorr()
|
D | vq.c | 358 celt_norm *xptr; in renormalise_vector() local 366 xptr = X; in renormalise_vector() 369 *xptr = EXTRACT16(PSHR32(MULT16_16(g, *xptr), k+1)); in renormalise_vector() 370 xptr++; in renormalise_vector()
|
/external/swiftshader/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/ |
D | alias.ll | 5 define void @f1(i32* nocapture %xptr) nounwind { 7 %x.ld.addr = getelementptr i32* %xptr, i64 6 8 %x.st.addr = getelementptr i32* %xptr, i64 5 28 %xptr = alloca [256 x i32], align 4 29 %x.ld.addr = getelementptr [256 x i32]* %xptr, i64 0, i64 6 30 %x.st.addr = getelementptr [256 x i32]* %xptr, i64 0, i64 5
|
/external/llvm/test/Transforms/InstCombine/ |
D | memcmp-1.ll | 82 %xptr = bitcast i64* %x.addr to i8* 84 %call = call i32 @memcmp(i8* %xptr, i8* %yptr, i32 8) 99 %xptr = bitcast i32* %x.addr to i8* 101 %call = call i32 @memcmp(i8* %xptr, i8* %yptr, i32 4) 116 %xptr = bitcast i16* %x.addr to i8* 118 %call = call i32 @memcmp(i8* %xptr, i8* %yptr, i32 2)
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | rotr.i64.ll | 27 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
|
D | rotl.i64.ll | 29 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
|
D | fneg-fabs.f64.ll | 17 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/ |
D | testXPath.c | 42 static int xptr = 0; variable 84 if (xptr) { in testXPath() 152 xptr++; in main()
|
D | xinclude.c | 62 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 …]
|
D | Makefile.am | 544 for j in $(srcdir)/test/XPath/xptr/$$doc* ; do \ 548 if [ ! -f $(srcdir)/result/XPath/xptr/$$name ] ; then \ 550 … $(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j > $(srcdir)/result/XPath/xptr/$$name ; \ 553 log=`$(CHECKER) $(top_builddir)/testXPath -xptr -f -i $$i $$j 2>&1 > result.$$name ; \ 555 diff $(srcdir)/result/XPath/xptr/$$name result.$$name` ; \
|
D | runtest.c | 2325 testXPath(const char *str, int xptr, int expr) { in testXPath() argument 2335 if (xptr) { in testXPath() 2378 int xptr, int expr) { in xpathCommonTest() argument 2414 testXPath(expression, xptr, expr); in xpathCommonTest()
|
D | xpointer.c | 1294 ret->xptr = 1; in xmlXPtrNewContext() 1341 ctxt->xptr = 1; in xmlXPtrEval()
|
D | configure.ac | 189 AC_ARG_WITH(xptr, optwith 190 [ --with-xptr add the XPointer support (on)])
|
D | ChangeLog | 3213 * 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 …]
|
/external/clang/test/CXX/temp/temp.param/ |
D | p2.cpp | 21 template<class X1 *xptr> struct Y2 { };
|
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_piecewise_pair.pass.cpp | 120 void* xptr = nullptr; in main() local 122 std::tuple<int, long const&, void*&> t1(42, y, xptr); in main()
|
/external/libxml2/include/libxml/ |
D | xpath.h | 318 int xptr; /* is this an XPointer context? */ member 383 int xptr; /* it this an XPointer expression */ member
|
/external/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?
|
/external/llvm/test/CodeGen/X86/ |
D | switch.ll | 401 %xptr = getelementptr inbounds %struct.S, %struct.S* %next, i64 0, i32 1 402 %x = load i32, i32* %xptr
|
/external/llvm/test/Transforms/SROA/ |
D | vector-promotion.ll | 373 ; CHECK: %[[xptr:.*]] = bitcast i8* %x to <2 x float>* 374 ; CHECK-NEXT: %[[x:.*]] = load <2 x float>, <2 x float>* %[[xptr]]
|