Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/usr.bin/tr/
H A Dtr.c234 goto endloop; in main()
251 goto endloop; in main()
266 endloop: in main()
/freebsd-12.1/crypto/openssl/crypto/store/
H A Dloader_file.c1319 goto endloop; in file_load()
1324 goto endloop; in file_load()
1332 goto endloop; in file_load()
1340 goto endloop; in file_load()
1361 endloop: in file_load()
/freebsd-12.1/contrib/lua/src/
H A Dllex.c281 goto endloop; in read_long_string()
296 } endloop: in read_long_string()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.c281 goto endloop; in read_long_string()
296 } endloop: in read_long_string()
/freebsd-12.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()