Home
last modified time | relevance | path

Searched refs:probe_byte (Results 1 – 1 of 1) sorted by relevance

/external/oprofile/libabi/
Dop_abi.c71 unsigned char * probe_byte = (unsigned char *)&probe; in op_little_endian() local
73 assert(probe_byte[0] == 0xff || probe_byte[sz - 1] == 0xff); in op_little_endian()
75 return probe_byte[0] == 0xff; in op_little_endian()