Home
last modified time | relevance | path

Searched refs:ps1 (Results 1 – 25 of 29) 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/vp9/common/mips/dspr2/
Dvp9_loopfilter_filters_dspr2.h27 uint32_t *ps1, uint32_t *ps0, in vp9_filter_dspr2() argument
45 vps1 = (*ps1) ^ N128; in vp9_filter_dspr2()
193 *ps1 = vps1 ^ N128; in vp9_filter_dspr2()
199 uint32_t ps1, uint32_t ps0, in vp9_filter1_dspr2() argument
219 vps1 = (ps1) ^ N128; in vp9_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/vp9/common/arm/neon/
Dvp9_loopfilter_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)
Dvp9_loopfilter_neon.asm226 veor d5, d5, d18 ; ps1
237 vqsub.s8 d27, d5, d16 ; filter = clamp(ps1-qs1)
269 vqadd.s8 d21, d5, d27 ; u = clamp(ps1 + filter)
532 veor d25, d5, d22 ; ps1
539 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1)
566 vqadd.s8 d25, d25, d29 ; op1 = clamp(ps1 + filter)
Dvp9_mb_lpf_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/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c463 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_sse2_16() local
471 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_sse2_16()
506 ps1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in mb_lpf_horizontal_edge_w_sse2_16()
744 work_a = _mm_andnot_si128(flat, ps1); in mb_lpf_horizontal_edge_w_sse2_16()
996 const __m128i ps1 = _mm_xor_si128(_mm_loadl_epi64((__m128i *)(s - 2 * p)), in vp9_lpf_horizontal_8_sse2() local
1008 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vp9_lpf_horizontal_8_sse2()
1061 work_a = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in vp9_lpf_horizontal_8_sse2()
1237 const __m128i ps1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s - 2 * p)), in vp9_lpf_horizontal_8_dual_sse2() local
1249 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vp9_lpf_horizontal_8_dual_sse2()
1308 work_a = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in vp9_lpf_horizontal_8_dual_sse2()
[all …]
Dvp9_loopfilter_intrin_avx2.c469 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_avx2_16() local
481 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_avx2_16()
516 ps1 = _mm_xor_si128(_mm_adds_epi8(ps1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_16()
844 p1 = _mm_andnot_si128(flat, ps1); in mb_lpf_horizontal_edge_w_avx2_16()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dloopfiltersimpleverticaledge_neon.asm65 veor q3, q3, q0 ; ps1: p1 offset to convert to a signed value
73 vqsub.s8 q14, q3, q6 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
Dloopfilter_neon.asm350 veor q5, q5, q10 ; ps1
364 vqsub.s8 q1, q5, q8 ; vp8_filter = clamp(ps1-qs1)
396 vqadd.s8 q13, q5, q1 ; u = clamp(ps1 + vp8_filter)
/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/vp9/common/
Dvp9_loopfilter_filters.c77 const int8_t ps1 = (int8_t) *op1 ^ 0x80; in filter4() local
84 int8_t filter = signed_char_clamp(ps1 - qs1) & hev; in filter4()
102 *op1 = signed_char_clamp(ps1 + filter) ^ 0x80; in filter4()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dloopfilter_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
Dloopfilter_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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12