Searched defs:BIT_ULL (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/include/linux/ | ||
| H A D | bitops.h | 10 #define BIT_ULL(nr) (1ULL << (nr)) macro |
| /openbmc/qemu/include/qemu/ | ||
| H A D | bitops.h | 25 #define BIT_ULL(nr) (1ULL << (nr)) macro |