Searched defs:grub_uint16_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpihalt.c30 typedef uint16_t grub_uint16_t; typedef
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h70 typedef unsigned short grub_uint16_t; typedef
153 grub_uint16_t _x = (x); \
154 (grub_uint16_t) ((_x << 8) | (_x >> 8)); \
213 # define grub_cpu_to_be16(x) ((grub_uint16_t) (x))
216 # define grub_be_to_cpu16(x) ((grub_uint16_t) (x))
219 # define grub_cpu_to_be16_compile_time(x) ((grub_uint16_t) (x))
226 # define grub_cpu_to_le16(x) ((grub_uint16_t) (x))
229 # define grub_le_to_cpu16(x) ((grub_uint16_t) (x))
242 # define grub_cpu_to_le16_compile_time(x) ((grub_uint16_t) (x))
247 static inline grub_uint16_t grub_get_unaligned1
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h56 typedef unsigned short grub_uint16_t; typedef
64 typedef grub_uint16_t grub_u_int16_t;

Completed in 26 milliseconds