/freebsd/lib/libc/i386/string/ |
H A D | strncmp.S | 67 movb (%eax),%bl 68 testb %bl,%bl 70 cmpb %bl,(%ecx) 89 movb (%eax),%bl 90 testb %bl,%bl 92 cmpb %bl,(%ecx) 99 movb (%eax),%bl 100 testb %bl,%bl 102 cmpb %bl,(%ecx) 109 movb (%eax),%bl [all …]
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_utils.c | 63 BLEAF *bl; in __bt_ret() local 66 bl = GETBLEAF(e->page, e->index); in __bt_ret() 76 if (bl->flags & P_BIGKEY) { in __bt_ret() 77 if (__ovfl_get(t, bl->bytes, in __bt_ret() 82 if (bl->ksize > rkey->size) { in __bt_ret() 83 p = realloc(rkey->data, bl->ksize); in __bt_ret() 87 rkey->size = bl->ksize; in __bt_ret() 89 memmove(rkey->data, bl->bytes, bl->ksize); in __bt_ret() 90 key->size = bl in __bt_ret() 143 BLEAF *bl; __bt_cmp() local [all...] |
H A D | bt_debug.c | 147 BLEAF *bl; in __bt_dpage() local 196 bl = GETBLEAF(h, cur); in __bt_dpage() 197 if (bl->flags & P_BIGKEY) in __bt_dpage() 200 *(pgno_t *)bl->bytes, in __bt_dpage() 201 *(u_int32_t *)(bl->bytes + sizeof(pgno_t))); in __bt_dpage() 202 else if (bl->ksize) in __bt_dpage() 204 bl->ksize, bl->bytes); in __bt_dpage() 205 if (bl->flags & P_BIGDATA) in __bt_dpage() 208 *(pgno_t *)(bl->bytes + bl->ksize), in __bt_dpage() 209 *(u_int32_t *)(bl->bytes + bl->ksize + in __bt_dpage() [all …]
|
H A D | bt_split.c | 77 BLEAF *bl, *tbl; in __bt_split() local 174 bl = GETBLEAF(rchild, 0); in __bt_split() 175 nbytes = NBINTERNAL(bl->ksize); in __bt_split() 176 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split() 181 b.size = bl->ksize; in __bt_split() 182 b.data = bl->bytes; in __bt_split() 231 WR_BINTERNAL(dest, nksize ? nksize : bl->ksize, in __bt_split() 232 rchild->pgno, bl->flags & P_BIGKEY); in __bt_split() 233 memmove(dest, bl->bytes, nksize ? nksize : bl->ksize); in __bt_split() 234 if (bl->flags & P_BIGKEY) { in __bt_split() [all …]
|
/freebsd/crypto/openssl/crypto/cmac/ |
H A D | cmac.c | 39 static void make_kn(unsigned char *k1, const unsigned char *l, int bl) in make_kn() argument 45 for (i = 0; i < bl - 1; i++, c = cnext) in make_kn() 49 k1[i] = (c << 1) ^ ((0 - carry) & (bl == 16 ? 0x87 : 0x1b)); in make_kn() 95 int bl; in CMAC_CTX_copy() local 99 if ((bl = EVP_CIPHER_CTX_get_block_size(in->cctx)) < 0) in CMAC_CTX_copy() 103 memcpy(out->k1, in->k1, bl); in CMAC_CTX_copy() 104 memcpy(out->k2, in->k2, bl); in CMAC_CTX_copy() 105 memcpy(out->tbl, in->tbl, bl); in CMAC_CTX_copy() 106 memcpy(out->last_block, in->last_block, bl); in CMAC_CTX_copy() 136 int bl; in CMAC_Init() local [all …]
|
/freebsd/tests/sys/compat32/aarch64/ |
H A D | swp_cond_test_impl.S | 33 bl print 36 bl reset 40 bl expect_success 47 bl reset 52 bl expect_fail 59 bl print_result 63 bl reset 70 bl expect_success 77 bl reset 82 bl expect_fail [all …]
|
/freebsd/sys/kern/ |
H A D | subr_blist.c | 207 blist_t bl; in blist_create() local 227 bl = malloc(offsetof(struct blist, bl_root[nodes]), M_SWAP, flags | in blist_create() 229 if (bl == NULL) in blist_create() 232 bl->bl_blocks = blocks; in blist_create() 233 bl->bl_radix = radix; in blist_create() 239 (long long)bl->bl_blocks, in blist_create() 240 (long long)bl->bl_blocks * 4 / 1024, in blist_create() 247 return (bl); in blist_create() 251 blist_destroy(blist_t bl) in blist_destroy() argument 254 free(bl, M_SWAP); in blist_destroy() [all …]
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | keccak1600-ppc64.S | 211 bl PICmeup 246 bl KeccakF1600_int 357 bl PICmeup 409 bl dword_le_load 412 bl dword_le_load 415 bl dword_le_load 418 bl dword_le_load 421 bl dword_le_load 424 bl dword_le_load 427 bl dword_le_load [all …]
|
H A D | vpaes-ppc.S | 115 bl .Lconsts 270 bl _vpaes_encrypt_preheat 280 bl _vpaes_encrypt_core 335 bl .Lconsts 505 bl _vpaes_decrypt_preheat 515 bl _vpaes_decrypt_core 637 bl _vpaes_encrypt_preheat 648 bl _vpaes_encrypt_core 672 bl _vpaes_encrypt_core 687 bl _vpaes_decrypt_preheat [all …]
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | keccak1600-ppc64.S | 211 bl PICmeup 246 bl KeccakF1600_int 357 bl PICmeup 409 bl dword_le_load 412 bl dword_le_load 415 bl dword_le_load 418 bl dword_le_load 421 bl dword_le_load 424 bl dword_le_load 427 bl dword_le_load [all …]
|
H A D | vpaes-ppc.S | 115 bl .Lconsts 270 bl _vpaes_encrypt_preheat 280 bl _vpaes_encrypt_core 335 bl .Lconsts 505 bl _vpaes_decrypt_preheat 515 bl _vpaes_decrypt_core 637 bl _vpaes_encrypt_preheat 648 bl _vpaes_encrypt_core 672 bl _vpaes_encrypt_core 687 bl _vpaes_decrypt_preheat [all …]
|
/freebsd/contrib/blocklist/lib/ |
H A D | blacklist.c | 51 struct blacklist *bl; in blacklist_sa() local 53 if ((bl = blacklist_open()) == NULL) in blacklist_sa() 55 rv = blacklist_sa_r(bl, action, rfd, sa, salen, msg); in blacklist_sa() 56 blacklist_close(bl); in blacklist_sa() 61 blacklist_sa_r(struct blacklist *bl, int action, int rfd, in blacklist_sa_r() argument 84 return bl_send(bl, internal_action, rfd, sa, slen, msg); in blacklist_sa_r() 94 blacklist_r(struct blacklist *bl, int action, int rfd, const char *msg) in blacklist_r() argument 96 return blacklist_sa_r(bl, action, rfd, NULL, 0, msg); in blacklist_r() 105 blacklist_close(struct blacklist *bl) in blacklist_close() argument 107 bl_destroy(bl); in blacklist_close()
|
/freebsd/sys/powerpc/booke/ |
H A D | locore.S | 199 bl tlb_inval_all 207 bl 1f 209 bl tlb1_find_current /* the entry found is returned in r29 */ 211 bl tlb1_inval_all_but_current 216 bl tlb1_temp_mapping_as1 220 bl 2f 232 bl tlb1_inval_entry 255 bl 3f 269 bl 4f 293 bl tlb1_inval_entry [all …]
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | rc4-md5-x86_64.S | 80 addb %bl,%cl 92 addb %dl,%bl 96 movzbl %bl,%ebx 117 addb %bl,%cl 128 addb %dl,%bl 132 movzbl %bl,%ebx 153 addb %bl,%cl 164 addb %dl,%bl 168 movzbl %bl,%ebx 189 addb %bl,%cl [all …]
|
H A D | rc4-x86_64.S | 77 addb %bl,%cl 83 addb %bl,%dl 93 addb %bl,%cl 99 addb %bl,%dl 109 addb %bl,%cl 115 addb %bl,%dl 126 addb %bl,%cl 132 addb %bl,%dl 172 movb %bl,%cl 184 addb %bl,%cl [all …]
|
/freebsd/sys/crypto/des/arch/i386/ |
H A D | des_enc.S | 131 movb %al, %bl 135 movb %dl, %bl 143 movb %ah, %bl 168 movb %al, %bl 172 movb %dl, %bl 180 movb %ah, %bl 205 movb %al, %bl 209 movb %dl, %bl 217 movb %ah, %bl 242 movb %al, %bl [all …]
|
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | vpaes-ppc.S | 114 bl .Lconsts 267 bl _vpaes_encrypt_preheat 277 bl _vpaes_encrypt_core 332 bl .Lconsts 500 bl _vpaes_decrypt_preheat 510 bl _vpaes_decrypt_core 630 bl _vpaes_encrypt_preheat 641 bl _vpaes_encrypt_core 665 bl _vpaes_encrypt_core 680 bl _vpaes_decrypt_preheat [all …]
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | des-586.S | 23 movb %al,%bl 27 movb %dl,%bl 32 movb %ah,%bl 52 movb %al,%bl 56 movb %dl,%bl 61 movb %ah,%bl 81 movb %al,%bl 85 movb %dl,%bl 90 movb %ah,%bl 110 movb %al,%bl [all …]
|
H A D | crypt586.S | 56 movb %al,%bl 61 movb %dl,%bl 66 movb %ah,%bl 106 movb %al,%bl 111 movb %dl,%bl 116 movb %ah,%bl 156 movb %al,%bl 161 movb %dl,%bl 166 movb %ah,%bl 206 movb %al,%bl [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | exception.S | 94 bl ptrauth_exit_el0 97 bl dbg_monitor_enter 120 bl dbg_monitor_exit 123 bl ptrauth_enter_el0 192 bl _C_LABEL(ast) 214 #define KMSAN_ENTER bl kmsan_intr_enter 215 #define KMSAN_LEAVE bl kmsan_intr_leave 226 bl do_el1h_sync 237 bl intr_irq_handler 248 bl intr_irq_handler [all …]
|
/freebsd/sys/arm/arm/ |
H A D | locore.S | 67 bl hypervisor_stub_vect_install ;\ 143 bl dcache_inv_poc_all 163 bl translate_va_to_pa 174 bl build_pagetables 184 bl build_pagetables 191 bl build_device_pagetables 193 bl init_mmu 224 bl _C_LABEL(initarm) /* Off we go */ 229 bl _C_LABEL(mi_startup) /* call mi_startup()! */ 342 bl dcache_wbinv_poc_all [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | modsi3.S | 125 bl end_regular_divide 133 bl 1f 164 bl L.1.16 169 bl L.2.17 174 bl L.3.19 179 bl L.4.23 194 bl L.4.21 209 bl L.3.17 214 bl L.4.19 229 bl L.4.17 [all …]
|
H A D | divsi3.S | 125 bl end_regular_divide 133 bl 1f 164 bl L.1.16 169 bl L.2.17 174 bl L.3.19 179 bl L.4.23 194 bl L.4.21 209 bl L.3.17 214 bl L.4.19 229 bl L.4.17 [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.c | 258 BlockCnt *bl = fs->bl; in markupval() local 259 while (bl->nactvar > level) bl = bl->previous; in markupval() 260 bl->upval = 1; in markupval() 363 BlockCnt *bl = ls->fs->bl; in findlabel() local 367 for (i = bl->firstlabel; i < dyd->label.n; i++) { in findlabel() 371 (bl->upval || dyd->label.n > bl->firstlabel)) in findlabel() 401 int i = ls->fs->bl->firstgoto; in findgotos() 417 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout() argument 418 int i = bl->firstgoto; in movegotosout() 424 if (gt->nactvar > bl->nactvar) { in movegotosout() [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | swtch32.S | 95 bl 1f 112 bl save_fpu 119 bl save_vec 127 bl pmap_deactivate /* Deactivate the current pmap */ 134 bl 1f 162 bl pmap_activate /* Activate the new address space */ 169 bl enable_fpu 176 bl enable_vec 222 bl fork_exit
|