| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
| H A D | bzlib_private.h | 45 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 D | bzip2.patch | 57 - 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 D | blocksort.c | 32 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 D | decompress.c | 48 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 D | bzlib.c | 181 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 D | crctable.c | 31 const UInt32 BZ2_crc32Table[256] = {
|
| H A D | compress.c | 79 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 D | seckeychainapi_example.m | 5 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 D | PDBTypes.h | 405 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 D | TypeProperties.td | 169 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 D | PropertiesBase.td | 142 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 D | TypeIndex.h | 49 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 D | TypeIndex.cpp | 46 {"unsigned*", SimpleTypeKind::UInt32},
|
| H A D | TypeRecordHelpers.cpp | 94 case SimpleTypeKind::UInt32: in getSizeInBytesForTypeIndex()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 42 M(uint32_t, UInt32) \
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 35 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 D | MsgPack.def | 58 HANDLE_MP_FIRST_BYTE(0xce, UInt32)
|
| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 81 EW.write(FirstByte::UInt32); in write()
|
| H A D | MsgPackReader.cpp | 65 case FirstByte::UInt32: in read()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 227 case SimpleTypeKind::UInt32: in getBuiltinType()
|
| H A D | SymbolCache.cpp | 58 {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4},
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 94 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 D | PdbUtil.cpp | 971 case SimpleTypeKind::UInt32: in GetCompilerTypeForSimpleKind() 1015 case SimpleTypeKind::UInt32: in GetTypeSizeForSimpleKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 58 Result.Value.UInt32 = V.uintVal; in VariantFromVARIANT() 59 Result.Type = PDB_VariantType::UInt32; in VariantFromVARIANT()
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 145 UInt32 = 0x0075, // 32 bit unsigned int
|