HomeSort by: relevance | last modified time | path
    Searched defs:UINT64 (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/bid/
bid-dpd.h 25 typedef unsigned long long UINT64;
26 typedef struct { UINT64 w[2]; } UINT128;
30 #define _Decimal64 UINT64
  /src/external/gpl3/gcc.old/dist/libdecnumber/bid/
bid-dpd.h 25 typedef unsigned long long UINT64;
26 typedef struct { UINT64 w[2]; } UINT128;
30 #define _Decimal64 UINT64
  /src/external/gpl3/gdb/dist/libdecnumber/bid/
bid-dpd.h 25 typedef unsigned long long UINT64;
26 typedef struct { UINT64 w[2]; } UINT128;
30 #define _Decimal64 UINT64
  /src/external/gpl3/gdb.old/dist/libdecnumber/bid/
bid-dpd.h 25 typedef unsigned long long UINT64;
26 typedef struct { UINT64 w[2]; } UINT128;
30 #define _Decimal64 UINT64
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
platform.h 21 typedef uint64_t UINT64;
31 // basetsd.h provides definitions of UINT16, UINT32 and UINT64.
34 typedef unsigned __int64 UINT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h 32 typedef uint64_t UINT64;
77 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 92 typedef UDItype UINT64;
98 UINT64 w[2];
153 #define UDItype UINT64
296 UINT64 i;
bid_functions.h 44 typedef unsigned long long UINT64;
47 typedef unsigned __int64 UINT64;
65 UINT64 w[2];
86 UINT64 w[3];
90 UINT64 w[4];
312 UINT64 decfp64_value;
348 extern void bid_to_dpd64 (UINT64 * pres, UINT64 * px);
351 extern void dpd_to_bid64 (UINT64 * pres, UINT64 * px)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 79 typedef UDItype UINT64;
85 UINT64 w[2];
135 #define UDItype UINT64
270 UINT64 i;
bid_functions.h 44 typedef unsigned long long UINT64;
47 typedef unsigned __int64 UINT64;
65 UINT64 w[2];
86 UINT64 w[3];
90 UINT64 w[4];
312 UINT64 decfp64_value;
348 extern void bid_to_dpd64 (UINT64 * pres, UINT64 * px);
351 extern void dpd_to_bid64 (UINT64 * pres, UINT64 * px)
    [all...]
  /src/bin/ps/
ps.h 46 KPTR, KPTR24, INT32, UINT32, SIGLIST, INT64, UINT64,
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 49 typedef uint64_t UINT64;
95 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 57 typedef uint64_t UINT64;
103 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 97 typedef uint64_t UINT64;
162 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 83 typedef uint64_t UINT64;
145 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 49 typedef uint64_t UINT64;
95 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
159 static inline UINT64 swap_uint64 (UINT64 v)
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 108 typedef uint64_t UINT64;
173 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
330 UINT64 efi_call0(void *func);
331 UINT64 efi_call1(void *func, UINT64 arg1);
332 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
333 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
umac.c 93 typedef uint64_t UINT64; /* 8 bytes */
130 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
345 UINT64 state[STREAMS]; /* on-line state */
358 UINT64 h;
365 h = *((UINT64 *)hp);
381 *((UINT64 *)hp) = h;
391 UINT64 h1,h2;
399 h1 = *((UINT64 *)hp)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 67 #define ACPI_UINT64_MAX (UINT64)(~((UINT64) 0)) /* 0xFFFFFFFFFFFFFFFF */
84 * UINT64 64-bit (8 byte) unsigned value
131 typedef COMPILER_DEPENDENT_UINT64 UINT64;
139 * only needs the thread ID as a unique thread identifier, we use a UINT64
142 * native thread ID type to a UINT64 (in AcpiOsGetThreadId).
144 #define ACPI_THREAD_ID UINT64
164 typedef UINT64 ACPI_SIZE;
165 typedef UINT64 ACPI_IO_ADDRESS;
166 typedef UINT64 ACPI_PHYSICAL_ADDRESS
    [all...]

Completed in 26 milliseconds