Home
last modified time | relevance | path

Searched refs:UInt32 (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib_private.h45 typedef unsigned int UInt32; typedef
155 extern const UInt32 BZ2_crc32Table[256];
207 UInt32 avail_in_expect;
210 UInt32* arr1;
211 UInt32* arr2;
212 UInt32* ftab;
216 UInt32* ptr;
225 UInt32 state_in_ch;
241 UInt32 bsBuff;
245 UInt32 blockCRC;
[all …]
H A Dbzip2.patch57 - s->arr1 = BZALLOC( n * sizeof(UInt32) );
58 - s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
59 - s->ftab = BZALLOC( 65537 * sizeof(UInt32) );
60 + s->arr1 = (UInt32*) BZALLOC( n * sizeof(UInt32) );
61 + s->arr2 = (UInt32*) BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
62 + s->ftab = (UInt32*) BZALLOC( 65537 * sizeof(UInt32) );
185 -extern UInt32 BZ2_crc32Table[256];
186 +extern const UInt32 BZ2_crc32Table[256];
198 -UInt32 BZ2_crc32Table[256] = {
199 +const UInt32 BZ2_crc32Table[256] = {
[all …]
H A Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
33 UInt32* eclass, in fallbackSimpleSort()
38 UInt32 ec_tmp; in fallbackSimpleSort()
93 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
94 UInt32* eclass, in fallbackQSort3()
100 UInt32 med, r, r3; in fallbackQSort3()
205 #define SET_BH(zz) bhtab[(zz) >> 5] |= ((UInt32)1 << ((zz) & 31))
206 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~((UInt32)1 << ((zz) & 31))
207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & ((UInt32)1 << ((zz) & 31)))
212 void fallbackSort ( UInt32* fmap, in fallbackSort()
[all …]
H A Ddecompress.c48 UInt32 v; \
58 ((UInt32) \
219 s->tt = (UInt32*) BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress()
244 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
246 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
248 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
250 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
419 s->tt[nblock] = (UInt32)uc; in BZ2_decompress()
433 UInt32 nn; in BZ2_decompress()
434 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]
H A Dbzlib.c181 s->arr1 = (UInt32*) BZALLOC( n * sizeof(UInt32) ); in BZ_API()
182 s->arr2 = (UInt32*) BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
183 s->ftab = (UInt32*) BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
205 s->ptr = (UInt32*)s->arr1; in BZ_API()
266 UInt32 zchh = (UInt32)(zchh0); \
306 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UCha in copy_input_until_stop()
[all...]
H A Dcrctable.c31 const UInt32 BZ2_crc32Table[256] = {
H A Dcompress.c79 void bsW ( EState* s, Int32 n, UInt32 v )
89 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32()
102 bsW( s, 8, (UInt32)c );
156 UInt32* ptr = s->ptr; in generateMTFValues()
368 register UInt32 cost01, cost23, cost45; in sendMTFValues()
/openbsd-src/gnu/llvm/clang/docs/analyzer/checkers/
H A Dseckeychainapi_example.m5 UInt32 length;
13 UInt32 *length = 0;
23 UInt32 *length = 0;
35 UInt32 *length = 0;
53 UInt32 *length = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h405 UInt32, enumerator
437 explicit Variant(uint32_t V) : Type(PDB_VariantType::UInt32) { in Variant()
438 Value.UInt32 = V; in Variant()
464 uint32_t UInt32; member
478 case UInt32: in isIntegralType()
501 VARIANT_WIDTH(UInt32, 32u) in getBitWidth()
524 VARIANT_APSINT(UInt32, 32u, true) in toAPSInt()
538 case PDB_VariantType::UInt32: in toAPFloat()
568 VARIANT_EQUAL_CASE(UInt32)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td169 def : Property<"numElements", UInt32> {
234 def : Property<"numRows", UInt32> {
237 def : Property<"numColumns", UInt32> {
272 def : Property<"regParm", UInt32> {
464 def : Property<"dependence", UInt32> {
714 def : Property<"depth", UInt32> {
717 def : Property<"index", UInt32> {
741 def : Property<"Index", UInt32> {
744 def : Property<"PackIndex", Optional<UInt32>> {
759 def : Property<"numExpansions", Optional<UInt32>> {
[all …]
H A DPropertiesBase.td142 def UInt32 : CountPropertyType<"uint32_t">;
270 def : Property<"semantics", UInt32> {
312 def : Property<"semantics", UInt32> {
357 def : Property<"totalLength", UInt32> {
492 def : Property<"callIndex", UInt32> {
496 def : Property<"version", UInt32> {
508 def : Property<"offsetQuantity", UInt32> {
705 def : Property<"index", UInt32> {
708 def : Property<"packIndex", Optional<UInt32>> {
725 def : Property<"index", UInt32> {
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h49 UInt32 = 0x0075, // 32 bit unsigned int enumerator
183 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp46 {"unsigned*", SimpleTypeKind::UInt32},
H A DTypeRecordHelpers.cpp94 case SimpleTypeKind::UInt32: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTensorSpec.h42 M(uint32_t, UInt32) \
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt32, OS) in operator <<()
379 case PDB_VariantType::UInt32: in operator <<()
380 OS << Value.Value.UInt32; in operator <<()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def58 HANDLE_MP_FIRST_BYTE(0xce, UInt32)
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp81 EW.write(FirstByte::UInt32); in write()
H A DMsgPackReader.cpp65 case FirstByte::UInt32: in read()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp227 case SimpleTypeKind::UInt32: in getBuiltinType()
H A DSymbolCache.cpp58 {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4},
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp94 case PDB_VariantType::UInt32: in TranslateEnumEncoding()
1180 case PDB_VariantType::UInt32: in AddEnumValue()
1181 raw_value = v.Value.UInt32; in AddEnumValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp971 case SimpleTypeKind::UInt32: in GetCompilerTypeForSimpleKind()
1015 case SimpleTypeKind::UInt32: in GetTypeSizeForSimpleKind()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp58 Result.Value.UInt32 = V.uintVal; in VariantFromVARIANT()
59 Result.Type = PDB_VariantType::UInt32; in VariantFromVARIANT()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst145 UInt32 = 0x0075, // 32 bit unsigned int

12