HomeSort by relevance Sort by last modified time
    Searched full:xy0 (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp 21 X<Y> xy0 = f0(prvalue<Y>()); local
33 X<Y> xy0 = f1(prvalue<Y>()); local
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 197 void * B0, * V0, * XY0;
232 if ((errno = posix_memalign(&XY0, 64, 256 * r + 64)) != 0)
234 XY = (uint32_t *)(XY0);
244 if ((XY0 = malloc(256 * r + 64 + 63)) == NULL)
246 XY = (uint32_t *)(((uintptr_t)(XY0) + 63) & ~ (uintptr_t)(63));
292 free(XY0);
299 free(XY0);
crypto_scrypt-sse.c 270 void * B0, * V0, * XY0;
305 if ((errno = posix_memalign(&XY0, 64, 256 * r + 64)) != 0)
307 XY = (uint32_t *)(XY0);
317 if ((XY0 = malloc(256 * r + 64 + 63)) == NULL)
319 XY = (uint32_t *)(((uintptr_t)(XY0) + 63) & ~ (uintptr_t)(63));
365 free(XY0);
372 free(XY0);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 101 int* xy0, int* xy1) {
114 _mm_storeu_si128(reinterpret_cast<__m128i *>(xy0), xy0_wide);
320 const int* xy0,
328 row00[xy0[0]], row00[xy1[0]], row10[xy0[1]], row10[xy1[1]],
332 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
617 int xy0[4]; local
622 &all_xy, &sixteen_minus_xy, xy0, xy1);
631 reinterpret_cast<const uint32_t*>(src_addr + xy0[2] * rb)
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 102 int* xy0, int* xy1) {
115 _mm_storeu_si128(reinterpret_cast<__m128i *>(xy0), xy0_wide);
321 const int* xy0,
329 row00[xy0[0]], row00[xy1[0]], row10[xy0[1]], row10[xy1[1]],
333 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
618 int xy0[4]; local
623 &all_xy, &sixteen_minus_xy, xy0, xy1);
632 reinterpret_cast<const uint32_t*>(src_addr + xy0[2] * rb)
    [all...]
  /external/scrypt/patches/
arm-neon.patch 329 + void * B0, * V0, * XY0;
364 + if ((errno = posix_memalign(&XY0, 64, 256 * r + 64)) != 0)
366 + XY = (uint32_t *)(XY0);
376 + if ((XY0 = malloc(256 * r + 64 + 63)) == NULL)
378 + XY = (uint32_t *)(((uintptr_t)(XY0) + 63) & ~ (uintptr_t)(63));
424 + free(XY0);
431 + free(XY0);
  /external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c 146 // const uint32_t xy0 = *pX + *pY;
149 // cost += i * xy0;
  /external/webp/src/dsp/
lossless_mips32.c 146 // const uint32_t xy0 = *pX + *pY;
149 // cost += i * xy0;
  /external/opencv/cv/src/
cvimgwarp.cpp 1838 __m128i xy0 = _mm_load_si128( (const __m128i*)(xy + x*2)); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/gconv/
libKSC.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
libKSC.so 
  /bionic/libc/zoneinfo/
tzdata     [all...]

Completed in 2664 milliseconds