Lines Matching refs:le64atoh_x
15990 #define le64atoh_x(x,off,shift) (((uint64_t)(x)[off])<<shift)
15991 #define le64atoh(x) ((uint64_t)(le64atoh_x(x,7,56)|le64atoh_x(x,6,48)|le64atoh_x(x,5,40)| \\
15992 le64atoh_x(x,4,32)|le64atoh_x(x,3,24)|le64atoh_x(x,2,16)|le64atoh_x(x,1,8)|((x)[0])))