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

<<61626364656667686970>>

  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd.go 121 //sys Access(path string, mode uint32) (err error)
125 //sys Chmod(path string, mode uint32) (err error)
134 //sys Fchmod(fd int, mode uint32) (err error)
162 //sys Mkdir(path string, mode uint32) (err error)
163 //sys Mkfifo(path string, mode uint32) (err error)
164 //sys Mknod(path string, mode uint32, dev int) (err error)
166 //sys Open(path string, mode int, perm uint32) (fd int, err error)
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc 638 void ScaleAddRow_16_C(const uint16* src_ptr, uint32* dst_ptr, int src_width) {
655 const uint32* src = (const uint32*)(src_argb);
656 uint32* dst = (uint32*)(dst_argb);
704 const uint32* src = (const uint32*)(src_argb);
705 uint32* dst = (uint32*)(dst_argb);
741 const uint32* src = (const uint32*)(src_argb)
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 314 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
354 extension->repeated_uint32_value = new RepeatedField<uint32>();
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 365 UINT32 ln; /* Ln: actual size of stored NDEF data (in bytes) */
378 UINT32 cur_tout; /* Current command timeout */
380 UINT32 check_tout_a; /* Check command timeout (A+1)*X */
381 UINT32 check_tout_b; /* Check command timeout (B+1)*X */
383 UINT32 update_tout_a; /* Update command timeout (A+1)*X */
384 UINT32 update_tout_b; /* Update command timeout (B+1)*X */
394 UINT32 ndef_msg_len; /* Length of ndef message to send */
395 UINT32 ndef_msg_bytes_sent; /* Length of ndef message sent so far */
397 UINT32 ndef_rx_readlen; /* Number of bytes read in current CHECK command */
398 UINT32 ndef_rx_offset; /* Length of ndef message read so far *
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
UInt32Arr.c 84 bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF32( uint32 ) );
93 uint32 iL;
94 const uint32* ptr1L = ptrA->arrPtrE;
95 const uint32* ptr2L = srcPtrA->arrPtrE;
114 uint32 bbs_UInt32Arr_heapSize( struct bbs_Context* cpA,
116 uint32 sizeA )
118 return sizeA * bbs_SIZEOF16( uint32 ) + bbs_MEM_BLOCK_OVERHD;
133 uint32 sizeA,
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( uint32 ) );
156 uint32 sizeA
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/image/internal/
imageutil.a 20 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
41 func (@"image/color".c·5 @"image/color".RGBA) RGBA () (@"image/color".r·1 uint32, @"image/color".g·2 uint32, @"image/color".b·3 uint32, @"image/color".a·4 uint32) { @"image/color".r·1 = uint32(@"image/color".c·5.R); @"image/color".r·1 |= @"image/color".r·1 << 0x8; @"image/color".g·2 = uint32(@"image/color".c·5.G); @"image/color".g·2 |= @"image/color".g·2 << 0x8; @"image/color".b·3 = uint3 (…)
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
convert.go 17 var u32 uint32;
231 i8 = int8(v); u32 = uint32(i8); w = big(u32)
252 u8 = uint8(v); u32 = uint32(u8); w = big(u32)
273 i16 = int16(v); u32 = uint32(i16); w = big(u32)
294 u16 = uint16(v); u32 = uint32(u16); w = big(u32)
315 i32 = int32(v); u32 = uint32(i32); w = big(u32)
326 u32 = uint32(v); i8 = int8(u32); w = big(i8)
328 u32 = uint32(v); u8 = uint8(u32); w = big(u8)
330 u32 = uint32(v); i16 = int16(u32); w = big(i16)
332 u32 = uint32(v); u16 = uint16(u32); w = big(u16
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/image/internal/
imageutil.a 20 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
41 func (@"image/color".c·5 @"image/color".RGBA) RGBA () (@"image/color".r·1 uint32, @"image/color".g·2 uint32, @"image/color".b·3 uint32, @"image/color".a·4 uint32) { @"image/color".r·1 = uint32(@"image/color".c·5.R); @"image/color".r·1 |= @"image/color".r·1 << 0x8; @"image/color".g·2 = uint32(@"image/color".c·5.G); @"image/color".g·2 |= @"image/color".g·2 << 0x8; @"image/color".b·3 = uint3 (…)
    [all...]
  /prebuilts/go/linux-x86/test/ken/
convert.go 17 var u32 uint32;
231 i8 = int8(v); u32 = uint32(i8); w = big(u32)
252 u8 = uint8(v); u32 = uint32(u8); w = big(u32)
273 i16 = int16(v); u32 = uint32(i16); w = big(u32)
294 u16 = uint16(v); u32 = uint32(u16); w = big(u32)
315 i32 = int32(v); u32 = uint32(i32); w = big(u32)
326 u32 = uint32(v); i8 = int8(u32); w = big(i8)
328 u32 = uint32(v); u8 = uint8(u32); w = big(u8)
330 u32 = uint32(v); i16 = int16(u32); w = big(i16)
332 u32 = uint32(v); u16 = uint16(u32); w = big(u16
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 237 UInt32 powerOfTwo = 1;
258 UInt32 powerOfTwo = 1;
304 UInt32 size = sizeof(CFRunLoopRef);
1083 UInt32 size = 0;
1100 UInt32 dataSource = 0;
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
rc4.a 10 type @"".Cipher struct { @"".s [256]uint32; @"".i uint8; @"".j uint8 }
87 0runtime.morestack_noctxt`?"".autotmp_0007Wtype.uint32"".autotmp_0006type.int"".autotmp_0005Ytype.uint8"".autotmp_0004type.int"".autotmp_0003(type."".KeySizeError
158 0runtime.morestack_noctxtp? "".autotmp_0018wtype.uint32"".autotmp_0017type.uint8"".autotmp_0016?type.*uint8"".autotmp_0015_type.int"".autotmp_0014Otype.int"".autotmp_0013ytype.uint8"".autotmp_0012type.uint8"".autotmp_0011type.uint8"".autotmp_0010/type.[]uint8"".vtype.uint8"".kotype.int"".j}type.uint8"".i{type.uint8 "".src@type.[]uint8 "".dsttype.[]uint8"".ctype.*"".Cipher????J?Bz RcN??# I ???Tgclocals·79161af1ae0ab61937d821d7f66b85d6Tgclocals·83ead081cd909acab0dcd88a450c1878Zprebuilts/go/darwin-x86/src/crypto/rc4/rc4.go?2"".(*Cipher).XORKeyStream??eH? %H;a??H??0H?\$0H?$?H?T$`H?D$8H??u
230 ,go.string."crypto/rc4"?(type."".KeySizeError????K?0? runtime.algarray@runtime.gcbits.P@go.string.hdr."rc4.KeySizeError"p*type.*"".KeySizeError?"runtime.zerovalue`?(type."".KeySizeError?8go.string.hdr."KeySizeError"?"go.importpath."".??(type."".KeySizeError?*go.string.hdr."Error"?$type.func() string?Btype.func("".KeySizeError) string?0"".(*KeySizeError).Error?*"".KeySizeError.Error?.go.string.hdr."[]uint8" &go.string."[]uint8"?&go.string."[]uint8"[]uint8?type.[]uint8???~.8 0? runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8?"runtime.zerovalue?type.uint8?6go.typelink.[]uint8 []uint8type.[]uint8?0go.string.hdr."[]uint32" (go.string."[]uint32"?(go.string."[]uint32" []uint32?type.[]uint32??? 0? runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]uint32"p,go.weak.type.*[]uint32?"runtime.zerovalue?type.uint32?:go.typelink.[]uint32 []uint32 (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
rc4.a 10 type @"".Cipher struct { @"".s [256]uint32; @"".i uint8; @"".j uint8 }
87 0runtime.morestack_noctxt`?"".autotmp_0007Wtype.uint32"".autotmp_0006type.int"".autotmp_0005Ytype.uint8"".autotmp_0004type.int"".autotmp_0003(type."".KeySizeError
158 0runtime.morestack_noctxtp? "".autotmp_0018wtype.uint32"".autotmp_0017type.uint8"".autotmp_0016?type.*uint8"".autotmp_0015_type.int"".autotmp_0014Otype.int"".autotmp_0013ytype.uint8"".autotmp_0012type.uint8"".autotmp_0011type.uint8"".autotmp_0010/type.[]uint8"".vtype.uint8"".kotype.int"".j}type.uint8"".i{type.uint8 "".src@type.[]uint8 "".dsttype.[]uint8"".ctype.*"".Cipher????J?Bz RcN??# I ???Tgclocals·79161af1ae0ab61937d821d7f66b85d6Tgclocals·83ead081cd909acab0dcd88a450c1878Xprebuilts/go/linux-x86/src/crypto/rc4/rc4.go?2"".(*Cipher).XORKeyStream??dH? %H;a??H??0H?\$0H?$?H?T$`H?D$8H??u
230 ,go.string."crypto/rc4"?(type."".KeySizeError????K?0? runtime.algarray@runtime.gcbits.P@go.string.hdr."rc4.KeySizeError"p*type.*"".KeySizeError?"runtime.zerovalue`?(type."".KeySizeError?8go.string.hdr."KeySizeError"?"go.importpath."".??(type."".KeySizeError?*go.string.hdr."Error"?$type.func() string?Btype.func("".KeySizeError) string?0"".(*KeySizeError).Error?*"".KeySizeError.Error?.go.string.hdr."[]uint8" &go.string."[]uint8"?&go.string."[]uint8"[]uint8?type.[]uint8???~.8 0? runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8?"runtime.zerovalue?type.uint8?6go.typelink.[]uint8 []uint8type.[]uint8?0go.string.hdr."[]uint32" (go.string."[]uint32"?(go.string."[]uint32" []uint32?type.[]uint32??? 0? runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]uint32"p,go.weak.type.*[]uint32?"runtime.zerovalue?type.uint32?:go.typelink.[]uint32 []uint32 (…)
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_fax3.h 46 * fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx)
55 typedef void (*TIFFFaxFillFunc)(unsigned char*, uint32*, uint32*, uint32);
63 extern void _TIFFFax3fillruns(unsigned char*, uint32*, uint32*, uint32);
87 uint32 Param; /* unsigned 32-bit run length in bits *
    [all...]
tif_color.c 46 TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32 l, int32 a, int32 b,
73 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5)))
79 uint32 *r, uint32 *g, uint32 *b)
183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr,
184 uint32 *r, uint32 *g, uint32 *b)
  /external/pdfium/third_party/libtiff/
tif_fax3.h 46 * fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx)
55 typedef void (*TIFFFaxFillFunc)(unsigned char*, uint32*, uint32*, uint32);
63 extern void _TIFFFax3fillruns(unsigned char*, uint32*, uint32*, uint32);
87 uint32 Param; /* unsigned 32-bit run length in bits *
    [all...]
tif_color.c 46 TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32 l, int32 a, int32 b,
73 #define RINT(R) ((uint32)((R)>0?((R)+0.5):((R)-0.5)))
79 uint32 *r, uint32 *g, uint32 *b)
183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr,
184 uint32 *r, uint32 *g, uint32 *b)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 58 uint32 event_type; /* Message (see below) */
59 uint32 status; /* Status code (see below) */
60 uint32 reason; /* Reason code (if applicable) */
61 uint32 auth_type; /* WLC_E_AUTH */
62 uint32 datalen; /* data buf */
72 uint32 event_type; /* Message (see below) */
73 uint32 status; /* Status code (see below) */
74 uint32 reason; /* Reason code (if applicable) */
75 uint32 auth_type; /* WLC_E_AUTH */
76 uint32 datalen; /* data buf *
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 108 UINT32 acceptable_length; /* acceptable length from client */
109 UINT32 ndef_length; /* NDEF message length */
117 UINT32 ndef_length; /* NDEF message length */
126 UINT32 ndef_length; /* NDEF message length */
150 UINT32 ndef_length; /* NDEF message length */
333 UINT32 buff_length,
334 UINT32 ndef_length,
357 UINT32 ndef_length,
392 UINT32 ndef_length,
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/image/
draw.a 12 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
57 func (@"image/color".c·5 @"image/color".Alpha16) RGBA () (@"image/color".r·1 uint32, @"image/color".g·2 uint32, @"image/color".b·3 uint32, @"image/color".a·4 uint32) { @"image/color".a·4 = uint32(@"image/color".c·5.A); return @"image/color".a·4, @"image/color".a·4, @"image/color".a·4, @"image/color".a·4 }
281 0runtime.morestack_noctxt???"".autotmp_0083type.*uint8"".autotmp_0082type.uint32"".autotmp_0081type.uint32"".autotmp_0080type.uint32"".autotmp_0079type.uint32" (…)
    [all...]
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
file.go 18 Magic uint32
19 Bss uint32
38 Size uint32
39 Offset uint32
124 func parseMagic(magic []byte) (uint32, error) {
125 m := binary.BigEndian.Uint32(magic)
172 size uint32
183 off := uint32(f.HdrSize)
215 s.value = uint64(order.Uint32(p[0:4]))
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 22 pc uint32
41 visited []uint32
87 b.visited = make([]uint32, visitedSize, maxBacktrackVector/visitedBits)
107 func (b *bitState) shouldVisit(pc uint32, pos int) bool {
118 func (b *bitState) push(pc uint32, pos int, arg int) {
133 func (m *machine) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool {
243 if 0 <= inst.Arg && inst.Arg < uint32(len(b.cap)) {
336 return m.tryBacktrack(b, i, uint32(m.p.Start), pos)
359 if m.tryBacktrack(b, i, uint32(m.p.Start), pos) {
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 11 // The cached value is a uint32 in which the low bit
14 var traceback_cache uint32 = 2 << 1
143 f uint32
212 var z uint32
274 *(*uint32)(unsafe.Pointer(&i)) = ^uint32(0)
282 *(*uint32)(unsafe.Pointer(&i1)) = ^uint32(1)
380 traceback_cache = uint32(atoi(p)) << 1
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/image/
draw.a 12 type @"image/color".Color interface { RGBA() (@"image/color".r uint32, @"image/color".g uint32, @"image/color".b uint32, @"image/color".a uint32) }
57 func (@"image/color".c·5 @"image/color".Alpha16) RGBA () (@"image/color".r·1 uint32, @"image/color".g·2 uint32, @"image/color".b·3 uint32, @"image/color".a·4 uint32) { @"image/color".a·4 = uint32(@"image/color".c·5.A); return @"image/color".a·4, @"image/color".a·4, @"image/color".a·4, @"image/color".a·4 }
281 0runtime.morestack_noctxt???"".autotmp_0083type.*uint8"".autotmp_0082type.uint32"".autotmp_0081type.uint32"".autotmp_0080type.uint32"".autotmp_0079type.uint32" (…)
    [all...]
  /prebuilts/go/linux-x86/src/debug/plan9obj/
file.go 18 Magic uint32
19 Bss uint32
38 Size uint32
39 Offset uint32
124 func parseMagic(magic []byte) (uint32, error) {
125 m := binary.BigEndian.Uint32(magic)
172 size uint32
183 off := uint32(f.HdrSize)
215 s.value = uint64(order.Uint32(p[0:4]))
  /prebuilts/go/linux-x86/src/regexp/
backtrack.go 22 pc uint32
41 visited []uint32
87 b.visited = make([]uint32, visitedSize, maxBacktrackVector/visitedBits)
107 func (b *bitState) shouldVisit(pc uint32, pos int) bool {
118 func (b *bitState) push(pc uint32, pos int, arg int) {
133 func (m *machine) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool {
243 if 0 <= inst.Arg && inst.Arg < uint32(len(b.cap)) {
336 return m.tryBacktrack(b, i, uint32(m.p.Start), pos)
359 if m.tryBacktrack(b, i, uint32(m.p.Start), pos) {

Completed in 1049 milliseconds

<<61626364656667686970>>