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

<<31323334353637383940>>

  /external/neven/Embedded/common/src/b_BasicEm/
String.h 42 char* bbs_strncpy( char* dstA, const char* srcA, uint32 sizeA );
48 char* bbs_strncat( char* dstA, const char* srcA, uint32 sizeA );
51 uint32 bbs_strlen( const char* strA );
62 uint32 bbs_snprintf( char* dstA, uint32 bufSizeA, const char* formatA, ... );
67 uint32 bbs_vsnprintf( char* dstA, uint32 bufSizeA, const char* formatA, va_list argsA );
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 21 count uint32
22 line uint32
28 func check(line, count uint32) {
38 func checkVal(line, count uint32, val int) int {
87 func count(line uint32) (uint32, int) {
94 indexLo := uint32(1e9)
  /prebuilts/go/darwin-x86/src/runtime/
defs1_netbsd_386.go 93 __bits [4]uint32
137 __gregs [19]uint32
143 uc_flags uint32
152 ident uint32
153 filter uint32
154 flags uint32
155 fflags uint32
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 21 count uint32
22 line uint32
28 func check(line, count uint32) {
38 func checkVal(line, count uint32, val int) int {
87 func count(line uint32) (uint32, int) {
94 indexLo := uint32(1e9)
  /prebuilts/go/linux-x86/src/runtime/
defs1_netbsd_386.go 93 __bits [4]uint32
137 __gregs [19]uint32
143 uc_flags uint32
152 ident uint32
153 filter uint32
154 flags uint32
155 fflags uint32
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/hash/
adler32.a 11 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
13 func @"".Checksum (@"".data·2 []byte "esc:0x1") (? uint32)
15 type @"".digest uint32
19 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = uint32(*@"".d·2); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
20 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return uint32(*@"".d·2) }
82 0runtime.morestack_noctxtP? "".autotmp_0017otype.*uint8"".autotmp_0016?type.int"".autotmp_0015type.int"".autotmp_0012type.uint32"".autotmp_0011type.uint32"".autotmp_0010type.uint32"".autotmp_0009type.uint32"".autotmp_0008type.[]uint8"".autotmp_0006/type.[]uint8 (…)
    [all...]
crc32.a 15 type @"".Table [256]uint32
17 func @"".MakeTable (@"".poly·2 uint32) (? *@"".Table)
18 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
21 func @"".Update (@"".crc·2 uint32, @"".tab·3 *@"".Table "esc:0x1", @"".p·4 []byte) (? uint32)
22 func @"".Checksum (@"".data·2 []byte, @"".tab·3 *@"".Table "esc:0x1") (? uint32)
23 func @"".ChecksumIEEE (@"".data·2 []byte) (? uint32)
25 type @"".digest struct { @"".crc uint32; @"".tab *@"".Table }
29 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = @"".d·2.Sum32(); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
30 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return @"".d·2.@"".crc
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/hash/
adler32.a 11 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
13 func @"".Checksum (@"".data·2 []byte "esc:0x1") (? uint32)
15 type @"".digest uint32
19 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = uint32(*@"".d·2); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
20 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return uint32(*@"".d·2) }
82 0runtime.morestack_noctxtP? "".autotmp_0017otype.*uint8"".autotmp_0016?type.int"".autotmp_0015type.int"".autotmp_0012type.uint32"".autotmp_0011type.uint32"".autotmp_0010type.uint32"".autotmp_0009type.uint32"".autotmp_0008type.[]uint8"".autotmp_0006/type.[]uint8 (…)
    [all...]
crc32.a 15 type @"".Table [256]uint32
17 func @"".MakeTable (@"".poly·2 uint32) (? *@"".Table)
18 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
21 func @"".Update (@"".crc·2 uint32, @"".tab·3 *@"".Table "esc:0x1", @"".p·4 []byte) (? uint32)
22 func @"".Checksum (@"".data·2 []byte, @"".tab·3 *@"".Table "esc:0x1") (? uint32)
23 func @"".ChecksumIEEE (@"".data·2 []byte) (? uint32)
25 type @"".digest struct { @"".crc uint32; @"".tab *@"".Table }
29 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = @"".d·2.Sum32(); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
30 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return @"".d·2.@"".crc
    [all...]
  /external/boringssl/src/crypto/err/
err_data_generate.go 66 // stringList is a map from uint32 -> string which can output data for a sorted
70 // offsets are in the bottom 15 bits of each uint32 and the key is the
72 entries []uint32
76 internedStrings map[string]uint32
82 internedStrings: make(map[string]uint32),
87 // uint32 in entries.
90 func (st *stringList) Add(key uint32, value string) error {
96 offset = uint32(len(st.stringData))
115 type keySlice []uint32
129 func (st *stringList) buildList() []uint32 {
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Functions.c 38 uint32 bts_absIntLog2( int32 vA )
45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A )
47 uint32 maxL = bbs_max( ( uint32 )bbs_abs( v1A ), ( uint32 )bbs_abs( v2A ) );
53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A )
55 uint32 maxL = bbs_abs( v1A );
56 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) );
57 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v3A ) );
63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_dir.h 56 uint32 toff_long;
69 uint32 td_imagewidth, td_imagelength, td_imagedepth;
70 uint32 td_tilewidth, td_tilelength, td_tiledepth;
71 uint32 td_subfiletype;
80 uint32 td_rowsperstrip;
96 uint32 td_stripsperimage;
97 uint32 td_nstrips; /* size of offset & bytecount arrays */
271 uint32 allocated_size; /* 0 if array is constant, other if modified by future definition extension support */
272 uint32 count; /* number of elements in fields array */
277 uint32 field_tag; /* field's tag *
    [all...]
tif_getimage.c 35 static int gtTileContig(TIFFRGBAImage*, uint32*, uint32, uint32);
36 static int gtTileSeparate(TIFFRGBAImage*, uint32*, uint32, uint32);
37 static int gtStripContig(TIFFRGBAImage*, uint32*, uint32, uint32);
38 static int gtStripSeparate(TIFFRGBAImage*, uint32*, uint32, uint32)
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.h 56 uint32 toff_long;
69 uint32 td_imagewidth, td_imagelength, td_imagedepth;
70 uint32 td_tilewidth, td_tilelength, td_tiledepth;
71 uint32 td_subfiletype;
80 uint32 td_rowsperstrip;
96 uint32 td_stripsperimage;
97 uint32 td_nstrips; /* size of offset & bytecount arrays */
271 uint32 allocated_size; /* 0 if array is constant, other if modified by future definition extension support */
272 uint32 count; /* number of elements in fields array */
277 uint32 field_tag; /* field's tag *
    [all...]
tif_getimage.c 35 static int gtTileContig(TIFFRGBAImage*, uint32*, uint32, uint32);
36 static int gtTileSeparate(TIFFRGBAImage*, uint32*, uint32, uint32);
37 static int gtStripContig(TIFFRGBAImage*, uint32*, uint32, uint32);
38 static int gtStripSeparate(TIFFRGBAImage*, uint32*, uint32, uint32)
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.c 42 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle);
43 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle);
44 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle);
46 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle);
47 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle);
48 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle);
88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle)
120 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle)
212 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 1);}
213 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 2);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 31 uint32 HashDjb2_C(const uint8* src, int count, uint32 seed);
38 uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed);
42 uint32 HashDjb2_AVX2(const uint8* src, int count, uint32 seed);
49 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed) {
52 uint32 (*HashDjb2_SSE)(const uint8* src, int count, uint32 seed) = HashDjb2_C
    [all...]
  /external/tpm2/
TcpServer.c 16 BOOL ReadVarBytes(SOCKET s, char* buffer, UINT32* BytesReceived, int MaxLen);
19 BOOL WriteUINT32(SOCKET s, UINT32 val);
21 static UINT32 ServerVersion = 1;
26 UINT32 largestCommandSize;
27 UINT32 largestCommand;
28 UINT32 largestResponseSize;
29 UINT32 largestResponse;
96 UINT32 length = 0;
97 UINT32 Command;
386 UINT32 va
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 29 (dw) = ((uint32) *(pb + 3) << 24) + \
30 ((uint32) *(pb + 2) << 16) + \
34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32);
45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \
46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 ))
90 aOutputs->width = (uint32)display_width;
91 aOutputs->height = (uint32)display_height;
92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packe
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 77 func (i Version) String() string { return stringName(uint32(i), versionStrings, false) }
78 func (i Version) GoString() string { return stringName(uint32(i), versionStrings, true) }
95 func (i Class) String() string { return stringName(uint32(i), classStrings, false) }
96 func (i Class) GoString() string { return stringName(uint32(i), classStrings, true) }
113 func (i Data) String() string { return stringName(uint32(i), dataStrings, false) }
114 func (i Data) GoString() string { return stringName(uint32(i), dataStrings, true) }
159 func (i OSABI) String() string { return stringName(uint32(i), osabiStrings, false) }
160 func (i OSABI) GoString() string { return stringName(uint32(i), osabiStrings, true) }
189 func (i Type) String() string { return stringName(uint32(i), typeStrings, false) }
190 func (i Type) GoString() string { return stringName(uint32(i), typeStrings, true)
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 77 func (i Version) String() string { return stringName(uint32(i), versionStrings, false) }
78 func (i Version) GoString() string { return stringName(uint32(i), versionStrings, true) }
95 func (i Class) String() string { return stringName(uint32(i), classStrings, false) }
96 func (i Class) GoString() string { return stringName(uint32(i), classStrings, true) }
113 func (i Data) String() string { return stringName(uint32(i), dataStrings, false) }
114 func (i Data) GoString() string { return stringName(uint32(i), dataStrings, true) }
159 func (i OSABI) String() string { return stringName(uint32(i), osabiStrings, false) }
160 func (i OSABI) GoString() string { return stringName(uint32(i), osabiStrings, true) }
189 func (i Type) String() string { return stringName(uint32(i), typeStrings, false) }
190 func (i Type) GoString() string { return stringName(uint32(i), typeStrings, true)
    [all...]
  /external/bzip2/
bzlib_private.h 45 typedef unsigned int UInt32;
155 extern UInt32 BZ2_crc32Table[256];
207 UInt32 avail_in_expect;
210 UInt32* arr1;
211 UInt32* arr2;
212 UInt32* ftab;
216 UInt32* ptr;
225 UInt32 state_in_ch;
241 UInt32 bsBuff;
245 UInt32 blockCRC
    [all...]
  /system/bt/bta/include/
bta_jv_api.h 82 typedef UINT32 tBTA_JV_ROLE;
183 UINT32 handle; /* The connection handle */
192 UINT32 handle; /* The connection handle */
205 UINT32 handle; /* The connection handle */
213 UINT32 handle; /* The connection handle */
221 UINT32 handle; /* The connection handle */
229 UINT32 handle; /* The connection handle */
237 UINT32 handle; /* The connection handle */
238 UINT32 req_id; /* The req_id in the associated BTA_JvL2capRead() */
248 UINT32 handle; /* The connection handle *
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 111 uint32 requested; /* packets requested to be stored */
112 uint32 stored; /* packets stored */
113 uint32 saved; /* packets saved,
116 uint32 selfsaved; /* packets saved,
119 uint32 full_dropped; /* packets dropped,
122 uint32 dropped; /* packets dropped because pktq per that precedence is full */
123 uint32 sacrificed; /* packets dropped,
126 uint32 busy; /* packets droped because of hardware/transmission error */
127 uint32 retry; /* packets re-sent because they were not received */
128 uint32 ps_retry; /* packets retried again prior to moving power save mode *
    [all...]
  /external/dng_sdk/source/
dng_exif.cpp 172 uint32 j;
173 uint32 k;
357 uint32 count = sizeof (kStandardSpeed ) /
360 for (uint32 fudge = 0; fudge <= 1; fudge++)
405 for (uint32 index = 0; index < count; index++)
548 for (uint32 f = 2; f <= 9; f++)
741 uint32 b0 = (fExifVersion >> 24) & 0xff;
742 uint32 b1 = (fExifVersion >> 16) & 0xff;
743 uint32 b2 = (fExifVersion >> 8) & 0xff;
753 uint32 parentCode
    [all...]

Completed in 1036 milliseconds

<<31323334353637383940>>