Searched defs:GETLE32 (Results 1 – 3 of 3) sorted by relevance
35 #define GETLE32(x) ((x)[0] | (x)[1] << 8 | (x)[2] << 16 | (x)[3] << 24) macro41 #define GETLE32(x) (*((u_int32_t *)(x))) macro
1544 #define GETLE32(p) ((p)[0] | (p)[1] << 8 | (p)[2] << 16 | (p)[3] << 24) macro
1629 #define GETLE32(p) ((p)[0] | (p)[1] << 8 | (p)[2] << 16 | (p)[3] << 24) macro