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

<<31323334353637383940>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc 99 bool ByteBuffer::ReadUInt24(uint32* val) {
102 uint32 v = 0;
116 bool ByteBuffer::ReadUInt32(uint32* val) {
119 uint32 v;
171 void ByteBuffer::WriteUInt24(uint32 val) {
172 uint32 v = (byte_order_ == ORDER_NETWORK) ? HostToNetwork32(val) : val;
180 void ByteBuffer::WriteUInt32(uint32 val) {
181 uint32 v = (byte_order_ == ORDER_NETWORK) ? HostToNetwork32(val) : val;
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.c 9 #define kTopValue ((UInt32)1 << kNumTopBits)
110 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
136 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
145 UInt32 processedPos = p->processedPos;
146 UInt32 checkDicSize = p->checkDicSize;
150 UInt32 range = p->range;
151 UInt32 code = p->code;
156 UInt32 bound;
230 UInt32 distance;
296 UInt32 distance
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 10 #define kTopValue ((UInt32)1 << kNumTopBits)
111 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
137 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
146 UInt32 processedPos = p->processedPos;
147 UInt32 checkDicSize = p->checkDicSize;
151 UInt32 range = p->range;
152 UInt32 code = p->code;
157 UInt32 bound;
231 UInt32 distance;
297 UInt32 distance
    [all...]
  /external/chromium_org/third_party/re2/re2/
unicode_groups.h 33 uint32 lo;
34 uint32 hi;
  /external/chromium_org/ui/gfx/
sequential_id_generator_unittest.cc 15 const uint32 kMinID = 2;
42 const uint32 kMinID = 4;
  /external/chromium_org/v8/src/
bytecodes-irregexp.h 67 V(CHECK_4_CHARS, 23, 12) /* bc8 pad24 uint32 addr32 */ \
69 V(CHECK_NOT_4_CHARS, 25, 12) /* bc8 pad24 uint32 addr32 */ \
71 V(AND_CHECK_4_CHARS, 27, 16) /* bc8 pad24 uint32 uint32 addr32 */ \
72 V(AND_CHECK_CHAR, 28, 12) /* bc8 pad8 uint16 uint32 addr32 */ \
73 V(AND_CHECK_NOT_4_CHARS, 29, 16) /* bc8 pad24 uint32 uint32 addr32 */ \
74 V(AND_CHECK_NOT_CHAR, 30, 12) /* bc8 pad8 uint16 uint32 addr32 */ \
  /external/clang/test/SemaCXX/
neon-vector-types.cpp 10 typedef unsigned long UInt32;
22 const UInt32 len)
  /external/dnsmasq/dbus/
DBus-interface 46 represented as a UINT32 (in network byte order) and IPv6 addresses
53 UINT32: <address1>
61 UINT32 <address1>
62 UINT32 <address2>
69 UINT32 <address1>
70 UINT32 <address2>
72 UINT32 <address3>
85 UINT32: <0.0.0.0>
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 38 extern UINT32 ntohl(UINT32 n);
  /external/libnfc-nci/src/gki/common/
gki_inet.h 38 extern UINT32 ntohl(UINT32 n);
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 108 UINT32 buff_length; /* length of buffer; acceptable length */
109 UINT32 ndef_length; /* length of current NDEF message */
118 UINT32 ndef_length; /* length of NDEF message */
128 UINT32 ndef_length; /* length of NDEF message */
193 UINT32 acceptable_length;
194 UINT32 buff_length; /* size of buffer for NDEF message */
195 UINT32 ndef_length; /* length of NDEF message */
196 UINT32 cur_length; /* currently sent or received length */
  /external/lzma/C/
LzmaDec.c 9 #define kTopValue ((UInt32)1 << kNumTopBits)
110 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
136 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
145 UInt32 processedPos = p->processedPos;
146 UInt32 checkDicSize = p->checkDicSize;
150 UInt32 range = p->range;
151 UInt32 code = p->code;
156 UInt32 bound;
230 UInt32 distance;
296 UInt32 distance;
    [all...]
  /external/lzma/CPP/7zip/Common/
CWrappers.h 50 UInt32 Size;
59 bool Alloc(UInt32 size);
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 17 UInt32 Attrib;
63 UInt32 IndexInServer;
  /external/lzma/CPP/Windows/
System.cpp 12 UInt32 GetNumberOfProcessors()
16 return (UInt32)systemInfo.dwNumberOfProcessors;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
main.c 17 Uint32 initflags = SDL_INIT_VIDEO; /* See documentation for details */
20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
main.c 17 Uint32 initflags = SDL_INIT_VIDEO; /* See documentation for details */
20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
main.c 17 Uint32 initflags = SDL_INIT_VIDEO; /* See documentation for details */
20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
main.c 17 Uint32 initflags = SDL_INIT_VIDEO; /* See documentation for details */
20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
main.c 17 Uint32 initflags = SDL_INIT_VIDEO; /* See documentation for details */
20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
main.c 17 Uint32 initflags = SDL_INIT_VIDEO; /* See documentation for details */
20 Uint32 videoflags = SDL_SWSURFACE;
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_LoadWAV.3 8 \fBSDL_AudioSpec *\fBSDL_LoadWAV\fP\fR(\fBconst char *file, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len\fR);
20 Uint32 wav_length;
SDL_SetColorKey.3 8 \fBint \fBSDL_SetColorKey\fP\fR(\fBSDL_Surface *surface, Uint32 flag, Uint32 key\fR);
SDL_VideoModeOK.3 8 \fBint \fBSDL_VideoModeOK\fP\fR(\fBint width, int height, int bpp, Uint32 flags\fR);
20 Uint32 bpp;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_timer.h 49 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
52 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
55 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
86 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
101 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
109 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);

Completed in 847 milliseconds

<<31323334353637383940>>