/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite.h | 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1; 152 static uint32 MakeTag(int field_number, WireType type); 153 static WireType GetTagWireType(uint32 tag); 154 static int GetTagFieldNumber(uint32 tag); 164 static bool SkipField(io::CodedInputStream* input, uint32 tag); 176 static_cast<uint32>( \ 209 static uint32 EncodeFloat(float value); 210 static float DecodeFloat(uint32 value); 220 static uint32 ZigZagEncode32(int32 n); 221 static int32 ZigZagDecode32(uint32 n) [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite.h | 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1; 152 static uint32 MakeTag(int field_number, WireType type); 153 static WireType GetTagWireType(uint32 tag); 154 static int GetTagFieldNumber(uint32 tag); 164 static bool SkipField(io::CodedInputStream* input, uint32 tag); 176 static_cast<uint32>( \ 209 static uint32 EncodeFloat(float value); 210 static float DecodeFloat(uint32 value); 220 static uint32 ZigZagEncode32(int32 n); 221 static int32 ZigZagDecode32(uint32 n) [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
wire_format_lite.h | 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1; 152 static uint32 MakeTag(int field_number, WireType type); 153 static WireType GetTagWireType(uint32 tag); 154 static int GetTagFieldNumber(uint32 tag); 164 static bool SkipField(io::CodedInputStream* input, uint32 tag); 176 static_cast<uint32>( \ 209 static uint32 EncodeFloat(float value); 210 static float DecodeFloat(uint32 value); 220 static uint32 ZigZagEncode32(int32 n); 221 static int32 ZigZagDecode32(uint32 n) [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
wire_format_lite.h | 145 static const uint32 kTagTypeMask = (1 << kTagTypeBits) - 1; 152 static uint32 MakeTag(int field_number, WireType type); 153 static WireType GetTagWireType(uint32 tag); 154 static int GetTagFieldNumber(uint32 tag); 164 static bool SkipField(io::CodedInputStream* input, uint32 tag); 176 static_cast<uint32>( \ 209 static uint32 EncodeFloat(float value); 210 static float DecodeFloat(uint32 value); 220 static uint32 ZigZagEncode32(int32 n); 221 static int32 ZigZagDecode32(uint32 n) [all...] |
/external/libyuv/files/source/ |
compare.cc | 30 static uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) { 31 uint32 hash = seed; 76 static uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) { 160 static uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) { 161 uint32 hash; 220 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed) [all...] |
row_common.cc | 192 *reinterpret_cast<uint32*>(dst_rgb) = b0 | (g0 << 5) | (r0 << 11) | 215 *reinterpret_cast<uint32*>(dst_rgb) = 241 *reinterpret_cast<uint32*>(dst_rgb) = 441 static __inline uint32 Clip(int32 val) { 443 return static_cast<uint32>(0); 445 return static_cast<uint32>(255); 447 return static_cast<uint32>(val); 453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); 454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6); 455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6) [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanner.c | 43 uint32 proL = ptrA->maxRadiusE; 44 uint32 pwoL = ( proL << 1 ) + 1; 47 uint32 woL = ptrA->maxImageWidthE; 48 uint32 hoL = ptrA->maxImageHeightE; 96 oArrL[ kL++ ] = ( ( uint32 )iArrL[ idxL ] + 124 arrL[ kL++ ] = ( ( uint32 )arrL[ idxL ] + 140 uint32 iL; 152 uint32 iL, jL; 154 uint32 proL = ptrA->bitParamE.outerRadiusE; 155 uint32 priL = ptrA->bitParamE.innerRadiusE [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
packing.inl | 38 GLM_FUNC_QUALIFIER glm::uint16 float2half(glm::uint32 const & f) 56 GLM_FUNC_QUALIFIER glm::uint32 float2packed11(glm::uint32 const & f) 74 GLM_FUNC_QUALIFIER glm::uint32 packed11ToFloat(glm::uint32 const & p) 92 GLM_FUNC_QUALIFIER glm::uint32 float2packed10(glm::uint32 const & f) 113 GLM_FUNC_QUALIFIER glm::uint32 packed10ToFloat(glm::uint32 const & p) 203 uint32 pack [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/ |
binary.a | 13 type @"".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) } 17 func (? @"".littleEndian) PutUint32 (@"".b·1 []byte "esc:0x1", @"".v·2 uint32) { @"".b·1[0x0] = byte(@"".v·2); @"".b·1[0x1] = byte(@"".v·2 >> 0x8); @"".b·1[0x2] = byte(@"".v·2 >> 0x10); @"".b·1[0x3] = byte(@"".v·2 >> 0x18) } 21 func (? @"".littleEndian) Uint32 (@"".b·2 []byte "esc:0x1") (? uint32) { return uint32(@"".b·2[0x0]) | uint32(@"".b·2[0x1]) << 0x8 | uint32(@"".b·2[0x2]) << 0x10 | uint32(@"".b·2[0x3]) << 0x18 [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/encoding/ |
binary.a | 13 type @"".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) } 17 func (? @"".littleEndian) PutUint32 (@"".b·1 []byte "esc:0x1", @"".v·2 uint32) { @"".b·1[0x0] = byte(@"".v·2); @"".b·1[0x1] = byte(@"".v·2 >> 0x8); @"".b·1[0x2] = byte(@"".v·2 >> 0x10); @"".b·1[0x3] = byte(@"".v·2 >> 0x18) } 21 func (? @"".littleEndian) Uint32 (@"".b·2 []byte "esc:0x1") (? uint32) { return uint32(@"".b·2[0x0]) | uint32(@"".b·2[0x1]) << 0x8 | uint32(@"".b·2[0x2]) << 0x10 | uint32(@"".b·2[0x3]) << 0x18 [all...] |
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256.go | 64 var x1, y1, z1 [p256Limbs]uint32 73 var px, py, x1, y1, z1 [p256Limbs]uint32 104 p256One = [p256Limbs]uint32{2, 0, 0, 0xffff800, 0x1fffffff, 0xfffffff, 0x1fbfffff, 0x1ffffff, 0} 105 p256Zero = [p256Limbs]uint32{0, 0, 0, 0, 0, 0, 0, 0, 0} 107 p256P = [p256Limbs]uint32{0x1fffffff, 0xfffffff, 0x1fffffff, 0x3ff, 0, 0, 0x200000, 0xf000000, 0xfffffff} 109 p2562P = [p256Limbs]uint32{0x1ffffffe, 0xfffffff, 0x1fffffff, 0x7ff, 0, 0, 0x400000, 0xe000000, 0x1fffffff} 141 var p256Precomputed = [p256Limbs * 2 * 15 * 2]uint32{ 209 func nonZeroToAllOnes(x uint32) uint32 { 218 func p256ReduceCarry(inout *[p256Limbs]uint32, carry uint32) [all...] |
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256.go | 64 var x1, y1, z1 [p256Limbs]uint32 73 var px, py, x1, y1, z1 [p256Limbs]uint32 104 p256One = [p256Limbs]uint32{2, 0, 0, 0xffff800, 0x1fffffff, 0xfffffff, 0x1fbfffff, 0x1ffffff, 0} 105 p256Zero = [p256Limbs]uint32{0, 0, 0, 0, 0, 0, 0, 0, 0} 107 p256P = [p256Limbs]uint32{0x1fffffff, 0xfffffff, 0x1fffffff, 0x3ff, 0, 0, 0x200000, 0xf000000, 0xfffffff} 109 p2562P = [p256Limbs]uint32{0x1ffffffe, 0xfffffff, 0x1fffffff, 0x7ff, 0, 0, 0x400000, 0xe000000, 0x1fffffff} 141 var p256Precomputed = [p256Limbs * 2 * 15 * 2]uint32{ 209 func nonZeroToAllOnes(x uint32) uint32 { 218 func p256ReduceCarry(inout *[p256Limbs]uint32, carry uint32) [all...] |
/external/clang/test/SemaCXX/ |
neon-vector-types.cpp | 10 typedef unsigned long UInt32; 22 const UInt32 len)
|
/external/cros/system_api/dbus/ |
mtp_file_entry.proto | 13 optional uint32 item_id = 1; 16 optional uint32 parent_id = 2;
|
/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/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/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
scale_argb.h | 44 uint32 src_fourcc, 47 uint32 dst_fourcc,
|
/external/lzma/C/ |
LzmaDec.c | 11 #define kTopValue ((UInt32)1 << kNumTopBits)
119 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
145 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
154 UInt32 processedPos = p->processedPos;
155 UInt32 checkDicSize = p->checkDicSize;
159 UInt32 range = p->range;
160 UInt32 code = p->code;
165 UInt32 bound;
262 UInt32 distance;
328 UInt32 distance; [all...] |
/external/lzma/CPP/7zip/Common/ |
CWrappers.h | 55 UInt32 Size;
64 bool Alloc(UInt32 size) throw();
|
/external/lzma/CPP/7zip/UI/Common/ |
IFileExtractCallback.h | 40 UInt32 errorFlags, const wchar_t *errors,
41 UInt32 warningFlags, const wchar_t *warnings) = 0;
|
/external/lzma/CPP/Windows/ |
System.cpp | 12 UInt32 GetNumberOfProcessors()
16 return (UInt32)systemInfo.dwNumberOfProcessors;
|
/external/regex-re2/re2/ |
unicode_groups.h | 33 uint32 lo; 34 uint32 hi;
|