/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | 926 bool sep = false; in rdt_bit_usage_show() local 932 if (sep) in rdt_bit_usage_show() 985 sep = true; in rdt_bit_usage_show() 1378 bool sep; in rdtgroup_size_show() local 1408 sep = false; in rdtgroup_size_show() 1411 if (sep) in rdtgroup_size_show() 1429 sep = true; in rdtgroup_size_show() 1495 bool sep = false; in mbm_config_show() local 1500 if (sep) in mbm_config_show() 1508 sep in mbm_config_show() [all...] |
/third_party/curl/lib/vtls/ |
H A D | schannel.c | 391 TCHAR *sep; in get_cert_location() local 395 sep = _tcschr(path, TEXT('\\')); in get_cert_location() 396 if(!sep) in get_cert_location() 399 store_name_len = sep - path; in get_cert_location() 423 store_path_start = sep + 1; in get_cert_location() 425 sep = _tcschr(store_path_start, TEXT('\\')); in get_cert_location() 426 if(!sep) in get_cert_location() 429 *thumbprint = sep + 1; in get_cert_location() 433 *sep = TEXT('\0'); in get_cert_location() 435 *sep in get_cert_location() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | dynamic_debug.c | 1273 char *sep; in ddebug_dyndbg_param_cb() local 1275 sep = strchr(param, '.'); in ddebug_dyndbg_param_cb() 1276 if (sep) { in ddebug_dyndbg_param_cb() 1278 *sep = '\0'; in ddebug_dyndbg_param_cb() 1280 param = sep + 1; in ddebug_dyndbg_param_cb()
|
/third_party/icu/icu4c/source/common/ |
H A D | locdspnm.cpp | 456 UnicodeString sep; in initialize() local 457 langData.getNoFallback("localeDisplayPattern", "separator", sep); in initialize() 458 if (sep.isBogus()) { in initialize() 459 sep = UnicodeString("{0}, {1}", -1, US_INV); in initialize() 462 separatorFormat.applyPatternMinMaxArguments(sep, 2, 2, status); in initialize()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdspnm.cpp | 456 UnicodeString sep; in initialize() local 457 langData.getNoFallback("localeDisplayPattern", "separator", sep); in initialize() 458 if (sep.isBogus()) { in initialize() 459 sep = UnicodeString("{0}, {1}", -1, US_INV); in initialize() 462 separatorFormat.applyPatternMinMaxArguments(sep, 2, 2, status); in initialize()
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 619 char *sep; in parseRange() local 620 sep = strchr(cp, ':'); in parseRange() 621 if (!sep) { in parseRange() 626 *sep = '\0'; in parseRange() 628 !parseValue(&info->range.end, info->type, sep+1)) { in parseRange()
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 184 sep = "" 186 if sep: 187 sep += "+" 188 sep += "-"*colwidth[x] 200 print(sep)
|
/third_party/python/Modules/ |
H A D | _operator.c | 1665 PyObject *argreprs, *repr = NULL, *sep, *joinedargreprs; in methodcaller_repr() local 1719 sep = PyUnicode_FromString(", "); in methodcaller_repr() 1720 if (sep == NULL) in methodcaller_repr() 1723 joinedargreprs = PyUnicode_Join(sep, argreprs); in methodcaller_repr() 1724 Py_DECREF(sep); in methodcaller_repr()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdspnm.cpp | 456 UnicodeString sep; in initialize() local 457 langData.getNoFallback("localeDisplayPattern", "separator", sep); in initialize() 458 if (sep.isBogus()) { in initialize() 459 sep = UnicodeString("{0}, {1}", -1, US_INV); in initialize() 462 separatorFormat.applyPatternMinMaxArguments(sep, 2, 2, status); in initialize()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | interworking.c | 822 const char *sep, *msin; in build_root_nai() local 837 sep = os_strchr(imsi, '-'); in build_root_nai() 838 if (sep) { in build_root_nai() 839 plmn_len = sep - imsi; in build_root_nai() 840 msin = sep + 1; in build_root_nai() 2008 char *sep; in interworking_credentials_available_3gpp() local 2036 sep = os_strchr(cred->imsi, '-'); in interworking_credentials_available_3gpp() 2037 if (sep == NULL || in interworking_credentials_available_3gpp() 2038 (sep - cred->imsi != 5 && sep in interworking_credentials_available_3gpp() [all...] |
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | string_util.h | 31 static void Split(const std::string &str, const std::string &sep, std::vector<std::string> &res);
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kernel_abi.py | 105 srctree + os.sep + "scripts",
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | cpu.h | 139 D(sep, 11)
|
/third_party/ffmpeg/fftools/ |
H A D | cmdutils.h | 234 const char *sep; member
|
/third_party/mbedtls/scripts/ |
H A D | code_style.py | 27 print(*files_to_skip, sep=", SKIP\n", end=", SKIP\n")
|
/third_party/node/deps/v8/tools/ |
H A D | generate-header-include-checks.py | 107 prefix = header_dir.replace(os.path.sep, '-')
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | match.py | 56 if 'Include' not in decl.filename.split(os.path.sep):
|
/third_party/python/Lib/distutils/ |
H A D | dir_util.py | 208 if path[0:1] == os.sep:
|
/third_party/python/Lib/distutils/command/ |
H A D | install_lib.py | 151 prefix_len = len(build_dir) + len(os.sep)
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | gen_packed_gl_enums.py | 264 path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | conf.h | 158 int CONF_parse_list(const char *list, int sep, int nospc,
|
/third_party/python/Lib/ |
H A D | uu.py | 137 if (out_file.startswith(os.sep) or 138 f'..{os.sep}' in out_file or (
|
/third_party/skia/buildtools/checkdeps/ |
H A D | java_checker.py | 158 import_path = import_path.replace(os.path.sep, '/')
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 79 wchar_t sep = '-') { in format_guid() 85 sep, in format_guid() 87 sep, in format_guid() 89 sep, in format_guid() 92 sep, in format_guid() 101 HRESULT SkXPSDevice::createId(wchar_t* buffer, size_t bufferSize, wchar_t sep) { in createId() argument 112 if (format_guid(guid, buffer, bufferSize, sep) == -1) { in createId()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 2636 const char *sep = n == 0 ? "" : "/ "; in rtw_coex_addr_info() local 2667 sep, rf_prefix, reg->addr); in rtw_coex_addr_info() 2670 sep, rf_prefix, reg->addr, ffs); in rtw_coex_addr_info() 2673 sep, rf_prefix, reg->addr, fls, ffs); in rtw_coex_addr_info() 2680 const char *sep = n == 0 ? "" : "/ "; in rtw_coex_val_info() local 2688 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info() 2691 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info() 2694 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info() 2707 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
|