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

  /external/elfutils/0.153/libasm/
asm_align.c 91 size_t byteptr = asmscn->offset % asmscn->pattern->len;
99 = asmscn->pattern->bytes[byteptr++];
101 if (byteptr == asmscn->pattern->len)
102 byteptr = 0;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 46 typedef N_byte *byteptr; typedef
bitvect.c     [all...]

Completed in 66 milliseconds