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

<<51525354555657585960>>

  /prebuilts/go/linux-x86/misc/cgo/test/
buildid_linux.go 53 namesz := f.ByteOrder.Uint32(d)
54 descsz := f.ByteOrder.Uint32(d[4:])
55 typ := f.ByteOrder.Uint32(d[8:])
  /prebuilts/go/linux-x86/src/os/
types_windows.go 21 vol uint32
22 idxhi uint32
23 idxlo uint32
  /prebuilts/go/linux-x86/src/runtime/
os1_linux.go 9 var sigset_all sigset = sigset{^uint32(0), ^uint32(0)}
13 // futexsleep(uint32 *addr, uint32 val)
14 // futexwakeup(uint32 *addr)
30 func futexsleep(addr *uint32, val uint32, ns int64) {
61 func futexwakeup(addr *uint32, cnt uint32) {
209 func gettid() uint32
    [all...]
signal_darwin.go 50 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
53 func sigreturn(ctx unsafe.Pointer, infostyle uint32)
56 func sigtrampgo(fn uintptr, infostyle, sig uint32, info *siginfo, ctx unsafe.Pointer) {
sys_darwin_arm.s 386 // uint32 mach_msg_trap(void*, uint32, uint32, uint32, uint32, uint32, uint32)
421 // uint32 mach_semaphore_wait(uint32)
429 // uint32 mach_semaphore_timedwait(uint32, uint32, uint32
    [all...]
sys_darwin_arm64.s 349 // uint32 mach_msg_trap(void*, uint32, uint32, uint32, uint32, uint32, uint32)
384 // uint32 mach_semaphore_wait(uint32)
392 // uint32 mach_semaphore_timedwait(uint32, uint32, uint32
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10607a.go 43 namesz := f.ByteOrder.Uint32(d)
44 descsz := f.ByteOrder.Uint32(d[4:])
45 typ := f.ByteOrder.Uint32(d[8:])
  /prebuilts/misc/windows/sdl2/test/
testsem.c 54 Uint32 start_ticks;
55 Uint32 end_ticks;
56 Uint32 duration;
  /system/bt/stack/smp/
p_256_multprecision.h 43 UINT32 multiprecision_dword_bits (DWORD a);
44 UINT32 multiprecision_most_signdwords(DWORD *a, uint32_t keyLength);
45 UINT32 multiprecision_most_signbits(DWORD *a, uint32_t keyLength);
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
sha1.a 17 type @"".digest struct { @"".h [5]uint32; @"".x [64]byte; @"".nx int; @"".len uint64 }
131 0runtime.morestack_noctxt@?"".autotmp_0043type.int"".autotmp_0042type.int"".autotmp_0041type.int"".autotmp_0035?type.[5]uint32"".autotmp_0034Otype.string"".autotmp_0033type.[]uint8"".autotmp_0031type.uint64"".autotmp_0030type.[]uint8"".autotmp_0029type.uint64"".autotmp_0028/type.[]uint8"".digest?type.[20]uint8 "".tmp?type.[64]uint8 "".len?type.uint64 "".~r0type.[20]uint8"".dtype.*"".digest????????E i @ `
169 0runtime.morestack_noctxt@?D"".autotmp_0079type.uint32"".autotmp_0078type.uint32"".autotmp_0077type.uint32"".autotmp_0076type.int"".autotmp_0075type.uint32"".autotmp_0074type.uint32"".autotmp_0073type.uint32"".autotmp_0072type.int"".autotmp_0071type.uint32"".autotmp_0070type.uint32"".autotmp_0069type.uint32"".autotmp_0068type.int"".autotmp_0067type.uint32"".a (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
sha1.a 17 type @"".digest struct { @"".h [5]uint32; @"".x [64]byte; @"".nx int; @"".len uint64 }
131 0runtime.morestack_noctxt@?"".autotmp_0043type.int"".autotmp_0042type.int"".autotmp_0041type.int"".autotmp_0035?type.[5]uint32"".autotmp_0034Otype.string"".autotmp_0033type.[]uint8"".autotmp_0031type.uint64"".autotmp_0030type.[]uint8"".autotmp_0029type.uint64"".autotmp_0028/type.[]uint8"".digest?type.[20]uint8 "".tmp?type.[64]uint8 "".len?type.uint64 "".~r0type.[20]uint8"".dtype.*"".digest????????E i @ `
169 0runtime.morestack_noctxt@?D"".autotmp_0079type.uint32"".autotmp_0078type.uint32"".autotmp_0077type.uint32"".autotmp_0076type.int"".autotmp_0075type.uint32"".autotmp_0074type.uint32"".autotmp_0073type.uint32"".autotmp_0072type.int"".autotmp_0071type.uint32"".autotmp_0070type.uint32"".autotmp_0069type.uint32"".autotmp_0068type.int"".autotmp_0067type.uint32"".a (…)
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c 47 ptrA->baseE.typeE = ( uint32 )bpi_FF_BF_FACE_FINDER;
112 uint32 bpi_BFFaceFinder_getMinEyeDistance( const struct bpi_BFFaceFinder* ptrA )
119 uint32 bpi_BFFaceFinder_getMaxEyeDistance( const struct bpi_BFFaceFinder* ptrA )
136 uint32 distA )
146 uint32 distA )
168 uint32 bpi_BFFaceFinder_memSize( struct bbs_Context* cpA,
171 uint32 memSizeL = 0;
172 memSizeL += bbs_SIZEOF16( uint32 );
173 memSizeL += bbs_SIZEOF16( uint32 ); /* version */
182 uint32 bpi_BFFaceFinder_memWrite( struct bbs_Context* cpA
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
elliptic.a 29 func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Uint32 () (? uint32)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
elliptic.a 29 func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Uint32 () (? uint32)
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
String.c 50 char* bbs_strncpy( char* dstA, const char* srcA, uint32 sizeA )
52 uint32 iL;
74 char* bbs_strncat( char* dstA, const char* srcA, uint32 sizeA )
76 uint32 iL;
94 uint32 bbs_strlen( const char* strA )
96 uint32 iL = 0;
144 uint32 bbs_snprintf( char* bufA, uint32 bufSizeA, const char* formatA, ... )
146 uint32 sizeL;
157 uint32 bbs_cString( int32 valA, char* dstA, uint32 bufSizeA
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_arm.s 386 // uint32 mach_msg_trap(void*, uint32, uint32, uint32, uint32, uint32, uint32)
421 // uint32 mach_semaphore_wait(uint32)
429 // uint32 mach_semaphore_timedwait(uint32, uint32, uint32
    [all...]
sys_darwin_arm64.s 349 // uint32 mach_msg_trap(void*, uint32, uint32, uint32, uint32, uint32, uint32)
384 // uint32 mach_semaphore_wait(uint32)
392 // uint32 mach_semaphore_timedwait(uint32, uint32, uint32
    [all...]
  /prebuilts/go/darwin-x86/test/
divmod.go 97 if (uint64(uint32(x)) == x || uint64(uint32(^x)) == ^x) && (uint64(uint32(y)) == y || uint64(uint32(^y)) == ^y) {
98 checkuint32(uint32(x), uint32(y))
158 func checkuint32(x, y uint32) {
167 if q1 != uint32(q) {
168 print("uint32(", x, "/", y, ") = ", q1, ", want ", q, "\n")
170 if r1 != uint32(r)
    [all...]
  /prebuilts/go/linux-x86/test/
divmod.go 97 if (uint64(uint32(x)) == x || uint64(uint32(^x)) == ^x) && (uint64(uint32(y)) == y || uint64(uint32(^y)) == ^y) {
98 checkuint32(uint32(x), uint32(y))
158 func checkuint32(x, y uint32) {
167 if q1 != uint32(q) {
168 print("uint32(", x, "/", y, ") = ", q1, ", want ", q, "\n")
170 if r1 != uint32(r)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 209 UINT32 *punValue);
229 UINT32 *pcchLength);
235 UINT32 cchBufSize,
236 UINT32 *pcchLength);
242 UINT32 *pcchLength);
247 UINT32 *pcbBlobSize);
253 UINT32 cbBufSize,
254 UINT32 *pcbBlobSize);
260 UINT32 *pcbSize);
283 UINT32 unValue)
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc 69 io::CodedInputStream* input, uint32 tag) {
82 bool WireFormat::SkipField(io::CodedInputStream* input, uint32 tag,
100 uint32 length;
131 uint32 value;
145 uint32 tag = input->ReadTag();
370 uint32 tag = input->ReadTag();
417 uint32 field_number,
419 uint32 length;
425 bool WireFormat::ParseAndMergeMessageSetField(uint32 field_number,
448 uint32 tag
    [all...]
  /prebuilts/go/darwin-x86/api/
except.txt 60 pkg syscall (openbsd-386), type Dirent struct, Fileno uint32
63 pkg syscall (openbsd-386), type Mclpool struct, Grown uint32
64 pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32
65 pkg syscall (openbsd-386), type Stat_t struct, Ino uint32
69 pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32
70 pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32
112 pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32
115 pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown uint32
116 pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire uint32
117 pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint32
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/aes/
aes_test.go 29 func mul(b, c uint32) uint32 {
32 s := uint32(0)
33 for k := uint32(1); k < 0x100 && j != 0; k <<= 1 {
53 for i := uint32(0); i < 256; i++ {
54 for j := uint32(0); j < 256; j++ {
64 if x := mul(i, j); x != uint32(s) {
90 s := uint32(sbox0[i])
94 te := [][256]uint32{te0, te1, te2, te3}
108 s := uint32(sbox1[i]
    [all...]
  /prebuilts/go/linux-x86/api/
except.txt 60 pkg syscall (openbsd-386), type Dirent struct, Fileno uint32
63 pkg syscall (openbsd-386), type Mclpool struct, Grown uint32
64 pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32
65 pkg syscall (openbsd-386), type Stat_t struct, Ino uint32
69 pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32
70 pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32
112 pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32
115 pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown uint32
116 pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire uint32
117 pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint32
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
aes_test.go 29 func mul(b, c uint32) uint32 {
32 s := uint32(0)
33 for k := uint32(1); k < 0x100 && j != 0; k <<= 1 {
53 for i := uint32(0); i < 256; i++ {
54 for j := uint32(0); j < 256; j++ {
64 if x := mul(i, j); x != uint32(s) {
90 s := uint32(sbox0[i])
94 te := [][256]uint32{te0, te1, te2, te3}
108 s := uint32(sbox1[i]
    [all...]

Completed in 487 milliseconds

<<51525354555657585960>>