HomeSort by relevance Sort by last modified time
    Searched refs:UInt32 (Results 376 - 400 of 473) sorted by null

<<111213141516171819

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.cc 81 HANDLE_TYPE(UINT32, UInt32);
106 HANDLE_TYPE(UINT32, UInt32);
extension_set.cc 299 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
716 HANDLE_TYPE( UINT32, uint32, RepeatedField < uint32>);
758 HANDLE_TYPE(UINT32, uint32, UInt32);
    [all...]
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 28 if (FAILED(::WindowsCreateString(str.c_str(), static_cast<UINT32>(str.size()),
37 UINT32 size = 0;
86 IMPLEMENT_CREATE_PROPERTY(UInt32, UINT32);
158 COMPARE_ATOMIC_PROPERTY_VALUES(UInt32, UINT32);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 8 typedef unsigned int UInt32;
29 typedef UInt32 CFStringEncoding;
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 77 HANDLE_TYPE(UINT32, UInt32);
102 HANDLE_TYPE(UINT32, UInt32);
extension_set.cc 276 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
612 HANDLE_TYPE( UINT32, uint32, RepeatedField < uint32>);
654 HANDLE_TYPE(UINT32, uint32, UInt32);
706 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/macos/
SDL_sysjoystick.c 78 UInt32 count, numJoysticks;
154 UInt32 count, gotCount, count2;
  /external/bzip2/
compress.c 73 void bsW ( EState* s, Int32 n, UInt32 v )
83 void bsPutUInt32 ( EState* s, UInt32 u )
96 bsW( s, 8, (UInt32)c );
150 UInt32* ptr = s->ptr;
360 register UInt32 cost01, cost23, cost45;
crctable.c 31 UInt32 BZ2_crc32Table[256] = {
  /external/marisa-trie/tests/
unit-test.cc 34 ASSERT(sizeof(marisa::UInt32) == 4);
48 marisa::UInt32 NaivePopCount(marisa::UInt32 x) {
49 marisa::UInt32 count = 0;
71 marisa::UInt32 value = std::rand();
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 34 ASSERT(sizeof(marisa_alpha::UInt32) == 4);
50 marisa_alpha::UInt32 NaivePopCount(marisa_alpha::UInt32 x) {
51 marisa_alpha::UInt32 count = 0;
73 marisa_alpha::UInt32 value = std::rand();
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 65 void DecodeFourChar(UInt32 fc, std::string* out) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
macutils.cc 67 void DecodeFourChar(UInt32 fc, std::string* out) {
  /external/lzma/CPP/Common/
MyWindows.h 33 typedef UInt32 UINT32;
35 typedef UINT32 ULONG;
38 typedef UINT32 DWORD;
  /external/marisa-trie/lib/marisa/
base.h 149 typedef ::marisa_uint32 UInt32;
trie-c.cc 16 bool operator()(marisa::UInt32 key_id, std::size_t key_length) const {
37 bool operator()(marisa::UInt32 key_id, const std::string &key) const {
  /external/marisa-trie/tools/
marisa-predict.cc 62 std::vector<marisa::UInt32> key_ids;
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-predict.cc 62 std::vector<marisa_alpha::UInt32> key_ids;
  /external/chromium_org/media/audio/mac/
audio_unified_mac.cc 68 UInt32 size = sizeof(device_);
106 UInt32 frame_size = number_of_frames_;
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 245 newGlue[0] |= ((UInt32)tvp >> 16);
246 newGlue[1] |= ((UInt32)tvp & 0xFFFF);
  /external/chromium_org/third_party/WebKit/Source/testing/helper/
LayoutTestHelperMac.mm 145 UInt32 size = sizeof(initialColorProfileLocation);
  /system/core/fastboot/
usb_osx.c 267 UInt32 locationId;
472 UInt32 numBytes = len;
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 286 UInt32 distance;
359 UInt32 dictionarySize = 0;
361 dictionarySize += ((UInt32)(properties[1 + i])) << (i * 8);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 192 return LzmaBench.LzmaBenchmark(numIterations, (UInt32)dictionary);
247 // UInt32 litContextBits = 0; // for 32-bit data
249 // UInt32 litPosBits = 2; // for 32-bit data
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]

Completed in 460 milliseconds

<<111213141516171819