Searched refs:cur1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/unicode/ |
D | utf8-core.c | 23 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()
|
/linux-6.6.21/tools/perf/ |
D | perf-completion.sh | 166 local cur1=${COMP_WORDS[COMP_CWORD]} 175 if [[ "$cur1" == */* && ${cur1#*/} =~ ^[A-Z] ]]; then 196 if [[ "$cur1" == , ]]; then 199 __perfcomp_colon "$evts" "$cur1"
|
/linux-6.6.21/kernel/bpf/ |
D | verifier.c | 1971 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()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | devices.txt | 901 1 = /dev/cur1 Callout device for ttyR1
|