Home
last modified time | relevance | path

Searched refs:bl (Results 176 – 200 of 391) sorted by relevance

12345678910>>...16

/freebsd/contrib/mandoc/
H A Dmdoc_man.c542 print_width(const struct mdoc_bl *bl, const struct roff_node *child) in print_width() argument
553 if (bl->width == NULL) in print_width()
554 sz = (bl->type == LIST_hang) ? 6 : 0; in print_width()
556 end = a2roffsu(bl->width, &su, SCALE_MAX); in print_width()
558 sz = man_strlen(bl->width); in print_width()
568 if (bl->type == LIST_enum) in print_width()
569 chsz = (bl->count > 8) + 1; in print_width()
585 if (chsz > sz && bl->type != LIST_tag) in print_width()
595 print_word(bl->width); in print_width()
/freebsd/sys/sys/
H A Dblist.h96 daddr_t blist_fill(blist_t bl, daddr_t blkno, daddr_t count);
/freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/sha2/
H A Dsha256-ppc.S81 bl .LPICmeup
89 bl .Lsha2_block_private
104 bl .Lsha2_block_private
129 bl .Lsha2_block_private
1405 bl .LPICmeup
1413 bl .Lsha2_block_private
1428 bl .Lsha2_block_private
1453 bl .Lsha2_block_private
H A Dsha512-ppc.S81 bl .LPICmeup
89 bl .Lsha2_block_private
110 bl .Lsha2_block_private
135 bl .Lsha2_block_private
1507 bl .LPICmeup
1515 bl .Lsha2_block_private
1530 bl .Lsha2_block_private
1555 bl .Lsha2_block_private
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dmodsi3.S50 bl SYMBOL_NAME(__umodsi3)
H A Ddivsi3.S67 bl SYMBOL_NAME(__udivsi3)
H A Ddivmodsi4.S57 bl SYMBOL_NAME(__udivmodsi4)
/freebsd/crypto/openssl/crypto/
H A Dx86_64cpuid.pl131 cmp %r10b,%bl
180 cmp \$1,%bl # see if cache is shared
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_sparc64.S85 bl,a 1b
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.h101 struct BlockCnt *bl; /* chain of current blocks */ member
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dkerneltramp.S19 bl 2f
/freebsd/sys/crypto/openssl/powerpc64/
H A Dsha256-ppc.S46 bl .LPICmeup
54 bl .Lsha2_block_private
75 bl .Lsha2_block_private
100 bl .Lsha2_block_private
H A Dsha512-ppc.S46 bl .LPICmeup
54 bl .Lsha2_block_private
75 bl .Lsha2_block_private
100 bl .Lsha2_block_private
/freebsd/sys/crypto/openssl/powerpc/
H A Dsha256-ppc.S43 bl .LPICmeup
51 bl .Lsha2_block_private
72 bl .Lsha2_block_private
97 bl .Lsha2_block_private
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dsha256-ppc.S46 bl .LPICmeup
54 bl .Lsha2_block_private
75 bl .Lsha2_block_private
100 bl .Lsha2_block_private
/freebsd/crypto/openssl/include/crypto/
H A Devp.h354 size_t i, bl; \
355 bl = EVP_CIPHER_CTX_get0_cipher(ctx)->block_size; \
356 if (inl < bl) return 1;\
357 inl -= bl; \
358 for (i=0; i <= inl; i+=bl)
/freebsd/sys/crypto/openssl/amd64/
H A Daes-x86_64.S19 movzbl %bl,%edi
52 movzbl %bl,%ebp
73 movzbl %bl,%edi
121 movzbl %bl,%esi
180 movzbl %bl,%r11d
213 movzbl %bl,%ebp
435 movzbl %bl,%edi
468 movzbl %bl,%ebp
490 movzbl %bl,%edi
538 movzbl %bl,%esi
[all …]
H A Dghash-x86_64.S38 movb %r8b,%bl
43 andb $0xf0,%bl
57 movb %al,%bl
72 andb $0xf0,%bl
87 andb $0xf0,%bl
161 movb %bl,%dl
185 movb %bl,%dl
209 movb %bl,%dl
233 movb %bl,%dl
257 movb %bl,%dl
[all …]
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_clearquota.sh37 "clear quota for new id with both enabled, WAPBL" -bl ${e} ${v} "both"
/freebsd/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl281 or %cl, %bl
284 adc %bl, %r12b
288 xor %bl, %r12b
/freebsd/sys/crypto/openssl/arm/
H A Darmv4-gf2m.S129 bl mul_1x1_ialu @ a1·b1
139 bl mul_1x1_ialu @ a0·b0
145 bl mul_1x1_ialu @ (a1+a0)·(b1+b0)
/freebsd/sys/arm/arm/
H A Dexception.S180 bl _C_LABEL(ast); /* ast(frame) */ \
196 bl _C_LABEL(swi_handler) /* swi handler. */
/freebsd/contrib/lua/src/
H A Dlparser.h148 struct BlockCnt *bl; /* chain of current blocks */ member
/freebsd/sys/netinet/
H A Dsctp_kdtrace.h68 SDT_PROBE_DECLARE(sctp, cwnd, net, bl);
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_aarch64.S149 bl __hwasan_tag_mismatch4

12345678910>>...16