/prebuilts/go/darwin-x86/src/archive/zip/ |
struct.go | 44 dataDescriptorLen = 16 // four uint32: descriptor signature, crc32, compressed size, size 83 CRC32 uint32 84 CompressedSize uint32 // Deprecated: Use CompressedSize64 instead. 85 UncompressedSize uint32 // Deprecated: Use UncompressedSize64 instead. 89 ExternalAttrs uint32 // Meaning depends on CreatorVersion 131 fh.UncompressedSize = uint32(fh.UncompressedSize64) 137 diskNbr uint32 // unused 138 dirDiskNbr uint32 // unused 241 func msdosModeToFileMode(m uint32) (mode os.FileMode) { 253 func fileModeToUnixMode(mode os.FileMode) uint32 { [all...] |
/prebuilts/go/linux-x86/src/archive/zip/ |
struct.go | 44 dataDescriptorLen = 16 // four uint32: descriptor signature, crc32, compressed size, size 83 CRC32 uint32 84 CompressedSize uint32 // Deprecated: Use CompressedSize64 instead. 85 UncompressedSize uint32 // Deprecated: Use UncompressedSize64 instead. 89 ExternalAttrs uint32 // Meaning depends on CreatorVersion 131 fh.UncompressedSize = uint32(fh.UncompressedSize64) 137 diskNbr uint32 // unused 138 dirDiskNbr uint32 // unused 241 func msdosModeToFileMode(m uint32) (mode os.FileMode) { 253 func fileModeToUnixMode(mode os.FileMode) uint32 { [all...] |
/external/dng_sdk/source/ |
dng_shared.cpp | 101 uint32 parentCode, 102 uint32 tagCode, 103 uint32 tagType, 104 uint32 tagCount, 1066 uint32 offset = stream.Get_uint32 (); 1072 uint32 ifdEntries = stream.Get_uint16 (); 1079 for (uint32 tag_index = 0; tag_index < ifdEntries; tag_index++) 1085 uint32 tagType = stream.Get_uint16 (); 1086 uint32 tagCount = stream.Get_uint32 (); 1249 uint32 parentCode [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MemTbl.c | 33 flag bbs_MemTbl_memOverlap( const uint16* memPtr1A, uint32 size1A, 34 const uint16* memPtr2A, uint32 size2A ) 56 uint32 iL; 72 uint32 iL; 103 const void* memPtrA, uint32 sizeA ) 105 uint32 iL; 158 uint32 sizeA, 159 uint32 sharedSubSizeA ) 163 bbs_ERROR0( "struct bbs_MemTbl bbs_MemTbl_create( void* memPtrA, uint32 sizeA, uint32 sharedSubSizeA ):\n [all...] |
/external/libnfc-nci/src/include/ |
bt_types.h | 238 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) ); (p) += 3;} 239 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;} 270 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + ((UINT32)(*(p)) << 16)); (p) += 3; [all...] |
/system/bt/stack/include/ |
bt_types.h | 35 typedef uint32_t UINT32; 253 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) ); (p) += 3;} 254 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;} 289 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + ((UINT32)(*(p)) << 16)); (p) += 3; [all...] |
/system/bt/stack/sdp/ |
sdp_db.c | 44 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_his_uuid, 118 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_uuid, 123 UINT32 len; 161 tSDP_RECORD *sdp_db_find_record (UINT32 handle) 279 UINT32 SDP_CreateRecord (void) 282 UINT32 handle; 329 BOOLEAN SDP_DeleteRecord (UINT32 handle) 395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, 396 UINT32 attr_len, UINT8 *p_val) 412 UINT32 i [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
coded_stream.h | 78 // uint32 size; 220 bool ReadLittleEndian32(uint32* value); 228 uint32* value); 235 // it to uint32, but may be more efficient. 236 bool ReadVarint32(uint32* value); 246 GOOGLE_ATTRIBUTE_ALWAYS_INLINE uint32 ReadTag(); 256 GOOGLE_ATTRIBUTE_ALWAYS_INLINE std::pair<uint32, bool> ReadTagWithCutoff( 257 uint32 cutoff); 266 GOOGLE_ATTRIBUTE_ALWAYS_INLINE bool ExpectTag(uint32 expected); 277 uint32 expected) [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/ |
gosym.a | 15 type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 } 18 type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) } 28 type @"".LineTable struct { Data []byte; PC uint64; Line int; @"".mu @"sync".Mutex; @"".go12 int; @"".binary @"encoding/binary".ByteOrder; @"".quantum uint32; @"".ptrsize uint32; @"".functab []byte; @"".nfunctab uint32; @"".filetab []byte; @"".nfiletab uint32; @"".fileMap map[string]uint32 } 31 func (@"".t·2 *@"".LineTable "esc:0x9") @"".findFileLine (@"".entry·3 uint64, @"".filetab·4 uint32, @"".linetab·5 uint32, @"".filenum·6 int32, @"".line·7 int32) (? uint64 [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/debug/ |
gosym.a | 15 type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 } 18 type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) } 28 type @"".LineTable struct { Data []byte; PC uint64; Line int; @"".mu @"sync".Mutex; @"".go12 int; @"".binary @"encoding/binary".ByteOrder; @"".quantum uint32; @"".ptrsize uint32; @"".functab []byte; @"".nfunctab uint32; @"".filetab []byte; @"".nfiletab uint32; @"".fileMap map[string]uint32 } 31 func (@"".t·2 *@"".LineTable "esc:0x9") @"".findFileLine (@"".entry·3 uint64, @"".filetab·4 uint32, @"".linetab·5 uint32, @"".filenum·6 int32, @"".line·7 int32) (? uint64 [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 62 uint32 temp; 77 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>( 79 uint32* value) { 92 uint32 temp; 107 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_FIXED32>( 109 uint32* value) { 122 uint32 temp; 140 uint32 temp; 167 uint32 temp; 175 uint32, WireFormatLite::TYPE_FIXED32> [all...] |
/external/libyuv/files/source/ |
format_conversion.cc | 31 uint8* dst_bayer, uint32 selector, int pix) { 56 uint32 selector, int pix) { 83 uint8* dst_bayer, uint32 selector, int pix) { 99 static uint32 GenerateSelector(int select0, int select1) { 100 return static_cast<uint32>(select0) | 101 static_cast<uint32>((select1 + 4) << 8) | 102 static_cast<uint32>((select0 + 8) << 16) | 103 static_cast<uint32>((select1 + 12) << 24); 109 uint32 dst_fourcc_bayer, 110 uint32 *index_map) [all...] |
/external/v8/test/mjsunit/harmony/ |
dataview-accessors.js | 53 case "Uint32": 176 test(isTestingGet, "Uint32", 0, 50462976, true); 177 test(isTestingGet, "Uint32", undefined, 50462976, true); 178 test(isTestingGet, "Uint32", 3, 1717920771, true); 179 test(isTestingGet, "Uint32", 6, 2172675942, true); 180 test(isTestingGet, "Uint32", 9, 4236477057, true); 181 test(isTestingGet, "Uint32", 12,4294901244, true); 182 test(isTestingGet, "Uint32", 1e12, undefined, true); 185 test(isTestingGet, "Uint32", 0, 66051); 186 test(isTestingGet, "Uint32", undefined, 66051) [all...] |
/hardware/broadcom/libbt/include/ |
uipc_msg.h | 106 UINT32 trace_set_mask; 246 UINT32 ssrc; 588 UINT32 bitrate; /* 0 - 320K */ 589 UINT32 sbr_profile; /* 1: ON, 0: OFF */ 629 UINT32 aac; 737 UINT32 audio_l_g0; /* IIR biquad filter left ch gain 0 */ 738 UINT32 audio_l_g1; /* IIR biquad filter left ch gain 1 */ 739 UINT32 audio_l_g2; /* IIR biquad filter left ch gain 2 */ 740 UINT32 audio_l_g3; /* IIR biquad filter left ch gain 3 */ 741 UINT32 audio_l_g4; /* IIR biquad filter left ch gain 4 * [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
macho_combine_dwarf.go | 23 var linkoffset uint32 55 Len uint32 60 Len uint32 61 RebaseOff, RebaseLen uint32 62 BindOff, BindLen uint32 63 WeakBindOff, WeakBindLen uint32 64 LazyBindOff, LazyBindLen uint32 65 ExportOff, ExportLen uint32 70 Len uint32 71 DataOff, DataLen uint32 [all...] |
pcln.go | 45 func getvarint(pp *[]byte) uint32 { 46 v := uint32(0) 49 v |= uint32(p[0]&0x7F) << uint(shift) 97 it.pcscale = uint32(ctxt.Arch.Minlc) 105 func addvarint(d *Pcdata, val uint32) { 119 var v uint32 134 return int32(setuint32(Ctxt, ftab, int64(off), uint32(start))) 166 var v uint32 183 v = (uint32(dv) << 1) ^ uint32(int32(dv>>31) [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
macho_combine_dwarf.go | 20 var linkoffset uint32 52 Len uint32 57 Len uint32 58 RebaseOff, RebaseLen uint32 59 BindOff, BindLen uint32 60 WeakBindOff, WeakBindLen uint32 61 LazyBindOff, LazyBindLen uint32 62 ExportOff, ExportLen uint32 67 Len uint32 68 DataOff, DataLen uint32 [all...] |
pcln.go | 42 func getvarint(pp *[]byte) uint32 { 43 v := uint32(0) 46 v |= uint32(p[0]&0x7F) << uint(shift) 94 it.pcscale = uint32(ctxt.Arch.Minlc) 102 func addvarint(d *Pcdata, val uint32) { 116 var v uint32 131 return int32(setuint32(Ctxt, ftab, int64(off), uint32(start))) 163 var v uint32 180 v = (uint32(dv) << 1) ^ uint32(int32(dv>>31) [all...] |
/prebuilts/go/darwin-x86/src/compress/bzip2/ |
bzip2.go | 26 fileCRC uint32 27 blockCRC uint32 28 wantBlockCRC uint32 34 tt []uint32 // mirrors the `tt' array in the bzip2 source and contains the P array in the upper 24 bits. 35 tPos uint32 // Index of the next output byte in tt. 37 preRLE []uint32 // contains the RLE data still to be processed. 81 bz2.tt = make([]uint32, bz2.blockSize) 193 wantFileCRC := uint32(br.ReadBits64(32)) 239 bz2.wantBlockCRC = uint32(br.ReadBits64(32)) // skip checksum. TODO: check it if we can figure out what it is. 404 bz2.tt[bufIndex] = uint32(b [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin.go | 118 CommonAttr uint32 119 VolAttr uint32 120 DirAttr uint32 121 FileAttr uint32 122 Forkattr uint32 150 size := *(*uint32)(unsafe.Pointer(&attrBuf[0])) 161 for i := uint32(0); int(i) < len(dat); { 167 attrLen := *(*uint32)(unsafe.Pointer(&header[4])) 168 if datOff < 0 || uint32(datOff)+attrLen > uint32(len(dat)) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
macho_combine_dwarf.go | 23 var linkoffset uint32 55 Len uint32 60 Len uint32 61 RebaseOff, RebaseLen uint32 62 BindOff, BindLen uint32 63 WeakBindOff, WeakBindLen uint32 64 LazyBindOff, LazyBindLen uint32 65 ExportOff, ExportLen uint32 70 Len uint32 71 DataOff, DataLen uint32 [all...] |
pcln.go | 45 func getvarint(pp *[]byte) uint32 { 46 v := uint32(0) 49 v |= uint32(p[0]&0x7F) << uint(shift) 97 it.pcscale = uint32(ctxt.Arch.Minlc) 105 func addvarint(d *Pcdata, val uint32) { 119 var v uint32 134 return int32(setuint32(Ctxt, ftab, int64(off), uint32(start))) 166 var v uint32 183 v = (uint32(dv) << 1) ^ uint32(int32(dv>>31) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
macho_combine_dwarf.go | 20 var linkoffset uint32 52 Len uint32 57 Len uint32 58 RebaseOff, RebaseLen uint32 59 BindOff, BindLen uint32 60 WeakBindOff, WeakBindLen uint32 61 LazyBindOff, LazyBindLen uint32 62 ExportOff, ExportLen uint32 67 Len uint32 68 DataOff, DataLen uint32 [all...] |
pcln.go | 42 func getvarint(pp *[]byte) uint32 { 43 v := uint32(0) 46 v |= uint32(p[0]&0x7F) << uint(shift) 94 it.pcscale = uint32(ctxt.Arch.Minlc) 102 func addvarint(d *Pcdata, val uint32) { 116 var v uint32 131 return int32(setuint32(Ctxt, ftab, int64(off), uint32(start))) 163 var v uint32 180 v = (uint32(dv) << 1) ^ uint32(int32(dv>>31) [all...] |
/prebuilts/go/linux-x86/src/compress/bzip2/ |
bzip2.go | 26 fileCRC uint32 27 blockCRC uint32 28 wantBlockCRC uint32 34 tt []uint32 // mirrors the `tt' array in the bzip2 source and contains the P array in the upper 24 bits. 35 tPos uint32 // Index of the next output byte in tt. 37 preRLE []uint32 // contains the RLE data still to be processed. 81 bz2.tt = make([]uint32, bz2.blockSize) 193 wantFileCRC := uint32(br.ReadBits64(32)) 239 bz2.wantBlockCRC = uint32(br.ReadBits64(32)) // skip checksum. TODO: check it if we can figure out what it is. 404 bz2.tt[bufIndex] = uint32(b [all...] |