Home
last modified time | relevance | path

Searched refs:bl (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/freebsd/lib/libc/i386/string/
H A Dstrncmp.S67 movb (%eax),%bl
68 testb %bl,%bl
70 cmpb %bl,(%ecx)
89 movb (%eax),%bl
90 testb %bl,%bl
100 testb %bl,%bl
110 testb %bl,%bl
120 testb %bl,%bl
130 testb %bl,%bl
140 testb %bl,%bl
[all …]
/freebsd/lib/libc/db/btree/
H A Dbt_utils.c63 BLEAF *bl; in __bt_ret() local
89 memmove(rkey->data, bl->bytes, bl->ksize); in __bt_ret()
90 key->size = bl->ksize; in __bt_ret()
93 key->size = bl->ksize; in __bt_ret()
102 if (__ovfl_get(t, bl->bytes + bl->ksize, in __bt_ret()
115 memmove(rdata->data, bl->bytes + bl->ksize, bl->dsize); in __bt_ret()
120 data->data = bl->bytes + bl->ksize; in __bt_ret()
143 BLEAF *bl; in __bt_cmp() local
163 bigkey = bl->bytes; in __bt_cmp()
165 k2.data = bl->bytes; in __bt_cmp()
[all …]
H A Dbt_debug.c147 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()
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()
211 else if (bl->dsize) in __bt_dpage()
[all …]
H A Dbt_split.c77 BLEAF *bl, *tbl; in __bt_split() local
174 bl = GETBLEAF(rchild, 0); in __bt_split()
181 b.size = bl->ksize; in __bt_split()
182 b.data = bl->bytes; in __bt_split()
233 memmove(dest, bl->bytes, nksize ? nksize : bl->ksize); in __bt_split()
515 BLEAF *bl; in bt_broot() local
534 bl = GETBLEAF(r, 0); in bt_broot()
539 memmove(dest, bl->bytes, bl->ksize); in bt_broot()
593 BLEAF *bl; in bt_psplit() local
626 nbytes = NBLEAF(bl); in bt_psplit()
[all …]
/freebsd/crypto/openssl/crypto/cmac/
H A Dcmac.c95 int bl; in CMAC_CTX_copy() local
103 memcpy(out->k1, in->k1, bl); in CMAC_CTX_copy()
104 memcpy(out->k2, in->k2, bl); in CMAC_CTX_copy()
136 int bl; in CMAC_Init() local
166 int bl; in CMAC_Update() local
196 dlen -= bl; in CMAC_Update()
197 data += bl; in CMAC_Update()
208 int i, bl, lb; in CMAC_Final() local
215 *poutlen = (size_t)bl; in CMAC_Final()
220 if (lb == bl) { in CMAC_Final()
[all …]
/freebsd/tests/sys/compat32/aarch64/
H A Dswp_cond_test_impl.S33 bl print
36 bl reset
47 bl reset
63 bl reset
77 bl reset
93 bl reset
106 bl reset
122 bl reset
136 bl reset
152 bl reset
[all …]
/freebsd/sys/kern/
H A Dsubr_blist.c207 blist_t bl; in blist_create() local
229 if (bl == NULL) in blist_create()
247 return (bl); in blist_create()
254 free(bl, M_SWAP); in blist_destroy()
284 if (bl->bl_cursor == bl->bl_blocks) in blist_alloc()
314 blst_meta_free(bl->bl_root, blkno, count, bl->bl_radix); in blist_free()
332 filled = blst_meta_fill(bl->bl_root, blkno, count, bl->bl_radix); in blist_fill()
373 (uintmax_t)bl->bl_avail, (uintmax_t)bl->bl_cursor); in blist_print()
376 blst_radix_print(bl->bl_root, 0, bl->bl_radix, 4); in blist_print()
1081 blist_t bl; in main() local
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dkeccak1600-ppc64.S211 bl PICmeup
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
430 bl dword_le_load
[all …]
H A Dvpaes-ppc.S115 bl .Lconsts
280 bl _vpaes_encrypt_core
335 bl .Lconsts
515 bl _vpaes_decrypt_core
648 bl _vpaes_encrypt_core
672 bl _vpaes_encrypt_core
698 bl _vpaes_decrypt_core
723 bl _vpaes_decrypt_core
804 bl .Lconsts
853 bl _vpaes_key_preheat
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dkeccak1600-ppc64.S211 bl PICmeup
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
430 bl dword_le_load
[all …]
H A Dvpaes-ppc.S115 bl .Lconsts
280 bl _vpaes_encrypt_core
335 bl .Lconsts
515 bl _vpaes_decrypt_core
648 bl _vpaes_encrypt_core
672 bl _vpaes_encrypt_core
698 bl _vpaes_decrypt_core
723 bl _vpaes_decrypt_core
804 bl .Lconsts
853 bl _vpaes_key_preheat
[all …]
/freebsd/contrib/blocklist/lib/
H A Dblacklist.c51 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 Dlocore.S207 bl 1f
220 bl 2f
255 bl 3f
269 bl 4f
302 bl 1f
315 bl 1f
323 bl 1f
333 bl 1f
490 bl 2f
507 bl 3f
[all …]
/freebsd/sys/crypto/openssl/amd64/
H A Drc4-md5-x86_64.S80 addb %bl,%cl
92 addb %dl,%bl
117 addb %bl,%cl
128 addb %dl,%bl
153 addb %bl,%cl
164 addb %dl,%bl
189 addb %bl,%cl
200 addb %dl,%bl
225 addb %bl,%cl
236 addb %dl,%bl
[all …]
H A Drc4-x86_64.S77 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 Ddes_enc.S131 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 Dvpaes-ppc.S114 bl .Lconsts
277 bl _vpaes_encrypt_core
332 bl .Lconsts
510 bl _vpaes_decrypt_core
641 bl _vpaes_encrypt_core
665 bl _vpaes_encrypt_core
691 bl _vpaes_decrypt_core
716 bl _vpaes_decrypt_core
797 bl .Lconsts
846 bl _vpaes_key_preheat
[all …]
/freebsd/sys/crypto/openssl/i386/
H A Ddes-586.S23 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 Dcrypt586.S56 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 Dexception.S91 bl ptrauth_exit_el0
94 bl dbg_monitor_enter
117 bl dbg_monitor_exit
120 bl ptrauth_enter_el0
189 bl _C_LABEL(ast)
223 bl do_el1h_sync
233 bl intr_irq_handler
243 1: bl do_serror
254 bl do_el0_sync
265 bl intr_irq_handler
[all …]
/freebsd/sys/arm/arm/
H A Dlocore.S149 bl dcache_inv_poc_all
169 bl translate_va_to_pa
180 bl build_pagetables
190 bl build_pagetables
199 bl init_mmu
350 bl dcache_inv_pou_all
386 bl dcache_inv_pou_all
483 bl dcache_inv_pou_all
490 bl translate_va_to_pa
492 bl init_mmu
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S133 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
304 bl L.4.9
[all …]
H A Dmodsi3.S133 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
304 bl L.4.9
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c258 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
371 (bl->upval || dyd->label.n > bl->firstlabel)) in findlabel()
441 bl->previous = fs->bl; in enterblock()
442 fs->bl = bl; in enterblock()
470 BlockCnt *bl = fs->bl; in leaveblock() local
472 if (bl->previous && bl->upval) { in leaveblock()
480 fs->bl = bl->previous; in leaveblock()
[all …]
/freebsd/sys/powerpc/aim/
H A Dlocore64.S153 bl 1f
164 bl 1f
178 bl 1f
184 bl elf_reloc_self
194 bl powerpc_init
201 bl mi_startup
266 bl __restartkernel
277 bl 1f
283 2: bl __start

12345678910>>...16