HomeSort by relevance Sort by last modified time
    Searched full:get16 (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/plugins/pppoatm/
ans.c 38 #define GET16(pos) (((pos)[0] << 8) | (pos)[1])
58 questions = GET16(answer+4);
60 answers = GET16(answer+6);
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
83 data_len = GET16(pos+8);
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len)
  /external/qemu/
i386-dis.c 178 static int get16 (void);
5278 get16 (void) function
    [all...]
  /external/icu4c/test/cintltst/
trietest.c 432 log_err("error: (%s) trie.latin1[U+%04lx]=0x%lx!=0x%lx=trie.get16(U+%04lx)\n",
641 log_err("error: (%s) trie.latin1[U+%04lx]=0x%lx!=0x%lx=trie.get16(U+%04lx)\n",
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-objdump 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
objdump 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/
libopcodes.a     [all...]

Completed in 197 milliseconds