HomeSort by relevance Sort by last modified time
    Searched defs:CONVERT (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libelf/
common.h 119 /* Macro to convert endianess in place. It determines the function it
121 #define CONVERT(Var) \
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 42 * Convert.
46 public static final int CONVERT = 0xF0000002;
  /external/ppp/pppd/
tdb.c 153 static void *convert(void *buf, u32 size) function
161 #define CONVERT(x) (DOCONV() ? convert(&x, sizeof(x)) : &x)
388 /* read a lump of data at a specified offset, maybe convert */
409 convert(buf, len);
440 return tdb_write(tdb, offset, CONVERT(off), sizeof(*d));
459 return tdb_write(tdb, offset, CONVERT(r), sizeof(r));
939 /* Convert the `ondisk' version if asked. */
940 CONVERT(*newdb);
950 CONVERT(*newdb)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 165 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x)
912 /* read a lump of data at a specified offset, maybe convert */
1130 return tdb->methods->tdb_write(tdb, offset, CONVERT(off), sizeof(*d));
    [all...]

Completed in 147 milliseconds