HomeSort by relevance Sort by last modified time
    Searched defs:STOREU (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/_blake2/impl/
blake2b-round.h 20 #define STOREU(p,r) _mm_storeu_si128((__m128i *)(p), r)
blake2s-round.h 20 #define STOREU(p,r) _mm_storeu_si128((__m128i *)(p), r)
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 609 #define STOREU(x,y) _mm256_storeu_si256((VREG*)(x),(y))
619 #define STOREU(x,y) _mm_storeu_si128((VREG*)(x),(y))
639 STOREU(&tiledp_col[(OPJ_SIZE_T)i * stride + 0],
641 STOREU(&tiledp_col[(OPJ_SIZE_T)i * stride + VREG_INT_COUNT],
850 #undef STOREU
    [all...]

Completed in 268 milliseconds