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

  /external/elfutils/libelf/
common.h 157 /* Macro to convert endianess in place. It determines the function it
159 #define CONVERT(Var) \
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 42 * Convert.
46 public static final int CONVERT = 0xF0000002;
  /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 196 milliseconds