Home
last modified time | relevance | path

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

/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dmyconf.h126 #define TCSWAB64(TC_num) \ macro
142 #define TCHTOILL(TC_num) TCSWAB64(TC_num)
145 #define TCITOHLL(TC_num) TCSWAB64(TC_num)
H A Dtcutil.c4734 return TCSWAB64(num); in tclrand()