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

  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h 33 typedef int64_t INT64;
  /src/bin/ps/
ps.h 46 KPTR, KPTR24, INT32, UINT32, SIGLIST, INT64, UINT64,
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 50 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 58 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 98 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 84 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 50 typedef int64_t INT64;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 109 typedef int64_t INT64;
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 196 * INT64 64-bit (8 byte) signed value
198 * COMPILER_DEPENDENT_UINT64/INT64 - These types are defined in the
240 typedef COMPILER_DEPENDENT_INT64 INT64;
271 typedef INT64 ACPI_NATIVE_INT;
590 #define ACPI_TIME_AFTER(a, b) ((INT64)((b) - (a)) < 0)

Completed in 17 milliseconds