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

  /external/google-breakpad/src/third_party/libdisasm/
ia32_invariant.c 64 static void byte_decode(unsigned char b, struct modRM_byte *modrm) { function
66 static inline void byte_decode(unsigned char b, struct modRM_byte *modrm) {
84 byte_decode(*in, &modrm); /* get bitfields */
97 byte_decode(*cin, (struct modRM_byte *)(void*)&sib);
ia32_modrm.c 93 static void byte_decode(unsigned char b, struct modRM_byte *modrm) { function
116 byte_decode( *buf, (struct modRM_byte *)(void*)&sib ); /* get bit-fields */
219 byte_decode(*buf, &modrm); /* get bitfields */
303 byte_decode( byte, &modrm ); /* get bitfields */

Completed in 144 milliseconds