Home
last modified time | relevance | path

Searched refs:sf_str (Results 1 – 23 of 23) sorted by relevance

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java94 static final String sf_str = "75"; field in ImplicitStringConcatShapes
345 test("75", "" + sf_str); in run0()
346 test("prefix75", "prefix" + sf_str); in run0()
3311 test("T75", "" + s_c + sf_str); in run3()
3761 test("2575", "" + s_b + sf_str); in run3()
10214 test("75T", "" + sf_str + s_c); in run10()
10307 test("7575", "" + sf_str + sf_str); in run10()
10308 test("7575suffix", "" + sf_str + sf_str + "suffix"); in run10()
10309 test("prefix75suffix175suffix2", "prefix" + sf_str + "suffix1" + sf_str + "suffix2"); in run10()
10337 test("75I", "" + sf_str + f_c); in run10()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java94 static final String sf_str = "75"; field in ImplicitStringConcatShapes
345 test("75", "" + sf_str); in run0()
346 test("prefix75", "prefix" + sf_str); in run0()
3311 test("T75", "" + s_c + sf_str); in run3()
3761 test("2575", "" + s_b + sf_str); in run3()
10214 test("75T", "" + sf_str + s_c); in run10()
10307 test("7575", "" + sf_str + sf_str); in run10()
10308 test("7575suffix", "" + sf_str + sf_str + "suffix"); in run10()
10309 test("prefix75suffix175suffix2", "prefix" + sf_str + "suffix1" + sf_str + "suffix2"); in run10()
10337 test("75I", "" + sf_str + f_c); in run10()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java94 static final String sf_str = "75"; field in ImplicitStringConcatShapes
345 test("75", "" + sf_str); in run0()
346 test("prefix75", "prefix" + sf_str); in run0()
3311 test("T75", "" + s_c + sf_str); in run3()
3761 test("2575", "" + s_b + sf_str); in run3()
10214 test("75T", "" + sf_str + s_c); in run10()
10307 test("7575", "" + sf_str + sf_str); in run10()
10308 test("7575suffix", "" + sf_str + sf_str + "suffix"); in run10()
10309 test("prefix75suffix175suffix2", "prefix" + sf_str + "suffix1" + sf_str + "suffix2"); in run10()
10337 test("75I", "" + sf_str + f_c); in run10()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java147 static final String sf_str = "75"; field in ImplicitStringConcatShapes
257 test("75", "" + sf_str); in run0()
1235 test("T75", "" + s_c + sf_str); in run1()
1385 test("2575", "" + s_b + sf_str); in run1()
3491 test("C75", "" + sf_c + sf_str); in run3()
3535 test("75T", "" + sf_str + s_c); in run3()
3537 test("7525", "" + sf_str + s_b); in run3()
3565 test("75C", "" + sf_str + sf_c); in run3()
3566 test("7575", "" + sf_str + sf_str); in run3()
3576 test("75I", "" + sf_str + f_c); in run3()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java147 static final String sf_str = "75"; field in ImplicitStringConcatShapes
257 test("75", "" + sf_str); in run0()
1235 test("T75", "" + s_c + sf_str); in run1()
1385 test("2575", "" + s_b + sf_str); in run1()
3491 test("C75", "" + sf_c + sf_str); in run3()
3535 test("75T", "" + sf_str + s_c); in run3()
3537 test("7525", "" + sf_str + s_b); in run3()
3565 test("75C", "" + sf_str + sf_c); in run3()
3566 test("7575", "" + sf_str + sf_str); in run3()
3576 test("75I", "" + sf_str + f_c); in run3()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java147 static final String sf_str = "75"; field in ImplicitStringConcatShapes
257 test("75", "" + sf_str); in run0()
1235 test("T75", "" + s_c + sf_str); in run1()
1385 test("2575", "" + s_b + sf_str); in run1()
3491 test("C75", "" + sf_c + sf_str); in run3()
3535 test("75T", "" + sf_str + s_c); in run3()
3537 test("7525", "" + sf_str + s_b); in run3()
3565 test("75C", "" + sf_str + sf_c); in run3()
3566 test("7575", "" + sf_str + sf_str); in run3()
3576 test("75I", "" + sf_str + f_c); in run3()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java147 static final String sf_str = "75"; field in ImplicitStringConcatShapes
257 test("75", "" + sf_str); in run0()
1235 test("T75", "" + s_c + sf_str); in run1()
1385 test("2575", "" + s_b + sf_str); in run1()
3491 test("C75", "" + sf_c + sf_str); in run3()
3535 test("75T", "" + sf_str + s_c); in run3()
3537 test("7525", "" + sf_str + s_b); in run3()
3565 test("75C", "" + sf_str + sf_c); in run3()
3566 test("7575", "" + sf_str + sf_str); in run3()
3576 test("75I", "" + sf_str + f_c); in run3()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/String/concat/
H A DImplicitStringConcatShapes.java147 static final String sf_str = "75"; field in ImplicitStringConcatShapes
257 test("75", "" + sf_str); in run0()
1235 test("T75", "" + s_c + sf_str); in run1()
1385 test("2575", "" + s_b + sf_str); in run1()
3491 test("C75", "" + sf_c + sf_str); in run3()
3535 test("75T", "" + sf_str + s_c); in run3()
3537 test("7525", "" + sf_str + s_b); in run3()
3565 test("75C", "" + sf_str + sf_c); in run3()
3566 test("7575", "" + sf_str + sf_str); in run3()
3576 test("75I", "" + sf_str + f_c); in run3()
[all …]
/dports/security/libgsasl/gsasl-1.10.0/lib/scram/
H A Dserver.c61 char *sf_str; /* copy of server first message */ member
303 rc = scram_print_server_first (&state->sf, &state->sf_str); in _gsasl_scram_server_step()
307 *output = strdup (state->sf_str); in _gsasl_scram_server_step()
448 (int) strlen (state->sf_str), state->sf_str, in _gsasl_scram_server_step()
532 free (state->sf_str); in _gsasl_scram_server_finish()
/dports/security/gsasl/gsasl-1.10.0/lib/scram/
H A Dserver.c61 char *sf_str; /* copy of server first message */ member
303 rc = scram_print_server_first (&state->sf, &state->sf_str); in _gsasl_scram_server_step()
307 *output = strdup (state->sf_str); in _gsasl_scram_server_step()
448 (int) strlen (state->sf_str), state->sf_str, in _gsasl_scram_server_step()
532 free (state->sf_str); in _gsasl_scram_server_finish()
/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dpkg_parse.c34 char sw_str[64], sf_str[64], ss_str[64]; in parse_status() local
36 if (sscanf(sstr, "Status: %63s %63s %63s", sw_str, sf_str, ss_str) != 3) { in parse_status()
43 pkg->state_flag |= pkg_state_flag_from_str(sf_str); in parse_status()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/x64/
H A Ddisasm-x64.cc883 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1533 AppendToBuffer("vps%sw %s,", sf_str[regop / 2], in AVXInstruction()
1539 AppendToBuffer("vps%sd %s,", sf_str[regop / 2], in AVXInstruction()
1545 AppendToBuffer("vps%sq %s,", sf_str[regop / 2], in AVXInstruction()
1934 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1939 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1944 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc686 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1224 AppendToBuffer("vps%sw %s,%s", sf_str[regop / 2], in AVXInstruction()
1230 AppendToBuffer("vps%sd %s,%s", sf_str[regop / 2], in AVXInstruction()
1236 AppendToBuffer("vps%sq %s,%s", sf_str[regop / 2], in AVXInstruction()
2277 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], in InstructionDecode()
2285 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], in InstructionDecode()
2294 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], in InstructionDecode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc857 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1523 AppendToBuffer("vps%sw %s,", sf_str[regop / 2], in AVXInstruction()
1529 AppendToBuffer("vps%sd %s,", sf_str[regop / 2], in AVXInstruction()
1535 AppendToBuffer("vps%sq %s,", sf_str[regop / 2], in AVXInstruction()
1926 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1931 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1936 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Ddisasm-x64.cc878 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1389 AppendToBuffer("vps%sw %s,", sf_str[regop / 2], in AVXInstruction()
1395 AppendToBuffer("vps%sd %s,", sf_str[regop / 2], in AVXInstruction()
1401 AppendToBuffer("vps%sq %s,", sf_str[regop / 2], in AVXInstruction()
1785 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1790 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1795 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/ia32/
H A Ddisasm-ia32.cc687 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1367 AppendToBuffer("vps%sw %s,%s", sf_str[regop / 2], in AVXInstruction()
1373 AppendToBuffer("vps%sd %s,%s", sf_str[regop / 2], in AVXInstruction()
1379 AppendToBuffer("vps%sq %s,%s", sf_str[regop / 2], in AVXInstruction()
2460 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], in InstructionDecode()
2468 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], in InstructionDecode()
2477 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], in InstructionDecode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc829 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1450 AppendToBuffer("vps%sw %s,", sf_str[regop / 2], in AVXInstruction()
1456 AppendToBuffer("vps%sd %s,", sf_str[regop / 2], in AVXInstruction()
1462 AppendToBuffer("vps%sq %s,", sf_str[regop / 2], in AVXInstruction()
1966 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1971 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
1976 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], NameOfXMMRegister(rm), in TwoByteOpcodeInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc686 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1249 AppendToBuffer("vps%sw %s,%s", sf_str[regop / 2], in AVXInstruction()
1255 AppendToBuffer("vps%sd %s,%s", sf_str[regop / 2], in AVXInstruction()
1261 AppendToBuffer("vps%sq %s,%s", sf_str[regop / 2], in AVXInstruction()
2319 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], in InstructionDecode()
2327 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], in InstructionDecode()
2336 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], in InstructionDecode()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iso14443.c362 const gchar *sf_str; in dissect_iso14443_cmd_type_wupa() local
363 sf_str = try_val_to_str( in dissect_iso14443_cmd_type_wupa()
368 if (sf_str) { in dissect_iso14443_cmd_type_wupa()
369 proto_item_append_text(ti, ": %s", sf_str); in dissect_iso14443_cmd_type_wupa()
370 col_set_str(pinfo->cinfo, COL_INFO, sf_str); in dissect_iso14443_cmd_type_wupa()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iso14443.c362 const gchar *sf_str; in dissect_iso14443_cmd_type_wupa() local
363 sf_str = try_val_to_str( in dissect_iso14443_cmd_type_wupa()
368 if (sf_str) { in dissect_iso14443_cmd_type_wupa()
369 proto_item_append_text(ti, ": %s", sf_str); in dissect_iso14443_cmd_type_wupa()
370 col_set_str(pinfo->cinfo, COL_INFO, sf_str); in dissect_iso14443_cmd_type_wupa()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iso14443.c362 const gchar *sf_str; in dissect_iso14443_cmd_type_wupa() local
363 sf_str = try_val_to_str( in dissect_iso14443_cmd_type_wupa()
368 if (sf_str) { in dissect_iso14443_cmd_type_wupa()
369 proto_item_append_text(ti, ": %s", sf_str); in dissect_iso14443_cmd_type_wupa()
370 col_set_str(pinfo->cinfo, COL_INFO, sf_str); in dissect_iso14443_cmd_type_wupa()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-iso14443.c362 const gchar *sf_str; in dissect_iso14443_cmd_type_wupa() local
363 sf_str = try_val_to_str( in dissect_iso14443_cmd_type_wupa()
368 if (sf_str) { in dissect_iso14443_cmd_type_wupa()
369 proto_item_append_text(ti, ": %s", sf_str); in dissect_iso14443_cmd_type_wupa()
370 col_set_str(pinfo->cinfo, COL_INFO, sf_str); in dissect_iso14443_cmd_type_wupa()
/dports/www/node10/node-v10.24.1/deps/v8/src/ia32/
H A Ddisasm-ia32.cc729 const char* sf_str[4] = {"", "rl", "ra", "ll"}; variable
1214 AppendToBuffer("vps%sw %s,%s", sf_str[regop / 2], in AVXInstruction()
1220 AppendToBuffer("vps%sd %s,%s", sf_str[regop / 2], in AVXInstruction()
2128 AppendToBuffer("ps%sw %s,%d", sf_str[regop / 2], in InstructionDecode()
2136 AppendToBuffer("ps%sd %s,%d", sf_str[regop / 2], in InstructionDecode()
2145 AppendToBuffer("ps%sq %s,%d", sf_str[regop / 2], in InstructionDecode()