/prebuilts/go/linux-x86/src/debug/gosym/ |
pclntab.go | 38 quantum uint32 39 ptrsize uint32 41 nfunctab uint32 43 nfiletab uint32 44 fileMap map[string]uint32 72 val := binary.BigEndian.Uint32(b) 149 return uint64(t.binary.Uint32(b)) 175 switch uint32(go12magic) { 176 case binary.LittleEndian.Uint32(t.Data): 178 case binary.BigEndian.Uint32(t.Data) [all...] |
/prebuilts/go/linux-x86/src/hash/fnv/ |
fnv.go | 16 sum32 uint32 17 sum32a uint32 58 func (s *sum32) Sum32() uint32 { return uint32(*s) } 59 func (s *sum32a) Sum32() uint32 { return uint32(*s) } 114 v := uint32(*s) 119 v := uint32(*s)
|
/prebuilts/go/linux-x86/src/net/ |
hook_windows.go | 19 connectExFunc func(syscall.Handle, syscall.Sockaddr, *byte, uint32, *uint32, *syscall.Overlapped) error = syscall.ConnectEx
|
/prebuilts/go/linux-x86/src/os/ |
sys_windows.go | 16 n := uint32(64) 29 if n <= uint32(len(b)) {
|
/prebuilts/go/linux-x86/src/runtime/ |
defs1_netbsd_arm.go | 93 __bits [4]uint32 138 __gregs [17]uint32 141 _mc_tlsbase uint32 145 uc_flags uint32 154 ident uint32 155 filter uint32 156 flags uint32 157 fflags uint32
|
defs_dragonfly_amd64.go | 110 __bits [4]uint32 125 si_uid uint32 161 mc_len uint32 162 mc_fpformat uint32 163 mc_ownedfp uint32 164 mc_reserved uint32 165 mc_unused [8]uint32 205 fflags uint32
|
os_linux_386.go | 15 var _vdso uint32 24 auxv := (*[1 << 28]uint32)(add(unsafe.Pointer(argv), uintptr(n)*ptrSize))
|
stubs.go | 90 func fastrand1() uint32 128 func reflectcall(argtype *_type, fn, arg unsafe.Pointer, argsize uint32, retoffset uint32) 130 func procyield(cycles uint32) 155 func cas(ptr *uint32, old, new uint32) bool 272 func call32(fn, arg unsafe.Pointer, n, retoffset uint32) 273 func call64(fn, arg unsafe.Pointer, n, retoffset uint32) 274 func call128(fn, arg unsafe.Pointer, n, retoffset uint32) 275 func call256(fn, arg unsafe.Pointer, n, retoffset uint32) [all...] |
stubs2.go | 19 func usleep(usec uint32) 21 func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) unsafe.Pointer
|
/system/bt/bta/av/ |
bta_av_sbc.c | 32 UINT32 src_samples, UINT32 dst_samples, 33 UINT32 *p_ret); 38 UINT32 src_sps; /* samples per second (source audio data) */ 39 UINT32 dst_sps; /* samples per second (converted audio data) */ 64 void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps, UINT16 bits, UINT16 n_channels) 128 UINT32 src_samples, UINT32 dst_samples, 129 UINT32 *p_ret [all...] |
/system/bt/bta/dm/ |
bta_dm_sco.c | 51 typedef INT32 (*PCONVERT_TO_BT_FILTERED) (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples, 52 UINT32 dwSrcSps,INT32 *pLastCurPos, UINT8 *pOverlapArea); 53 typedef INT32 (*PCONVERT_TO_BT_NOFILTER) (void *pSrc, void *pDst, UINT32 dwSrcSamples, 54 UINT32 dwSrcSps); 58 UINT32 cur_pos; /* current position */ 59 UINT32 src_sps; /* samples per second (source audio data) */ 64 UINT32 bits; /* number of bits per pcm sample */ 65 UINT32 n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */ 66 UINT32 sample_size; 67 UINT32 can_be_filtered [all...] |
/external/lzma/CPP/Windows/ |
Registry.cpp | 78 const UInt32 kBufferSize = MAX_PATH + 1; // 256 in ATL
96 static inline UInt32 BoolToUINT32(bool value) { return (value ? 1: 0); }
97 static inline bool UINT32ToBool(UInt32 value) { return (value != 0); }
116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw()
120 (BYTE * const)&value, sizeof(UInt32));
162 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw()
190 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value) throw()
197 MYASSERT((res != ERROR_SUCCESS) || (count == sizeof(UInt32)));
203 UInt32 uintValue = BoolToUINT32(value);
209 LONG CKey::GetValue_IfOk(LPCTSTR name, UInt32 &value) throw() [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Memory.c | 40 void* bbs_memcpy( void* dstA, const void* srcA, uint32 sizeA ) 52 void* bbs_memcpy16( void* dstA, const void* srcA, uint32 sizeA ) 70 uint32 iL; 102 void* bbs_memcpy32( void* dstA, const void* srcA, uint32 sizeA ) 109 uint32* dstL = ( uint32* )dstA; 110 const uint32* srcL = ( uint32* )srcA; 120 uint32 iL; 124 *( uint32* ) ( ( int32 ) dstA + iL ) = *( uint32* ) ( ( int32 ) srcA + iL ) [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_strip.c | 37 uint32 38 TIFFComputeStrip(TIFF* tif, uint32 row, uint16 sample) 42 uint32 strip; 52 strip += (uint32)sample*td->td_stripsperimage; 60 uint32 64 uint32 nstrips; 66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : 69 nstrips = _TIFFMultiply32(tif, nstrips, (uint32)td->td_samplesperpixel, 78 TIFFVStripSize64(TIFF* tif, uint32 nrows) 82 if (nrows==(uint32)(-1) [all...] |
/external/pdfium/third_party/libtiff/ |
tif_strip.c | 37 uint32 38 TIFFComputeStrip(TIFF* tif, uint32 row, uint16 sample) 42 uint32 strip; 52 strip += (uint32)sample*td->td_stripsperimage; 60 uint32 64 uint32 nstrips; 66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : 69 nstrips = _TIFFMultiply32(tif, nstrips, (uint32)td->td_samplesperpixel, 78 TIFFVStripSize64(TIFF* tif, uint32 nrows) 82 if (nrows==(uint32)(-1) [all...] |
/prebuilts/go/darwin-x86/src/crypto/md5/ |
gen.go | 55 Table1 []uint32 56 Table2 []uint32 57 Table3 []uint32 58 Table4 []uint32 100 Table1: []uint32{ 119 Table2: []uint32{ 138 Table3: []uint32{ 157 Table4: []uint32{ 193 var t1 = [...]uint32{ 197 var t2 = [...]uint32{ [all...] |
/prebuilts/go/linux-x86/src/crypto/md5/ |
gen.go | 55 Table1 []uint32 56 Table2 []uint32 57 Table3 []uint32 58 Table4 []uint32 100 Table1: []uint32{ 119 Table2: []uint32{ 138 Table3: []uint32{ 157 Table4: []uint32{ 193 var t1 = [...]uint32{ 197 var t2 = [...]uint32{ [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_pixels.h | 267 Uint32 version; 276 Uint32 format; 281 Uint32 Rmask; 282 Uint32 Gmask; 283 Uint32 Bmask; 284 Uint32 Amask; 300 extern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format); 309 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format, 311 Uint32 * Rmask, 312 Uint32 * Gmask [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_pixels.h | 267 Uint32 version; 276 Uint32 format; 281 Uint32 Rmask; 282 Uint32 Gmask; 283 Uint32 Bmask; 284 Uint32 Amask; 300 extern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format); 309 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format, 311 Uint32 * Rmask, 312 Uint32 * Gmask [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_pixels.h | 267 Uint32 version; 276 Uint32 format; 281 Uint32 Rmask; 282 Uint32 Gmask; 283 Uint32 Bmask; 284 Uint32 Amask; 300 extern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format); 309 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format, 311 Uint32 * Rmask, 312 Uint32 * Gmask [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_pixels.h | 267 Uint32 version; 276 Uint32 format; 281 Uint32 Rmask; 282 Uint32 Gmask; 283 Uint32 Bmask; 284 Uint32 Amask; 300 extern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format); 309 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format, 311 Uint32 * Rmask, 312 Uint32 * Gmask [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
port.h | 109 typedef unsigned __int32 uint32; typedef in namespace:google::protobuf 119 typedef unsigned int uint32; typedef in namespace:google::protobuf 143 static const uint32 kuint32max = 0xFFFFFFFFu; 234 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p)) 238 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) 248 inline uint32 GOOGLE_UNALIGNED_LOAD32(const void *p) { 249 uint32 t; 264 inline void GOOGLE_UNALIGNED_STORE32(void *p, uint32 v) { 297 static inline uint32 bswap_32(uint32 x) [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/ |
md5.a | 18 type @"".digest struct { @"".s [4]uint32; @"".x [64]byte; @"".nx int; @"".len uint64 } 204 0runtime.morestack_noctxt 0? $"".autotmp_0038 type.int "".autotmp_0037 type.int "".autotmp_0036 type.int "".autotmp_0033 _type.*uint32 |