Home
last modified time | relevance | path

Searched refs:sep (Results 451 - 475 of 2212) sorted by relevance

1...<<11121314151617181920>>...89

/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c926 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 Dschannel.c391 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 Ddynamic_debug.c1273 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 Dlocdspnm.cpp456 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 Dlocdspnm.cpp456 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 Dxmlconfig.c619 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 Dspreadsheet.py184 sep = ""
186 if sep:
187 sep += "+"
188 sep += "-"*colwidth[x]
200 print(sep)
/third_party/python/Modules/
H A D_operator.c1665 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 Dlocdspnm.cpp456 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 Dinterworking.c822 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 Dstring_util.h31 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 Dkernel_abi.py105 srctree + os.sep + "scripts",
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dcpu.h139 D(sep, 11)
/third_party/ffmpeg/fftools/
H A Dcmdutils.h234 const char *sep; member
/third_party/mbedtls/scripts/
H A Dcode_style.py27 print(*files_to_skip, sep=", SKIP\n", end=", SKIP\n")
/third_party/node/deps/v8/tools/
H A Dgenerate-header-include-checks.py107 prefix = header_dir.replace(os.path.sep, '-')
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py56 if 'Include' not in decl.filename.split(os.path.sep):
/third_party/python/Lib/distutils/
H A Ddir_util.py208 if path[0:1] == os.sep:
/third_party/python/Lib/distutils/command/
H A Dinstall_lib.py151 prefix_len = len(build_dir) + len(os.sep)
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_packed_gl_enums.py264 path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep
/third_party/openssl/ohos_lite/include/openssl/
H A Dconf.h158 int CONF_parse_list(const char *list, int sep, int nospc,
/third_party/python/Lib/
H A Duu.py137 if (out_file.startswith(os.sep) or
138 f'..{os.sep}' in out_file or (
/third_party/skia/buildtools/checkdeps/
H A Djava_checker.py158 import_path = import_path.replace(os.path.sep, '/')
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp79 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 Dcoex.c2636 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()

Completed in 42 milliseconds

1...<<11121314151617181920>>...89