HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 226 - 250 of 1475) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 55 Uint32 Rmask;
56 Uint32 Gmask;
57 Uint32 Bmask;
64 Uint32 bfSize;
67 Uint32 bfOffBits;
70 Uint32 biSize;
75 Uint32 biCompression;
76 Uint32 biSizeImage;
79 Uint32 biClrUsed;
80 Uint32 biClrImportant
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 78 // uint32 size;
197 bool ReadLittleEndian32(uint32* value);
205 uint32* value);
212 // it to uint32, but may be more efficient.
213 bool ReadVarint32(uint32* value);
223 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
232 bool ExpectTag(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
243 uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
260 bool LastTagWas(uint32 expected);
447 uint32 last_tag_; // result of last ReadTag()
    [all...]
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
107 UInt32 actualSize;
137 static SkKey raw2key(UInt32 raw)
140 UInt32 fRaw;
195 UInt32 wClass = GetEventClass(inEvent);
196 UInt32 wKind = GetEventKind(inEvent);
224 UInt32 raw;
230 UInt32 raw;
  /external/chromium/net/disk_cache/
hash.cc 5 typedef uint32 uint32_t;
21 uint32 SuperFastHash(const char * data, int len) {
  /external/dbus/test/data/valid-messages/
recursive-types.message 17 # first dict entry is an array of array of uint32
22 TYPE UINT32
  /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/libvpx/vpx_scale/leapster/
doptsystemdependant_lf.c 35 * INPUTS : UINT32 Version : Codec version number.
57 * INPUTS : UINT32 Version : Codec version number.
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.h 37 Uint32 mixlen;
38 Uint32 write_delay;
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.h 36 UInt32 bufferOffset;
37 UInt32 bufferSize;
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_systhread.c 47 Uint32 SDL_ThreadID(void)
49 return (Uint32)thd_get_current();
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
3dfx_mmio.h 31 #define tdfx_in32(reg) *(volatile Uint32 *)(mapped_io + (reg))
34 #define tdfx_out32(reg,v) *(volatile Uint32 *)(mapped_io + (reg)) = v;
matrox_mmio.h 31 #define mga_in32(reg) *(volatile Uint32 *)(mapped_io + (reg))
34 #define mga_out32(reg,v) *(volatile Uint32 *)(mapped_io + (reg)) = v;
  /external/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/webkit/WebCore/platform/graphics/mac/
FontCustomPlatformData.h 29 typedef UInt32 ATSFontContainerRef;
30 typedef UInt32 ATSFontRef;
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_event_mbox.h 171 uint32 eventReportP1;
172 uint32 eventReportP2;
173 uint32 eventReportP3;
181 uint32 scheduledScanStatus; /* [0-7] scan completed status, [8-23] Attended Channels map, [24-31] reserved. */
192 uint32 eventsVector;
193 uint32 eventsMask;
194 uint32 reserved1;
195 uint32 reserved2;
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_timer.h 51 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
54 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
57 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
85 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
97 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
105 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
  /prebuilt/windows/sdl/include/SDL/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
Ctrl.h 77 UINT32 dbgNumOfMsduFreeInTxComplete[MAX_NUM_OF_TX_QUEUES];
82 UINT32 supportedRatesMask[NUM_OF_RATE_CLASS_CLIENTS];
83 UINT32 policyClassRateMask[NUM_OF_RATE_CLASS_CLIENTS];
84 UINT32 fwPolicyID[NUM_OF_RATE_CLASS_CLIENTS];
114 UINT32 ctrlDataBasicRateBitMask;
115 UINT32 ctrlDataCurrentRateMask;
140 UINT32 currClientRateMask[NUM_OF_RATE_CLASS_CLIENTS];
144 UINT32 nextClientRateMask[NUM_OF_RATE_CLASS_CLIENTS];
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_event_mbox.h 171 uint32 eventReportP1;
172 uint32 eventReportP2;
173 uint32 eventReportP3;
181 uint32 scheduledScanStatus; /* [0-7] scan completed status, [8-23] Attended Channels map, [24-31] reserved. */
192 uint32 eventsVector;
193 uint32 eventsMask;
194 uint32 reserved1;
195 uint32 reserved2;
  /external/neven/Embedded/common/src/b_BasicEm/
Context.h 36 typedef uint32 ( *bbs_callbackFPtr )( struct bbs_Context* cpA );
70 uint32 errorE;
73 uint32 lineE;
94 uint32 errIndexE;
103 uint32 dynMemManagerArrSizeE;
140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* textA, ... );
188 uint32 sizeA, /* size of memory segment in 16 bit units */
190 uint32 idA ); /* ID of segment, id=0: unspecified */
199 uint32 idA ); /* ID of segment, id=0: unspecified *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_syssem.c 65 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
142 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
172 Uint32 SDL_SemValue(SDL_sem *sem)
175 Uint32 value;
194 value = (Uint32)semval;

Completed in 3040 milliseconds

1 2 3 4 5 6 7 8 91011>>