Searched defs:utdecl32 (Results 1 - 1 of 1) sorted by relevance

/external/genext2fs/
H A Dgenext2fs.c492 utdecl32(i_block,15) /* Blocks table */ \
512 #define utdecl32(x,n) uint32 x[n]; macro
596 #undef utdecl32 macro
604 #define utdecl32(x,n) { int i; for(i=0; i<n; i++) this->x[i] = swab32(this->x[i]); } macro
669 #undef utdecl32 macro

Completed in 49 milliseconds