Home
last modified time | relevance | path

Searched refs:bl (Results 151 – 175 of 391) sorted by relevance

12345678910>>...16

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_memcmp.S18 bl memcmp
H A Daeabi_memcpy.S18 bl memcpy
H A Daeabi_ldivmod.S37 bl SYMBOL_NAME(__divmoddi4)
H A Daeabi_uldivmod.S37 bl SYMBOL_NAME(__udivmoddi4)
H A Daeabi_dcmp.S34 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
H A Daeabi_fcmp.S34 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
/freebsd/sys/crypto/openssl/i386/
H A Dcmll-x86.S165 movzbl %bl,%esi
179 movzbl %bl,%esi
225 movzbl %bl,%esi
239 movzbl %bl,%esi
285 movzbl %bl,%esi
299 movzbl %bl,%esi
533 movzbl %bl,%esi
547 movzbl %bl,%esi
593 movzbl %bl,%esi
607 movzbl %bl,%esi
[all …]
/freebsd/lib/libsys/aarch64/
H A Dcerror.S34 bl _C_LABEL(__error)
/freebsd/stand/i386/boot2/
H A Dboot1.S304 movb %ch,%bl # Max head number
342 read.4: movzbw %bl,%ax # Sectors read
346 read.5: shlb %bl # buffer
347 add %bl,0x5(%bp) # pointer,
/freebsd/contrib/blocklist/lib/
H A DMakefile10 SRCS=bl.c blacklist.c
/freebsd/lib/libsys/arm/
H A Dcerror.S41 bl PIC_SYM(_C_LABEL(__error), PLT)
/freebsd/sys/crypto/openssl/powerpc/
H A Dpoly1305-ppc.S513 bl .LPICmeup
567 bl __poly1305_mul
588 bl __poly1305_mul
/freebsd/sys/crypto/openssl/powerpc64le/
H A Daesp8-ppc.S52 bl .Lconsts
300 bl .Lset_encrypt_key
2661 bl _aesp8_xts_enc5x
2687 bl _aesp8_xts_enc5x
2711 bl _aesp8_xts_enc5x
2733 bl _aesp8_xts_enc5x
3311 bl _aesp8_xts_dec5x
3338 bl _aesp8_xts_dec5x
3363 bl _aesp8_xts_dec5x
3386 bl _aesp8_xts_dec5x
/freebsd/sys/crypto/openssl/aarch64/
H A Dpoly1305-armv8.S288 bl poly1305_mult
334 bl poly1305_mult
361 bl poly1305_splat
363 bl poly1305_mult // r^2
365 bl poly1305_splat
367 bl poly1305_mult // r^3
369 bl poly1305_splat
371 bl poly1305_mult // r^4
373 bl poly1305_splat
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c597 unsigned int bl = 16; \ in crypto_aead_aes256gcm_encrypt_detached_afternm()
599 if (j + (unsigned long long) bl >= mj) { \ in crypto_aead_aes256gcm_encrypt_detached_afternm()
600 bl = (unsigned int) (mj - j); \ in crypto_aead_aes256gcm_encrypt_detached_afternm()
602 addmul(accum, c + i + j, bl, H); \ in crypto_aead_aes256gcm_encrypt_detached_afternm()
740 unsigned int bl = 16; \ in crypto_aead_aes256gcm_decrypt_detached_afternm()
742 if (j + (unsigned long long) bl >= mj) { \ in crypto_aead_aes256gcm_decrypt_detached_afternm()
743 bl = (unsigned int) (mj - j); \ in crypto_aead_aes256gcm_decrypt_detached_afternm()
745 addmul(accum, c + i + j, bl, H); \ in crypto_aead_aes256gcm_decrypt_detached_afternm()
/freebsd/lib/libsys/powerpc64/
H A Dcerror.S46 bl CNAME(__error)
H A DSYS.h50 bl CNAME(HIDENAME(cerror)); \
/freebsd/sys/powerpc/include/
H A Dasm.h180 bl _mcount; \
189 # define _PROF_PROLOGUE mflr 0; stw 0,4(1); bl _mcount
/freebsd/sys/arm/arm/
H A Dswtch.S101 bl _C_LABEL(vfp_save_state)
/freebsd/lib/libblacklist/
H A DMakefile19 SRCS= bl.c blacklist.c
/freebsd/crypto/openssl/test/certs/
H A Drootkey.pem9 bl+wY84aV3GKJOS2InfYOcIy340UU5QHvxOq/kwwRVV/uAOZ8rqAFmZY9djOnhdv
/freebsd/sys/netinet/
H A Dsctp_kdtrace.c105 SDT_PROBE_DEFINE5(sctp, cwnd, net, bl,
/freebsd/contrib/tcsh/
H A Dtermcap.vms18 :cr=^M:do=^J:nl=^J:bl=^G:co#80:li#24:cl=50\E[;H\E[2J:\
38 :cr=^M:do=^J:nl=^J:bl=^G:co#80:li#24:cl=50\E[;H\E[2J:\
/freebsd/contrib/blocklist/port/
H A DMakefile.am13 libblacklist_la_SOURCES = bl.c blacklist.c
/freebsd/lib/libsys/powerpc/
H A Dcerror.S53 bl PIC_PLT(CNAME(__error))

12345678910>>...16