Home
last modified time | relevance | path

Searched refs:ps1 (Results 1 – 25 of 28) sorted by relevance

12

/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
156 ps1.equals(ps1)); in testEquals()
159 ps1.equals(ps2)); in testEquals()
162 ps2.equals(ps1)); in testEquals()
169 ps1.equals(ps3)); in testEquals()
172 ps1.equals(null)); in testEquals()
175 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals()
178 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals()
189 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testHashCode() local
193 ps1.hashCode() == ps2.hashCode()); in testHashCode()
DRC5ParameterSpecTest.java220 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, in testEquals() local
228 ps1.equals(ps1)); in testEquals()
231 ps1.equals(ps2)); in testEquals()
234 ps2.equals(ps1)); in testEquals()
241 ps1.equals(ps3)); in testEquals()
244 ps1.equals(null)); in testEquals()
247 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals()
250 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals()
253 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals()
257 assertFalse("Objects should not be equal.", ps1.equals(ps2)); in testEquals()
[all …]
/external/valgrind/memcheck/tests/
Dpartiallydefinedeq.c30 short* ps1 = (short*)junk1; in main() local
43 *ps1 = 41; in main()
50 *ps1 = 42; in main()
/external/lldb/source/Interpreter/
Dembedded_interpreter.py15 sys.ps1
17 sys.ps1 = ">>> "
76 prompt = sys.ps1
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c56 signed char ps1, qs1; in vp8_filter() local
60 ps1 = (signed char) * op1 ^ 0x80; in vp8_filter()
66 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_filter()
94 u = vp8_signed_char_clamp(ps1 + filter_value); in vp8_filter()
167 signed char ps1 = (signed char) * op1 ^ 0x80; in vp8_mbfilter() local
174 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_mbfilter()
205 s = vp8_signed_char_clamp(ps1 + u); in vp8_mbfilter()
/external/libvncserver/x11vnc/
D8to24.c1694 int ps1 = 4, fac;
1710 memcpy(dst, src, w * ps1);
1711 memcpy(poll, src, w * ps1);
1718 int ps1, ps2, fac;
1721 ps1 = 1;
1725 ps1 = 2;
1730 ps1 = 1;
1736 dst = cmap8to24_fb + (fac/ps1) * n_off;
1738 poll = poll8_fb + poll8_fb_w * rect.y1 * ps1 + rect.x1 * ps1;
1739 poll_Bpl = poll8_fb_w * ps1;
[all …]
/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
160 ps1 = _mm_subs_epi16(p1, t80); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
166 signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), hev); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
191 ps1 = _mm_adds_epi16( in highbd_mb_lpf_horizontal_edge_w_sse2_8()
192 signed_char_clamp_bd_sse2(_mm_adds_epi16(ps1, filt), bd), in highbd_mb_lpf_horizontal_edge_w_sse2_8()
384 ps1 = _mm_andnot_si128(flat, ps1); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
388 p1 = _mm_or_si128(ps1, flat_p1); // full list of p1 values in highbd_mb_lpf_horizontal_edge_w_sse2_8()
554 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local
584 ps1 = _mm_subs_epi16(p1, t80); in vpx_highbd_lpf_horizontal_8_sse2()
684 filt = signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd); in vpx_highbd_lpf_horizontal_8_sse2()
[all …]
Dloopfilter_sse2.c860 const __m128i ps1 = _mm_xor_si128(_mm_loadl_epi64((__m128i *)(s - 2 * p)), in vpx_lpf_horizontal_8_sse2() local
872 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vpx_lpf_horizontal_8_sse2()
925 work_a = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in vpx_lpf_horizontal_8_sse2()
1101 const __m128i ps1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s - 2 * p)), in vpx_lpf_horizontal_8_dual_sse2() local
1113 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vpx_lpf_horizontal_8_dual_sse2()
1172 work_a = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in vpx_lpf_horizontal_8_dual_sse2()
1272 const __m128i ps1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s - 2 * p)), in vpx_lpf_horizontal_4_dual_sse2() local
1284 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vpx_lpf_horizontal_4_dual_sse2()
1322 p1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in vpx_lpf_horizontal_4_dual_sse2()
Dloopfilter_avx2.c501 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_avx2_16() local
513 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_avx2_16()
548 ps1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_16()
887 p1 = _mm_andnot_si128(flat, ps1); in mb_lpf_horizontal_edge_w_avx2_16()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.h28 uint32_t *ps1, uint32_t *ps0, in filter_dspr2() argument
46 vps1 = (*ps1) ^ N128; in filter_dspr2()
194 *ps1 = vps1 ^ N128; in filter_dspr2()
200 uint32_t ps1, uint32_t ps0, in filter1_dspr2() argument
220 vps1 = (ps1) ^ N128; in filter1_dspr2()
/external/mksh/src/
Dlex.c1496 char * volatile ps1; in set_prompt() local
1499 ps1 = str_val(global("PS1")); in set_prompt()
1500 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt()
1502 while (*ps1) in set_prompt()
1503 if (*ps1 != '!' || *++ps1 == '!') in set_prompt()
1504 shf_putchar(*ps1++, shf); in set_prompt()
1508 ps1 = shf_sclose(shf); in set_prompt()
1521 char *cp = substitute(ps1, 0); in set_prompt()
/external/clang/test/PCH/
Dnamespaces.cpp42 used_cls* ps1 = &s1; variable
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dloopfilter_v6.asm180 str r7, [sp, #12] ; store ps1 temporarily
182 qsub8 r7, r7, r10 ; vp8_signed_char_clamp(ps1-qs1)
231 ldr r11, [sp, #12] ; load ps1
237 qadd8 r11, r11, r7 ; u = vp8_signed_char_clamp(ps1 + vp8_filter)
1017 eor r7, r7, r12 ; ps1
1023 str r7, [sp, #12] ; store ps1 temporarily
1024 qsub8 r7, r7, r10 ; vp8_signed_char_clamp(ps1-qs1)
1152 ldr r11, [sp, #12] ; load ps1
1163 qadd8 r10, r11, r10 ; s = vp8_signed_char_clamp(ps1 + u)
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_16_neon.asm140 veor q5, q5, q10 ; ps1
152 vqsub.s8 q1, q5, q8 ; filter = clamp(ps1-qs1)
189 vqadd.s8 q13, q5, q1 ; u = clamp(ps1 + filter)
Dloopfilter_4_neon.asm224 veor d5, d5, d18 ; ps1
235 vqsub.s8 d27, d5, d16 ; filter = clamp(ps1-qs1)
267 vqadd.s8 d21, d5, d27 ; u = clamp(ps1 + filter)
Dloopfilter_8_neon.asm275 veor d25, d5, d22 ; ps1
282 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1)
309 vqadd.s8 d25, d25, d29 ; op1 = clamp(ps1 + filter)
Dloopfilter_mb_neon.asm401 veor d25, d6, d22 ; ps1
407 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1)
431 vqadd.s8 d25, d25, d29 ; op1 = clamp(ps1 + filter)
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c92 const int8_t ps1 = (int8_t) *op1 ^ 0x80; in filter4() local
99 int8_t filter = signed_char_clamp(ps1 - qs1) & hev; in filter4()
117 *op1 = signed_char_clamp(ps1 + filter) ^ 0x80; in filter4()
423 const int16_t ps1 = (int16_t)*op1 - (0x80 << shift); in highbd_filter4() local
430 int16_t filter = signed_char_clamp_high(ps1 - qs1, bd) & hev; in highbd_filter4()
448 *op1 = signed_char_clamp_high(ps1 + filter, bd) + (0x80 << shift); in highbd_filter4()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.input151 self.startUserInput(str(sys.ps1)+'\t')
165 self.startUserInput(str(sys.ps1)+'\t')
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_filters_dspr2.c164 uint32_t *ps1, in vp8_filter_mips() argument
187 vps1 = (*ps1) ^ N128; in vp8_filter_mips()
338 *ps1 = vps1 ^ N128; in vp8_filter_mips()
1352 uint32_t *ps1, in vp8_mbfilter_mips() argument
1374 vps1 = (*ps1) ^ N128; in vp8_mbfilter_mips()
1624 *ps1 = vps1_r ^ N128; in vp8_mbfilter_mips()
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_block_sse2_x86_64.asm70 pxor %1, [GLOBAL(t80)] ; ps1
73 psubsb scratch1, %4 ; signed_char_clamp(ps1 - qs1)
124 paddsb %1, %5 ; ps1 + vp8_filter
Dvp8_loopfilter_mmx.asm1235 ; s = vp8_signed_char_clamp(ps1 + u);
Dloopfilter_sse2.asm502 paddsb xmm4, xmm2 ; sp = vp8_signed_char_clamp(ps1 - u2)
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp3595 int JS_COMPARESTRING(CFX_WideString* ps1, CFX_WideString* ps2) in JS_COMPARESTRING() argument
3597 ASSERT(ps1 != NULL); in JS_COMPARESTRING()
3600 return ps1->Compare(*ps2); in JS_COMPARESTRING()
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt18444 ps1å

12