Searched defs:be64atoh (Results 1 – 2 of 2) sorted by relevance
106 # define be64atoh(x) be64toh(*(uint64_t*)(x)) macro
96 #define be64atoh(x) ((uint64_t)(be64atoh_x(x,0,56)|be64atoh_x(x,1,48)|be64atoh_x(x,2,40)| \ macro