Lines Matching defs:one
54 * One of the below scenarios will happen :182 const union { U32 i; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */183 return one.c[0];