Searched refs:endloop (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | strncmp.S | 41 #define endloop x14 macro 80 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 82 ccmp endloop, #0, #0, eq 251 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */ 253 orr tmp3, endloop, has_nul
|
| /freebsd-14.2/contrib/arm-optimized-routines/string/aarch64/ |
| H A D | strncmp.S | 39 #define endloop x14 macro 81 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 83 ccmp endloop, #0, #0, eq 252 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */ 254 orr tmp3, endloop, has_nul
|
| /freebsd-14.2/contrib/cortex-strings/src/aarch64/ |
| H A D | memcmp.S | 55 #define endloop x7 macro 79 csinv endloop, diff, xzr, ne /* Last Dword or differences. */ 80 cbz endloop, .Lloop_aligned
|
| H A D | strncmp.S | 65 #define endloop x15 macro 96 csinv endloop, diff, xzr, pl /* Last Dword or differences. */ 98 ccmp endloop, #0, #0, eq
|
| /freebsd-14.2/usr.bin/tr/ |
| H A D | tr.c | 231 goto endloop; in main() 248 goto endloop; in main() 263 endloop: in main()
|
| /freebsd-14.2/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-14.2/contrib/lua/src/ |
| H A D | llex.c | 297 goto endloop; in read_long_string() 312 } endloop: in read_long_string()
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | llex.c | 279 goto endloop; in read_long_string() 294 } endloop: in read_long_string()
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | roff.c | 2347 int endloop, irc, rr; in roff_cond_checkend() local 2351 endloop = tok != ROFF_while ? ROFF_IGN : in roff_cond_checkend() 2354 irc |= endloop; in roff_cond_checkend() 2380 irc |= endloop; in roff_cond_checkend()
|