/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | testchangebit.S | 12 testop _test_and_change_bit, eor, str
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-sublevel-options.h | 9 int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | parse-sublevel-options.h | 9 int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
|
H A D | demangle-cxx.h | 9 char *cxx_demangle_sym(const char *str, bool params, bool modifiers);
|
/third_party/gn/examples/rust_example/hello_world/foo/src/ |
H A D | lib.rs | 3 s: &'static str, 4 i: &'static str 8 pub fn new(s: &'static str) -> Foo { in new()
|
/third_party/benchmark/tools/gbench/ |
H A D | __init__.py | 6 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
|
/third_party/rust/crates/cxx/tests/ui/ |
H A D | lifetime_extern_rust.rs | 5 fn f<'a>(&'a self, arg: &str) -> &'a str; in f() 12 fn f(&self, _arg: &str) -> &str { in f()
|
H A D | lifetime_extern_cxx.rs | 5 unsafe fn f<'a>(&'a self, arg: &str) -> &'a str; in f()
|
/third_party/rust/crates/lazy-static.rs/compiletest/tests/compile-fail/ |
H A D | static_is_sized.rs | 1 // error-pattern:the size for values of type `str` cannot be known at compilation time 6 pub static ref FOO: str = panic!();
|
/third_party/python/Lib/test/ |
H A D | ann_module5.py | 7 name: Final[str] = "final"
|
/third_party/rust/crates/serde/test_suite/tests/ui/precondition/ |
H A D | deserialize_de_lifetime.rs | 5 s: &'de str,
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_strpool.h | 35 char *cil_strpool_add(const char *str);
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | lookup.rs | 3 pub fn node<'a>(defs: &'a Definitions, name: &str) -> &'a Node { in node()
|
/third_party/rust/crates/serde/test_suite/tests/ui/borrow/ |
H A D | duplicate_lifetime.rs | 6 s: &'a str,
|
H A D | empty_lifetimes.rs | 6 r: &'a str, 8 s: &'a str,
|
H A D | bad_lifetimes.rs | 6 s: &'a str,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | tsc.c | 273 int __init notsc_setup(char *str) in notsc_setup() argument 283 int __init notsc_setup(char *str) in notsc_setup() argument 295 static int __init tsc_setup(char *str) in tsc_setup() argument 297 if (!strcmp(str, "reliable")) in tsc_setup() 299 if (!strncmp(str, "noirqtime", 9)) in tsc_setup() 301 if (!strcmp(str, "unstable")) in tsc_setup() 303 if (!strcmp(str, "nowatchdog")) in tsc_setup()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | head.S | 210 str \tmp1, [\tbl, \index, lsl #3] 502 str x25, [x8] // ... observes the correct value 700 1: str w0, [x1] // Save CPU boot mode 717 str \tmp2, [\tmp1] 800 str x14, [x12, x23] 845 str x12, [x13], #8 // adjust to start of bitmap 854 str x12, [x14]
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ltc2947-core.c | 780 u32 attr, int channel, const char **str) in ltc2947_read_labels() 785 *str = "DVCC"; in ltc2947_read_labels() 787 *str = "VP-VM"; in ltc2947_read_labels() 790 *str = "IP-IM"; in ltc2947_read_labels() 794 *str = "TEMPFAN"; in ltc2947_read_labels() 796 *str = "Ambient"; in ltc2947_read_labels() 799 *str = "Power"; in ltc2947_read_labels() 778 ltc2947_read_labels(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, const char **str) ltc2947_read_labels() argument
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | interwave.c | 635 char *str; in snd_interwave_probe() local 733 str = "AMD InterWave"; in snd_interwave_probe() 735 str = "Dynasonic 3-D"; in snd_interwave_probe() 737 str = "InterWave STB"; in snd_interwave_probe() 739 strcpy(card->driver, str); in snd_interwave_probe() 740 strcpy(card->shortname, str); in snd_interwave_probe() 742 str, in snd_interwave_probe()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 805 const char *str; member 927 for (op = ops->op; op->str != NULL; op++) in eval_table() 928 if (strncmp(cp, op->str, strlen(op->str)) == 0) in eval_table() 930 if (op->str == NULL) in eval_table() 932 cp += strlen(op->str); in eval_table() 933 debug("eval%d %s", ops - eval_ops, op->str); in eval_table() 1121 findsym(const char *str) in findsym() argument 1126 cp = skipsym(str); in findsym() 1127 if (cp == str) in findsym() [all...] |
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst-display.c | 9 static void printcpulist(int str_len, char *str, int mask_size, in printcpulist() argument 15 snprintf(str, str_len, "none"); in printcpulist() 25 index = snprintf(&str[curr_index], in printcpulist() 31 index = snprintf(&str[curr_index], str_len - curr_index, "%d", in printcpulist() 40 static void printcpumask(int str_len, char *str, int mask_size, in printcpumask() argument 68 index = snprintf(&str[curr_index], str_len - curr_index, "%08x", in printcpumask() 74 strncat(&str[curr_index], ",", str_len - curr_index); in printcpumask()
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 599 #define GP_ALL(str) CPU_ALL_GP(_GP_ALL, str) 655 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) 706 #define GPIO_FN(str) \ 707 PINMUX_GPIO_FN(GPIO_FN_##str, PINMUX_FN_BASE, str##_MARK)
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_mmu.c | 561 u64 str[2]; in ivpu_mmu_strtab_link_cd() local 563 str[0] = FIELD_PREP(IVPU_MMU_STE_0_CFG, IVPU_MMU_STE_0_CFG_S1_TRANS) | in ivpu_mmu_strtab_link_cd() 569 str[1] = FIELD_PREP(IVPU_MMU_STE_1_S1DSS, IVPU_MMU_STE_1_S1DSS_TERMINATE) | in ivpu_mmu_strtab_link_cd() 580 WRITE_ONCE(entry[1], str[1]); in ivpu_mmu_strtab_link_cd() 581 WRITE_ONCE(entry[0], str[0]); in ivpu_mmu_strtab_link_cd() 585 ivpu_dbg(vdev, MMU, "STRTAB write entry (SSID=%u): 0x%llx, 0x%llx\n", sid, str[0], str[1]); in ivpu_mmu_strtab_link_cd()
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | sh_pfc.h | 612 #define GP_ALL(str) CPU_ALL_GP(_GP_ALL, str) 667 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) 717 #define GPIO_FN(str) \ 718 PINMUX_GPIO_FN(GPIO_FN_##str, PINMUX_FN_BASE, str##_MARK)
|