HomeSort by relevance Sort by last modified time
    Searched refs:TDB_CONVERT (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tdb.h 46 #define TDB_CONVERT 16 /* convert endian (internal use) */
tdb.c 163 #define DOCONV() (tdb->flags & TDB_CONVERT)
164 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x)
268 static void *tdb_convert(void *buf, u32 size);
903 void *tdb_convert(void *buf, u32 size) function
935 tdb_convert(buf, len);
    [all...]

Completed in 51 milliseconds