HomeSort by: relevance | last modified time | path
    Searched defs:UInt32 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/pdisk/dist/
DoSCSICommand.h 54 #define SameSCSIDevice(a, b) ((*((UInt32 *) &a)) == (*((UInt32 *) &b)))
72 typedef uint32_t UInt32;
98 EXTERN UInt32 gSCSIExecIOPBPtrLen;
123 UInt32 scsiFlags,
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd_private.h 26 typedef unsigned long UInt32;
29 typedef unsigned int UInt32;
131 UInt32
139 UInt32
147 UInt32
  /src/external/bsd/bzip2/dist/
bzip2recover.c 54 typedef unsigned int UInt32;
94 static void bsPutUInt32 ( BitStream* bs, UInt32 c );
261 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 );
266 static void bsPutUInt32 ( BitStream* bs, UInt32 c )
324 UInt32 buffHi, buffLo, blockCRC;
bzip2.c 167 typedef unsigned int UInt32;
241 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
282 UInt32 rem, tmp;
337 UInt32 nbytes_in_lo32, nbytes_in_hi32;
338 UInt32 nbytes_out_lo32, nbytes_out_hi32;
1790 if (sizeof(Int32) != 4 || sizeof(UInt32) != 4 ||
bzlib_private.h 47 typedef unsigned int UInt32;
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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 48 UInt32 = 0x0075, // 32 bit unsigned int
182 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 404 UInt32,
436 explicit Variant(uint32_t V) : Type(PDB_VariantType::UInt32) {
437 Value.UInt32 = V;
463 uint32_t UInt32;
477 case UInt32:
500 VARIANT_WIDTH(UInt32, 32u)
523 VARIANT_APSINT(UInt32, 32u, true)
537 case PDB_VariantType::UInt32:
567 VARIANT_EQUAL_CASE(UInt32)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 226 // Int32, UInt32, Int64, UInt64, TimeInMillis
2134 // uint32, uint64, and etc here.
2154 typedef TypeWithSize<4>::UInt UInt32;

Completed in 45 milliseconds