Home
last modified time | relevance | path

Searched refs:cur1 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-core.c27 struct utf8cursor cur1, cur2; in utf8_strncmp() local
30 if (utf8ncursor(&cur1, data, s1->name, s1->len) < 0) in utf8_strncmp()
37 c1 = utf8byte(&cur1); in utf8_strncmp()
54 struct utf8cursor cur1, cur2; in utf8_strncasecmp() local
57 if (utf8ncursor(&cur1, data, s1->name, s1->len) < 0) in utf8_strncasecmp()
64 c1 = utf8byte(&cur1); in utf8_strncasecmp()
85 struct utf8cursor cur1; in utf8_strncasecmp_folded() local
89 if (utf8ncursor(&cur1, data, s1->name, s1->len) < 0) in utf8_strncasecmp_folded()
93 c1 = utf8byte(&cur1); in utf8_strncasecmp_folded()
/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-core.c23 struct utf8cursor cur1, cur2; in utf8_strncmp() local
26 if (utf8ncursor(&cur1, um, UTF8_NFDI, s1->name, s1->len) < 0) in utf8_strncmp()
33 c1 = utf8byte(&cur1); in utf8_strncmp()
49 struct utf8cursor cur1, cur2; in utf8_strncasecmp() local
52 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0) in utf8_strncasecmp()
59 c1 = utf8byte(&cur1); in utf8_strncasecmp()
79 struct utf8cursor cur1; in utf8_strncasecmp_folded() local
83 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0) in utf8_strncasecmp_folded()
87 c1 = utf8byte(&cur1); in utf8_strncasecmp_folded()
/kernel/linux/linux-5.10/tools/perf/
H A Dperf-completion.sh166 local cur1=${COMP_WORDS[COMP_CWORD]}
175 if [[ "$cur1" == */* && ${cur1#*/} =~ ^[A-Z] ]]; then
196 if [[ "$cur1" == , ]]; then
199 __perfcomp_colon "$evts" "$cur1"
/kernel/linux/linux-6.6/tools/perf/
H A Dperf-completion.sh166 local cur1=${COMP_WORDS[COMP_CWORD]}
175 if [[ "$cur1" == */* && ${cur1#*/} =~ ^[A-Z] ]]; then
196 if [[ "$cur1" == , ]]; then
199 __perfcomp_colon "$evts" "$cur1"
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c1971 struct bpf_verifier_state *cur1, *hdr1; in update_loop_entry() local
1973 cur1 = get_loop_entry(cur) ?: cur; in update_loop_entry()
1981 if (hdr1->branches && hdr1->dfs_depth <= cur1->dfs_depth) { in update_loop_entry()

Completed in 27 milliseconds