Searched refs:cfi_host (Results 1 – 1 of 1) sorted by relevance
25 #define cfi_host(s) (cfi_default(s) == CFI_HOST_ENDIAN) macro36 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x))37 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x))
Completed in 2 milliseconds