| /freebsd-11-stable/contrib/libarchive/libarchive/ |
| HD | archive_ppmd7_private.h | 30 UInt32 51 UInt32 Size; 52 UInt32 GlueCount; 54 UInt32 AlignOffset; 68 UInt32 (*GetThreshold)(void *p, UInt32 total); 69 void (*Decode)(void *p, UInt32 start, UInt32 size); 70 UInt32 (*DecodeBit)(void *p, UInt32 size0); 76 UInt32 Range; 77 UInt32 Code; 78 UInt32 Low; [all …]
|
| HD | archive_ppmd8_private.h | 21 UInt32 60 UInt32 Size; 61 UInt32 GlueCount; 63 UInt32 AlignOffset; 67 UInt32 Range; 68 UInt32 Code; 69 UInt32 Low; 79 UInt32 Stamps[PPMD_NUM_INDEXES]; 87 Bool Ppmd8_Alloc(CPpmd8 *p, UInt32 size); 117 CPpmd_See *Ppmd8_MakeEscFreq(CPpmd8 *p, unsigned numMasked, UInt32 *scale); [all …]
|
| HD | archive_ppmd7.c | 32 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) 39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) 60 UInt32 83 UInt32 *scale); 125 static Bool Ppmd7_Alloc(CPpmd7 *p, UInt32 size) in Ppmd7_Alloc() 217 UInt32 nu = (UInt32)node->NU; in GlueFreeBlocks() 264 UInt32 numBytes = U2B(I2U(indx)); in AllocUnitsRare() 266 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare() 277 UInt32 numBytes; in AllocUnits() 281 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits() [all …]
|
| HD | archive_ppmd8.c | 17 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) 24 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) 45 UInt32 51 UInt32 Stamp; 53 UInt32 NU; 99 Bool Ppmd8_Alloc(CPpmd8 *p, UInt32 size) in Ppmd8_Alloc() 219 UInt32 numBytes = U2B(I2U(indx)); in AllocUnitsRare() 221 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare() 232 UInt32 numBytes; in AllocUnits() 236 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits() [all …]
|
| HD | archive_ppmd_private.h | 26 typedef unsigned long UInt32; typedef 29 typedef unsigned int UInt32; typedef 127 UInt32 135 UInt32 143 UInt32
|
| /freebsd-11-stable/contrib/bzip2/ |
| HD | bzlib_private.h | 45 typedef unsigned int UInt32; typedef 155 extern 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 …]
|
| HD | 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 …]
|
| HD | decompress.c | 47 UInt32 v; \ 57 ((UInt32) \ 243 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 245 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 247 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 249 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 418 s->tt[nblock] = (UInt32)uc; in BZ2_decompress() 432 UInt32 nn; in BZ2_decompress() 433 nn = (UInt32)(nextSym - 1); in BZ2_decompress() 486 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress() [all …]
|
| HD | bzip2recover.c | 51 typedef unsigned int UInt32; typedef 246 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 ); in bsPutUChar() 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() 309 UInt32 buffHi, buffLo, blockCRC; in main()
|
| HD | bzlib.c | 183 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API() 184 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API() 185 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API() 207 s->ptr = (UInt32*)s->arr1; in BZ_API() 268 UInt32 zchh = (UInt32)(zchh0); \ 308 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 326 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 599 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST() 604 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST() 605 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() [all …]
|
| HD | compress.c | 73 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() 83 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32() 96 bsW( s, 8, (UInt32)c ); in bsPutUChar() 150 UInt32* ptr = s->ptr; in generateMTFValues() 360 register UInt32 cost01, cost23, cost45; in sendMTFValues()
|
| HD | crctable.c | 31 UInt32 BZ2_crc32Table[256] = {
|
| HD | bzip2.c | 165 typedef unsigned int UInt32; typedef 238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s() 279 UInt32 rem, tmp; in uInt64_qrm10() 334 UInt32 nbytes_in_lo32, nbytes_in_hi32; in compressStream() 335 UInt32 nbytes_out_lo32, nbytes_out_hi32; in compressStream() 1785 if (sizeof(Int32) != 4 || sizeof(UInt32) != 4 || in main()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| HD | PDBTypes.h | 402 UInt32, enumerator 434 explicit Variant(uint32_t V) : Type(PDB_VariantType::UInt32) { in Variant() 435 Value.UInt32 = V; in Variant() 461 uint32_t UInt32; member 483 VARIANT_EQUAL_CASE(UInt32)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | TypeIndex.h | 48 UInt32 = 0x0075, // 32 bit unsigned int enumerator 173 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
|
| /freebsd-11-stable/crypto/heimdal/lib/hx509/ |
| HD | ks_keychain.c | 55 UInt32 attrFormat = 0; in getAttribute() 470 UInt32 attrFormat[1] = { 0 }; in keychain_iter() 475 UInt32 len; in keychain_iter()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | TypeProperties.td | 169 def : Property<"numElements", UInt32> { 237 def : Property<"regParm", UInt32> { 407 def : Property<"dependence", UInt32> { 634 def : Property<"depth", UInt32> { 637 def : Property<"index", UInt32> { 674 def : Property<"numExpansions", Optional<UInt32>> {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| HD | PDBExtras.cpp | 36 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt32, OS) in operator <<() 364 case PDB_VariantType::UInt32: in operator <<() 365 OS << Value.Value.UInt32; in operator <<()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| HD | TypeIndex.cpp | 45 {"unsigned*", SimpleTypeKind::UInt32},
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | macos_keychain.c | 129 UInt32 length; in keychain_password_get()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | MsgPack.def | 58 HANDLE_MP_FIRST_BYTE(0xce, UInt32)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| HD | MsgPackWriter.cpp | 79 EW.write(FirstByte::UInt32); in write()
|
| HD | MsgPackReader.cpp | 64 case FirstByte::UInt32: in read()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| HD | PDBASTParser.cpp | 91 case PDB_VariantType::UInt32: in TranslateEnumEncoding() 1143 case PDB_VariantType::UInt32: in AddEnumValue() 1144 raw_value = v.Value.UInt32; in AddEnumValue()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| HD | SymbolCache.cpp | 45 {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4},
|