| /freebsd/contrib/bc/tests/dc/ |
| H A D | shift.txt | 1 0 0HpR 2 1 0HpR 3 2 0HpR 4 0.0023896 0HpR 5 1.298346 0HpR 6 2.00000000 0HpR 7 0.0023896 3HpR 8 1.298346 4HpR 9 2.00000000 5HpR 10 89136.892348976 7HpR [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 169 def VLDRH : AHI5<0b1101, 0b01, (outs HPR:$Sd), (ins addrmode5fp16:$addr), 171 [(set HPR:$Sd, (f16 (alignedload16 addrmode5fp16:$addr)))]>, 181 (COPY_TO_REGCLASS (LDRH addrmode3:$addr), HPR)> { 185 (COPY_TO_REGCLASS (t2LDRHi12 t2addrmode_imm12:$addr), HPR)> { 204 def VSTRH : AHI5<0b1101, 0b00, (outs), (ins HPR:$Sd, addrmode5fp16:$addr), 206 [(alignedstore16 (f16 HPR:$Sd), addrmode5fp16:$addr)]>, 209 def : Pat<(alignedstore16 (bf16 HPR:$Sd), addrmode5fp16:$addr), 210 (VSTRH (bf16 HPR:$Sd), addrmode5fp16:$addr)> { 213 def : Pat<(alignedstore16 (bf16 HPR:$Sd), addrmode3:$addr), 217 def : Pat<(alignedstore16 (bf16 HPR:$Sd), t2addrmode_imm12:$addr), [all …]
|
| H A D | ARMRegisterBanks.td | 13 def FPRRegBank : RegisterBank<"FPRB", [HPR, SPR, DPR, QPR]>;
|
| H A D | ARMRegisterInfo.td | 434 def HPR : RegisterClass<"ARM", [f16, bf16], 32, (sequence "S%u", 0, 31)> { 435 let AltOrders = [(add (decimate HPR, 2), SPR), 436 (add (decimate HPR, 4), 437 (decimate HPR, 2), 438 (decimate (rotl HPR, 1), 4), 439 (decimate (rotl HPR, 1), 2))];
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_wire_pkt.c | 14 int ossl_quic_hdr_protector_init(QUIC_HDR_PROTECTOR *hpr, in ossl_quic_hdr_protector_init() argument 38 hpr->cipher_ctx = EVP_CIPHER_CTX_new(); in ossl_quic_hdr_protector_init() 39 if (hpr->cipher_ctx == NULL) { in ossl_quic_hdr_protector_init() 44 hpr->cipher = EVP_CIPHER_fetch(libctx, cipher_name, propq); in ossl_quic_hdr_protector_init() 45 if (hpr->cipher == NULL in ossl_quic_hdr_protector_init() 46 || quic_hp_key_len != (size_t)EVP_CIPHER_get_key_length(hpr->cipher)) { in ossl_quic_hdr_protector_init() 51 if (!EVP_CipherInit_ex(hpr->cipher_ctx, hpr->cipher, NULL, in ossl_quic_hdr_protector_init() 57 hpr->libctx = libctx; in ossl_quic_hdr_protector_init() 58 hpr->propq = propq; in ossl_quic_hdr_protector_init() 59 hpr->cipher_id = cipher_id; in ossl_quic_hdr_protector_init() [all …]
|
| H A D | quic_record_shared.c | 313 if (!ossl_quic_hdr_protector_init(&el->hpr, in ossl_qrl_enc_level_set_provide_secret() 480 ossl_quic_hdr_protector_cleanup(&el->hpr); in ossl_qrl_enc_level_set_discard()
|
| H A D | quic_record_shared.h | 43 QUIC_HDR_PROTECTOR hpr; member
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mq-zii-ultra-zest.dts | 29 "HPA1 RIGHTIN", "HPR", 31 "HPA2 RIGHTIN", "HPR";
|
| H A D | imx8mq-zii-ultra-rmb3.dts | 26 "HPA1 RIGHTIN", "HPR"; 51 "HPA1 RIGHTIN", "HPR";
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | nvidia,tegra-audio-alc5632.yaml | 44 - HPR 65 "Headset Stereophone", "HPR",
|
| H A D | nvidia,tegra-audio-max9808x.yaml | 47 - HPR 73 "Headphone Jack", "HPR",
|
| H A D | nvidia,tegra-audio-max98090.yaml | 61 - HPR 83 "Headphones", "HPR",
|
| H A D | mt8186-mt6366-da7219-max98357.yaml | 44 - HPR 165 "Headphones", "HPR",
|
| H A D | max98090.txt | 45 * HPR
|
| H A D | nvidia,tegra-audio-max98090.txt | 39 "Headphones", "HPR",
|
| H A D | maxim,max98090.yaml | 15 HPL, HPR, SPKL, SPKR, RCVL, RCVR, MICBIAS
|
| H A D | samsung,odroid.yaml | 81 "Headphone Jack", "HPR",
|
| H A D | tlv320aic31xx.txt | 44 * HPR
|
| H A D | ti,tlv320dac3100.yaml | 15 * HPR
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_wire_pkt.h | 188 int ossl_quic_hdr_protector_init(QUIC_HDR_PROTECTOR *hpr, 200 void ossl_quic_hdr_protector_cleanup(QUIC_HDR_PROTECTOR *hpr); 214 int ossl_quic_hdr_protector_decrypt(QUIC_HDR_PROTECTOR *hpr, 227 int ossl_quic_hdr_protector_encrypt(QUIC_HDR_PROTECTOR *hpr, 250 int ossl_quic_hdr_protector_decrypt_fields(QUIC_HDR_PROTECTOR *hpr, 260 int ossl_quic_hdr_protector_encrypt_fields(QUIC_HDR_PROTECTOR *hpr,
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos5422-odroidxu3-audio.dtsi | 22 "Headphone Jack", "HPR",
|
| H A D | exynos4412-odroidx.dts | 139 "Headphone Jack", "HPR",
|
| H A D | exynos4412-odroidu3.dts | 142 "Headphone Jack", "HPR",
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx7d-zii-rpu2.dts | 110 "RIGHTIN", "HPR"; 135 "RIGHTIN", "HPR"; 160 "RIGHTIN", "HPR";
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-t5325.dts | 181 "Headphone Jack", "HPR",
|