Home
last modified time | relevance | path

Searched refs:swab32 (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Dswab.h283 # define swab32 __swab32 macro
/external/kernel-headers/original/linux/byteorder/
Dswab.h182 #define swab32 __swab32 macro
/external/genext2fs/
Dgenext2fs.c432 swab32(uint32 val) in swab32() function
602 #define decl32(x) this->x = swab32(this->x);
603 #define udecl32(x) this->x = swab32(this->x);
604 #define utdecl32(x,n) { int i; for(i=0; i<n; i++) this->x[i] = swab32(this->x[i]); }
660 blk[i] = swab32(blk[i]); in swap_block()
1806 nod->i_block[i] = swab32(nod->i_block[i]); in swap_goodblocks()
1863 nod->i_block[i] = swab32(nod->i_block[i]); in swap_badblocks()