Searched defs:XY (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_sample.h39 uint32_t XY; local
43 XY = *xy++;
44 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
45 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
46 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
49 XY = *xy++;
50 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
51 (XY & 0xFFFF) < (unsigned)s.fBitmap->width());
52 src = ((const SRCTYPE*)(srcAddr + (XY >> 1
141 uint32_t XY = *xy++; local
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp30 // suitable to mask the bottom 14 bits of a XY value.
32 // suitable to mask the bottom 4 bits of a XY value.
315 const uint32_t XY = *xy++; local
316 const unsigned y0 = XY >> 14;
320 reinterpret_cast<const uint32_t*>(src_addr + (XY & 0x3FFF) * rb);
H A DSkBitmapProcState_opts_SSE2.cpp24 uint32_t XY = *xy++; local
25 unsigned y0 = XY >> 14;
27 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
130 uint32_t XY = *xy++; local
131 unsigned y0 = XY >> 14;
133 const uint32_t* row1 = reinterpret_cast<const uint32_t*>(srcAddr + (XY & 0x3FFF) * rb);
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; typedef
44 XY *xy = a1;
/external/clang/test/Sema/
H A Ddesignated-initializers.c146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { struct
/external/libvorbis/lib/
H A Dpsy.c554 float *XY=alloca(n*sizeof(*N)); local
581 XY[0] = tXY;
600 XY[i] = tXY;
613 tXY = XY[hi] - XY[-lo];
635 tXY = XY[hi] - XY[lo];
664 tXY = XY[hi] - XY[-lo];
684 tXY = XY[h
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dopcodes.h306 #define XY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,57) macro

Completed in 389 milliseconds