/prebuilts/go/linux-x86/src/syscall/ |
ztypes_darwin_amd64.go | 63 type _Gid_t uint32 70 Uid uint32 71 Gid uint32 81 Flags uint32 82 Gen uint32 88 Bsize uint32 96 Owner uint32 97 Type uint32 98 Flags uint32 99 Fssubtype uint32 [all...] |
ztypes_darwin_arm64.go | 63 type _Gid_t uint32 70 Uid uint32 71 Gid uint32 81 Flags uint32 82 Gen uint32 88 Bsize uint32 96 Owner uint32 97 Type uint32 98 Flags uint32 99 Fssubtype uint32 [all...] |
ztypes_openbsd_386.go | 57 type _Gid_t uint32 77 Mode uint32 80 Nlink uint32 81 Uid uint32 82 Gid uint32 89 Blksize uint32 90 Flags uint32 91 Gen uint32 96 F_flags uint32 97 F_bsize uint32 [all...] |
ztypes_openbsd_arm.go | 57 type _Gid_t uint32 77 Mode uint32 80 Nlink uint32 81 Uid uint32 82 Gid uint32 90 Flags uint32 91 Gen uint32 96 F_flags uint32 97 F_bsize uint32 98 F_iosize uint32 [all...] |
/external/lzma/CPP/Common/ |
CrcReg.cpp | 15 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
20 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
24 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
34 UInt32 _crc; [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_armtrap.h | 58 uint32 type; 59 uint32 epc; 60 uint32 cpsr; 61 uint32 spsr; 62 uint32 r0; /* a1 */ 63 uint32 r1; /* a2 */ 64 uint32 r2; /* a3 */ 65 uint32 r3; /* a4 */ 66 uint32 r4; /* v1 */ 67 uint32 r5; /* v2 * [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
os2_windows.go | 7 func getlasterror() uint32 8 func setlasterror(err uint32) 12 func tstart_stdcall(newm *m) uint32 14 func ctrlhandler(_type uint32) uint32
|
signal_darwin_386.go | 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } 16 func (c *sigctxt) ebx() uint32 { return c.regs().ebx } 17 func (c *sigctxt) ecx() uint32 { return c.regs().ecx } 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } 19 func (c *sigctxt) edi() uint32 { return c.regs().edi } 20 func (c *sigctxt) esi() uint32 { return c.regs().esi } 21 func (c *sigctxt) ebp() uint32 { return c.regs().ebp } 22 func (c *sigctxt) esp() uint32 { return c.regs().esp } 23 func (c *sigctxt) eip() uint32 { return c.regs().eip } 24 func (c *sigctxt) eflags() uint32 { return c.regs().eflags [all...] |
os_darwin.go | 13 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32 15 func mach_reply_port() uint32 16 func mach_task_self() uint32 17 func mach_thread_self() uint32 20 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32 23 func sigprocmask(how uint32, new, old *uint32) 26 func sigaction(mode uint32, new, old *sigactiont)
|
defs_freebsd_386.go | 114 ss_size uint32 119 __bits [4]uint32 133 si_uid uint32 141 mc_onstack uint32 142 mc_gs uint32 143 mc_fs uint32 144 mc_es uint32 145 mc_ds uint32 146 mc_edi uint32 147 mc_esi uint32 [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
os2_windows.go | 7 func getlasterror() uint32 8 func setlasterror(err uint32) 12 func tstart_stdcall(newm *m) uint32 14 func ctrlhandler(_type uint32) uint32
|
signal_darwin_386.go | 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } 16 func (c *sigctxt) ebx() uint32 { return c.regs().ebx } 17 func (c *sigctxt) ecx() uint32 { return c.regs().ecx } 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } 19 func (c *sigctxt) edi() uint32 { return c.regs().edi } 20 func (c *sigctxt) esi() uint32 { return c.regs().esi } 21 func (c *sigctxt) ebp() uint32 { return c.regs().ebp } 22 func (c *sigctxt) esp() uint32 { return c.regs().esp } 23 func (c *sigctxt) eip() uint32 { return c.regs().eip } 24 func (c *sigctxt) eflags() uint32 { return c.regs().eflags [all...] |
os_darwin.go | 13 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32 15 func mach_reply_port() uint32 16 func mach_task_self() uint32 17 func mach_thread_self() uint32 20 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, ndst uintptr) int32 23 func sigprocmask(how uint32, new, old *uint32) 26 func sigaction(mode uint32, new, old *sigactiont)
|
defs_freebsd_386.go | 114 ss_size uint32 119 __bits [4]uint32 133 si_uid uint32 141 mc_onstack uint32 142 mc_gs uint32 143 mc_fs uint32 144 mc_es uint32 145 mc_ds uint32 146 mc_edi uint32 147 mc_esi uint32 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
iketypes.h | 196 UINT32 flags; 200 UINT32 flags; 204 UINT32 flags; 213 UINT32 flags; 221 UINT32 inboundRootArraySize; 230 UINT32 outboundRootArraySize; 236 UINT32 flags; 244 UINT32 inboundRootArraySize; 253 UINT32 outboundRootArraySize; 259 UINT32 flags [all...] |
fwpmtypes.h | 59 UINT32 flags; 60 UINT32 txnWaitTimeoutInMSec; 74 UINT32 flags; 87 UINT32 calloutId; 93 UINT32 flags; 97 UINT32 calloutId; 106 UINT32 numOptions; 151 UINT32 flags; 153 UINT32 numFilterConditions; 155 UINT32 actionMask [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
power-core-valgrind-s1.xml | 10 <reg name="r0s1" bitsize="32" type="uint32"/> 11 <reg name="r1s1" bitsize="32" type="uint32"/> 12 <reg name="r2s1" bitsize="32" type="uint32"/> 13 <reg name="r3s1" bitsize="32" type="uint32"/> 14 <reg name="r4s1" bitsize="32" type="uint32"/> 15 <reg name="r5s1" bitsize="32" type="uint32"/> 16 <reg name="r6s1" bitsize="32" type="uint32"/> 17 <reg name="r7s1" bitsize="32" type="uint32"/> 18 <reg name="r8s1" bitsize="32" type="uint32"/> 19 <reg name="r9s1" bitsize="32" type="uint32"/> [all...] |
power-core-valgrind-s2.xml | 10 <reg name="r0s2" bitsize="32" type="uint32"/> 11 <reg name="r1s2" bitsize="32" type="uint32"/> 12 <reg name="r2s2" bitsize="32" type="uint32"/> 13 <reg name="r3s2" bitsize="32" type="uint32"/> 14 <reg name="r4s2" bitsize="32" type="uint32"/> 15 <reg name="r5s2" bitsize="32" type="uint32"/> 16 <reg name="r6s2" bitsize="32" type="uint32"/> 17 <reg name="r7s2" bitsize="32" type="uint32"/> 18 <reg name="r8s2" bitsize="32" type="uint32"/> 19 <reg name="r9s2" bitsize="32" type="uint32"/> [all...] |
/external/lzma/CPP/7zip/Compress/ |
Bcj2Coder.h | 36 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
37 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
39 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
40 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
61 UInt32 _inBufSizes[4];
62 UInt32 _outBufSize;
67 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
68 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams,
70 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
71 ISequentialOutStream **outStreams, const UInt64 **outSizes, UInt32 numOutStreams, [all...] |
LzmaDecoder.h | 27 UInt32 _inPos;
28 UInt32 _inSize;
36 UInt32 _inBufSizeAllocated;
37 UInt32 _inBufSize;
38 UInt32 _outBufSize;
59 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
61 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
62 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size); [all...] |
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
syscall.go | 22 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW 24 //sys regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) = advapi32.RegSetValueExW 25 //sys regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) = advapi32.RegEnumValue [all...] |
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
syscall.go | 22 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW 24 //sys regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) = advapi32.RegSetValueExW 25 //sys regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) = advapi32.RegEnumValue [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_openbsd_386.go | 57 type _Gid_t uint32 77 Mode uint32 80 Nlink uint32 81 Uid uint32 82 Gid uint32 89 Blksize uint32 90 Flags uint32 91 Gen uint32 96 F_flags uint32 97 F_bsize uint32 [all...] |
ztypes_openbsd_arm.go | 57 type _Gid_t uint32 77 Mode uint32 80 Nlink uint32 81 Uid uint32 82 Gid uint32 90 Flags uint32 91 Gen uint32 96 F_flags uint32 97 F_bsize uint32 98 F_iosize uint32 [all...] |
ztypes_openbsd_amd64.go | 57 type _Gid_t uint32 77 Mode uint32 80 Nlink uint32 81 Uid uint32 82 Gid uint32 89 Blksize uint32 90 Flags uint32 91 Gen uint32 97 F_flags uint32 98 F_bsize uint32 [all...] |