Home
last modified time | relevance | path

Searched refs:ps2 (Results 1 – 25 of 54) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Daacps.c561 PSCommonContext *const ps2 = &ps->common; in stereo_processing() local
577 TABLE_CONST INTFLOAT (*H_LUT)[8][4] = (PS_BASELINE || ps2->icc_mode < 3) ? HA : HB; in stereo_processing()
580 if (ps2->num_env_old) { in stereo_processing()
581 memcpy(H11[0][0], H11[0][ps2->num_env_old], sizeof(H11[0][0])); in stereo_processing()
582 memcpy(H11[1][0], H11[1][ps2->num_env_old], sizeof(H11[1][0])); in stereo_processing()
583 memcpy(H12[0][0], H12[0][ps2->num_env_old], sizeof(H12[0][0])); in stereo_processing()
584 memcpy(H12[1][0], H12[1][ps2->num_env_old], sizeof(H12[1][0])); in stereo_processing()
585 memcpy(H21[0][0], H21[0][ps2->num_env_old], sizeof(H21[0][0])); in stereo_processing()
586 memcpy(H21[1][0], H21[1][ps2->num_env_old], sizeof(H21[1][0])); in stereo_processing()
587 memcpy(H22[0][0], H22[0][ps2->num_env_old], sizeof(H22[0][0])); in stereo_processing()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dedit_simple.c19 static const char *ps2 = NULL; variable
45 printf("%s> ", ps2 ? ps2 : ""); in edit_read_char()
73 ps2 = ps; in edit_init()
75 printf("%s> ", ps2 ? ps2 : ""); in edit_init()
Dedit_readline.c132 char *ps2 = os_malloc(blen); in edit_init() local
133 if (ps2) { in edit_init()
134 os_snprintf(ps2, blen, "%s> ", ps); in edit_init()
135 rl_callback_handler_install(ps2, readline_cmd_handler); in edit_init()
136 os_free(ps2); in edit_init()
Dedit.c23 static const char *ps2 = NULL; variable
51 for (i = 0; i < cmdbuf_len + 2 + (ps2 ? (int) os_strlen(ps2) : 0); i++) in edit_clear_line()
350 printf("\n%s> ", ps2 ? ps2 : ""); in process_cmd()
360 printf("%s> ", ps2 ? ps2 : ""); in process_cmd()
1136 ps2 = ps; in edit_init()
1137 printf("%s> ", ps2 ? ps2 : ""); in edit_init()
1166 printf("\r%s> %s", ps2 ? ps2 : "", cmdbuf); in edit_redraw()
1170 printf("\r%s> %s", ps2 ? ps2 : "", cmdbuf); in edit_redraw()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dedit_simple.c19 static const char *ps2 = NULL; variable
45 printf("%s> ", ps2 ? ps2 : ""); in edit_read_char()
73 ps2 = ps; in edit_init()
75 printf("%s> ", ps2 ? ps2 : ""); in edit_init()
Dedit_readline.c132 char *ps2 = os_malloc(blen); in edit_init() local
133 if (ps2) { in edit_init()
134 os_snprintf(ps2, blen, "%s> ", ps); in edit_init()
135 rl_callback_handler_install(ps2, readline_cmd_handler); in edit_init()
136 os_free(ps2); in edit_init()
Dedit.c23 static const char *ps2 = NULL; variable
51 for (i = 0; i < cmdbuf_len + 2 + (ps2 ? (int) os_strlen(ps2) : 0); i++) in edit_clear_line()
350 printf("\n%s> ", ps2 ? ps2 : ""); in process_cmd()
360 printf("%s> ", ps2 ? ps2 : ""); in process_cmd()
1136 ps2 = ps; in edit_init()
1137 printf("%s> ", ps2 ? ps2 : ""); in edit_init()
1166 printf("\r%s> %s", ps2 ? ps2 : "", cmdbuf); in edit_redraw()
1170 printf("\r%s> %s", ps2 ? ps2 : "", cmdbuf); in edit_redraw()
/third_party/libinput/quirks/
D30-vendor-alps.quirks17 MatchBus=ps2
30 MatchBus=ps2
38 MatchBus=ps2
D30-vendor-synaptics.quirks5 MatchBus=ps2
D10-generic-keyboard.quirks5 MatchBus=ps2
D50-system-hp.quirks77 MatchBus=ps2
/third_party/python/Parser/
Dpeg_api.c20 int mode, const char *ps1, const char* ps2, in _PyParser_ASTFromFile() argument
26 return _PyPegen_run_parser_from_file_pointer(fp, mode, filename_ob, enc, ps1, ps2, in _PyParser_ASTFromFile()
/third_party/python/Lib/
Dcode.py209 sys.ps2
211 sys.ps2 = "... "
223 prompt = sys.ps2
/third_party/python/Include/internal/
Dpycore_parser.h23 const char *ps2,
/third_party/musl/porting/liteos_a/kernel/src/math/
Dj1.c242 static const double ps2[5] = { variable
261 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in pone()
Dj1f.c190 static const float ps2[5] = { variable
209 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in ponef()
/third_party/musl/src/math/
Dj1f.c190 static const float ps2[5] = { variable
209 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in ponef()
Dj1.c242 static const double ps2[5] = { variable
261 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in pone()
/third_party/boost/boost/polygon/
Dpolygon_set_concept.hpp95 polygon_set_data<typename polygon_set_traits<polygon_set_type_2>::coordinate_type> ps2; in equivalence() local
96 assign(ps2, rvalue); in equivalence()
97 return ps1 == ps2; in equivalence()
215 polygon_set_data<typename polygon_set_traits<polygon_set_type_2>::coordinate_type> ps2; in interact() local
216 assign(ps2, polygon_set_2); in interact()
217 ps1.interact(ps2); in interact()
Dpolygon_90_set_concept.hpp72 polygon_90_set_data<typename polygon_90_set_traits<polygon_set_type_2>::coordinate_type> ps2; in equivalence() local
73 assign(ps2, rvalue); in equivalence()
74 return ps1 == ps2; in equivalence()
173 polygon_90_set_data<Unit> ps2(ps); in interact() local
175 ps2.insert(polygon_set_2); in interact()
176 ps.interact(ps2); in interact()
Dpolygon_45_set_concept.hpp89 polygon_45_set_data<typename polygon_45_set_traits<polygon_set_type_2>::coordinate_type> ps2; in equivalence() local
90 assign(ps2, rvalue); in equivalence()
91 return ps1 == ps2; in equivalence()
/third_party/python/Lib/test/
Dtest_code_module.py33 del self.sysmod.ps2
46 self.assertEqual(self.sysmod.ps2, '... ')
/third_party/eudev/rules/
D70-mouse.rules15 IMPORT{builtin}="hwdb 'mouse:ps2::name:$attr{device/name}:'", \
/third_party/python/Python/
Dpythonrun.c46 _Py_IDENTIFIER(ps2);
202 const char *ps1 = "", *ps2 = "", *enc = NULL; in PyRun_InteractiveOneObjectEx() local
242 ps2 = PyUnicode_AsUTF8(w); in PyRun_InteractiveOneObjectEx()
243 if (ps2 == NULL) { in PyRun_InteractiveOneObjectEx()
245 ps2 = ""; in PyRun_InteractiveOneObjectEx()
258 ps1, ps2, flags, &errcode, arena); in PyRun_InteractiveOneObjectEx()
/third_party/boost/tools/build/src/build/
Dvirtual_target.py134 ps2 = a2.properties ()
137 p2 = ps2.base () + ps2.free () +\
138 b2.util.set.difference(ps2.dependency(), ps2.incidental())

123