Home
last modified time | relevance | path

Searched refs:Int32 (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/bzip2/
Dbzlib_private.h44 typedef int Int32; typedef
131 extern Int32 BZ2_rNums[512];
134 Int32 rNToGo; \
135 Int32 rTPos \
203 Int32 mode;
204 Int32 state;
213 Int32 origPtr;
222 Int32 workFactor;
226 Int32 state_in_len;
230 Int32 nblock;
[all …]
Dhuffman.c35 Int32 zz, tmp; \
46 Int32 zz, yy, tmp; \
64 Int32 *freq, in BZ2_hbMakeCodeLengths()
65 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
66 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
72 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
152 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
[all …]
Dblocksort.c34 Int32 lo, in fallbackSimpleSort()
35 Int32 hi ) in fallbackSimpleSort()
37 Int32 i, j, tmp; in fallbackSimpleSort()
64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
68 Int32 yyp1 = (zzp1); \
69 Int32 yyp2 = (zzp2); \
70 Int32 yyn = (zzn); \
95 Int32 loSt, in fallbackQSort3()
96 Int32 hiSt ) in fallbackQSort3()
98 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3()
[all …]
Ddecompress.c29 Int32 i; in makeMaps_d()
106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
109 Int32 retVal; in BZ2_decompress()
110 Int32 minLen, maxLen; in BZ2_decompress()
114 Int32 i; in BZ2_decompress()
115 Int32 j; in BZ2_decompress()
116 Int32 t; in BZ2_decompress()
117 Int32 alphaSize; in BZ2_decompress()
118 Int32 nGroups; in BZ2_decompress()
119 Int32 nSelectors; in BZ2_decompress()
[all …]
Dbzip2recover.c52 typedef int Int32; typedef
111 static void mallocFail ( Int32 n ) in mallocFail()
123 static void tooManyBlocks ( Int32 max_handled_blocks ) in tooManyBlocks()
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit()
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle ); in bsPutBit()
199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit()
205 Int32 retVal = getc ( bs->handle ); in bsGetBit()
220 Int32 retVal; in bsClose()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzlib_private.h44 typedef int Int32; typedef
131 extern Int32 BZ2_rNums[512];
134 Int32 rNToGo; \
135 Int32 rTPos \
203 Int32 mode;
204 Int32 state;
213 Int32 origPtr;
222 Int32 workFactor;
226 Int32 state_in_len;
230 Int32 nblock;
[all …]
Dhuffman.c35 Int32 zz, tmp; \
46 Int32 zz, yy, tmp; \
64 Int32 *freq, in BZ2_hbMakeCodeLengths()
65 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
66 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
72 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
152 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
[all …]
Dblocksort.c34 Int32 lo, in fallbackSimpleSort()
35 Int32 hi ) in fallbackSimpleSort()
37 Int32 i, j, tmp; in fallbackSimpleSort()
64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
68 Int32 yyp1 = (zzp1); \
69 Int32 yyp2 = (zzp2); \
70 Int32 yyn = (zzn); \
95 Int32 loSt, in fallbackQSort3()
96 Int32 hiSt ) in fallbackQSort3()
98 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3()
[all …]
Ddecompress.c29 Int32 i; in makeMaps_d()
106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
109 Int32 retVal; in BZ2_decompress()
110 Int32 minLen, maxLen; in BZ2_decompress()
114 Int32 i; in BZ2_decompress()
115 Int32 j; in BZ2_decompress()
116 Int32 t; in BZ2_decompress()
117 Int32 alphaSize; in BZ2_decompress()
118 Int32 nGroups; in BZ2_decompress()
119 Int32 nSelectors; in BZ2_decompress()
[all …]
Dbzip2recover.c52 typedef int Int32; typedef
111 static void mallocFail ( Int32 n ) in mallocFail()
123 static void tooManyBlocks ( Int32 max_handled_blocks ) in tooManyBlocks()
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit()
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle ); in bsPutBit()
199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit()
205 Int32 retVal = getc ( bs->handle ); in bsGetBit()
220 Int32 retVal; in bsClose()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzlib_private.h44 typedef int Int32; typedef
131 extern Int32 BZ2_rNums[512];
134 Int32 rNToGo; \
135 Int32 rTPos \
203 Int32 mode;
204 Int32 state;
213 Int32 origPtr;
222 Int32 workFactor;
226 Int32 state_in_len;
230 Int32 nblock;
[all …]
Dhuffman.c35 Int32 zz, tmp; \
46 Int32 zz, yy, tmp; \
64 Int32 *freq, in BZ2_hbMakeCodeLengths()
65 Int32 alphaSize, in BZ2_hbMakeCodeLengths()
66 Int32 maxLen ) in BZ2_hbMakeCodeLengths()
72 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths()
75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths()
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths()
152 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes()
[all …]
Dblocksort.c34 Int32 lo, in fallbackSimpleSort()
35 Int32 hi ) in fallbackSimpleSort()
37 Int32 i, j, tmp; in fallbackSimpleSort()
64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
68 Int32 yyp1 = (zzp1); \
69 Int32 yyp2 = (zzp2); \
70 Int32 yyn = (zzn); \
95 Int32 loSt, in fallbackQSort3()
96 Int32 hiSt ) in fallbackQSort3()
98 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3()
[all …]
Ddecompress.c29 Int32 i; in makeMaps_d()
106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
109 Int32 retVal; in BZ2_decompress()
110 Int32 minLen, maxLen; in BZ2_decompress()
114 Int32 i; in BZ2_decompress()
115 Int32 j; in BZ2_decompress()
116 Int32 t; in BZ2_decompress()
117 Int32 alphaSize; in BZ2_decompress()
118 Int32 nGroups; in BZ2_decompress()
119 Int32 nSelectors; in BZ2_decompress()
[all …]
Dbzip2recover.c52 typedef int Int32; typedef
111 static void mallocFail ( Int32 n ) in mallocFail()
123 static void tooManyBlocks ( Int32 max_handled_blocks ) in tooManyBlocks()
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit()
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle ); in bsPutBit()
199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit()
205 Int32 retVal = getc ( bs->handle ); in bsGetBit()
220 Int32 retVal; in bsClose()
[all …]
Dbzip2.c164 typedef int Int32; typedef
183 Int32 verbosity;
186 Int32 numFileNames, numFilesProcessed, blockSize100k;
187 Int32 exitValue;
199 Int32 opMode;
200 Int32 srcMode;
204 Int32 longestFileName;
211 Int32 workFactor;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
222 static void* myMalloc ( Int32 );
[all …]
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DTable.swift22 public private(set) var postion: Int32
24 public init(bb: ByteBuffer, position: Int32 = 0) {
32 public func offset(_ o: Int32) -> Int32 { in offset()
33 let vtable = postion - bb.read(def: Int32.self, position: Int(postion)) in offset()
34 return o < bb.read(def: VOffset.self, position: Int(vtable)) ? Int32(bb.read( in offset()
39 public func indirect(_ o: Int32) -> Int32 { o + bb.read(def: Int32.self, position: Int(o)) } in indirect()
43 public func string(at offset: Int32) -> String? { in string()
50 public func directString(at offset: Int32) -> String? { in directString()
52 offset += bb.read(def: Int32.self, position: Int(offset)) in directString()
53 let count = bb.read(def: Int32.self, position: Int(offset)) in directString()
[all …]
DMutable.swift24 var postion: Int32 { get }
33 func mutate<T: Scalar>(value: T, o: Int32) -> Bool { in mutate<T: Scalar>()
46 public func mutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in mutate<T: Scalar>()
57 public func directMutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in directMutate<T: Scalar>()
68 public func mutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in mutate<T: Scalar>()
78 public func directMutate<T: Scalar>(_ value: T, index: Int32) -> Bool { in directMutate<T: Scalar>()
/third_party/protobuf/objectivec/Tests/
DGPBSwiftTests.swift75 XCTAssertEqual(msg.optionalInt32, Int32(100)) in testProto2Basics()
80 XCTAssertEqual(msg3.a, Int32(200)) in testProto2Basics()
83 XCTAssertEqual(msg.repeatedInt32Array.value(at: 0), Int32(300)) in testProto2Basics()
84 XCTAssertEqual(msg.repeatedInt32Array.value(at: 1), Int32(301)) in testProto2Basics()
93 var intValue: Int32 = 0 in testProto2Basics()
95 XCTAssertEqual(intValue, Int32(400)) in testProto2Basics()
97 XCTAssertEqual(intValue, Int32(401)) in testProto2Basics()
125 XCTAssertEqual(msg.optionalInt32, Int32(0)) in testProto2Basics()
167 XCTAssertEqual(msg.optionalInt32, Int32(100)) in testProto3Basics()
173 XCTAssertEqual(msg.repeatedInt32Array.value(at: 0), Int32(300)) in testProto3Basics()
[all …]
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dunion_vector_generated.swift59 private var _hairLength: Int32
61 public init(hairLength: Int32) {
73 public var hairLength: Int32 { _hairLength }
82 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Struct(bb: bb, position: o) }
84 public var hairLength: Int32 { return _accessor.readBuffer(of: Int32.self, at: 0) }
85 …@discardableResult public func mutate(hairLength: Int32) -> Bool { return _accessor.mutate(hairLen… in mutate()
105 private var _booksRead: Int32
107 public init(booksRead: Int32) {
119 public var booksRead: Int32 { _booksRead }
128 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Struct(bb: bb, position: o) }
[all …]
Dmore_defaults_generated.swift7 public enum ABC: Int32, Enum {
8 public typealias T = Int32
9 public static var byteSize: Int { return MemoryLayout<Int32>.size }
10 public var value: Int32 { return self.rawValue }
26 … return MoreDefaults(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: bb.reader)… in getRootAsMoreDefaults()
29 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Table(bb: bb, position: o) }
38 var v: Int32 { Int32(self.rawValue) }
42 …public var intsCount: Int32 { let o = _accessor.offset(VTOFFSET.ints.v); return o == 0 ? 0 : _acce…
43 … func ints(at index: Int32) -> Int32 { let o = _accessor.offset(VTOFFSET.ints.v); return o == 0 ? … in ints()
44 public var ints: [Int32] { return _accessor.getVector(at: VTOFFSET.ints.v) ?? [] }
[all …]
Dmonster_test_generated.swift179 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Struct(bb: bb, position: o) }
256 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Struct(bb: bb, position: o) }
316 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Struct(bb: bb, position: o) }
377 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Struct(bb: bb, position: o) }
404 …me_InParentNamespace(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: bb.reader)… in getRootAsInParentNamespace()
407 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Table(bb: bb, position: o) }
446 …ame_Example2_Monster(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: bb.reader)… in getRootAsMonster()
449 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Table(bb: bb, position: o) }
488 …tSimpleTableWithEnum(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: bb.reader)… in getRootAsTestSimpleTableWithEnum()
491 internal init(_ bb: ByteBuffer, o: Int32) { _accessor = Table(bb: bb, position: o) }
[all …]
DFlatBuffersTests.swift118 …var lan: Int32 { let o = __t.offset(6); return o == 0 ? 0 : __t.readBuffer(of: Int32.self, at: o) }
119 …var log: Int32 { let o = __t.offset(8); return o == 0 ? 0 : __t.readBuffer(of: Int32.self, at: o) }
125 Country(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: 0)))) in getRootAsCountry()
132 log: Int32,
133 lan: Int32) -> Offset
142 log: Int32,
143 lan: Int32) -> Offset
168 static func add(builder: inout FlatBufferBuilder, lan: Int32) { in add()
173 static func add(builder: inout FlatBufferBuilder, lng: Int32) { in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def116 __OMP_TYPE(Int32)
136 __OMP_STRUCT_TYPE(Ident, ident_t, Int32, Int32, Int32, Int32, Int8Ptr)
166 __OMP_RTL(__kmpc_barrier, false, Void, IdentPtr, Int32)
167 __OMP_RTL(__kmpc_cancel, false, Int32, IdentPtr, Int32, Int32)
168 __OMP_RTL(__kmpc_cancel_barrier, false, Int32, IdentPtr, Int32)
169 __OMP_RTL(__kmpc_global_thread_num, false, Int32, IdentPtr)
170 __OMP_RTL(__kmpc_fork_call, true, Void, IdentPtr, Int32, ParallelTaskPtr)
171 __OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32,
172 /* Int */ Int32)
173 __OMP_RTL(__kmpc_push_proc_bind, false, Void, IdentPtr, Int32, /* Int */ Int32)
[all …]
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter_generated.swift13 …rn models_HelloReply(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: bb.reader)… in getRootAsHelloReply()
16 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Table(bb: bb, position: o) }
20 var v: Int32 { Int32(self.rawValue) }
45 … models_HelloRequest(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: bb.reader)… in getRootAsHelloRequest()
48 public init(_ bb: ByteBuffer, o: Int32) { _accessor = Table(bb: bb, position: o) }
52 var v: Int32 { Int32(self.rawValue) }

12345678