Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwutils.h75 #define IW_SWAB64(num_) __builtin_bswap64(num_) macro
77 #define IW_SWAB64(num_) \
91 #define IW_HTOILL(num_) IW_SWAB64(num_)
94 #define IW_ITOHLL(num_) IW_SWAB64(num_)
/third_party/iowow/src/
Diowow.c59 ts = IW_SWAB64(ts); in iw_init()
/third_party/iowow/src/fs/tests/
Diwfs_test3.c50 ts = IW_SWAB64(ts);
/third_party/iowow/src/kv/tests/
Diwkv_test4.c28 ts = IW_SWAB64(ts); in init_suite()
/third_party/iowow/src/kv/benchmark/
Dbmbase.c264 ts = IW_SWAB64(ts); in _bm_init()
/third_party/ejdb/src/jbl/
Dbinn.c64 #define tobe64(x) IW_SWAB64(x)