| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-riscv64-zvkned.pl | 306 my ($INP, $OUTP, $LEN, $KEYP, $IVP, $ENC) = ("a0", "a1", "a2", "a3", "a4", "a5"); 316 blt $LEN, $T1, L_end 317 andi $T1, $LEN, 15 362 addi $LEN, $LEN, -16 364 bnez $LEN, 1b 397 addi $LEN, $LEN, -16 399 bnez $LEN, 1b 432 addi $LEN, $LEN, -16 434 bnez $LEN, 1b 454 blt $LEN, $T1, L_end [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | mmap_sync.c | 79 const int LEN = 8; in main() local 91 if (ftruncate(fd, LEN) != 0) { in main() 97 void *ptr = mmap(NULL, LEN, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in main() 116 if (msync(ptr, LEN, MS_SYNC|MS_INVALIDATE) != 0) { in main() 128 if (munmap(ptr, LEN) != 0) in main() 141 if (munmap(ptr, LEN) != 0) { in main()
|
| /freebsd/contrib/arm-optimized-routines/string/test/ |
| H A D | memrchr.c | 40 #define LEN 512 macro 61 if (len > LEN || seekpos > LEN || align > ALIGN) in test() 89 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 95 for (int n = 0; n < LEN; n++) in main() 97 for (int sp = 0; sp < LEN; sp++) in main()
|
| H A D | memchr.c | 42 #define LEN 512 macro 63 if (len > LEN || seekpos > LEN || align > ALIGN) in test() 92 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 98 for (int n = 0; n < LEN; n++) in main() 100 for (int sp = 0; sp < LEN; sp++) in main()
|
| H A D | memcpy.c | 44 #define LEN 250000 macro 47 static unsigned char wbuf[LEN + 2 * A]; 69 if (len > LEN || dalign >= A || salign >= A) in test() 103 dbuf = mte_mmap (LEN + 2 * A); in main() 104 sbuf = mte_mmap (LEN + 2 * A); in main() 115 for (; n < LEN; n *= 2) in main()
|
| H A D | stpcpy.c | 42 #define LEN 512 macro 45 static char wbuf[LEN + 3 * ALIGN]; 67 if (len > LEN || dalign >= ALIGN || salign >= ALIGN) in test() 107 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 108 dbuf = mte_mmap (LEN + 3 * ALIGN); in main() 115 for (int n = 0; n < LEN; n++) in main()
|
| H A D | strcpy.c | 40 #define LEN 512 macro 43 static char wbuf[LEN + 3 * ALIGN]; 65 if (len > LEN || dalign >= ALIGN || salign >= ALIGN) in test() 105 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 106 dbuf = mte_mmap (LEN + 3 * ALIGN); in main() 113 for (int n = 0; n < LEN; n++) in main()
|
| H A D | memmove.c | 42 #define LEN 250000 macro 45 static unsigned char wbuf[LEN + 2 * A]; 67 if (len > LEN || dalign >= A || salign >= A) in test() 106 if (len > LEN || dalign >= A || salign >= A) in test_overlap() 141 dbuf = mte_mmap (LEN + 2 * A); in main() 142 sbuf = mte_mmap (LEN + 2 * A); in main() 156 for (; n < LEN; n *= 2) in main()
|
| H A D | strnlen.c | 43 #define LEN 512 macro 62 if (len > LEN || align >= ALIGN) in test() 91 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 97 for (int n = 0; n < LEN; n++) in main() 99 for (int maxlen = 0; maxlen < LEN; maxlen++) in main()
|
| H A D | strlen.c | 44 #define LEN 512 macro 62 if (len > LEN || align >= ALIGN) in test() 87 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 93 for (int n = 0; n < LEN; n++) in main()
|
| H A D | strcmp.c | 44 #define LEN 250000 macro 66 if (len > LEN || s1align >= A || s2align >= A) in test() 99 s1buf = mte_mmap (LEN + 2 * A + 1); in main() 100 s2buf = mte_mmap (LEN + 2 * A + 1); in main() 119 for (; n < LEN; n *= 2) in main()
|
| H A D | memcmp.c | 38 #define LEN 250000 macro 60 if (len > LEN || s1align >= A || s2align >= A) in test() 92 s1buf = mte_mmap (LEN + 2 * A); in main() 93 s2buf = mte_mmap (LEN + 2 * A); in main() 113 for (; n < LEN; n *= 2) in main()
|
| H A D | strncmp.c | 38 #define LEN 250000 macro 60 if (len > LEN || s1align >= A || s2align >= A) in test() 100 s1buf = mte_mmap (LEN + 2 * A + 1); in main() 101 s2buf = mte_mmap (LEN + 2 * A + 1); in main() 124 for (; n < LEN; n *= 2) in main()
|
| H A D | __mtag_tag_region.c | 44 #define LEN 250000 macro 63 if (len > LEN || salign >= A) in test() 118 sbuf = mte_mmap (LEN + 3 * A); in main() 130 for (; n < LEN; n *= 2) in main()
|
| H A D | strchr.c | 40 #define LEN 512 macro 60 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 102 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 108 for (int n = 0; n < LEN; n++) in main()
|
| H A D | strrchr.c | 40 #define LEN 512 macro 60 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 102 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 108 for (int n = 0; n < LEN; n++) in main()
|
| H A D | __mtag_tag_zero_region.c | 44 #define LEN 250000 macro 63 if (len > LEN || salign >= A) in test() 118 sbuf = mte_mmap (LEN + 3 * A); in main() 130 for (; n < LEN; n *= 2) in main()
|
| H A D | strchrnul.c | 44 #define LEN 512 macro 64 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 107 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 113 for (int n = 0; n < LEN; n++) in main()
|
| H A D | memset.c | 43 #define LEN 250000 macro 62 if (len > LEN || salign >= A) in test() 108 sbuf = mte_mmap (LEN + 2 * A); in main() 122 for (; n < LEN; n *= 2) in main()
|
| /freebsd/contrib/netbsd-tests/kernel/ |
| H A D | h_ps_strings2.c | 43 #define LEN 16384 macro 54 if ((argv = calloc(LEN, sizeof(*argv))) == NULL) in main() 56 for (i = 0; i < LEN; ++i) { in main() 62 __ps_strings->ps_nargvstr = LEN; in main()
|
| /freebsd/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-c64xplus.pl | 28 ($KEY,$LEN,$INP,$OUT)=("A4","B4","A6","B6"); 50 MV $LEN,B0 61 || MVC $LEN,ILC 114 || ADD $INP,$LEN,$ret ; end of input 145 ||[A0] SUB $INP,$LEN,$INP ; rewind
|
| /freebsd/contrib/libedit/ |
| H A D | search.c | 231 #define LEN 2 in ce_inc_search() macro 235 #define LEN 0 in ce_inc_search() macro 244 for (cp = &el->el_search.patbuf[LEN]; in ce_inc_search() 257 if (el->el_search.patlen >= EL_BUFSIZ - LEN) in ce_inc_search() 280 if (el->el_search.patlen > LEN) in ce_inc_search() 295 for (cp = &el->el_search.patbuf[LEN];; cp++) in ce_inc_search() 302 el->el_search.patlen - LEN - 1; in ce_inc_search() 309 EL_BUFSIZ - LEN) { in ce_inc_search() 351 cp >= &el->el_search.patbuf[LEN]; in ce_inc_search() 357 if (el->el_search.patlen > LEN && ch != L'[') { in ce_inc_search() [all …]
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm_snapshot.h | 102 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 104 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \ 119 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 121 (RES) = vm_snapshot_buf_cmp((DATA), (LEN), (META)); \
|
| /freebsd/sys/net/ |
| H A D | radix.c | 125 #define LEN(x) ( (int) (*(const u_char *)(x)) ) macro 180 c_caddr_t lim, lim2 = lim = n + LEN(n); in rn_refines() 181 int longer = LEN(n++) - LEN(m++); in rn_refines() 239 if (LEN(x->rn_key) != LEN(v_arg) || bcmp(x->rn_key, v_arg, LEN(v_arg))) in rn_lookup() 254 int length = min(LEN(cp), LEN(cp2)); in rn_satisfies_leaf() 259 length = min(length, LEN(cp3)); in rn_satisfies_leaf() 278 int off = t->rn_offset, vlen = LEN(cp), matched_off; in rn_match() 439 int head_off = top->rn_offset, vlen = LEN(v); in rn_insert() 509 if ((mlen = LEN(netmask)) > RADIX_MAX_KEY_LEN) in rn_addmask() 575 if (LEN(mp) > LEN(np)) in rn_lexobetter() [all …]
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | s390xcap.c | 37 #define LEN 128 macro 43 " " STR(NAME) " : %" STR(LEN) "[^:] : " \ 44 "%" STR(LEN) "s %" STR(LEN) "s ", \ 64 " %" STR(LEN) "s %" STR(LEN) "s ", \ 460 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; in parse_env() 478 " stfle : %" STR(LEN) "[^:] : " in parse_env() 479 "%" STR(LEN) "[^:] : %" STR(LEN) "s ", in parse_env() 498 else if (sscanf(tok_begin, " %" STR(LEN) "s %" STR(LEN) "s ", in parse_env()
|