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

12 3 4 5 6 7

  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.h 38 typedef UInt32 ATSFontContainerRef;
39 typedef UInt32 ATSFontRef;
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 33 typedef UInt32 ATSFontContainerRef;
34 typedef UInt32 ATSFontRef;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapeDeprecatedFunctions.c 30 OSErr WebGetDiskFragment(const FSSpec *fileSpec, UInt32 offset, UInt32 length, ConstStr63Param fragName, CFragLoadOptions options, CFragConnectionID *connID, Ptr *mainAddr, Str255 errMessage)
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_all_pass_fract_delay_filter.h 91 void ps_all_pass_fract_delay_filter_type_I(UInt32 *delayBufIndex,
100 void ps_all_pass_fract_delay_filter_type_II(UInt32 *delayBufIndex,
pv_audio_type_defs.h 129 #ifndef UInt32
130 typedef uint32_t UInt32;
hcbtables.h 90 extern const UInt32 huff_tab_scl[188];
sbr_crc_check.h 90 UInt32 NrBits);
buf_getbits.cpp 130 UInt32 buf_getbits(BIT_BUFFER * hBitBuf, Int32 n)
149 UInt32 buf_get_1bit(BIT_BUFFER * hBitBuf)
s_progconfig.h 96 UInt32 CRC_check; /* For use by ADTS only */
getmask.cpp 41 Description: Typecast 1 to UInt32 for bitmask to avoid masking on a 16-bit
271 UInt32 tempMask;
272 UInt32 bitmask;
339 bitmask = (UInt32) 1 << (nCall - 1);
get_adif_header.cpp 266 * a UInt32. Any possible endian problems that exist must be solved by
297 UInt32 temp;
300 UInt32 theIDFromFile;
s_tdec_int_file.h 146 UInt32 bno;
205 UInt32 syncword;
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.h 38 UInt32 (*getCurrentEventButtonState)();
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.h 114 OSStatus (*Read)(struct S_AudioFileManager *afm, char *buffer, UInt32 *len);
138 UInt32 mBufferSize;
139 UInt32 mBufferOffset;
141 UInt32 mChunkSize;
149 OSStatus (*GetFileData)(struct S_AudioFileManager *afm, void** inOutData, UInt32 *inOutDataSize);
157 UInt32 inBusNumber,
165 UInt32 inChunkSize);
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestHelper.mm 47 CMError error = CMGetProfileByAVID((UInt32)displayID, &previousProfile);
65 CMError error = CMSetProfileByAVID((UInt32)displayID, genericProfile);
77 CMError error = CMSetProfileByAVID((UInt32)displayID, userColorProfile);
  /external/chromium/chrome/browser/
keychain_mock_mac.cc 14 UInt32 tags[] = { kSecAccountItemAttr,
39 data_size = sizeof(UInt32);
80 const SecKeychainAttributeList& attribute_list, UInt32 tag) {
95 void MockKeychain::SetTestDataBytes(int item, UInt32 tag, const void* data,
112 void MockKeychain::SetTestDataString(int item, UInt32 tag, const char* value) {
116 void MockKeychain::SetTestDataPort(int item, UInt32 value) {
119 UInt32* data = static_cast<UInt32*>(attribute->data);
173 UInt32 *length, void **outData) const {
196 UInt32 length, const void *data) const
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
60 UInt32 strip_dups);
62 CFArrayRef *ibss_results, UInt32 strip_dups);
64 UInt32 strip_dups, CFStringRef ssid);
66 UInt32 strip_dups, CFArrayRef *results);
  /external/wpa_supplicant_8/src/drivers/
Apple80211.h 49 WirelessError WirelessAttach(WirelessRef *ref, UInt32 res);
60 UInt32 strip_dups);
62 CFArrayRef *ibss_results, UInt32 strip_dups);
64 UInt32 strip_dups, CFStringRef ssid);
66 UInt32 strip_dups, CFArrayRef *results);
  /external/bluetooth/bluez/test/
simple-service 17 <uint32 value="0"/> \
51 <uint32 value="0"/> \
98 <uint32 value="0"/> \
127 service.RemoveRecord(dbus.UInt32(handle))
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.h 42 void DecodeFourChar(UInt32 fc, std::string* out);
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 40 static UInt32 magicNumber()
91 const UInt32& magic = magicNumber();
134 UInt32 footerMagicNumber = 0;
155 UInt32 footerLength = 0;
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.cpp 52 UInt32 infoSize = sizeof(deviceID);
129 UInt32 bufferSize = kBufferSize;
151 OSStatus AudioDestinationMac::render(UInt32 numberOfFrames, AudioBufferList* ioData)
163 OSStatus AudioDestinationMac::inputProc(void* userData, AudioUnitRenderActionFlags*, const AudioTimeStamp*, UInt32 /*busNumber*/, UInt32 numberOfFrames, AudioBufferList* ioData)
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h 84 macro(FontSmoothingLevel, fontSmoothingLevel, UInt32, uint32_t, FontSmoothingLevelMedium) \
85 macro(MinimumFontSize, minimumFontSize, UInt32, uint32_t, 0) \
86 macro(MinimumLogicalFontSize, minimumLogicalFontSize, UInt32, uint32_t, 9) \
87 macro(DefaultFontSize, defaultFontSize, UInt32, uint32_t, 16) \
88 macro(DefaultFixedFontSize, defaultFixedFontSize, UInt32, uint32_t, 13) \
89 macro(PDFDisplayMode, pdfDisplayMode, UInt32, uint32_t, 1) \
90 macro(EditableLinkBehavior, editableLinkBehavior, UInt32, uint32_t, WebCore::EditableLinkNeverLive) \
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp 47 static const UInt32 CurrentSessionStateDataVersion = 2;
93 Vector<unsigned char> stateVector(length + sizeof(UInt32));
102 CFDataGetBytes(stateCFData.get(), CFRangeMake(0, length), stateVector.data() + sizeof(UInt32));
109 if (!webData || webData->size() < sizeof(UInt32))
113 UInt32 versionHeader = (buffer[0] << 24) + (buffer[1] << 16) + (buffer[2] << 8) + buffer[3];
120 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(0, webData->bytes() + sizeof(UInt32), webData->size() - sizeof(UInt32)));
  /external/valgrind/main/perf/
test_input_for_tinycc.c 996 typedef unsigned int UInt32;
1004 extern UInt32 BZ2_crc32Table[256];
1017 UInt32 avail_in_expect;
1020 UInt32* arr1;
1021 UInt32* arr2;
1022 UInt32* ftab;
1026 UInt32* ptr;
1035 UInt32 state_in_ch;
1051 UInt32 bsBuff;
1055 UInt32 blockCRC
    [all...]

Completed in 534 milliseconds

12 3 4 5 6 7