Lines Matching refs:is_endian
130 { const union { long one; char little; } is_endian = {1};133 if (is_endian.little) break;