Lines Matching full:valbytes
2919 unsigned char valbytes[4];2924 valbytes[0] = value & 0xff;2925 valbytes[1] = (value >> 8) & 0xff;2926 valbytes[2] = (value >> 16) & 0xff;2927 valbytes[3] = (value >> 24) & 0xff;2930 (& floatformat_ieee_single_little, valbytes,