Searched defs:GET32 (Results 1 – 5 of 5) sorted by relevance
64 #define GET32(x) \ macro
66 #define GET32(v, w) \ macro
152 #define GET32(p) (((p)[0] << 24) | ((p)[1] << 16) | ((p)[2] << 8) | (p)[3]) macro
324 #define GET32(sc, r) radeonfb_get32(sc, r) macro
985 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&t32_, packet + j, 4); j += 4; x = ntohl… in name_parse() macro