Searched refs:LLBIT (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/util_libs/libutils/src/
H A Dcbor64.c36 } else if (number < LLBIT(8)) {
40 } else if (number < LLBIT(16)) {
44 } else if (number < LLBIT(32)) {
174 } else if (next_ref < LLBIT(32)) {
/seL4-refos-master/libs/libutils/src/
H A Dcbor64.c36 } else if (number < LLBIT(8)) {
40 } else if (number < LLBIT(16)) {
44 } else if (number < LLBIT(32)) {
174 } else if (next_ref < LLBIT(32)) {
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h27 #define LLBIT(n) (1ull<<(n)) macro
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h27 #define LLBIT(n) (1ull<<(n)) macro

Completed in 24 milliseconds