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

  /external/qemu/
kqemu.h 82 uint8_t cpl; member in struct:kqemu_cpu_state
kqemu.c 694 int ret, cpl, i; local
744 cpl = (env->hflags & HF_CPL_MASK);
745 kenv->cpl = cpl;
783 cpu_x86_set_cpl(env, kenv->cpl);
  /external/tcpdump/
print-snmp.c 741 char *cpf, *cpl, last[6], first[30]; local
764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;
765 cpl >= last;
766 cpf--, cpl--) {
767 j = carry + (*cpf - '0') + (*cpl - '0');
    [all...]

Completed in 71 milliseconds