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

  /external/elfutils/libelf/
elf32_getshdr.c 98 /* Now copy the data and at the same time convert the byte
141 of the host convert the data now. */
145 CONVERT (shdr[cnt].sh_name);
146 CONVERT (shdr[cnt].sh_type);
147 CONVERT (shdr[cnt].sh_flags);
148 CONVERT (shdr[cnt].sh_addr);
149 CONVERT (shdr[cnt].sh_offset);
150 CONVERT (shdr[cnt].sh_size);
151 CONVERT (shdr[cnt].sh_link);
152 CONVERT (shdr[cnt].sh_info)
    [all...]
elf32_getphdr.c 111 /* Now copy the data and at the same time convert the
166 of the host convert the data now. */
175 CONVERT (phdr[cnt].p_type);
176 CONVERT (phdr[cnt].p_offset);
177 CONVERT (phdr[cnt].p_vaddr);
178 CONVERT (phdr[cnt].p_paddr);
179 CONVERT (phdr[cnt].p_filesz);
180 CONVERT (phdr[cnt].p_memsz);
181 CONVERT (phdr[cnt].p_flags);
182 CONVERT (phdr[cnt].p_align)
    [all...]
elf_begin.c 96 CONVERT (ehdr.e32->e_shnum);
97 CONVERT (ehdr.e32->e_shoff);
101 CONVERT (ehdr.e64->e_shnum);
102 CONVERT (ehdr.e64->e_shoff);
137 CONVERT (size);
173 CONVERT (size);
295 CONVERT (elf->state.elf32.ehdr_mem.e_type);
296 CONVERT (elf->state.elf32.ehdr_mem.e_machine);
297 CONVERT (elf->state.elf32.ehdr_mem.e_version);
298 CONVERT (elf->state.elf32.ehdr_mem.e_entry)
    [all...]
elf_getshstrndx.c 113 CONVERT (shdr_mem.sh_link);
152 CONVERT (shdr_mem.sh_link);
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;
OpenWnnJAJP.java 52 * Mode of the convert engine (Full-width KATAKANA).
58 * Mode of the convert engine (Half-width KATAKANA).
64 * Mode of the convert engine (EISU-KANA conversion).
70 * Mode of the convert engine (Symbol list).
76 * Mode of the convert engine (Keyboard type is QWERTY).
82 * Mode of the convert engine (Keyboard type is 12-keys).
147 /** Convert engine's state */
    [all...]
  /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...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 560 /* Convert the key code to the table index and send the toggle event with the table index */
639 mWnn.onEvent(new OpenWnnEvent(OpenWnnEvent.CONVERT));
    [all...]

Completed in 162 milliseconds