/third_party/ffmpeg/libavcodec/ |
H A D | aacps.c | 562 PSCommonContext *const ps2 = &ps->common; in stereo_processing() local 578 TABLE_CONST INTFLOAT (*H_LUT)[8][4] = (PS_BASELINE || ps2->icc_mode < 3) ? HA : HB; in stereo_processing() 581 if (ps2->num_env_old) { in stereo_processing() 582 memcpy(H11[0][0], H11[0][ps2->num_env_old], sizeof(H11[0][0])); in stereo_processing() 583 memcpy(H11[1][0], H11[1][ps2->num_env_old], sizeof(H11[1][0])); in stereo_processing() 584 memcpy(H12[0][0], H12[0][ps2->num_env_old], sizeof(H12[0][0])); in stereo_processing() 585 memcpy(H12[1][0], H12[1][ps2->num_env_old], sizeof(H12[1][0])); in stereo_processing() 586 memcpy(H21[0][0], H21[0][ps2->num_env_old], sizeof(H21[0][0])); in stereo_processing() 587 memcpy(H21[1][0], H21[1][ps2->num_env_old], sizeof(H21[1][0])); in stereo_processing() 588 memcpy(H22[0][0], H22[0][ps2 in stereo_processing() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | edit_simple.c | 19 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()
|
H A D | edit_readline.c | 132 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()
|
H A D | edit.c | 23 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() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | edit_simple.c | 19 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()
|
H A D | edit_readline.c | 132 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()
|
H A D | edit.c | 23 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() [all...] |
/third_party/python/Parser/ |
H A D | peg_api.c | 20 int mode, const char *ps1, const char* ps2, in _PyParser_ASTFromFile() 26 return _PyPegen_run_parser_from_file_pointer(fp, mode, filename_ob, enc, ps1, ps2, in _PyParser_ASTFromFile() 19 _PyParser_ASTFromFile(FILE *fp, PyObject *filename_ob, const char *enc, int mode, const char *ps1, const char* ps2, PyCompilerFlags *flags, int *errcode, PyArena *arena) _PyParser_ASTFromFile() argument
|
H A D | pegen.c | 881 const char *enc, const char *ps1, const char *ps2, in _PyPegen_run_parser_from_file_pointer() 884 struct tok_state *tok = _PyTokenizer_FromFile(fp, enc, ps1, ps2); in _PyPegen_run_parser_from_file_pointer() 892 if (!tok->fp || ps1 != NULL || ps2 != NULL || in _PyPegen_run_parser_from_file_pointer() 880 _PyPegen_run_parser_from_file_pointer(FILE *fp, int start_rule, PyObject *filename_ob, const char *enc, const char *ps1, const char *ps2, PyCompilerFlags *flags, int *errcode, PyArena *arena) _PyPegen_run_parser_from_file_pointer() argument
|
H A D | tokenizer.c | 782 const char *ps1, const char *ps2) in _PyTokenizer_FromFile() 795 tok->nextprompt = ps2; in _PyTokenizer_FromFile() 781 _PyTokenizer_FromFile(FILE *fp, const char* enc, const char *ps1, const char *ps2) _PyTokenizer_FromFile() argument
|
/third_party/python/Lib/ |
H A D | code.py | 58 decide whether to use sys.ps1 or sys.ps2 to prompt the next 166 using the familiar sys.ps1 and sys.ps2, and input buffering. 209 sys.ps2 211 sys.ps2 = "... " 223 prompt = sys.ps2
|
/third_party/python/Include/internal/ |
H A D | pycore_parser.h | 23 const char *ps2,
|
H A D | pycore_global_strings.h | 319 STRUCT_FOR_ID(ps2)
|
H A D | pycore_runtime_init.h | 942 INIT_ID(ps2), \
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | j1.c | 242 static const double ps2[5] = { variable 261 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in pone()
|
H A D | j1f.c | 190 static const float ps2[5] = { variable 209 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in ponef()
|
/third_party/musl/src/math/ |
H A D | j1.c | 242 static const double ps2[5] = { variable 261 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in pone()
|
H A D | j1f.c | 190 static const float ps2[5] = { variable 209 else /*ix >= 0x40000000*/ {p = pr2; q = ps2;} in ponef()
|
/third_party/python/Lib/test/ |
H A D | test_code_module.py | 33 del self.sysmod.ps2 46 self.assertEqual(self.sysmod.ps2, '... ')
|
/third_party/python/Python/ |
H A D | pythonrun.c | 125 v = _PySys_GetAttr(tstate, &_Py_ID(ps2)); in _PyRun_InteractiveLoopObject() 127 _PySys_SetAttr(&_Py_ID(ps2), v = PyUnicode_FromString("... ")); in _PyRun_InteractiveLoopObject() 192 const char *ps1 = "", *ps2 = "", *enc = NULL; in PyRun_InteractiveOneObjectEx() local 220 w = _PySys_GetAttr(tstate, &_Py_ID(ps2)); in PyRun_InteractiveOneObjectEx() 226 ps2 = PyUnicode_AsUTF8(w); in PyRun_InteractiveOneObjectEx() 227 if (ps2 == NULL) { in PyRun_InteractiveOneObjectEx() 229 ps2 = ""; in PyRun_InteractiveOneObjectEx() 242 ps1, ps2, flags, &errcode, arena); in PyRun_InteractiveOneObjectEx()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_ext.cpp | 1036 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local 1078 ps2=stage12+st2; in ucnv_extGetUnicodeSet() 1080 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_ext.cpp | 1036 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local 1078 ps2=stage12+st2; in ucnv_extGetUnicodeSet() 1080 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.cpp | 1036 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local 1078 ps2=stage12+st2; in ucnv_extGetUnicodeSet() 1080 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetMBCS.java | 5006 int ps2, ps3; in extGetUnicodeSet() 5038 ps2 = st2; in extGetUnicodeSet() 5040 st3=(stage12.get(ps2+st2))<<STAGE_2_LEFT_SHIFT; in extGetUnicodeSet()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |