Searched full:swb (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | rd_safe.c | 55 struct krb5_safe_with_body swb; in read_krbsafe() local 88 swb.body = safe_body; in read_krbsafe() 89 swb.safe = krbsafe; in read_krbsafe() 90 ret = encode_krb5_safe_with_body(&swb, &der_zerosafe); in read_krbsafe()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ti,tps65086.yaml | 45 buck[1-6], ldoa[1-3], swa1, swb[1-2], and vtt. 73 "^(ldoa[1-3]|swa1|swb[1-2]|vtt)$":
|
H A D | tps65086.txt | 19 ldoa[1-3], swa1, swb[1-2], and vtt. Each child
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_raudio_pxy.c | 178 struct in_addr swa, swb; in ipf_p_raudio_in() local 258 swb = ip->ip_dst; in ipf_p_raudio_in() 326 ip->ip_dst = swb; in ipf_p_raudio_in()
|
/freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
H A D | asn1_k_encode.c | 1191 struct krb5_safe_with_body *swb; in decode_krb5_safe_with_body() local 1197 swb = swb_ptr; in decode_krb5_safe_with_body() 1198 ret = k5_asn1_full_decode(swb->body, &k5_atype_safe_body, &safe_ptr); in decode_krb5_safe_with_body() 1200 krb5_free_safe(NULL, swb->safe); in decode_krb5_safe_with_body() 1201 krb5_free_data(NULL, swb->body); in decode_krb5_safe_with_body() 1202 free(swb); in decode_krb5_safe_with_body() 1206 safe->checksum = swb->safe->checksum; in decode_krb5_safe_with_body() 1207 free(swb->safe); in decode_krb5_safe_with_body() 1209 *body_out = swb->body; in decode_krb5_safe_with_body() 1210 free(swb); in decode_krb5_safe_with_body()
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_foreign.c | 165 * indication based on the spam depth. swb in foreign_show_cfg()
|
/freebsd/sys/dev/ciss/ |
H A D | ciss.c | 3311 * return to shut up warning on console of a CDB error. swb in ciss_cam_emulate() 3433 * the logical volume. swb in ciss_cam_complete_fixup()
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.c | 1587 * ignore the speed map altogether. SWB in fw_explore_node()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver4.td | 1652 …"VPMOV(DB|DW|QB|QD|QW|SDB|SDW|SQB|SQD|SQW|SWB|USDB|USDW|USQB|USQD|USWB|WB)(Z128?|Z256?)(rr|rrk|rrk…
|
H A D | X86ISelLowering.cpp | 10453 // vXi64/vXi32 -> PACK*SDW and vXi16 -> PACK*SWB. in lowerShuffleWithPACK() 20331 // vXi64/vXi32 -> PACK*SDW and vXi16 -> PACK*SWB. in truncateVectorWithPACK()
|