Searched refs:Int (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecUtility.h36 extern void decDensePackCoeff (const decNumber *, uByte *, Int, Int);
37 extern void decDenseUnpackCoeff (const uByte *, Int, decNumber *, Int, Int);
H A DdecNumber.c190 #define BADINT (Int)0x80000000 /* most-negative Int; error indicator */
196 #define eInt Int /* extended integer */
221 static void decApplyRound (decNumber *, decContext *, Int, uInt *);
222 static Int decCompare (const decNumber * lhs, const decNumber * rhs);
226 Int *, uInt *);
229 static void decFinalize (decNumber *, decContext *, Int *, uInt *);
230 static Int decGetDigits (const Unit *, Int);
232 static Int decGetIn
[all...]
H A DdecUtility.c76 decDensePackCoeff (const decNumber * dn, uByte * bytes, Int len, Int shift)
78 Int cut; /* work */
79 Int n; /* output bunch counter */
80 Int digits = dn->digits; /* digit countdown */
142 Int j; /* digit-in-bunch count */
224 decDenseUnpackCoeff (const uByte * bytes, Int len, decNumber * dn,
225 Int bunches, Int odd)
228 Int
[all...]
H A Ddecimal128.c79 Int pad = 0; /* coefficient pad digits */
90 Int ae = dn->exponent + dn->digits - 1; /* adjusted exponent */
237 Int bunches = DECIMAL128_Pmax / 3; /* coefficient full bunches to convert */
238 Int odd = 0; /* assume MSD is 0 (no odd bunch) */
336 Int i, j;
H A Ddecimal32.c79 Int pad = 0; /* coefficient pad digits */
90 Int ae = dn->exponent + dn->digits - 1; /* adjusted exponent */
234 Int bunches = DECIMAL32_Pmax / 3; /* coefficient full bunches to convert */
235 Int odd = 0; /* assume MSD is 0 (no odd bunch) */
327 Int i, j;
H A Ddecimal64.c79 Int pad = 0; /* coefficient pad digits */
90 Int ae = dn->exponent + dn->digits - 1; /* adjusted exponent */
233 Int bunches = DECIMAL64_Pmax / 3; /* coefficient full bunches to convert */
234 Int odd = 0; /* assume MSD is 0 (no odd bunch) */
327 Int i, j;
H A DdecNumberLocal.h49 #define Int int32_t macro
H A DdecContext.c53 decContextDefault (decContext * context, Int kind)
123 Int status = context->status;
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DIntervalIterator.h68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { argument
69 Int->Nodes.push_back(BB);
79 inline void addNodeToInterval(Interval *Int, Interval *I) { argument
80 // Add all of the nodes in I as new nodes in Int.
81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes));
170 Interval *Int = new Interval(Header);
176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I));
178 IntStack.push_back(std::make_pair(Int, succ_begin(Int)));
191 void ProcessNode(Interval *Int, NodeT argument
[all...]
H A DIntervalPartition.h106 void updatePredecessors(Interval *Int);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DContinuousRangeMap.h35 template <typename Int, typename V, unsigned InitialCapacity>
38 typedef std::pair<Int, V> value_type;
49 bool operator ()(const_reference L, Int R) const {
52 bool operator ()(Int L, const_reference R) const {
55 bool operator ()(Int L, Int R) const {
91 iterator find(Int K) {
100 const_iterator find(Int K) const {
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DIntervalPartition.cpp58 void IntervalPartition::updatePredecessors(Interval *Int) { argument
59 BasicBlock *Header = Int->getHeaderNode();
60 for (Interval::succ_iterator I = Int->Successors.begin(),
61 E = Int->Successors.end(); I != E; ++I)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp769 Value *Int = EmitScalarExpr(E->getArg(0)); local
772 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType());
778 Builder.CreateCall2(F, Int, Ptr);
1755 unsigned int Int = 0; local
1810 Int = Intrinsic::arm_neon_vqadds;
1815 Int = Intrinsic::arm_neon_vqsubs;
1833 F = CGF.CGM.getIntrinsic(Int, ResVTy);
1854 Int = Intrinsic::aarch64_neon_vmulx;
1856 return CGF.EmitNeonCall(CGF.CGM.getIntrinsic(Int, Ty), Ops, "vmulx");
1896 Int
2698 unsigned int Int = 0; local
2970 unsigned Int; local
3322 unsigned Int; local
3350 unsigned Int; local
4184 unsigned Int = usgn ? Intrinsic::arm_vcvtru : Intrinsic::arm_vcvtr; local
4202 unsigned Int; local
[all...]
/freebsd-10.1-release/usr.bin/truss/
H A Dsyscalls.c96 .args = { { Int, 0 } , { Fcntl, 1 }, { Fcntlflag | OUT, 2 } } },
104 .args = { { Name, 0 } , { Name | OUT, 1 }, { Int, 2 }}},
106 .args = { { Int, 0 } , { LinuxSockArgs, 1 }}},
110 .args = { { Int, 0 } } },
114 .args = { { Int, 0 } } },
117 .args = { { Name, 0 } , { Readlinkres | OUT, 1 }, { Int, 2 } } },
119 .args = { { Int, 0 }, { Quad, 1 + QUAD_ALIGN }, { Whence, 1 + QUAD_SLOTS + QUAD_ALIGN } } },
121 .args = { { Int, 0 }, { Int, 1 }, { Whence, 2 } } },
123 .args = { { Ptr, 0 }, { Int,
[all...]
H A Dsyscall.h7 * Int -- normal integer values (file descriptors, for example)
38 enum Argtype { None = 1, Hex, Octal, Int, Name, Ptr, Stat, Ioctl, Quad, enumerator in enum:Argtype
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp292 const llvm::APSInt& Int,
296 const llvm::APSInt& Int,
300 const llvm::APSInt& Int,
304 const llvm::APSInt& Int,
308 const llvm::APSInt& Int,
312 const llvm::APSInt& Int,
418 const llvm::APSInt &Int,
422 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
425 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment;
430 // [Int
417 assumeSymNE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
437 assumeSymEQ(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
452 assumeSymLT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
481 assumeSymGT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
510 assumeSymGE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
539 assumeSymLE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
[all...]
H A DSimpleConstraintManager.h44 const llvm::APSInt& Int);
H A DSimpleConstraintManager.cpp213 const llvm::APSInt& Int) {
233 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int));
234 llvm::APSInt ConvertedInt = ComparisonType.convert(Int);
210 assumeSymRel(ProgramStateRef state, const SymExpr *LHS, BinaryOperator::Opcode op, const llvm::APSInt& Int) argument
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h235 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { argument
237 const int64_t SignedInt = Int;
238 if ((char)Int == SignedInt) return dwarf::DW_FORM_data1;
239 if ((short)Int == SignedInt) return dwarf::DW_FORM_data2;
240 if ((int)Int == SignedInt) return dwarf::DW_FORM_data4;
242 if ((unsigned char)Int == Int) return dwarf::DW_FORM_data1;
243 if ((unsigned short)Int == Int) return dwarf::DW_FORM_data2;
244 if ((unsigned int)Int
[all...]
H A DDwarfDebug.h80 int64_t Int; member in union:llvm::DotDebugLocEntry::__anon2228
96 Constants.Int = 0;
101 Constants.Int = 0;
106 Constants.Int = i;
135 int64_t getInt() const { return Constants.Int; }
/freebsd-10.1-release/sys/boot/i386/btx/btx/
H A Dbtx.S73 .set V86_ADDR,0x4 # Int number/address
315 intx00: push $0x0 # Int 0x0: #DE
317 push $0x1 # Int 0x1: #DB
319 push $0x3 # Int 0x3: #BP
321 push $0x4 # Int 0x4: #OF
323 push $0x5 # Int 0x5: #BR
325 push $0x6 # Int 0x6: #UD
327 push $0x7 # Int 0x7: #NM
329 push $0x8 # Int 0x8: #DF
331 push $0xa # Int
[all...]
/freebsd-10.1-release/sys/boot/pc98/btx/btx/
H A Dbtx.S71 .set V86_ADDR,0x4 # Int number/address
317 intx00: push $0x0 # Int 0x0: #DE
319 push $0x1 # Int 0x1: #DB
321 push $0x3 # Int 0x3: #BP
323 push $0x4 # Int 0x4: #OF
325 push $0x5 # Int 0x5: #BR
327 push $0x6 # Int 0x6: #UD
329 push $0x7 # Int 0x7: #NM
331 push $0x8 # Int 0x8: #DF
333 push $0xa # Int
[all...]
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp378 static void ComputeFixedEncoding(const CodeGenIntrinsic &Int, argument
382 if (Int.IS.RetVTs.empty())
384 else if (Int.IS.RetVTs.size() == 1 &&
385 Int.IS.RetVTs[0] == MVT::isVoid)
388 switch (Int.IS.RetVTs.size()) {
397 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i)
398 EncodeFixedType(Int.IS.RetTypeDefs[i], ArgCodes, TypeSig);
401 for (unsigned i = 0, e = Int.IS.ParamTypeDefs.size(); i != e; ++i)
402 EncodeFixedType(Int.IS.ParamTypeDefs[i], ArgCodes, TypeSig);
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/freebsd-10.1-release/lib/libedit/
H A Dchartype.h66 #define Int wint_t macro
115 #define Int int macro

Completed in 358 milliseconds

123