Searched defs:n_lo (Results 1 – 8 of 8) 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/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
H A D | nouveau_nvkm_subdev_clk_gk20a.c | 556 u32 n_lo; in gk20a_clk_fini() local
|
H A D | nouveau_nvkm_subdev_clk_gm20b.c | 733 u32 n_lo; in gm20b_clk_fini() local
|
/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
|