HomeSort by relevance Sort by last modified time
    Searched refs:UInt32 (Results 126 - 150 of 169) sorted by null

1 2 3 4 56 7

  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 228 uint32 ip = ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) |
234 uint32 mask = (m == 0) ? 0 : (~0UL) << (32 - m);
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 284 UInt32 Random::Generate(UInt32 range) {
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 129 UInt32 uOutBufferLength;
130 UInt32 uOutFrames;
345 UInt32 inBusNumber,
346 UInt32 inNumberFrames,
532 UInt32 uDataSize = sizeof(pBuf->uOutBufferLength);
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 205 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input,
264 HANDLE_TYPE( UINT32, uint32);
345 HANDLE_TYPE( UINT32, UInt32, uint32);
349 HANDLE_TYPE( FIXED32, Fixed32, uint32);
378 HANDLE_TYPE( UINT32, UInt32, uint32);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 130 UInt32 wait_time;
162 const Uint32 *keysptr = (Uint32 *) &keys;
163 const Uint32 *last_keysptr = (Uint32 *) &last_keys;
459 UInt32 state;
460 UInt32 value;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 242 UInt32 value = 0;
258 UInt32 value;
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 112 // Int32, UInt32, Int64, UInt64, TimeInMillis
541 // uint32, uint64, and etc here.
561 typedef TypeWithSize<4>::UInt UInt32;
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 77 #define MyLMGetTicks() (*(volatile UInt32 *) 0x16A)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 95 carbonEvent->when = (UInt32)([cocoaEvent timestamp] * 60); // seconds to ticks
227 static UInt32 keyMessageForEvent(NSEvent *event)
  /frameworks/base/media/libstagefright/codecs/aacdec/
long_term_synthesis.cpp 66 Description: Changed "max" data type from UInt to UInt32.
601 UInt32 max;
    [all...]
SoftAAC.cpp 114 UInt32 memRequirements = PVMP4AudioDecoderGetMemRequirements();
fxp_mul32_arm_v4.h 229 uint32 b = (UInt32)(sum);
fxp_mul32_arm_v5.h 170 uint32 b = (UInt32)(sum);
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 107 UInt32 pixel = 0;
108 UInt32* pixelPlane = &pixel;
109 UInt32** pixelPlanes = &pixelPlane;
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 38 #define URefCon UInt32
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 82 UInt32 size = sizeof(CMProfileLocation);
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 214 return Integer::NewFromUnsigned(GET(UInt32));
332 SET(UInt32, value->NumberValue());
  /external/gtest/include/gtest/internal/
gtest-port.h 135 // Int32, UInt32, Int64, UInt64, TimeInMillis
770 // uint32, uint64, and etc here.
790 typedef TypeWithSize<4>::UInt UInt32;
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 458 UInt32 hash1;
459 UInt32 hash2;
  /system/core/fastboot/
usb_osx.c 463 UInt32 numBytes = len;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 93 virtual uint32 GetRequestedEvents();
94 virtual void OnPreEvent(uint32 ff);
95 virtual void OnEvent(uint32 ff, int err);
141 static const UInt32 kAudioDeviceNameLength = 64;
614 UInt32 propsize;
661 UInt32 nameLength = kAudioDeviceNameLength;
921 uint32 DeviceWatcher::GetRequestedEvents() {
925 void DeviceWatcher::OnPreEvent(uint32 ff) {
929 void DeviceWatcher::OnEvent(uint32 ff, int err) {
  /external/bluetooth/bluez/test/
apitest 249 self.device.SetDiscoverableTimeout(dbus.UInt32(self.cmd_args[0]))
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m 69 UInt32 state;
70 UInt32 value;
722 static Uint32 screensaverTicks = 0;
723 Uint32 nowTicks;
    [all...]
  /system/core/adb/
usb_osx.c 487 UInt32 numBytes = len;

Completed in 651 milliseconds

1 2 3 4 56 7