Home
last modified time | relevance | path

Searched refs:Int (Results 1 – 25 of 261) sorted by relevance

1234567891011

/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib-thin.ads38 type Int is new Interfaces.C.int;
45 type Int_Access is access Int;
125 function Deflate (strm : Z_Streamp; flush : Int) return Int;
127 function DeflateEnd (strm : Z_Streamp) return Int;
129 function Inflate (strm : Z_Streamp; flush : Int) return Int;
131 function InflateEnd (strm : Z_Streamp) return Int;
137 return Int;
139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int;
142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495
146 level : Int;
[all …]
H A Dzlib-thin.adb15 Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit;
41 level : Int;
42 method : Int;
43 windowBits : Int;
44 memLevel : Int;
45 strategy : Int)
46 return Int is
63 function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is
H A Dzlib.adb21 use type Thin.Int;
37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int;
41 function (Ctrm : in Thin.Z_Streamp) return Thin.Int;
65 Return_Code : constant array (Thin.Int range <>) of Return_Code_Enum
91 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int);
121 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int) is
122 use type Thin.Int;
139 Code : Thin.Int;
199 use type Thin.Int;
200 Win_Bits : Thin.Int := Thin.Int (Window_Bits);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib-thin.ads38 type Int is new Interfaces.C.int;
45 type Int_Access is access Int;
125 function Deflate (strm : Z_Streamp; flush : Int) return Int;
127 function DeflateEnd (strm : Z_Streamp) return Int;
129 function Inflate (strm : Z_Streamp; flush : Int) return Int;
131 function InflateEnd (strm : Z_Streamp) return Int;
137 return Int;
139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int;
142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495
146 level : Int;
[all …]
H A Dzlib-thin.adb15 Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit;
41 level : Int;
42 method : Int;
43 windowBits : Int;
44 memLevel : Int;
45 strategy : Int)
46 return Int is
63 function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is
H A Dzlib.adb21 use type Thin.Int;
37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int;
41 function (Ctrm : in Thin.Z_Streamp) return Thin.Int;
65 Return_Code : constant array (Thin.Int range <>) of Return_Code_Enum
91 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int);
121 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int) is
122 use type Thin.Int;
139 Code : Thin.Int;
199 use type Thin.Int;
200 Win_Bits : Thin.Int := Thin.Int (Window_Bits);
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib-thin.ads38 type Int is new Interfaces.C.int;
45 type Int_Access is access Int;
125 function Deflate (strm : Z_Streamp; flush : Int) return Int;
127 function DeflateEnd (strm : Z_Streamp) return Int;
129 function Inflate (strm : Z_Streamp; flush : Int) return Int;
131 function InflateEnd (strm : Z_Streamp) return Int;
137 return Int;
139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int;
142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495
146 level : Int;
[all …]
H A Dzlib-thin.adb15 Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit;
41 level : Int;
42 method : Int;
43 windowBits : Int;
44 memLevel : Int;
45 strategy : Int)
46 return Int is
63 function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is
H A Dzlib.adb21 use type Thin.Int;
37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int;
41 function (Ctrm : in Thin.Z_Streamp) return Thin.Int;
65 Return_Code : constant array (Thin.Int range <>) of Return_Code_Enum
91 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int);
121 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int) is
122 use type Thin.Int;
139 Code : Thin.Int;
199 use type Thin.Int;
200 Win_Bits : Thin.Int := Thin.Int (Window_Bits);
[all …]
/netbsd-src/common/dist/zlib/contrib/ada/
H A Dzlib-thin.ads38 type Int is new Interfaces.C.int;
45 type Int_Access is access Int;
125 function Deflate (strm : Z_Streamp; flush : Int) return Int;
127 function DeflateEnd (strm : Z_Streamp) return Int;
129 function Inflate (strm : Z_Streamp; flush : Int) return Int;
131 function InflateEnd (strm : Z_Streamp) return Int;
137 return Int;
139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int;
142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495
146 level : Int;
[all …]
H A Dzlib-thin.adb15 Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit;
41 level : Int;
42 method : Int;
43 windowBits : Int;
44 memLevel : Int;
45 strategy : Int)
46 return Int is
63 function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalIterator.h72 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() argument
73 Int->Nodes.push_back(BB); in addNodeToInterval()
82 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() argument
84 llvm::append_range(Int->Nodes, I->Nodes); in addNodeToInterval()
181 Interval *Int = new Interval(Header); in ProcessInterval() local
186 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval()
188 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval()
200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument
201 assert(Int && "Null interval == bad!"); in ProcessNode()
207 if (Int->contains(NodeHeader)) { // Already in this interval... in ProcessNode()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumber.c205 #define BADINT (Int)0x80000000 /* most-negative Int; error indicator */
207 #define BIGEVEN (Int)0x80000002
208 #define BIGODD (Int)0x80000003
214 #define eInt Int /* extended integer */
236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
237 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
242 Int *, uInt *);
243 static decNumber * decDecap(decNumber *, Int);
248 static void decFinalize(decNumber *, decContext *, Int *, uInt *);
249 static Int decGetDigits(Unit *, Int);
[all …]
H A DdecCommon.c250 Int length; /* coefficient length */ in decFinalize()
253 Int clen=ulsd-umsd+1; in decFinalize()
274 Int drop; /* digits to be dropped */ in decFinalize()
466 Int shift=num->exponent-(DECEMAX-(DECPMAX-1)); in decFinalize()
589 decFloat * decFloatFromBCD(decFloat *df, Int exp, const uByte *bcdar, in decFloatFromBCD()
590 Int sig) { in decFloatFromBCD()
676 decFloat * decFloatFromPacked(decFloat *df, Int exp, const uByte *packed) { in decFloatFromPacked()
680 Int sig=0; /* sign */ in decFloatFromPacked()
720 decFloat * decFloatFromPackedChecked(decFloat *df, Int exp, in decFloatFromPackedChecked()
725 Int sig=0; /* sign */ in decFloatFromPackedChecked()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumber.c205 #define BADINT (Int)0x80000000 /* most-negative Int; error indicator */
207 #define BIGEVEN (Int)0x80000002
208 #define BIGODD (Int)0x80000003
214 #define eInt Int /* extended integer */
236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
237 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
242 Int *, uInt *);
243 static decNumber * decDecap(decNumber *, Int);
248 static void decFinalize(decNumber *, decContext *, Int *, uInt *);
249 static Int decGetDigits(Unit *, Int);
[all …]
H A DdecCommon.c250 Int length; /* coefficient length */ in decFinalize()
253 Int clen=ulsd-umsd+1; in decFinalize()
274 Int drop; /* digits to be dropped */ in decFinalize()
466 Int shift=num->exponent-(DECEMAX-(DECPMAX-1)); in decFinalize()
589 decFloat * decFloatFromBCD(decFloat *df, Int exp, const uByte *bcdar, in decFloatFromBCD()
590 Int sig) { in decFloatFromBCD()
676 decFloat * decFloatFromPacked(decFloat *df, Int exp, const uByte *packed) { in decFloatFromPacked()
680 Int sig=0; /* sign */ in decFloatFromPacked()
720 decFloat * decFloatFromPackedChecked(decFloat *df, Int exp, in decFloatFromPackedChecked()
725 Int sig=0; /* sign */ in decFloatFromPackedChecked()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c205 #define BADINT (Int)0x80000000 /* most-negative Int; error indicator */
207 #define BIGEVEN (Int)0x80000002
208 #define BIGODD (Int)0x80000003
214 #define eInt Int /* extended integer */
236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
237 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
242 Int *, uInt *);
243 static decNumber * decDecap(decNumber *, Int);
248 static void decFinalize(decNumber *, decContext *, Int *, uInt *);
249 static Int decGetDigits(Unit *, Int);
[all …]
H A DdecCommon.c250 Int length; /* coefficient length */ in decFinalize()
253 Int clen=ulsd-umsd+1; in decFinalize()
274 Int drop; /* digits to be dropped */ in decFinalize()
466 Int shift=num->exponent-(DECEMAX-(DECPMAX-1)); in decFinalize()
589 decFloat * decFloatFromBCD(decFloat *df, Int exp, const uByte *bcdar, in decFloatFromBCD()
590 Int sig) { in decFloatFromBCD()
676 decFloat * decFloatFromPacked(decFloat *df, Int exp, const uByte *packed) { in decFloatFromPacked()
680 Int sig=0; /* sign */ in decFloatFromPacked()
720 decFloat * decFloatFromPackedChecked(decFloat *df, Int exp, in decFloatFromPackedChecked()
725 Int sig=0; /* sign */ in decFloatFromPackedChecked()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c205 #define BADINT (Int)0x80000000 /* most-negative Int; error indicator */
207 #define BIGEVEN (Int)0x80000002
208 #define BIGODD (Int)0x80000003
214 #define eInt Int /* extended integer */
236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
237 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
242 Int *, uInt *);
243 static decNumber * decDecap(decNumber *, Int);
248 static void decFinalize(decNumber *, decContext *, Int *, uInt *);
249 static Int decGetDigits(Unit *, Int);
[all …]
H A DdecCommon.c250 Int length; /* coefficient length */ in decFinalize()
253 Int clen=ulsd-umsd+1; in decFinalize()
274 Int drop; /* digits to be dropped */ in decFinalize()
466 Int shift=num->exponent-(DECEMAX-(DECPMAX-1)); in decFinalize()
589 decFloat * decFloatFromBCD(decFloat *df, Int exp, const uByte *bcdar, in decFloatFromBCD()
590 Int sig) { in decFloatFromBCD()
676 decFloat * decFloatFromPacked(decFloat *df, Int exp, const uByte *packed) { in decFloatFromPacked()
680 Int sig=0; /* sign */ in decFloatFromPacked()
720 decFloat * decFloatFromPackedChecked(decFloat *df, Int exp, in decFloatFromPackedChecked()
725 Int sig=0; /* sign */ in decFloatFromPackedChecked()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td297 def Int : Type<"int", QualType<"Context.IntTy">>;
375 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub…
377 def TLSignedInts : TypeList<[Char, Short, Int, Long]>;
380 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>;
387 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>;
416 Int, UInt, Long, ULong,
442 UShort, Int, UInt, Long, ULong] in {
444 UShort, Int, UInt, Long, ULong] in {
528 def : Builtin<name, [GenTypeFloatVecNoScalar, GenTypeFloatVecNoScalar, Int], Attr.Const>;
530 def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Int], Attr.Const>;
[all …]
/netbsd-src/regress/sys/uvm/pdsim/
H A Dnbsd.hs39 type PageId = Int
50 data PageList = Pgl Int (Queue Int)
73 reactivate :: (Pageq,Map.Map Int Page) -> (Pageq,Map.Map Int Page)
87 reclaim :: Int -> (Pageq,Map.Map Int Page)->(Pageq,Map.Map Int Page)
111 pgref :: Int->Map.Map Int Page -> Map.Map Int Page
146 npgs::Int
149 pgs::[Int]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAtomicOrdering.h44 template <typename Int> inline bool isValidAtomicOrderingCABI(Int I) { in isValidAtomicOrderingCABI()
45 return (Int)AtomicOrderingCABI::relaxed <= I && in isValidAtomicOrderingCABI()
46 I <= (Int)AtomicOrderingCABI::seq_cst; in isValidAtomicOrderingCABI()
75 template <typename Int> inline bool isValidAtomicOrdering(Int I) { in isValidAtomicOrdering()
76 return static_cast<Int>(AtomicOrdering::NotAtomic) <= I && in isValidAtomicOrdering()
77 I <= static_cast<Int>(AtomicOrdering::SequentiallyConsistent); in isValidAtomicOrdering()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DContinuousRangeMap.h36 template <typename Int, typename V, unsigned InitialCapacity>
39 using value_type = std::pair<Int, V>;
51 bool operator ()(const_reference L, Int R) const { in operator()
54 bool operator ()(Int L, const_reference R) const { in operator()
57 bool operator ()(Int L, Int R) const { in operator()
93 iterator find(Int K) { in find()
102 const_iterator find(Int K) const { in find()
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal64.c52 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
53 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
90 Int ae; /* adjusted exponent */ in decimal64FromNumber()
147 Int pad=0; /* coefficient pad digits */ in decimal64FromNumber()
161 Int d=dn->digits; in decimal64FromNumber()
217 Int need; /* work */ in decimal64ToNumber()
301 Int exp; /* exponent top two bits or full */ in decimal64ToString()
307 Int dpd; /* .. */ in decimal64ToString()
308 Int pre, e; /* .. */ in decimal64ToString()
326 if (((Int)sourhi)<0) *c++='-'; /* handle sign */ in decimal64ToString()
[all …]

1234567891011