Lines Matching +full:big +full:- +full:endian
5 ----
6 tep_is_bigendian, tep_is_local_bigendian, tep_set_local_bigendian - Get / set
10 --------
12 --
13 *#include <event-parse.h>*
23 --
26 -----------
40 --
41 _TEP_LITTLE_ENDIAN_ - the machine is little endian,
42 _TEP_BIG_ENDIAN_ - the machine is big endian.
43 --
46 ------------
48 machine, executing the code, is big endian and zero otherwise.
51 local machine, saved in the _tep_ handler, is big endian, or false otherwise.
54 -------
56 --
57 #include <event-parse.h>
69 printf("This machine you are running on is little endian\n");
71 --
74 -----
76 --
77 *event-parse.h*
79 *-ltraceevent*
81 --
84 --------
85 _libtraceevent(3)_, _trace-cmd(1)_
88 ------
90 --
93 --
95 --------------
96 Report bugs to <linux-trace-devel@vger.kernel.org>
99 -------
103 ---------