Searched defs:LE_READ_4 (Results 1 – 4 of 4) sorted by relevance
107 #define LE_READ_4(p) \ macro
296 #define LE_READ_4(p) \ macro
32 #define LE_READ_4(p) ((p)[0] | (p)[1] << 8 | (p)[2] << 16 | (p)[3] << 24) macro
1096 #define LE_READ_4(x) ((x)[0] | (x)[1] << 8 | (x)[2] << 16 | (x)[3] << 24) macro