| /freebsd/crypto/openssh/ |
| H A D | sshbuf-misc.c | 104 sshbuf_b16tod(const char *b16) in sshbuf_b16tod() argument 112 for (o = 0; b16[o] != '\0'; o += 2) { in sshbuf_b16tod() 113 if ((v1 = b16tod(b16[o])) == -1 || in sshbuf_b16tod() 114 (v2 = b16tod(b16[o + 1])) == -1) { in sshbuf_b16tod()
|
| H A D | sshbuf.h | 264 struct sshbuf *sshbuf_b16tod(const char *b16);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 1969 defm INT_PTX_ATOM_CAS_16 : F_ATOMIC_3_AS<I16RT, atomic_cmp_swap_i16, "", "cas.b16", [hasSM<70>, has… 2072 defm _b16 : ATOM3S_impl<OpStr, "i", "b16", I16RT, []>; 2102 def LDU_GLOBAL_i16 : LDU_G<"b16", B16>; 2122 def LDU_GLOBAL_v2i16 : VLDU_G_ELE_V2<"b16", B16>; 2127 def LDU_GLOBAL_v4i16 : VLDU_G_ELE_V4<"b16", B16>; 2210 "mov.b16", 3414 defm SULD_1D_I16_CLAMP : SULD_1D<"suld.b.1d.b16.clamp", B16>; 3419 defm SULD_1D_I16_TRAP : SULD_1D<"suld.b.1d.b16.trap", B16>; 3424 defm SULD_1D_I16_ZERO : SULD_1D<"suld.b.1d.b16.zero", B16>; 3444 defm SULD_1D_ARRAY_I16_CLAMP : SULD_1D_ARRAY<"suld.b.a1d.b16.clamp", B16>; [all …]
|
| H A D | NVPTXInstrInfo.td | 192 def I16RT : RegTyInfo<i16, B16, "b16", i16imm, imm>; 742 defm SELP_b16 : SELP_PATTERN<"b16", I16RT>; 745 defm SELP_f16 : SELP_PATTERN<"b16", F16RT>; 746 defm SELP_bf16 : SELP_PATTERN<"b16", BF16RT>; 1257 // Template for three-arg bitwise operations. Takes three args, Creates .b16, 1261 defm b16 : I3Inst<OpcStr # ".b16", OpNode, I16RT, commutative = true>; 1305 "not.b16", 1519 // boolean predicate, e.g. setp.eq.and.b16. 1647 def MOV16r : MOVr<B16, "b16">; 1654 def IMOV16i : MOVi<B16, "b16", i16, i16imm, imm>; [all …]
|
| /freebsd/sys/dev/sound/pci/ |
| H A D | emu10k1.c | 179 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member 583 m->b16 = 0; in emu_vinit() 605 s->b16 = 0; in emu_vinit() 624 v->b16 = (ch->fmt & AFMT_16BIT) ? 1 : 0; in emu_vsetup() 627 v->slave->b16 = v->b16; in emu_vsetup() 645 s = (v->stereo ? 1 : 0) + (v->b16 ? 1 : 0); in emu_vwrite() 658 val *= v->b16 ? 1 : 2; in emu_vwrite() 672 emu_wrptr(sc, v->vnum, EMU_CHAN_CCCA, start | (v->b16 ? 0 : EMU_CHAN_CCCA_8BITSELECT)); in emu_vwrite() 715 ccis *= v->b16 ? 1 : 2; in emu_vtrigger() 716 sample = v->b16 ? 0x00000000 : 0x80808080; in emu_vtrigger() [all …]
|
| H A D | emu10kx.c | 255 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member 1307 m->b16 = 0; in emu_vinit() 1319 s->b16 = 0; in emu_vinit() 1335 v->b16 = (fmt & AFMT_16BIT) ? 1 : 0; in emu_vsetup() 1338 v->slave->b16 = v->b16; in emu_vsetup() 1374 s = (v->stereo ? 1 : 0) + (v->b16 ? 1 : 0); in emu_vwrite() 1385 val *= v->b16 ? 1 : 2; in emu_vwrite() 1411 emu_wrptr(sc, v->vnum, EMU_CHAN_CCCA, start | (v->b16 ? 0 : EMU_CHAN_CCCA_8BITSELECT)); in emu_vwrite() 1462 ccis *= v->b16 ? 1 : 2; in emu_vtrigger() 1463 sample = v->b16 ? 0x00000000 : 0x80808080; in emu_vtrigger() [all …]
|
| H A D | solo.c | 418 int b16 = (fmt & AFMT_16BIT)? 1 : 0; in ess_setupch() local 456 (b16? 0x04 : 0x00) | in ess_setupch() 472 fmtval = b16 | (stereo << 1) | ((!unsign) << 2); in ess_setupch()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | jpeg | 224 >>>101 beshort&0xf 0x2 \b16 225 >>>101 beshort&0xf 0x3 \b16-SIGNED 226 >>>101 beshort&0xf 0x4 \b16-FLOAT
|
| H A D | images | 2592 # Extension: .b16 2819 >>101 ubeshort&0xf 0x2 \b16 2820 >>101 ubeshort&0xf 0x3 \b16-SIGNED 2821 >>101 ubeshort&0xf 0x4 \b16-FLOAT
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrFormats.td | 155 class F32_BR<bits<5> major, dag outs, dag ins, bit b16, string asmstr, 161 let Inst{16} = b16; 165 class F32_BR_COND<bits<5> major, dag outs, dag ins, bit b16, string asmstr, 167 F32_BR<major, outs, ins, b16, asmstr, pattern> { 175 class F32_BR_UCOND_FAR<bits<5> major, dag outs, dag ins, bit b16, string asmstr, 177 F32_BR<major, outs, ins, b16, asmstr, pattern> {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 320 // ldmatrix b16 -> s32 @ m8n8 532 ["m8n8"], ["x1", "x2", "x4"], ["b16"]>.ret; 672 !and(!eq(g, "m8n8"), !eq(t, "b16")): true,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrInfo.td | 688 def B16_MM : UncondBranchMM16<"b16">, B16_FM, ISA_MICROMIPS32_NOT_MIPS32R6;
|
| H A D | MicroMips32r6InstrInfo.td | 1730 def : MipsInstAlias<"b16 $offset", (BC16_MMR6 brtarget10_mm:$offset), 0>,
|
| /freebsd/share/vt/fonts/ |
| H A D | gallant.hex | 4325 2b16:0000000000000000000006000d001c803c407c20fc10fc107c203c401c800d00060000000000000000000000
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 343 def B16 : AArch64Reg<16, "b16">, DwarfRegNum<[80]>;
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 12131 103c 2b16 GeForce GT 745A 32411 108e 7b16 Quad Port GbE PCIe 2.0 ExpressModule, UTP 36185 2b16 Xeon Processor E7 Product Family Memory Controller 0b 37232 3b16 3450 Chipset LPC Interface Controller
|
| H A D | usb_vendors | 12416 0b16 Toshiba StorE HDD
|