Home
last modified time | relevance | path

Searched defs:HOST_ENDIANNESS (Results 1 – 9 of 9) sorted by relevance

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dbinary.h15 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
17 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
H A Dcgribexlib.c96 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
98 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
1234 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
1236 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
H A Dcdilib.c1935 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
1937 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
7568 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
7570 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
8693 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
8695 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
/dports/science/cgribex/cgribex-1.9.4/src/
H A Dgrib_int.h54 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
56 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
H A Dencode_array.c78 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
80 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
H A Dcgribexlib.c96 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
98 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
1221 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
1223 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
/dports/science/cdo/cdo-2.0.0/libcdi/app/
H A Dcdi.c41 #define HOST_ENDIANNESS (((const unsigned char *)HOST_ENDIANNESS_temp)[0]) macro
43 #define HOST_ENDIANNESS (((const unsigned char *)&(const uint32_t[1]){UINT32_C(0x00030201)})[0]) macro
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dmgmt_portal.cpp48 constexpr endianness_t HOST_ENDIANNESS = ENDIANNESS_BIG; variable
50 constexpr endianness_t HOST_ENDIANNESS = ENDIANNESS_LITTLE; variable
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtracectf.c271 #define HOST_ENDIANNESS "be" in ctf_save_metadata_header() macro
273 #define HOST_ENDIANNESS "le" in ctf_save_metadata_header() macro