Home
last modified time | relevance | path

Searched refs:endloop (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/cortex-strings/src/aarch64/
H A Dmemcmp.S55 #define endloop x7 macro
79 csinv endloop, diff, xzr, ne /* Last Dword or differences. */
80 cbz endloop, .Lloop_aligned
H A Dstrncmp.S65 #define endloop x15 macro
96 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
98 ccmp endloop, #0, #0, eq
/freebsd-13.1/usr.bin/tr/
H A Dtr.c234 goto endloop; in main()
251 goto endloop; in main()
266 endloop: in main()
/freebsd-13.1/crypto/openssl/crypto/store/
H A Dloader_file.c1356 goto endloop; in file_load()
1361 goto endloop; in file_load()
1369 goto endloop; in file_load()
1377 goto endloop; in file_load()
1398 endloop: in file_load()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dllex.c280 goto endloop; in read_long_string()
295 } endloop: in read_long_string()
/freebsd-13.1/contrib/lua/src/
H A Dllex.c294 goto endloop; in read_long_string()
309 } endloop: in read_long_string()
/freebsd-13.1/contrib/mandoc/
H A Droff.c2253 int endloop, irc, rr; in roff_cond_sub() local
2258 endloop = tok != ROFF_while ? ROFF_IGN : in roff_cond_sub()
2261 irc |= endloop; in roff_cond_sub()
2282 irc |= endloop; in roff_cond_sub()
2321 int endloop, irc, rr; in roff_cond_text() local
2325 endloop = tok != ROFF_while ? ROFF_IGN : in roff_cond_text()
2328 irc |= endloop; in roff_cond_text()
2349 irc |= endloop; in roff_cond_text()