Home
last modified time | relevance | path

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

123

/external/valgrind/memcheck/tests/
Dpartiallydefinedeq.c30 short* ps1 = (short*)junk1; in main() local
43 *ps1 = 41; in main()
50 *ps1 = 42; in main()
/external/python/cpython2/Parser/
Dparsetok.c73 char *ps1, char *ps2, perrdetail *err_ret) in PyParser_ParseFile() argument
75 return PyParser_ParseFileFlags(fp, filename, g, start, ps1, ps2, in PyParser_ParseFile()
81 char *ps1, char *ps2, perrdetail *err_ret, int flags) in PyParser_ParseFileFlags() argument
84 return PyParser_ParseFileFlagsEx(fp, filename, g, start, ps1, ps2, err_ret, &iflags); in PyParser_ParseFileFlags()
89 char *ps1, char *ps2, perrdetail *err_ret, int *flags) in PyParser_ParseFileFlagsEx() argument
95 if ((tok = PyTokenizer_FromFile(fp, ps1, ps2)) == NULL) { in PyParser_ParseFileFlagsEx()
/external/vulkan-validation-layers/tests/
DCMakeLists.txt65 FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_run_all_tests.ps1 RUN_ALL)
66 FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_vkvalidatelayerdoc.ps1 VALIDATE_DOC)
68 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RUN_ALL} run_all_tests.ps1
69 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${VALIDATE_DOC} vkvalidatelayerdoc.ps1
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c48 signed char ps1, qs1; in vp8_filter() local
52 ps1 = (signed char)*op1 ^ 0x80; in vp8_filter()
58 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_filter()
86 u = vp8_signed_char_clamp(ps1 + filter_value); in vp8_filter()
140 signed char ps1 = (signed char)*op1 ^ 0x80; in vp8_mbfilter() local
147 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_mbfilter()
177 s = vp8_signed_char_clamp(ps1 + u); in vp8_mbfilter()
/external/python/cpython2/Demo/pysvr/
Dpysvr.py70 str(sys.ps1)
72 sys.ps1 = ">>> "
75 stdout.write(sys.ps1)
/external/strace/tests/
Dpread64-pwrite64.c87 size_t ps1 = get_page_size() - 1; in test_dump() local
88 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
Dread-write.c102 size_t ps1 = get_page_size() - 1; in test_dump() local
103 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
/external/strace/tests-mx32/
Dpread64-pwrite64.c87 size_t ps1 = get_page_size() - 1; in test_dump() local
88 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
Dread-write.c102 size_t ps1 = get_page_size() - 1; in test_dump() local
103 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
/external/strace/tests-m32/
Dpread64-pwrite64.c87 size_t ps1 = get_page_size() - 1; in test_dump() local
88 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
Dread-write.c102 size_t ps1 = get_page_size() - 1; in test_dump() local
103 buf = (void *) (((size_t) buf + ps1) & ~ps1) - len; in test_dump()
/external/python/cpython2/Lib/
Dcode.py212 sys.ps1
214 sys.ps1 = ">>> "
232 prompt = sys.ps1
/external/llvm/test/CodeGen/X86/
Dllc-override-mcpu-mattr.ll11 %ps1 = load <4 x i64>, <4 x i64>* %s1
13 %0 = bitcast <4 x i64> %ps1 to <32 x i8>
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c489 IShellLink *ps1 = NULL; in CreateShortcut() local
510 &ps1); in CreateShortcut()
517 hr = ps1->lpVtbl->QueryInterface(ps1, &IID_IPersistFile, in CreateShortcut()
526 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut()
533 hr = ps1->lpVtbl->SetDescription(ps1, description); in CreateShortcut()
541 hr = ps1->lpVtbl->SetArguments(ps1, arguments); in CreateShortcut()
550 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut()
559 hr = ps1->lpVtbl->SetWorkingDirectory(ps1, workdir); in CreateShortcut()
579 ps1->lpVtbl->Release(ps1); in CreateShortcut()
587 if (ps1) in CreateShortcut()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c60 __m128i ps1, qs1, ps0, qs0; in vpx_highbd_lpf_horizontal_16_sse2() local
152 ps1 = _mm_subs_epi16(p1, t80); in vpx_highbd_lpf_horizontal_16_sse2()
157 filt = _mm_and_si128(signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), in vpx_highbd_lpf_horizontal_16_sse2()
180 ps1 = _mm_adds_epi16(signed_char_clamp_bd_sse2(_mm_adds_epi16(ps1, filt), bd), in vpx_highbd_lpf_horizontal_16_sse2()
363 ps1 = _mm_andnot_si128(flat, ps1); in vpx_highbd_lpf_horizontal_16_sse2()
367 p1 = _mm_or_si128(ps1, flat_p1); // full list of p1 values in vpx_highbd_lpf_horizontal_16_sse2()
517 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local
545 ps1 = _mm_subs_epi16(p1, t80); in vpx_highbd_lpf_horizontal_8_sse2()
637 filt = signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd); in vpx_highbd_lpf_horizontal_8_sse2()
691 work_a = signed_char_clamp_bd_sse2(_mm_adds_epi16(ps1, filt), bd); in vpx_highbd_lpf_horizontal_8_sse2()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.h27 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, uint32_t *ps1, in filter_dspr2() argument
45 vps1 = (*ps1) ^ N128; in filter_dspr2()
187 *ps1 = vps1 ^ N128; in filter_dspr2()
192 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, uint32_t ps1, in filter1_dspr2() argument
212 vps1 = (ps1) ^ N128; in filter1_dspr2()
/external/mksh/src/
Dlex.c1466 char * volatile ps1; in set_prompt() local
1470 ps1 = str_val(global("PS1")); in set_prompt()
1471 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt()
1473 while (*ps1) in set_prompt()
1474 if (*ps1 != '!' || *++ps1 == '!') in set_prompt()
1475 shf_putchar(*ps1++, shf); in set_prompt()
1479 ps1 = shf_sclose(shf); in set_prompt()
1495 char *cp = substitute(ps1, 0); in set_prompt()
/external/clang/test/PCH/
Dnamespaces.cpp42 used_cls* ps1 = &s1; variable
/external/libmicrohttpd/
DMakefile.am7 …w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc…
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_loopfilter_neon.c237 int16x8_t ps1 = flip_sign(p1, bd); in filter4() local
243 filter = vsubq_s16(ps1, qs1); in filter4()
283 ps1 = vaddq_s16(ps1, filter); in filter4()
284 ps1 = vmaxq_s16(ps1, min); in filter4()
285 ps1 = vminq_s16(ps1, max); in filter4()
287 *op1 = flip_sign_back(ps1, bd); in filter4()
Dloopfilter_4_neon.asm198 veor d5, d5, d18 ; ps1
209 vqsub.s8 d27, d5, d16 ; filter = clamp(ps1-qs1)
241 vqadd.s8 d21, d5, d27 ; u = clamp(ps1 + filter)
490 veor q5, q5, q10 ; ps1
502 vqsub.s8 q1, q5, q8 ; filter = clamp(ps1-qs1)
539 vqadd.s8 q13, q5, q1 ; u = clamp(ps1 + filter)
Dloopfilter_8_neon.asm315 veor d25, d5, d22 ; ps1
322 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1)
349 vqadd.s8 d25, d25, d29 ; op1 = clamp(ps1 + filter)
/external/ImageMagick/
D.gitignore47 /PerlMagick/Zip.ps1
/external/python/cpython2/Doc/faq/
Dextending.rst338 char ps1[] = ">>> ";
340 char *prompt = ps1;
385 if (ps1 == prompt || /* ">>> " or */
395 prompt = ps1;
416 prompt = ps1;
424 prompt = ps1;
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c84 const int8_t ps1 = (int8_t)*op1 ^ 0x80; in filter4() local
91 int8_t filter = signed_char_clamp(ps1 - qs1) & hev; in filter4()
109 *op1 = signed_char_clamp(ps1 + filter) ^ 0x80; in filter4()
415 const int16_t ps1 = (int16_t)*op1 - (0x80 << shift); in highbd_filter4() local
422 int16_t filter = signed_char_clamp_high(ps1 - qs1, bd) & hev; in highbd_filter4()
440 *op1 = signed_char_clamp_high(ps1 + filter, bd) + (0x80 << shift); in highbd_filter4()

123