HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 726 - 750 of 4253) sorted by null

<<21222324252627282930>>

  /external/chromium_org/net/spdy/
buffered_spdy_framer.h 79 virtual void OnSetting(SpdySettingsIds id, uint8 flags, uint32 value) = 0;
82 virtual void OnPing(uint32 unique_id) = 0;
94 uint32 delta_window_size) = 0;
146 SpdySettingsIds id, uint8 flags, uint32 value) OVERRIDE;
147 virtual void OnPing(uint32 unique_id) OVERRIDE;
153 uint32 delta_window_size) OVERRIDE;
180 SpdyFrame* CreatePingFrame(uint32 unique_id) const;
189 uint32 delta_window_size) const;
192 uint32 len,
spdy_frame_reader_test.cc 37 const uint32 kFrameData[] = {
42 arraysize(kFrameData) * sizeof(uint32));
45 uint32 uint32_val;
83 0x00, 0x00, 0x00, 0x03, // uint32(3)
85 0x00, 0x00, 0x00, 0x10, // uint32(16)
121 0x00, 0x00, 0x00, // part of a uint32
127 uint32 uint32_val;
179 0x00, 0x00, 0x00, 0x03, // uint32(3)
199 0x00, 0x00, 0x00, // part of a uint32
  /external/chromium_org/ppapi/proxy/
resource_message_test_sink.h 38 uint32 id,
44 uint32 id,
71 uint32 incoming_type,
89 uint32 incoming_type_;
  /external/chromium_org/ppapi/shared_impl/
test_globals.h 31 virtual ArrayBufferVar* CreateArrayBuffer(uint32 size_in_bytes) OVERRIDE {
35 uint32 size_in_bytes,
43 uint32 size_in_bytes) OVERRIDE {
49 uint32* size_in_bytes) OVERRIDE {
  /external/chromium_org/remoting/base/
typed_buffer.h 30 explicit TypedBuffer(uint32 length) : buffer_(NULL), length_(length) {
69 uint32 length() const { return length_; }
73 T* GetAtOffset(uint32 offset) {
93 uint32 length_;
  /external/chromium_org/remoting/host/win/
wts_terminal_observer.h 20 virtual void OnSessionAttached(uint32 session_id) = 0;
  /external/chromium_org/sandbox/win/src/
threadpool_unittest.cc 27 uint32 context = 0;
50 uint32 context = 0;
51 uint32 c1 = 0;
52 uint32 c2 = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.h 51 uint32 time_between_increase,
59 bool Sample(uint32 sample_time, int bandwidth);
66 uint32 time_between_increase_;
68 uint32 time_at_last_change_;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaprocessor.h 48 virtual void OnFrame(uint32 ssrc,
53 virtual void OnFrame(uint32 ssrc, VideoFrame* frame_ptr, bool* drop_frame) {
60 virtual void OnVoiceMute(uint32 ssrc, bool muted) {}
61 virtual void OnVideoMute(uint32 ssrc, bool muted) {}
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
ssrcmuxfilter.cc 37 static const uint32 kSsrc01 = 0x01;
50 uint32 ssrc = 0;
82 bool SsrcMuxFilter::RemoveStream(uint32 ssrc) {
86 bool SsrcMuxFilter::FindStream(uint32 ssrc) const {
  /external/chromium_org/third_party/mt19937ar/
mt19937ar.h 56 void init_genrand(uint32 s);
57 void init_by_array(uint32 init_key[], int key_length);
58 uint32 genrand_int32(void);
61 std::vector<uint32> mt; /* the array for the state vector */
  /external/lzma/C/
Lzma2Enc.c 24 #define LZMA2_DIC_SIZE_FROM_PROP(p) (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11))
60 SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, ISeqInStream *inStream, UInt32 keepWindowSize,
63 UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig);
65 Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize);
77 UInt32 unpackSize = LZMA2_UNPACK_SIZE_MAX;
112 UInt32 u = (unpackSize < LZMA2_COPY_CHUNK_SIZE) ? unpackSize : LZMA2_COPY_CHUNK_SIZE;
138 UInt32 u = unpackSize - 1;
139 UInt32 pm = (UInt32)(packSize - 1);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
54 bool allFilesMode = (numItems == (UInt32)-1);
75 for (UInt32 ii = 0; ii < numItems; ii++)
77 // UInt32 fileIndex = allFilesMode ? indexIndex : indices[indexIndex];
78 UInt32 ref2Index = allFilesMode ? ii : indices[ii];
81 // for (UInt32 ri = 0; ri < ref2.Refs.Size(); ri++)
90 UInt32 fileIndex = ref.ItemIndex;
93 UInt32 fileIndex = ref2Index;
  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 29 static const UInt32 kStreamStepSize = (UInt32)1 << 31;
47 UInt32 curSize = ((*size < kStreamStepSize) ? (UInt32)*size : kStreamStepSize);
100 UInt32 curSize = ((*size < kStreamStepSize) ? (UInt32)*size : kStreamStepSize);
109 UInt32 moveMethod;
140 bool CByteInBufWrap::Alloc(UInt32 size)
155 UInt32 avail;
MethodProps.h 28 UInt32 NumThreads;
RegisterCodec.h 15 UInt32 NumInStreams;
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
LzmaEncoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 70 STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index,
71 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)
80 *indexInArchive = (UInt32)-1;
88 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
145 UInt32 indexInArchive;
158 STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequentialInStream **inStream)
206 STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 *size)
210 if (index >= (UInt32)VolumesSizes.Size())
216 STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequentialOutStream **volumeStream)
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CondWaitTimeout.3 9 \fBint \fBSDL_CondWaitTimeout\fP\fR(\fBSDL_cond *cond, SDL_mutex *mutex, Uint32 ms\fR);
SDL_Delay.3 
SDL_QuitSubSystem.3 
SDL_SemValue.3 
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 42 Uint32 SDL_ThreadID(void)
70 Uint32 riscos_main_thread = 0; /* Thread running events */
125 Uint32 SDL_ThreadID(void)
127 return((Uint32)pthread_self());
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 52 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
68 Uint32 fxbndry;
69 Uint32 ydstlen;
70 Uint32 fillop;
127 Uint32 sign;
128 Uint32 start, stop;
130 Uint32 blitop;
184 Uint32 colorkey;

Completed in 877 milliseconds

<<21222324252627282930>>