| /freebsd-12-stable/crypto/openssl/crypto/rc4/asm/ |
| D | rc4-586.pl | 79 $ty="edx"; 89 &mov ($ty,&DWP(0,$dat,$yy,4)); 91 &mov (&DWP(0,$dat,$xx,4),$ty); 92 &add ($ty,$tx); 94 &and ($ty,0xff); 101 &$func ($out,&DWP(0,$dat,$ty,4)); 122 &mov ($ty,&DWP(0,$dat,$yy,4)); 125 &mov (&DWP(0,$dat,$XX[0],4),$ty); 126 &add (&LB($ty),&LB($tx)); 132 &pinsrw ($mm,&DWP(0,$dat,$ty,4),$j); [all …]
|
| /freebsd-12-stable/sbin/bsdlabel/ |
| D | disktab | 26 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#40:\ 31 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#80:\ 36 :ty=floppy:se#512:nt#2:rm#360:ns#15:nc#80:\ 41 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\ 46 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\ 56 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#80:\ 61 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#82:\ 66 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#82:\ 71 :ty=floppy:se#512:nt#2:rm#300:ns#21:nc#82:\ 79 :ty=floppy:se#512:nt#8:rm#300:ns#32:nc#963:\ [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | CBindingWrapping.h | 19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 20 inline ty *unwrap(ref P) { \ 21 return reinterpret_cast<ty*>(P); \ 24 inline ref wrap(const ty *P) { \ 25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \ 28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ 36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument 37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrAtomics.td | 130 multiclass WaitPatNoOffset<ValueType ty, Intrinsic kind, 132 def : Pat<(i32 (kind I32:$addr, ty:$exp, I64:$timeout)), 133 (!cast<NI>(inst#_A32) 0, 0, I32:$addr, ty:$exp, I64:$timeout)>, 135 def : Pat<(i32 (kind I64:$addr, ty:$exp, I64:$timeout)), 136 (!cast<NI>(inst#_A64) 0, 0, I64:$addr, ty:$exp, I64:$timeout)>, 151 multiclass WaitPatImmOff<ValueType ty, Intrinsic kind, PatFrag operand, 153 def : Pat<(i32 (kind (operand I32:$addr, imm:$off), ty:$exp, I64:$timeout)), 154 (!cast<NI>(inst#_A32) 0, imm:$off, I32:$addr, ty:$exp, 157 def : Pat<(i32 (kind (operand I64:$addr, imm:$off), ty:$exp, I64:$timeout)), 158 (!cast<NI>(inst#_A64) 0, imm:$off, I64:$addr, ty:$exp, [all …]
|
| D | WebAssemblyInstrMemory.td | 70 multiclass LoadPatNoOffset<ValueType ty, SDPatternOperator kind, string inst> { 71 def : Pat<(ty (kind I32:$addr)), (!cast<NI>(inst # "_A32") 0, 0, I32:$addr)>, 73 def : Pat<(ty (kind (i64 I64:$addr))), (!cast<NI>(inst # "_A64") 0, 0, I64:$addr)>, 85 multiclass LoadPatImmOff<ValueType ty, SDPatternOperator kind, PatFrag operand, 87 def : Pat<(ty (kind (operand I32:$addr, imm:$off))), 90 def : Pat<(ty (kind (operand I64:$addr, imm:$off))), 105 multiclass LoadPatOffsetOnly<ValueType ty, SDPatternOperator kind, string inst> { 106 def : Pat<(ty (kind imm:$off)), 109 def : Pat<(ty (kind imm:$off)), 119 multiclass LoadPatGlobalAddrOffOnly<ValueType ty, SDPatternOperator kind, string inst> { [all …]
|
| /freebsd-12-stable/contrib/amd/fsinfo/ |
| D | fsinfo.h | 127 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) argument 128 #define HEAD(ty, q) ((ty *) q) argument 130 #define ITER(v, ty, q) for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v))) argument 131 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) argument 132 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw)) argument
|
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| D | gen_decode.c | 61 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag() argument 66 *ty = PRIM; in find_tag() 71 *ty = PRIM; in find_tag() 78 *ty = PRIM; in find_tag() 83 *ty = PRIM; in find_tag() 88 *ty = PRIM; in find_tag() 93 *ty = PRIM; in find_tag() 98 *ty = PRIM; in find_tag() 103 *ty = PRIM; in find_tag() 108 *ty = PRIM; in find_tag() [all …]
|
| D | asn1_gen.c | 74 int ret, l, c, ty, ta; in doit() local 100 ty = der_get_type_num(type); in doit() 101 if (ty == -1) errx(1, "no valid type on line %lu", line); in doit() 110 line, (unsigned long)offset, c, ty, ta, l, in doit() 116 ty, in doit()
|
| /freebsd-12-stable/contrib/amd/include/ |
| D | am_utils.h | 124 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) argument 125 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) argument 126 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw)) argument 127 #define PREV(ty, q) ((ty *) (((qelem *) q)->q_back)) argument 128 #define HEAD(ty, q) ((ty *) q) argument 129 #define ITER(v, ty, q) \ argument 130 for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v))) 133 #define ALLOC(ty) ((ty *) xmalloc(sizeof(ty))) argument 134 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) argument
|
| /freebsd-12-stable/contrib/amd/conf/mtab/ |
| D | mtab_bsd.c | 60 char *ty; in mnt_dup() local 66 ty = mp->f_fstypename; in mnt_dup() 72 ty = MNTTAB_TYPE_UFS; in mnt_dup() 78 ty = MNTTAB_TYPE_NFS; in mnt_dup() 84 ty = MNTTAB_TYPE_MFS; in mnt_dup() 89 ty = "unknown"; in mnt_dup() 95 new_mp->mnt_type = xstrdup(ty); in mnt_dup()
|
| /freebsd-12-stable/release/picobsd/mfs_tree/etc/ |
| D | disktab | 19 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#40:\ 25 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#80:\ 31 :ty=floppy:se#512:nt#2:rm#360:ns#15:nc#80:\ 37 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\ 43 :ty=floppy:se#512:nt#2:rm#300:ns#16:nc#64:\ 56 :dt=ST506:ty=winchester:se#512:nt#8:ns#33:nc#766: \ 66 :ty=removable:dt=SCSI:se#512:nt#1:ns#31:nc#18600:ts#1:rm#4800:\ 71 :ty=removeable:dt=SCSI:rm#3600:\ 76 minimum:ty=mfs:se#512:nt#1:rm#300:\ 82 :ty=removable:se#512:nc#96:nt#64:ns#32:\
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLoweringHVX.cpp | 357 if (ty(Vec).getVectorElementType() == ElemTy) in opCastElem() 366 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)), in opJoin() 373 TypePair Tys = typeSplit(ty(Vec)); in opSplit() 446 if (ty(Idx) != MVT::i32) in getIndexInWord32() 458 MVT OpTy = ty(Op0); in getByteShuffle() 459 assert(OpTy == ty(Op1)); in getByteShuffle() 586 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg() 643 MVT PredTy = ty(PredV); in createHvxPrefixPred() 808 MVT ElemTy = ty(VecV).getVectorElementType(); in extractHvxElementReg() 825 SDValue ExVec = DAG.getBitcast(tyVector(ty(ExWord), ElemTy), ExWord); in extractHvxElementReg() [all …]
|
| /freebsd-12-stable/lib/msun/ld128/ |
| D | e_rem_pio2l.h | 66 double tx[5],ty[3]; in __ieee754_rem_pio2l() local 129 n = __kernel_rem_pio2(tx,ty,e0,nx,3); in __ieee754_rem_pio2l() 130 t = (long double)ty[2] + ty[1]; in __ieee754_rem_pio2l() 131 r = t + ty[0]; in __ieee754_rem_pio2l() 132 w = ty[0] - (r - t); in __ieee754_rem_pio2l()
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | DebugTypes.cpp | 348 for (CVType &ty : types) { in mergeDebugT() 355 isIdRecord(ty.kind()) ? m->ipiCounts : m->tpiCounts; in mergeDebugT() 610 forEachCodeViewRecord<CVType>(types, [fn](const CVType &ty) -> Error { in forEachTypeChecked() argument 611 fn(ty); in forEachTypeChecked() 623 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT() argument 624 if (isIdRecord(ty.kind())) in fillIsItemIndexFromDebugT() 630 void TpiSource::mergeTypeRecord(TypeIndex curIndex, CVType ty) { in mergeTypeRecord() argument 632 bool isItem = isIdRecord(ty.kind()); in mergeTypeRecord() 636 assert(ty.length() <= codeview::MaxRecordLength); in mergeTypeRecord() 638 size_t newSize = alignTo(ty.length(), 4); in mergeTypeRecord() [all …]
|
| /freebsd-12-stable/lib/msun/ld80/ |
| D | e_rem_pio2l.h | 78 double tx[3],ty[2]; in __ieee754_rem_pio2l() local 138 n = __kernel_rem_pio2(tx,ty,e0,nx,2); in __ieee754_rem_pio2l() 139 r = (long double)ty[0] + ty[1]; in __ieee754_rem_pio2l() 140 w = ty[1] - (r - ty[0]); in __ieee754_rem_pio2l()
|
| /freebsd-12-stable/lib/msun/src/ |
| D | e_rem_pio2f.c | 50 double tx[1],ty[1]; in __ieee754_rem_pio2f() local 75 n = __kernel_rem_pio2(tx,ty,e0,1,0); in __ieee754_rem_pio2f() 76 if(hx<0) {*y = -ty[0]; return -n;} in __ieee754_rem_pio2f() 77 *y = ty[0]; return n; in __ieee754_rem_pio2f()
|
| D | e_rem_pio2.c | 58 double tx[3],ty[2]; in __ieee754_rem_pio2() local 177 n = __kernel_rem_pio2(tx,ty,e0,nx,1); in __ieee754_rem_pio2() 178 if(hx<0) {y[0] = -ty[0]; y[1] = -ty[1]; return -n;} in __ieee754_rem_pio2() 179 y[0] = ty[0]; y[1] = ty[1]; return n; in __ieee754_rem_pio2()
|
| /freebsd-12-stable/contrib/bearssl/src/aead/ |
| D | gcm.c | 91 unsigned char ty[16], tmp[16]; in br_gcm_reset() local 93 memset(ty, 0, sizeof ty); in br_gcm_reset() 94 ctx->gh(ty, ctx->h, iv, len); in br_gcm_reset() 97 ctx->gh(ty, ctx->h, tmp, 16); in br_gcm_reset() 98 memcpy(ctx->j0_1, ty, 12); in br_gcm_reset() 99 ctx->j0_2 = br_dec32be(ty + 12); in br_gcm_reset()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | Address.h | 87 ConstantAddress getBitCast(llvm::Type *ty) const { in getBitCast() argument 88 return ConstantAddress(llvm::ConstantExpr::getBitCast(getPointer(), ty), in getBitCast() 92 ConstantAddress getElementBitCast(llvm::Type *ty) const { in getElementBitCast() argument 93 return getBitCast(ty->getPointerTo(getAddressSpace())); in getElementBitCast()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | LocInfoType.h | 37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() argument 38 : Type((TypeClass)LocInfo, ty, ty->getDependence()), DeclInfo(TInfo) { in LocInfoType()
|
| /freebsd-12-stable/usr.bin/rpcgen/ |
| D | rpc_util.c | 138 switch (def->def.ty.rel) { in fixit() 140 if (streq(def->def.ty.old_type, "opaque")) in fixit() 143 return (def->def.ty.old_type); in fixit() 146 return (fixit(def->def.ty.old_type, orig)); in fixit() 190 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) { in typedefed() 215 type = def->def.ty.old_type; in isvectordef() 216 rel = def->def.ty.rel; in isvectordef()
|
| /freebsd-12-stable/lib/libpam/modules/pam_securetty/ |
| D | pam_securetty.c | 61 struct ttyent *ty; in pam_sm_acct_mgmt() local 90 if (tty != NULL && (ty = getttynam(tty)) != NULL && in pam_sm_acct_mgmt() 91 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
|
| /freebsd-12-stable/sys/netpfil/ipfw/test/ |
| D | mylist.h | 32 #define list_first_entry(pL, ty, member) \ argument 33 (ty *)((char *)((pL)->next) - offsetof(ty, member))
|
| /freebsd-12-stable/crypto/openssl/crypto/rc4/ |
| D | rc4_enc.c | 25 register RC4_INT x, y, tx, ty; in RC4() local 36 d[x]=ty=d[y]; \ in RC4() 38 (out) = d[(tx+ty)&0xff]^ (in); in RC4()
|
| /freebsd-12-stable/contrib/gcclibs/libmudflap/ |
| D | mf-impl.h | 342 #define DECLARE(ty, fname, ...) \ argument 343 typedef ty (*__mf_fn_ ## fname) (__VA_ARGS__); \ 344 extern ty __mf_0fn_ ## fname (__VA_ARGS__); 357 #define DECLARE(ty, fname, ...) \ argument 358 extern ty __real_ ## fname (__VA_ARGS__)
|