HomeSort by relevance Sort by last modified time
    Searched defs:UInt32 (Results 1 - 18 of 18) sorted by null

  /external/clang/test/SemaCXX/
neon-vector-types.cpp 10 typedef unsigned long UInt32;
22 const UInt32 len)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeTypes.h 52 struct UInt32 {
53 UInt32(uint32_t u) : v(htonl(u)) { }
58 typedef UInt32 Fixed;
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 8 typedef unsigned int UInt32;
29 typedef UInt32 CFStringEncoding;
  /external/clang/test/Analysis/
uninit-vals-ps.c 71 typedef unsigned long UInt32;
72 typedef UInt32 CFStringEncoding;
cfref_rdar6080742.c 8 typedef unsigned long UInt32;
17 typedef UInt32 CFStringEncoding;
  /external/bzip2/
bzip2recover.c 51 typedef unsigned int UInt32;
246 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 );
251 static void bsPutUInt32 ( BitStream* bs, UInt32 c )
309 UInt32 buffHi, buffLo, blockCRC;
bzip2.c 165 typedef unsigned int UInt32;
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
279 UInt32 rem, tmp;
334 UInt32 nbytes_in_lo32, nbytes_in_hi32;
335 UInt32 nbytes_out_lo32, nbytes_out_hi32;
    [all...]
bzlib_private.h 45 typedef unsigned int UInt32;
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...]
  /external/chromium_org/third_party/lzma_sdk/
Types.h 61 typedef unsigned long UInt32;
64 typedef unsigned int UInt32;
90 typedef UInt32 SizeT;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 62 typedef unsigned long UInt32;
65 typedef unsigned int UInt32;
91 typedef UInt32 SizeT;
  /external/lzma/C/
Types.h 61 typedef unsigned long UInt32;
64 typedef unsigned int UInt32;
90 typedef UInt32 SizeT;
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 180 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 172 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 170 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 244 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 276 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]

Completed in 900 milliseconds