Searched defs:PUTLE32 (Results 1 – 1 of 1) sorted by relevance
36 #define PUTLE32(x, v) ((x)[0] = (u_int8_t)(v), \ macro42 #define PUTLE32(x, v) (*((u_int32_t *)(x)) = (v)) macro