Home
last modified time | relevance | path

Searched refs:host_is_big_endian (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/mod/
H A Dmodpost.h66 (target_is_big_endian == host_is_big_endian ? x : bswap(x))
180 extern bool host_is_big_endian;
H A Dmodpost.c55 bool host_is_big_endian; variable
2113 host_is_big_endian = true; in check_host_endian()
2116 host_is_big_endian = false; in check_host_endian()