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

  /external/libppp/src/
fsm.c 1048 const struct fsmcodedesc *codep; local
1079 codep = FsmCodes + lh.code - 1;
1080 if (lh.id != fp->reqid && codep->check_reqid &&
1083 fp->link->name, codep->name, lh.id, fp->reqid);
1088 fp->link->name, codep->name, lh.id, State2Nam(fp->state));
1090 if (codep->inc_reqid && (lh.id == fp->reqid ||
1091 (!Enabled(fp->bundle, OPT_IDCHECK) && codep->check_reqid)))
1094 (*codep->recv)(fp, &lh, bp);
  /external/libvorbis/lib/
sharedbook.c 341 ogg_uint32_t **codep=alloca(sizeof(*codep)*n); local
347 codep[i]=codes+i;
350 qsort(codep,n,sizeof(*codep),sort32a);
356 int position=codep[i]-codes;
  /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...]
  /external/qemu/
i386-dis.c 1575 static unsigned char *codep; variable
    [all...]

Completed in 106 milliseconds