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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h222 # define grub_be_to_cpu64_compile_time(x) ((grub_uint64_t) (x)) macro
241 # define grub_be_to_cpu64_compile_time(x) grub_swap_bytes64_compile_time(x) macro
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp6.c452 multicast.ipv6[0] = grub_be_to_cpu64_compile_time (0xff02ULL << 48);
453 multicast.ipv6[1] = (grub_be_to_cpu64_compile_time (0x01ff000000ULL)
455 & grub_be_to_cpu64_compile_time (0xffffff)));
H A Dip.c289 && dest->ipv6[0] == grub_be_to_cpu64_compile_time (0xff02ULL << 48)
290 && dest->ipv6[1] == (grub_be_to_cpu64_compile_time (0x01ff000000ULL)
292 & grub_be_to_cpu64_compile_time (0xffffff)))
309 && dest->ipv6[0] == grub_be_to_cpu64_compile_time (0xff02ULL
311 && dest->ipv6[1] == grub_be_to_cpu64_compile_time (1)))
H A Dnet.c142 && proto_addr->ipv6[0] == grub_be_to_cpu64_compile_time (0xff02ULL
144 && proto_addr->ipv6[1] == (grub_be_to_cpu64_compile_time (1))))

Completed in 33 milliseconds