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

  /external/iproute2/ip/
ipxfrm.c 1086 char *codep = NULL; local
1151 codep = *argv;
1186 if (typep || codep) {
  /external/elfutils/libcpu/
i386_disasm.c 384 const uint8_t *codep = data; local
388 if (data > begin && codep[-1] == curr[1] && curr[0] == 0xff)
405 uint_fast8_t masked = *codep++ & *curr++;
415 if (codep == end && avail > 0)
460 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep),
567 param_start = codep;
570 uint_fast8_t modrm = codep[-1];
590 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5))
794 if ((codep[-1] & 0xc0) != 0xc0)
817 if ((codep[-1] & 0xc0) != 0xc0
    [all...]