Home | History | Annotate | Download | only in libmtp

Lines Matching refs:be64atoh_x

15985 #define be64atoh_x(x,off,shift) 	(((uint64_t)((x)[off]))<<shift)
15986 #define be64atoh(x) ((uint64_t)(be64atoh_x(x,0,56)|be64atoh_x(x,1,48)|be64atoh_x(x,2,40)| \\
15987 be64atoh_x(x,3,32)|be64atoh_x(x,4,24)|be64atoh_x(x,5,16)|be64atoh_x(x,6,8)|((x)[7])))