Home | History | Annotate | Download | only in genext2fs

Lines Matching full:swab32

432 swab32(uint32 val)
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]);
1806 nod->i_block[i] = swab32(nod->i_block[i]);
1863 nod->i_block[i] = swab32(nod->i_block[i]);