Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/liblzf/dist/cs/
H A DCLZF.cs50 UInt32 []crc_32_tab = new UInt32[256]
106 public UInt32 crc32(UInt32 OldCRC,byte NewData) in crc32()
116 UInt32 HLOG=14;
117 UInt32 HSIZE=(1<<14);
125 UInt32 MAX_LIT=(1 << 5);
126 UInt32 MAX_OFF=(1 << 13);
127 UInt32 MAX_REF=((1 << 8) + (1 << 3));
129 UInt32 FRST(byte[] Array,UInt32 ptr) in FRST()
131 return (UInt32)(((Array[ptr]) << 8) | Array[ptr+1]); in FRST()
134 UInt32 NEXT(UInt32 v,byte[] Array,UInt32 ptr) in NEXT()
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd7_private.h30 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 …]
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_ppmd_private.h26 typedef unsigned long UInt32; typedef
29 typedef unsigned int UInt32; typedef
127 UInt32
135 UInt32
143 UInt32
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib_private.h47 typedef unsigned int UInt32; typedef
161 extern UInt32 netpgpv_BZ2_crc32Table[256];
213 UInt32 avail_in_expect;
216 UInt32* arr1;
217 UInt32* arr2;
218 UInt32* ftab;
222 UInt32* ptr;
231 UInt32 state_in_ch;
247 UInt32 bsBuff;
251 UInt32 blockCRC;
[all …]
H A Dbzlib.c220 UInt32 zchh = (UInt32)(zchh0); \
352 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
357 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
358 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
364 UInt32 avail_out_INIT = cs_avail_out; in unRLE_obuf_to_output_FAST()
1135 UInt32 v; \
1145 ((UInt32) \
1331 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in netpgpv_BZ2_decompress()
1333 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in netpgpv_BZ2_decompress()
1335 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in netpgpv_BZ2_decompress()
[all …]
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzlib_private.h47 typedef unsigned int UInt32; typedef
157 extern UInt32 BZ2_crc32Table[256];
209 UInt32 avail_in_expect;
212 UInt32* arr1;
213 UInt32* arr2;
214 UInt32* ftab;
218 UInt32* ptr;
227 UInt32 state_in_ch;
243 UInt32 bsBuff;
247 UInt32 blockCRC;
[all …]
H A Dblocksort.c34 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
35 UInt32* eclass, in fallbackSimpleSort()
40 UInt32 ec_tmp; in fallbackSimpleSort()
95 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
96 UInt32* eclass, in fallbackQSort3()
102 UInt32 med, r, r3; in fallbackQSort3()
207 #define SET_BH(zz) bhtab[(zz) >> 5] |= ((UInt32)1 << ((zz) & 31))
208 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~((UInt32)1 << ((zz) & 31))
209 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & ((UInt32)1 << ((zz) & 31)))
214 void fallbackSort ( UInt32* fmap, in fallbackSort()
[all …]
H A Ddecompress.c49 UInt32 v; \
59 ((UInt32) \
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()
251 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress()
420 s->tt[nblock] = (UInt32)uc; in BZ2_decompress()
434 UInt32 nn; in BZ2_decompress()
435 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
488 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress()
[all …]
H A Dbzip2recover.c54 typedef unsigned int UInt32; typedef
94 static void bsPutUInt32 ( BitStream* bs, UInt32 c );
261 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 ); in bsPutUChar()
266 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32()
324 UInt32 buffHi, buffLo, blockCRC; in main()
H A Dbzlib.c179 s->arr1 = BZALLOC( n * sizeof(UInt32) ); in BZ_API()
180 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) ); in BZ_API()
181 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API()
203 s->ptr = (UInt32*)s->arr1; in BZ_API()
264 UInt32 zchh = (UInt32)(zchh0); \
304 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
322 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
594 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST()
599 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST()
600 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
[all …]
H A Dcompress.c75 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW()
85 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32()
98 bsW( s, 8, (UInt32)c ); in bsPutUChar()
152 UInt32* ptr = s->ptr; in generateMTFValues()
362 register UInt32 cost01, cost23, cost45; in sendMTFValues()
H A Dcrctable.c33 UInt32 BZ2_crc32Table[256] = {
/netbsd-src/external/bsd/pdisk/dist/
H A DSCSI_media.c127 int SCSI_ReadBlock(UInt32 id, UInt32 bus, UInt32 block_size, UInt32 block, UInt8 *address);
128 int SCSI_WriteBlock(UInt32 id, UInt32 bus, UInt32 block_size, UInt32 block, UInt8 *address);
130 int DoReadCapacity(UInt32 id, UInt32 bus, UInt32 *blockCount, UInt32 *blockSize);
138 int DoInquiry(UInt32 id, UInt32 bus, UInt32 *devType);
290 UInt32 blockCount; in open_scsi_as_media()
291 UInt32 blockSize; in open_scsi_as_media()
479 SCSI_ReadBlock(UInt32 id, UInt32 bus, UInt32 block_size, UInt32 block, UInt8 *address) in SCSI_ReadBlock()
528 SCSI_WriteBlock(UInt32 id, UInt32 bus, UInt32 block_size, UInt32 block, UInt8 *address) in SCSI_WriteBlock()
576 DoReadCapacity(UInt32 id, UInt32 bus, UInt32 *blockCount, UInt32 *blockSize) in DoReadCapacity()
586 UInt32 temp; in DoReadCapacity()
[all …]
H A DDoSCSICommand.h54 #define SameSCSIDevice(a, b) ((*((UInt32 *) &a)) == (*((UInt32 *) &b)))
72 typedef uint32_t UInt32; typedef
98 EXTERN UInt32 gSCSIExecIOPBPtrLen;
123 UInt32 scsiFlags,
H A DATA_media.c194 int ATA_ReadBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address);
195 int ATA_WriteBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address);
201 int ATAPI_ReadBlock(UInt32 deviceID, UInt32 block_size, UInt32 block, UInt8 *address);
202 int ATAPI_TestUnitReady(UInt32 deviceID);
203 int ATAPI_ReadCapacity(UInt32 deviceID, uint32_t *block_size, uint32_t *blocks);
626 ATA_ReadBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address) in ATA_ReadBlock()
680 ATA_WriteBlock(UInt32 deviceID, ATA_INFO info, UInt32 block_size, UInt32 block, UInt8 *address) in ATA_WriteBlock()
876 ATAPI_ReadBlock(UInt32 deviceID, UInt32 block_size, UInt32 block, UInt8 *address) in ATAPI_ReadBlock()
933 ATAPI_TestUnitReady(UInt32 deviceID) in ATAPI_TestUnitReady()
977 ATAPI_ReadCapacity(UInt32 deviceID, uint32_t *block_size, uint32_t *blocks) in ATAPI_ReadCapacity()
H A DDoSCSICommand.c73 UInt32 gSCSIExecIOPBPtrLen;
88 UInt32 scsiFlags,
99 UInt32 scsiFlags,
188 UInt32 scsiFlags, in DoSCSICommand()
286 UInt32 scsiFlags, in DoOriginalSCSICommand()
353 UInt32 scsiFlags, in OriginalSCSI()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h404 UInt32, enumerator
436 explicit Variant(uint32_t V) : Type(PDB_VariantType::UInt32) { in Variant()
437 Value.UInt32 = V; in Variant()
463 uint32_t UInt32; member
477 case UInt32: in isIntegralType()
500 VARIANT_WIDTH(UInt32, 32u) in getBitWidth()
523 VARIANT_APSINT(UInt32, 32u, true) in toAPSInt()
537 case PDB_VariantType::UInt32: in toAPFloat()
567 VARIANT_EQUAL_CASE(UInt32)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h48 UInt32 = 0x0075, // 32 bit unsigned int enumerator
182 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
/netbsd-src/external/apache2/llvm/dist/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> {
447 def : Property<"dependence", UInt32> {
684 def : Property<"depth", UInt32> {
687 def : Property<"index", UInt32> {
724 def : Property<"numExpansions", Optional<UInt32>> {
889 def : Property <"numBits", UInt32> {
H A DPropertiesBase.td138 def UInt32 : CountPropertyType<"uint32_t">;
266 def : Property<"semantics", UInt32> {
308 def : Property<"semantics", UInt32> {
353 def : Property<"totalLength", UInt32> {
488 def : Property<"callIndex", UInt32> {
492 def : Property<"version", UInt32> {
504 def : Property<"offsetQuantity", UInt32> {
773 def : Property<"numExpansions", Optional<UInt32>> {
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc333 UInt32 Random::Generate(UInt32 range) { in Generate()
336 state_ = static_cast<UInt32>(1103515245ULL*state_ + 12345U) % kMaxRange; in Generate()
1738 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1;
1741 const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1;
1744 const UInt32 kMaxCodePoint3 = (static_cast<UInt32>(1) << (4 + 2*6)) - 1;
1747 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1;
1752 inline UInt32 ChopLowBits(UInt32* bits, int n) { in ChopLowBits()
1753 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits()
1764 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()
1805 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, in CreateCodePointFromUtf16SurrogatePair()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h835 static const UInt32 kMaxRange = 1u << 31;
837 explicit Random(UInt32 seed) : state_(seed) {} in Random()
839 void Reseed(UInt32 seed) { state_ = seed; } in Reseed()
843 UInt32 Generate(UInt32 range);
846 UInt32 state_;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_keychain.c60 UInt32 attrFormat = 0; in getAttribute()
478 UInt32 attrFormat[1] = { 0 }; in keychain_iter()
484 UInt32 len; in keychain_iter()

12