HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 1626 - 1650 of 4588) sorted by null

<<61626364656667686970>>

  /prebuilts/go/darwin-x86/src/runtime/
print1_write_android.go 142 // hdr[3:7] sec unsigned uint32, little endian.
143 // hdr[7:11] nsec unsigned uint32, little endian.
146 packUint32(hdr[3:7], uint32(sec))
147 packUint32(hdr[7:11], uint32(nsec))
154 func packUint32(b []byte, v uint32) {
signal_windows.go 19 errormode := uint32(stdcall1(_SetErrorMode, SEM_NOGPFAULTERRORBOX))
158 switch uint32(g.sig) {
197 func sigenable(sig uint32) {
200 func sigdisable(sig uint32) {
203 func sigignore(sig uint32) {
  /prebuilts/go/darwin-x86/src/syscall/
netlink_linux.go 31 *(*uint32)(unsafe.Pointer(&b[0:4][0])) = rr.Header.Len
34 *(*uint32)(unsafe.Pointer(&b[8:12][0])) = rr.Header.Seq
35 *(*uint32)(unsafe.Pointer(&b[12:16][0])) = rr.Header.Pid
42 rr.Header.Len = uint32(NLMSG_HDRLEN + SizeofRtGenmsg)
45 rr.Header.Seq = uint32(seq)
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block.go 17 var w [16]uint32
25 w[i] = uint32(p[j])<<24 | uint32(p[j+1])<<16 | uint32(p[j+2])<<8 | uint32(p[j+3])
  /prebuilts/go/linux-x86/src/debug/dwarf/
buf.go 102 func (b *buf) uint32() uint32 {
107 return b.order.Uint32(a)
158 return uint64(b.uint32())
167 length = Offset(b.uint32())
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 13 out uint32
63 func checksum(p []byte) uint32 {
64 s1, s2 := uint32(1), uint32(0)
66 s1 = (s1 + uint32(x)) % mod
  /prebuilts/go/linux-x86/src/runtime/
print1_write_android.go 142 // hdr[3:7] sec unsigned uint32, little endian.
143 // hdr[7:11] nsec unsigned uint32, little endian.
146 packUint32(hdr[3:7], uint32(sec))
147 packUint32(hdr[7:11], uint32(nsec))
154 func packUint32(b []byte, v uint32) {
signal_windows.go 19 errormode := uint32(stdcall1(_SetErrorMode, SEM_NOGPFAULTERRORBOX))
158 switch uint32(g.sig) {
197 func sigenable(sig uint32) {
200 func sigdisable(sig uint32) {
203 func sigignore(sig uint32) {
  /prebuilts/go/linux-x86/src/syscall/
netlink_linux.go 31 *(*uint32)(unsafe.Pointer(&b[0:4][0])) = rr.Header.Len
34 *(*uint32)(unsafe.Pointer(&b[8:12][0])) = rr.Header.Seq
35 *(*uint32)(unsafe.Pointer(&b[12:16][0])) = rr.Header.Pid
42 rr.Header.Len = uint32(NLMSG_HDRLEN + SizeofRtGenmsg)
45 rr.Header.Seq = uint32(seq)
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_mutex.h 49 #define SDL_MUTEX_MAXWAIT (~(Uint32)0)
112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
143 extern DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem * sem, Uint32 ms);
155 extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem * sem);
238 SDL_mutex * mutex, Uint32 ms);
SDL_rwops.h 93 Uint32 type;
202 extern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops * src);
203 extern DECLSPEC Uint32 SDLCALL SDL_ReadBE32(SDL_RWops * src);
217 extern DECLSPEC size_t SDLCALL SDL_WriteLE32(SDL_RWops * dst, Uint32 value);
218 extern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_mutex.h 49 #define SDL_MUTEX_MAXWAIT (~(Uint32)0)
112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
143 extern DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem * sem, Uint32 ms);
155 extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem * sem);
238 SDL_mutex * mutex, Uint32 ms);
SDL_rwops.h 93 Uint32 type;
202 extern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops * src);
203 extern DECLSPEC Uint32 SDLCALL SDL_ReadBE32(SDL_RWops * src);
217 extern DECLSPEC size_t SDLCALL SDL_WriteLE32(SDL_RWops * dst, Uint32 value);
218 extern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);
  /prebuilts/misc/windows/sdl2/include/
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_mutex.h 49 #define SDL_MUTEX_MAXWAIT (~(Uint32)0)
112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
143 extern DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem * sem, Uint32 ms);
155 extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem * sem);
238 SDL_mutex * mutex, Uint32 ms);
SDL_rwops.h 93 Uint32 type;
202 extern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops * src);
203 extern DECLSPEC Uint32 SDLCALL SDL_ReadBE32(SDL_RWops * src);
217 extern DECLSPEC size_t SDLCALL SDL_WriteLE32(SDL_RWops * dst, Uint32 value);
218 extern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);
  /prebuilts/misc/windows/sdl2/test/
testplatform.c 48 if (badsize(sizeof(Uint32), 4)) {
50 SDL_Log("sizeof(Uint32) != 4, instead = %u\n",
51 (unsigned int)sizeof(Uint32));
74 Uint32 value32 = 0xEFBEADDE;
75 Uint32 swapped32 = 0xDEADBEEF;
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL.h 129 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
134 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
139 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
147 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_mutex.h 49 #define SDL_MUTEX_MAXWAIT (~(Uint32)0)
112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
143 extern DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem * sem, Uint32 ms);
155 extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem * sem);
238 SDL_mutex * mutex, Uint32 ms);
SDL_rwops.h 93 Uint32 type;
202 extern DECLSPEC Uint32 SDLCALL SDL_ReadLE32(SDL_RWops * src);
203 extern DECLSPEC Uint32 SDLCALL SDL_ReadBE32(SDL_RWops * src);
217 extern DECLSPEC size_t SDLCALL SDL_WriteLE32(SDL_RWops * dst, Uint32 value);
218 extern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
fastmem.h 108 if (a + sizeof(uint32) <= a_limit &&
110 a += sizeof(uint32);
111 b += sizeof(uint32);
114 int d = static_cast<uint32>(*a++) - static_cast<uint32>(*b++);
  /system/bt/btif/src/
btif_sdp_server.c 379 UINT32 sdp_handle = 0;
414 (UINT32)(rec->hdr.service_name_length + 1),
424 (UINT32)1, (UINT8*)&rec->mas_instance_id);
428 (UINT32)1, (UINT8*)&rec->supported_message_types);
433 UINT_DESC_TYPE, (UINT32)4, temp);
440 UINT_DESC_TYPE, (UINT32)2, temp);
468 UINT32 sdp_handle = 0;
501 (UINT32)(rec->hdr.service_name_length + 1),
512 UINT_DESC_TYPE, (UINT32)4, temp);
519 UINT_DESC_TYPE, (UINT32)2, temp)
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_luv.c 261 uint32* tp;
269 tp = (uint32 *)op;
272 tp = (uint32 *) sp->tbuf;
274 /* copy to array of uint32 */
314 uint32* tp;
315 uint32 b;
326 tp = (uint32*) op;
329 tp = (uint32*) sp->tbuf;
340 b = (uint32)*bp++ << shft;
347 tp[i++] |= (uint32)*bp++ << shft
    [all...]

Completed in 376 milliseconds

<<61626364656667686970>>