Searched defs:put32 (Results 1 – 2 of 2) sorted by relevance
208 static void put32(compiler *c, uint32_t v) { in put32() function
457 #define put32(ST, REG, X) (ST.REG = htobe32(X)) macro