| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd7_private.h | 30 UInt32 51 UInt32 Size; 52 UInt32 GlueCount; 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; 79 UInt32 Bottom; [all …]
|
| H A D | 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 …]
|
| H A D | archive_ppmd7.c | 60 UInt32 217 UInt32 nu = (UInt32)node->NU; in GlueFreeBlocks() 277 UInt32 numBytes; in AllocUnits() 291 { UInt32 *d = (UInt32 *)dest; const UInt32 *s = (const UInt32 *)src; UInt32 n = num; \ 770 static UInt32 Range_GetThreshold(void *pp, UInt32 total) in Range_GetThreshold() 809 static UInt32 Range_DecodeBit_7z(void *pp, UInt32 size0) in Range_DecodeBit_7z() 813 UInt32 symbol; in Range_DecodeBit_7z() 829 static UInt32 Range_DecodeBit_RAR(void *pp, UInt32 size0) in Range_DecodeBit_RAR() 1001 static void RangeEnc_Encode(CPpmd7z_RangeEnc *p, UInt32 start, UInt32 size, UInt32 total) in RangeEnc_Encode() 1050 UInt32 sum; in Ppmd7_EncodeSymbol() [all …]
|
| H A D | archive_ppmd8.c | 45 UInt32 51 UInt32 Stamp; 53 UInt32 NU; 232 UInt32 numBytes; in AllocUnits() 246 { UInt32 *d = (UInt32 *)dest; const UInt32 *z = (const UInt32 *)src; UInt32 n = num; \ 537 UInt32 v = 0; in GetUsedMemory() 666 UInt32 cf, s0; in CreateSuccessors() 903 UInt32 cf, sf; in UpdateModel() 1135 static UInt32 RangeDec_GetThreshold(CPpmd8 *p, UInt32 total) in RangeDec_GetThreshold() 1140 static void RangeDec_Decode(CPpmd8 *p, UInt32 start, UInt32 size) in RangeDec_Decode() [all …]
|
| H A D | archive_ppmd_private.h | 26 typedef unsigned long UInt32; typedef 29 typedef unsigned int UInt32; typedef 127 UInt32 135 UInt32 143 UInt32
|
| /freebsd-12.1/contrib/bzip2/ |
| H A D | bzlib_private.h | 210 UInt32* arr1; 211 UInt32* arr2; 212 UInt32* ftab; 216 UInt32* ptr; 241 UInt32 bsBuff; 245 UInt32 blockCRC; 362 UInt32 bsBuff; 373 UInt32 tPos; 381 UInt32 *tt; 446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \ [all …]
|
| H A D | blocksort.c | 38 UInt32 ec_tmp; in fallbackSimpleSort() 100 UInt32 med, r, r3; in fallbackQSort3() 347 Bool mainGtU ( UInt32 i1, in mainGtU() 348 UInt32 i2, in mainGtU() 351 UInt32 nblock, in mainGtU() 495 UInt32 v; in mainSimpleSort() 621 void mainQSort3 ( UInt32* ptr, in mainQSort3() 751 void mainSort ( UInt32* ptr, in mainSort() 754 UInt32* ftab, in mainSort() 1033 UInt32* ptr = s->ptr; in BZ2_blockSort() [all …]
|
| H A D | 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 …]
|
| H A D | 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()
|
| H A D | 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 …]
|
| H A D | crctable.c | 31 UInt32 BZ2_crc32Table[256] = {
|
| H A D | 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()
|
| H A D | 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-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 344 UInt32, enumerator 376 explicit Variant(uint32_t V) : Type(PDB_VariantType::UInt32) { in Variant() 377 Value.UInt32 = V; in Variant() 403 uint32_t UInt32; member 425 VARIANT_EQUAL_CASE(UInt32)
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 49 UInt32 = 0x0075, // 32 bit unsigned int enumerator 174 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 790 static const UInt32 kMaxRange = 1u << 31; 792 explicit Random(UInt32 seed) : state_(seed) {} in Random() 794 void Reseed(UInt32 seed) { state_ = seed; } in Reseed() 798 UInt32 Generate(UInt32 range); 801 UInt32 state_;
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | ks_keychain.c | 55 UInt32 attrFormat = 0; in getAttribute() 470 UInt32 attrFormat[1] = { 0 }; in keychain_iter() 475 UInt32 len; in keychain_iter()
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 353 UInt32 Random::Generate(UInt32 range) { in Generate() 1783 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; 1786 const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1; 1789 const UInt32 kMaxCodePoint3 = (static_cast<UInt32>(1) << (4 + 2*6)) - 1; 1792 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; 1797 inline UInt32 ChopLowBits(UInt32* bits, int n) { in ChopLowBits() 1798 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() 1809 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8() 1852 const UInt32 mask = (1 << 10) - 1; in CreateCodePointFromUtf16SurrogatePair() 1857 static_cast<UInt32>(first); in CreateCodePointFromUtf16SurrogatePair() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 37 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt32, OS) in operator <<() 337 case PDB_VariantType::UInt32: in operator <<() 338 OS << Value.Value.UInt32; in operator <<()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 46 {"unsigned*", SimpleTypeKind::UInt32},
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | macos_keychain.c | 129 UInt32 length; in keychain_password_get()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 59 HANDLE_MP_FIRST_BYTE(0xce, UInt32)
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 114 enum FormatType { None, UInt32, UInt64, CString }; enumerator
|
| /freebsd-12.1/contrib/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 80 EW.write(FirstByte::UInt32); in write()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 611 case SimpleTypeKind::UInt32: in GetCompilerTypeForSimpleKind() 655 case SimpleTypeKind::UInt32: in GetTypeSizeForSimpleKind()
|