Searched refs:probe_byte (Results 1 – 1 of 1) sorted by relevance
71 unsigned char * probe_byte = (unsigned char *)&probe; in op_little_endian() local73 assert(probe_byte[0] == 0xff || probe_byte[sz - 1] == 0xff); in op_little_endian()75 return probe_byte[0] == 0xff; in op_little_endian()