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

/linux-master/fs/unicode/
H A Dutf8-core.c23 struct utf8cursor cur1, cur2; local
26 if (utf8ncursor(&cur1, um, UTF8_NFDI, s1->name, s1->len) < 0)
33 c1 = utf8byte(&cur1);
49 struct utf8cursor cur1, cur2; local
52 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0)
59 c1 = utf8byte(&cur1);
79 struct utf8cursor cur1; local
83 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0)
87 c1 = utf8byte(&cur1);
/linux-master/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"
/linux-master/kernel/bpf/
H A Dverifier.c1626 struct bpf_verifier_state *cur1, *hdr1; local
1628 cur1 = get_loop_entry(cur) ?: cur;
1636 if (hdr1->branches && hdr1->dfs_depth <= cur1->dfs_depth) {

Completed in 158 milliseconds