Home
last modified time | relevance | path

Searched refs:bstr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py404 def compare_pkg_lists(astr, bstr): argument
406 depverb = bb.utils.explode_dep_versions2(bstr)
454 bstr = bdict.get(key, '')
456 monitored = report_ver or astr or bstr
463 if not bstr:
464 bstr = '%s [default]' % bdict.get(mapped_key, defaultvals.get(key, ''))
466 if astr != bstr:
469 bval = int(bstr or 0)
477 … if key == "FILELIST" and (path.endswith("-dbg") or path.endswith("-src")) and bstr.strip() != '':
480 (depvera, depverb) = compare_pkg_lists(astr, bstr)
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c222 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str macro
224 bstr(NONE, "--"),
225 bstr( JC, "jc"),
226 bstr( C, "-c"),
227 bstr( J , "j-")
229 #undef bstr
/OK3568_Linux_fs/kernel/fs/affs/
H A Damigaffs.c536 affs_copy_name(unsigned char *bstr, struct dentry *dentry) in affs_copy_name() argument
540 *bstr++ = len; in affs_copy_name()
541 memcpy(bstr, dentry->d_name.name, len); in affs_copy_name()
H A Daffs.h154 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_pwr_table.c86 const char *bstr = NULL; in halrf_get_regulation_info() local
105 bstr = "2g"; in halrf_get_regulation_info()
108 bstr = "5g"; in halrf_get_regulation_info()
111 bstr = "6g"; in halrf_get_regulation_info()
119 bstr, pw_lmt_regu_type_str(pw_lmt_type), pw_lmt_type); in halrf_get_regulation_info()
128 bstr, pw_lmt_regu_type_str(pw_lmt_type), pw_lmt_type); in halrf_get_regulation_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_pwr_table.c86 const char *bstr = NULL; in halrf_get_regulation_info() local
105 bstr = "2g"; in halrf_get_regulation_info()
108 bstr = "5g"; in halrf_get_regulation_info()
111 bstr = "6g"; in halrf_get_regulation_info()
119 bstr, pw_lmt_regu_type_str(pw_lmt_type), pw_lmt_type); in halrf_get_regulation_info()
128 bstr, pw_lmt_regu_type_str(pw_lmt_type), pw_lmt_type); in halrf_get_regulation_info()