Home
last modified time | relevance | path

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

1234

/external/python/cpython3/Parser/
Dparsetok.c97 const char *ps1, const char *ps2, in PyParser_ParseFile() argument
101 g, start, ps1, ps2, err_ret, 0); in PyParser_ParseFile()
107 const char *ps1, const char *ps2, in PyParser_ParseFileFlags() argument
111 return PyParser_ParseFileFlagsEx(fp, filename, enc, g, start, ps1, in PyParser_ParseFileFlags()
118 const char *ps1, const char *ps2, in PyParser_ParseFileObject() argument
126 if ((tok = PyTokenizer_FromFile(fp, enc, ps1, ps2)) == NULL) { in PyParser_ParseFileObject()
140 const char *ps1, const char *ps2, in PyParser_ParseFileFlagsEx() argument
155 start, ps1, ps2, err_ret, flags); in PyParser_ParseFileFlagsEx()
/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/python/cpython3/Include/
Dparsetok.h52 const char *ps1,
62 const char *ps1,
72 const char *ps1,
Dpythonrun.h69 const char *ps1,
79 const char *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()
143 signed char ps1 = (signed char)*op1 ^ 0x80; in vp8_mbfilter() local
150 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_mbfilter()
180 s = vp8_signed_char_clamp(ps1 + u); in vp8_mbfilter()
/external/vulkan-validation-layers/tests/
DCMakeLists.txt93 FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_run_all_tests.ps1 RUN_ALL)
94 FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_vkvalidatelayerdoc.ps1 VALIDATE_DOC)
96 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RUN_ALL} run_all_tests.ps1
97 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${VALIDATE_DOC} vkvalidatelayerdoc.ps1
/external/python/cpython2/Demo/pysvr/
Dpysvr.py70 str(sys.ps1)
72 sys.ps1 = ">>> "
75 stdout.write(sys.ps1)
/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/python/cpython3/PC/bdist_wininst/
Dinstall.c517 IShellLink *ps1 = NULL; in CreateShortcut() local
538 &ps1); in CreateShortcut()
545 hr = ps1->lpVtbl->QueryInterface(ps1, &IID_IPersistFile, in CreateShortcut()
554 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut()
561 hr = ps1->lpVtbl->SetDescription(ps1, description); in CreateShortcut()
569 hr = ps1->lpVtbl->SetArguments(ps1, arguments); in CreateShortcut()
578 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut()
587 hr = ps1->lpVtbl->SetWorkingDirectory(ps1, workdir); in CreateShortcut()
607 ps1->lpVtbl->Release(ps1); in CreateShortcut()
615 if (ps1) in CreateShortcut()
[all …]
/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-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/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/python/cpython2/Lib/
Dcode.py212 sys.ps1
214 sys.ps1 = ">>> "
232 prompt = sys.ps1
/external/python/cpython3/Lib/
Dcode.py206 sys.ps1
208 sys.ps1 = ">>> "
226 prompt = sys.ps1
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c59 __m128i ps1, qs1, ps0, qs0; in vpx_highbd_lpf_horizontal_16_sse2() local
151 ps1 = _mm_subs_epi16(p1, t80); in vpx_highbd_lpf_horizontal_16_sse2()
156 filt = _mm_and_si128(signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), in vpx_highbd_lpf_horizontal_16_sse2()
179 ps1 = _mm_adds_epi16(signed_char_clamp_bd_sse2(_mm_adds_epi16(ps1, filt), bd), in vpx_highbd_lpf_horizontal_16_sse2()
362 ps1 = _mm_andnot_si128(flat, ps1); in vpx_highbd_lpf_horizontal_16_sse2()
366 p1 = _mm_or_si128(ps1, flat_p1); // full list of p1 values in vpx_highbd_lpf_horizontal_16_sse2()
516 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local
544 ps1 = _mm_subs_epi16(p1, t80); in vpx_highbd_lpf_horizontal_8_sse2()
636 filt = signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd); in vpx_highbd_lpf_horizontal_8_sse2()
690 work_a = signed_char_clamp_bd_sse2(_mm_adds_epi16(ps1, filt), bd); in vpx_highbd_lpf_horizontal_8_sse2()
[all …]
/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/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/python/cpython3/Python/
Dpythonrun.c43 _Py_IDENTIFIER(ps1);
157 char *ps1 = "", *ps2 = "", *enc = NULL; in PyRun_InteractiveOneObject() local
185 ps1 = PyUnicode_AsUTF8(v); in PyRun_InteractiveOneObject()
186 if (ps1 == NULL) { in PyRun_InteractiveOneObject()
188 ps1 = ""; in PyRun_InteractiveOneObject()
213 Py_single_input, ps1, ps2, in PyRun_InteractiveOneObject()
1151 int start, const char *ps1, in PyParser_ASTFromFileObject() argument
1162 start, ps1, ps2, &err, &iflags); in PyParser_ASTFromFileObject()
1184 int start, const char *ps1, in PyParser_ASTFromFile() argument
1193 mod = PyParser_ASTFromFileObject(fp, filename, enc, start, ps1, ps2, in PyParser_ASTFromFile()
/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/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()
/external/tensorflow/tensorflow/docs_src/deploy/
Ddistributed.md79 "ps1.example.com:2222"
285 --ps_hosts=ps0.example.com:2222,ps1.example.com:2222 \
288 # On ps1.example.com:
290 --ps_hosts=ps0.example.com:2222,ps1.example.com:2222 \
295 --ps_hosts=ps0.example.com:2222,ps1.example.com:2222 \
300 --ps_hosts=ps0.example.com:2222,ps1.example.com:2222 \

1234