Home
last modified time | relevance | path

Searched defs:n_hi (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacmsvc.h93 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
104 #define ACPI_MUL_64_BY_32(n_hi, n_lo, m32, p32, c32) \ argument
115 #define ACPI_SHIFT_LEFT_64_BY_32(n_hi, n_lo, s32) \ argument
129 #define ACPI_SHIFT_RIGHT_64_BY_32(n_hi, n_lo, s32) \ argument
143 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
H A Daclinuxex.h52 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
61 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
H A Dacefi.h246 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
254 #define ACPI_MUL_64_BY_32(n_hi, n_lo, m32, p32, c32) \ argument
264 #define ACPI_SHIFT_LEFT_64_BY_32(n_hi, n_lo, s32) \ argument
274 #define ACPI_SHIFT_RIGHT_64_BY_32(n_hi, n_lo, s32) \ argument
284 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
H A Dacos2.h84 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c91 #define clz128(n_hi,n_lo) (((n_hi) == 0) ? 64 + clz64(n_lo) : clz64_nz(n_hi)) argument
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c91 #define clz128(n_hi,n_lo) (((n_hi) == 0) ? 64 + clz64(n_lo) : clz64_nz(n_hi)) argument