Home | History | Annotate | Download | only in include

Lines Matching refs:BE_STREAM_TO_UINT64

291 #define BE_STREAM_TO_UINT64(u64, p) {u64 = ((UINT64)(*((p) + 7)) + ((UINT64)(*((p) + 6)) << 8) + \