/external/lzma/CPP/Common/ |
StringToInt.cpp | 7 static const UInt32 k_UInt32_max = 0xFFFFFFFF;
24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char)
25 CONVERT_STRING_TO_UINT_FUNC(UInt32, wchar_t)
39 UInt32 res = ConvertStringToUInt32(s2, &end2);
42 if (res > ((UInt32)1 << (32 - 1)))
45 else if ((res & ((UInt32)1 << (32 - 1))) != 0)
54 UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw()
58 UInt32 res = 0;
68 if ((res & (UInt32)7 << (32 - 3)) != 0)
96 UInt32 ConvertHexStringToUInt32(const char *s, const char **end) throw() [all...] |
/external/lzma/CPP/Windows/ |
FileIO.h | 40 UInt32 Tag;
41 UInt32 Flags;
178 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
179 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw();
180 bool Read(void *data, UInt32 size, UInt32 &processedSize) throw();
193 bool WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw(); [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Functions.c | 47 uint32 bbs_memWrite32( const void* ptrA, 50 uint32 valL = *( uint32* )ptrA; 61 return bbs_SIZEOF16( uint32 ); 66 uint32 bbs_memRead32( void* ptrA, 69 uint32 valL = 0; 72 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 0 ); 73 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 16 ); 75 valL |= ( ( uint32 )*memPtrA++ << 0 ); 76 valL |= ( ( uint32 )*memPtrA++ << 16 ) [all...] |
/external/regex-re2/util/ |
random.cc | 15 uint32 lo = A * (int32)(seed_ & 0xFFFF); 16 uint32 hi = A * (int32)((uint32)seed_ >> 16);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_loader.c | 17 uint32 vbp_open(uint32 parser_type, Handle *hcontext) 20 uint32 error; 48 uint32 vbp_close(Handle hcontext) 50 uint32 error; 78 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag) 81 uint32 error = VBP_OK; 109 uint32 vbp_query(Handle hcontext, void **data) 112 uint32 error = VBP_OK [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
napenforcementclient.h | 27 typedef UINT32 ProtocolMaxSize; 28 typedef UINT32 NapComponentId; 36 typedef UINT32 MessageId;
|
/prebuilts/go/darwin-x86/src/math/ |
unsafe.go | 10 func Float32bits(f float32) uint32 { return *(*uint32)(unsafe.Pointer(&f)) } 14 func Float32frombits(b uint32) float32 { return *(*float32)(unsafe.Pointer(&b)) }
|
/prebuilts/go/darwin-x86/src/net/ |
tcpsockopt_windows.go | 22 msecs := uint32(d / time.Millisecond) 28 ret := uint32(0) 29 size := uint32(unsafe.Sizeof(ka))
|
/prebuilts/go/linux-x86/src/math/ |
unsafe.go | 10 func Float32bits(f float32) uint32 { return *(*uint32)(unsafe.Pointer(&f)) } 14 func Float32frombits(b uint32) float32 { return *(*float32)(unsafe.Pointer(&b)) }
|
/prebuilts/go/linux-x86/src/net/ |
tcpsockopt_windows.go | 22 msecs := uint32(d / time.Millisecond) 28 ret := uint32(0) 29 size := uint32(unsafe.Sizeof(ka))
|
/external/dng_sdk/source/ |
dng_gain_map.cpp | 41 uint32 fRowIndex1; 42 uint32 fRowIndex2; 57 uint32 plane); 87 real32 InterpolateEntry (uint32 colIndex); 99 uint32 plane) 144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1); 160 // a uint32 and that static_cast<uint32> (rowIndexF) < lastRow. This 162 fRowIndex1 = static_cast<uint32> (rowIndexF) [all...] |
dng_memory_stream.h | 40 uint32 fPageSize; 42 uint32 fPageCount; 43 uint32 fPagesAllocated; 58 uint32 pageSize = 64 * 1024); 74 uint32 count, 80 uint32 count,
|
dng_rational.h | 93 uint32 n; // Numerator 94 uint32 d; // Denominator 104 dng_urational (uint32 nn, uint32 dd) 139 void Set_real64 (real64 x, uint32 dd = 0); 141 void ReduceByFactor (uint32 factor);
|
dng_resample.cpp | 91 uint32 srcCount, 92 uint32 dstCount, 98 uint32 dstEntries = 0; 99 uint32 bufferSize = 0; 112 for (uint32 j = 0; j < dstCount; j++) 125 for (uint32 k = dstCount; k < dstEntries; k++) 163 uint32 j; 171 fRadius = (uint32) (kernel.Extent () / scale + 0.9999); 175 uint32 width = fRadius * 2; 188 uint32 bufferSize = 0 [all...] |
/external/pdfium/third_party/libtiff/ |
tif_tile.c | 37 uint32 38 TIFFComputeTile(TIFF* tif, uint32 x, uint32 y, uint32 z, uint16 s) 41 uint32 dx = td->td_tilewidth; 42 uint32 dy = td->td_tilelength; 43 uint32 dz = td->td_tiledepth; 44 uint32 tile = 1; 48 if (dx == (uint32) -1) 50 if (dy == (uint32) -1 [all...] |
/external/cros/system_api/dbus/ |
mtp_storage_info.proto | 19 optional uint32 vendor_id = 3; 25 optional uint32 product_id = 5; 28 optional uint32 device_flags = 6; 32 optional uint32 storage_type = 7; 36 optional uint32 filesystem_type = 8; 40 optional uint32 access_capability = 9;
|
/external/skia/src/images/ |
bmpdecoderhelper.h | 22 typedef uint32_t uint32; typedef 89 int CalcShiftRight(uint32 mask); 90 int CalcShiftLeft(uint32 mask); 101 uint32 redBits_; 102 uint32 greenBits_; 103 uint32 blueBits_;
|
/external/tpm2/ |
Session_fp.h | 10 UINT32 SessionCapGetActiveAvail(void); 11 UINT32 SessionCapGetActiveNumber(void); 13 UINT32 count, // IN: count of returned handle 16 UINT32 SessionCapGetLoadedAvail(void); 17 UINT32 SessionCapGetLoadedNumber(void); 19 UINT32 count, // IN: count of returned handle
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
symlink_windows.go | 17 n := uint32(len(b)) 19 n, err = syscall.GetShortPathName(&p[0], &b[0], uint32(len(b))) 23 if n <= uint32(len(b)) { 36 n := uint32(len(b)) 38 n, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b))) 42 if n <= uint32(len(b)) {
|
/prebuilts/go/darwin-x86/src/syscall/ |
dir_plan9.go | 20 Vers uint32 // version number for given Path 28 Dev uint32 // server subtype 32 Mode uint32 // permissions 33 Atime uint32 // last read time 34 Mtime uint32 // last write time 44 Dev: ^uint32(0), 47 Vers: ^uint32(0), 50 Mode: ^uint32(0), 51 Atime: ^uint32(0), 52 Mtime: ^uint32(0) [all...] |
/prebuilts/go/linux-x86/src/path/filepath/ |
symlink_windows.go | 17 n := uint32(len(b)) 19 n, err = syscall.GetShortPathName(&p[0], &b[0], uint32(len(b))) 23 if n <= uint32(len(b)) { 36 n := uint32(len(b)) 38 n, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b))) 42 if n <= uint32(len(b)) {
|
/prebuilts/go/linux-x86/src/syscall/ |
dir_plan9.go | 20 Vers uint32 // version number for given Path 28 Dev uint32 // server subtype 32 Mode uint32 // permissions 33 Atime uint32 // last read time 34 Mtime uint32 // last write time 44 Dev: ^uint32(0), 47 Vers: ^uint32(0), 50 Mode: ^uint32(0), 51 Atime: ^uint32(0), 52 Mtime: ^uint32(0) [all...] |
/external/lzma/C/ |
Aes.c | 9 static UInt32 T[256 * 4];
28 void MY_FAST_CALL AesCbc_Encode(UInt32 *ivAes, Byte *data, size_t numBlocks);
29 void MY_FAST_CALL AesCbc_Decode(UInt32 *ivAes, Byte *data, size_t numBlocks);
30 void MY_FAST_CALL AesCtr_Code(UInt32 *ivAes, Byte *data, size_t numBlocks);
32 void MY_FAST_CALL AesCbc_Encode_Intel(UInt32 *ivAes, Byte *data, size_t numBlocks);
33 void MY_FAST_CALL AesCbc_Decode_Intel(UInt32 *ivAes, Byte *data, size_t numBlocks);
34 void MY_FAST_CALL AesCtr_Code_Intel(UInt32 *ivAes, Byte *data, size_t numBlocks);
40 static UInt32 D[256 * 4];
47 #define Ui32(a0, a1, a2, a3) ((UInt32)(a0) | ((UInt32)(a1) << 8) | ((UInt32)(a2) << 16) | ((UInt32)(a3) << 24)) [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_events.h | 156 Uint32 type; 157 Uint32 timestamp; 165 Uint32 type; /**< ::SDL_WINDOWEVENT */ 166 Uint32 timestamp; 167 Uint32 windowID; /**< The associated window */ 181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */ 182 Uint32 timestamp; 183 Uint32 windowID; /**< The window with keyboard focus, if any */ 197 Uint32 type; /**< ::SDL_TEXTEDITING */ 198 Uint32 timestamp [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_events.h | 156 Uint32 type; 157 Uint32 timestamp; 165 Uint32 type; /**< ::SDL_WINDOWEVENT */ 166 Uint32 timestamp; 167 Uint32 windowID; /**< The associated window */ 181 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */ 182 Uint32 timestamp; 183 Uint32 windowID; /**< The window with keyboard focus, if any */ 197 Uint32 type; /**< ::SDL_TEXTEDITING */ 198 Uint32 timestamp [all...] |