Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h30 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 Darchive_ppmd8_private.h21 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 Darchive_ppmd7.c60 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 Darchive_ppmd8.c45 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()
902 UInt32 cf, sf; in UpdateModel()
1134 static UInt32 RangeDec_GetThreshold(CPpmd8 *p, UInt32 total) in RangeDec_GetThreshold()
1139 static void RangeDec_Decode(CPpmd8 *p, UInt32 start, UInt32 size) in RangeDec_Decode()
[all …]
H A Darchive_ppmd_private.h26 typedef unsigned long UInt32; typedef
29 typedef unsigned int UInt32; typedef
127 UInt32
135 UInt32
143 UInt32
/freebsd-14.2/contrib/bzip2/
H A Dbzlib_private.h210 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 Dblocksort.c38 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 Ddecompress.c47 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 Dbzip2recover.c51 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 Dbzlib.c180 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
181 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
182 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
204 s->ptr = (UInt32*)s->arr1; in BZ_API()
265 UInt32 zchh = (UInt32)(zchh0); \
305 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
323 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
596 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
601 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
602 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
[all …]
H A Dcrctable.c31 UInt32 BZ2_crc32Table[256] = {
H A Dcompress.c73 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 Dbzip2.c165 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-14.2/contrib/llvm-project/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)
/freebsd-14.2/contrib/llvm-project/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> {
326 def : Property<"AArch64SMEAttributes", UInt32> {
468 def : Property<"dependence", UInt32> {
718 def : Property<"depth", UInt32> {
721 def : Property<"index", UInt32> {
745 def : Property<"Index", UInt32> {
777 def : Property<"Index", 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> {
494 def : Property<"dynamicAlloc", UInt32> {
506 def : Property<"callIndex", UInt32> {
510 def : Property<"version", UInt32> {
522 def : Property<"offsetQuantity", UInt32> {
722 def : Property<"index", UInt32> {
725 def : Property<"packIndex", Optional<UInt32>> {
[all …]
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dks_keychain.c55 UInt32 attrFormat = 0; in getAttribute()
470 UInt32 attrFormat[1] = { 0 }; in keychain_iter()
475 UInt32 len; in keychain_iter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp46 {"unsigned*", SimpleTypeKind::UInt32},
H A DTypeRecordHelpers.cpp94 case SimpleTypeKind::UInt32: in getSizeInBytesForTypeIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt32, OS) in operator <<()
381 case PDB_VariantType::UInt32: in operator <<()
382 OS << Value.Value.UInt32; in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h46 M(uint32_t, UInt32) \
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp595 if (UInt32) in size()
596 Size += sizeof(*UInt32); in size()
612 if (UInt32) in writeAsBinary()
613 OS << binary_le(*UInt32); in writeAsBinary()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def58 HANDLE_MP_FIRST_BYTE(0xce, UInt32)
H A DDXContainerConstants.def94 COMPONENT_TYPE(1, UInt32)

12