HomeSort by relevance Sort by last modified time
    Searched refs:__uint64_t (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_types.h 51 typedef __COMPILER_UINT64__ __uint64_t; typedef
54 typedef unsigned long int __uint64_t; typedef
59 typedef unsigned long long int __uint64_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_types.h 62 typedef unsigned long long __uint64_t; typedef
79 typedef unsigned long __uint64_t; typedef
86 typedef __uint64_t __size_t; /* sizeof() */
88 typedef __uint64_t __uintfptr_t;
89 typedef __uint64_t __uintptr_t;
90 typedef __uint64_t __u_register_t;
91 typedef __uint64_t __vm_offset_t;
92 typedef __uint64_t __vm_paddr_t;
93 typedef __uint64_t __vm_size_t;
114 typedef __uint64_t __uintmax_t
    [all...]
endian.h 67 static __inline __uint64_t
68 __bswap64(__uint64_t _x)
72 ((_x >> 8) & 0xff000000) | ((_x << 8) & ((__uint64_t)0xff << 32)) |
73 ((_x << 24) & ((__uint64_t)0xff << 40)) |
74 ((_x << 40) & ((__uint64_t)0xff << 48)) | ((_x << 56)));
105 static __inline __uint64_t
106 __bswap64(__uint64_t x)
108 __uint64_t ret;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ansi.h 60 typedef __uint64_t __fsblkcnt_t; ///< fs block count (statvfs)
61 typedef __uint64_t __fsfilcnt_t; ///< fs file count
stdint.h 81 typedef __uint64_t uint64_t;
82 #define uint64_t __uint64_t
socket.h 368 __uint64_t ki_pcbaddr; /* PTR: pcb addr */
369 __uint64_t ki_ppcbaddr; /* PTR: ppcb addr */
370 __uint64_t ki_sockaddr; /* PTR: socket addr */
382 __uint64_t ki_rcvq; /* U_LONG: receive queue len */
383 __uint64_t ki_sndq; /* U_LONG: send queue len */
394 __uint64_t ki_inode; /* INO_T: fake inode number */
395 __uint64_t ki_vnode; /* PTR: if associated with file */
396 __uint64_t ki_conn; /* PTR: control block of peer */
397 __uint64_t ki_refs; /* PTR: referencing socket */
398 __uint64_t ki_nextref; /* PTR: link in refs list */
    [all...]
types.h 93 typedef __uint64_t uint64_t;
94 #define uint64_t __uint64_t
  /external/syslinux/efi/
wrapper.h 106 __uint64_t export_table;
107 __uint64_t import_table;
108 __uint64_t resource_table;
109 __uint64_t exception_table;
110 __uint64_t certification_table;
111 __uint64_t base_relocation_table;
120 __uint64_t image_base;
135 __uint64_t stack_reserve_sz;
136 __uint64_t stack_commit_sz;
137 __uint64_t heap_reserve_sz
    [all...]
wrapper.c 106 e_hdr.rva_and_sizes_nr = sizeof(e_hdr.data_directory) / sizeof(__uint64_t);
129 e_hdr_pe32p.rva_and_sizes_nr = sizeof(e_hdr_pe32p.data_directory) / sizeof(__uint64_t);
168 __uint64_t phoff = 0;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_types.h 41 typedef __uint64_t __cap_rights_t; /* capability rights */
43 typedef __uint64_t __fsblkcnt_t;
44 typedef __uint64_t __fsfilcnt_t;
_stdint.h 69 typedef __uint64_t uint64_t;
types.h 65 typedef __uint64_t u_int64_t;
67 typedef __uint64_t u_quad_t; /* quads (deprecated) */
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_types.h 52 typedef UINT64 __uint64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_types.h 52 typedef UINT64 __uint64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_types.h 52 typedef UINT64 __uint64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_types.h 64 typedef UINT64 __uint64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigcontext.h 116 __uint64_t rip;
117 __uint64_t rdp;
types.h 45 typedef unsigned long int __uint64_t; typedef
48 __extension__ typedef unsigned long long int __uint64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
types.h 45 typedef unsigned long int __uint64_t; typedef
48 __extension__ typedef unsigned long long int __uint64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 113 __uint64_t rip;
114 __uint64_t rdp;
  /toolchain/binutils/binutils-2.27/include/gdb/
fileio.h 102 typedef __uint64_t fio_ulong_t;
  /bionic/libc/include/
stdint.h 44 typedef unsigned long __uint64_t; typedef
47 typedef unsigned long long __uint64_t; typedef
68 typedef __uint64_t uint64_t;
  /external/libffi/src/mips/
ffitarget.h 189 typedef __uint64_t ffi_arg;
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffitarget.h 189 typedef __uint64_t ffi_arg;
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
ffitarget.h 189 typedef __uint64_t ffi_arg;

Completed in 747 milliseconds

1 2