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

  /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 1153 char *codep = NULL; local
1219 codep = *argv;
1277 if (typep || codep) {
  /external/elfutils/0.153/libcpu/
i386_disasm.c 393 const uint8_t *codep = data; local
397 if (data > begin && codep[-1] == *curr && clen > 0)
414 if (*codep++ != *curr++)
418 if (codep == end && avail > 0)
424 uint_fast8_t masked = *codep++ & *curr++;
435 if (codep == end && avail > 0)
480 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep),
587 param_start = codep;
590 uint_fast8_t modrm = codep[-1];
610 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5)
    [all...]
  /external/qemu/disas/
i386.c 1582 static unsigned char *codep; variable
    [all...]

Completed in 235 milliseconds