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_0043 type.int "".autotmp_0042 type.int "".autotmp_0041 type.int "".autotmp_0035 ?type.[5]uint32 |