Home
last modified time | relevance | path

Searched defs:ps1 (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DRC2ParameterSpecTest.java149 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testEquals() local
189 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testHashCode() local
DRC5ParameterSpecTest.java220 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, in testEquals() local
270 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, in testHashCode() local
/external/valgrind/memcheck/tests/
Dpartiallydefinedeq.c30 short* ps1 = (short*)junk1; in main() local
/external/clang/test/PCH/
Dnamespaces.cpp42 used_cls* ps1 = &s1; variable
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c56 signed char ps1, qs1; in vp8_filter() local
167 signed char ps1 = (signed char) * op1 ^ 0x80; in vp8_mbfilter() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.h28 uint32_t *ps1, uint32_t *ps0, in filter_dspr2()
200 uint32_t ps1, uint32_t ps0, in filter1_dspr2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c65 __m128i ps1, qs1, ps0, qs0; in highbd_mb_lpf_horizontal_edge_w_sse2_8() local
554 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local
811 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_4_sse2() local
Dloopfilter_sse2.c860 const __m128i ps1 = _mm_xor_si128(_mm_loadl_epi64((__m128i *)(s - 2 * p)), in vpx_lpf_horizontal_8_sse2() local
1101 const __m128i ps1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s - 2 * p)), in vpx_lpf_horizontal_8_dual_sse2() local
1272 const __m128i ps1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s - 2 * p)), in vpx_lpf_horizontal_4_dual_sse2() local
Dloopfilter_avx2.c501 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_avx2_16() local
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_filters_dspr2.c164 uint32_t *ps1, in vp8_filter_mips()
1352 uint32_t *ps1, in vp8_mbfilter_mips()
/external/mksh/src/
Dlex.c1473 char * volatile ps1; in set_prompt() local
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c92 const int8_t ps1 = (int8_t) *op1 ^ 0x80; in filter4() local
423 const int16_t ps1 = (int16_t)*op1 - (0x80 << shift); in highbd_filter4() local
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp3119 int JS_COMPARESTRING(CFX_WideString* ps1, CFX_WideString* ps2) { in JS_COMPARESTRING()