Home
last modified time | relevance | path

Searched refs:current_tag (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl164 $current_tag="x3";
281 ld1 {$acc_lb}, [$current_tag]
292 ldr $h4q, [$current_tag, #112] @ load h4l | h4h
326 ldr $h3q, [$current_tag, #80] @ load h3l | h3h
334 ldr $h1q, [$current_tag, #32] @ load h1l | h1h
361 ldr $h2q, [$current_tag, #64] @ load h2l | h2h
1116 st1 { $acc_l.16b }, [$current_tag]
1174 ldr $h2q, [$current_tag, #64] @ load h2l | h2h
1231 ld1 { $acc_lb}, [$current_tag]
1250 ldr $h3q, [$current_tag, #80] @ load h3l | h3h
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c1693 unsigned current_tag = 0; in read_graph_file() local
1762 current_tag = tag; in read_graph_file()
1872 else if (current_tag && !GCOV_TAG_IS_SUBTAG (current_tag, tag)) in read_graph_file()
1875 current_tag = 0; in read_graph_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc1798 unsigned current_tag = 0; in read_graph_file() local
1872 current_tag = tag; in read_graph_file()
1984 else if (current_tag && !GCOV_TAG_IS_SUBTAG (current_tag, tag)) in read_graph_file()
1987 current_tag = 0; in read_graph_file()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c3519 register int current_tag = 0, number_of_tags; in info_search_internal() local
3528 current_tag = i; in info_search_internal()
3549 for (i = current_tag + dir; i != current_tag; i += dir) in info_search_internal()
3562 if (i == current_tag) in info_search_internal()
3564 current_tag = i; in info_search_internal()