Searched refs:endloop (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | strncmp.S | 43 #define endloop x14 macro 82 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 84 ccmp endloop, #0, #0, eq 253 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */ 255 orr tmp3, endloop, has_nul
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strncmp.S | 39 #define endloop x14 macro 78 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 80 ccmp endloop, #0, #0, eq 249 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */ 251 orr tmp3, endloop, has_nul
|
/freebsd/usr.bin/tr/ |
H A D | tr.c | 220 goto endloop; in main() 237 goto endloop; in main() 252 endloop: in main()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 1580 goto endloop; in file_load() 1588 goto endloop; in file_load() 1592 goto endloop; in file_load() 1600 goto endloop; in file_load() 1608 goto endloop; in file_load() 1627 endloop: in file_load()
|
/freebsd/contrib/lua/src/ |
H A D | llex.c | 297 goto endloop; in read_long_string() 312 } endloop: in read_long_string()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.c | 279 goto endloop; in read_long_string() 294 } endloop: in read_long_string()
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 2326 int endloop, irc, rr; in roff_cond_checkend() local 2330 endloop = tok != ROFF_while ? ROFF_IGN : in roff_cond_checkend() 2333 irc |= endloop; in roff_cond_checkend() 2359 irc |= endloop; in roff_cond_checkend()
|