Searched defs:utdecl32 (Results 1 – 1 of 1) sorted by relevance
512 #define utdecl32(x,n) uint32 x[n]; macro604 #define utdecl32(x,n) { int i; for(i=0; i<n; i++) this->x[i] = swab32(this->x[i]); } macro