Searched refs:vts (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_bancomm.c418 struct btfp_time vts; local
465 if (ioctl(fd_vme, READTIME, &vts)) {
472 ((vts.btfp_time[ 0 ] & 0x000f) << 8) +
473 ((vts.btfp_time[ 1 ] & 0xff00) >> 8));
478 vts.btfp_time[ 1 ] & 0x00ff);
483 (vts.btfp_time[ 2 ] & 0xff00) >> 8);
488 vts.btfp_time[ 2 ] & 0x00ff);
495 vts.btfp_time[ 3 ],
496 vts.btfp_time[ 4 ] >> 8);
500 time_vme->status = (vts
[all...]
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h997 const MVT::SimpleValueType *vts, unsigned numvts,
1003 VTs(vts, vts+numvts), Operands(operands, operands+numops),
1047 const MVT::SimpleValueType *vts, unsigned numvts,
1052 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
1070 const MVT::SimpleValueType *vts, unsigned numvts,
1075 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
996 EmitNodeMatcherCommon(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, bool isMorphNodeTo) argument
1046 EmitNodeMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, unsigned firstresultslot) argument
1069 MorphNodeToMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument

Completed in 97 milliseconds