HomeSort by: relevance | last modified time | path
    Searched defs:started_on_odd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
cpu_in_cksum.c 84 bool needs_swap, started_on_odd; local in function:cpu_in_cksum
90 started_on_odd = false;
127 started_on_odd = !started_on_odd;
136 needs_swap = started_on_odd;
202 started_on_odd = !started_on_odd;
228 bool needs_swap, started_on_odd; local in function:cpu_in_cksum
234 started_on_odd = false;
271 started_on_odd = !started_on_odd
    [all...]
  /src/sys/arch/m68k/m68k/
cpu_in_cksum.c 54 bool needs_swap, started_on_odd; local in function:cpu_in_cksum
60 started_on_odd = false;
97 started_on_odd = !started_on_odd;
103 needs_swap = started_on_odd;
107 started_on_odd = !started_on_odd;

Completed in 12 milliseconds