Searched defs:n_hi (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
H A D | acmsvc.h | 93 #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 D | aclinuxex.h | 52 #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 D | acefi.h | 246 #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 D | acos2.h | 84 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid_binarydecimal.c | 91 #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 D | bid_binarydecimal.c | 91 #define clz128(n_hi,n_lo) (((n_hi) == 0) ? 64 + clz64(n_lo) : clz64_nz(n_hi)) argument
|