Searched refs:swapped (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/lib/lwip/src/core/ipv6/
H A Dinet6.c85 u8_t swapped, i; local
88 swapped = 0;
95 swapped = 1 - swapped;
100 if (swapped) {
141 u8_t swapped; local
144 swapped = 0;
151 swapped = 1 - swapped;
156 if (swapped) {
[all...]
/barrelfish-2018-10-04/lib/phoenix/
H A Datomic.h90 int swapped; local
95 : "=d" (swapped) : "a" (matcher), "b" (v), "c" (cmper) : "cc");
96 return swapped;
134 int swapped; local
145 : "=r" (swapped), "=r" (v)
149 return swapped;
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dinet_chksum.c287 u8_t swapped; local
290 swapped = 0;
302 swapped = 1 - swapped;
308 if (swapped) {
347 u8_t swapped; local
351 swapped = 0;
368 swapped = 1 - swapped;
374 if (swapped) {
420 u8_t swapped; local
[all...]
/barrelfish-2018-10-04/lib/arranet/
H A Dinet_chksum.c279 u8_t swapped; local
282 swapped = 0;
293 swapped = 1 - swapped;
299 if (swapped) {
339 u8_t swapped; local
343 swapped = 0;
359 swapped = 1 - swapped;
365 if (swapped) {
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dinet_chksum.c263 u8_t swapped = 0; local
275 swapped = 1 - swapped;
281 if (swapped) {
403 u8_t swapped = 0; local
421 swapped = 1 - swapped;
427 if (swapped) {
572 u8_t swapped; local
575 swapped
[all...]
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_wol.c133 uint32_t swapped = 0; local
143 * MC bitmask is supposed to be bit swapped
156 swapped <<= 1;
157 swapped |= (native & 0x1);
163 EFX_DWORD_0, swapped);
164 swapped = 0;
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Dfp_add_impl.inc59 // Extract the exponent and significand from the (possibly swapped) a and b.
/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dstartup_arch.c163 uint8_t swapped; local
165 swapped = false;
171 swapped = true;
174 } while(swapped);
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dstartup_x86.c211 bool swapped; local
213 swapped = false;
233 swapped = true;
238 } while(swapped);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbigrat.c481 int negative, swapped; local
506 swapped = 1; /* abs(res) > 1 */
512 swapped = 0; /* abs(res) < 1 */
517 res = swapped ? HUGE_VAL : 0.0;
537 res = swapped ?
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dcardinal_comments.pl991 It is equivalent (with swapped arguments) to the preferred `>=/2.
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl1041 % Delete and Keep Heads swapped
1120 % Delete and Keep Heads swapped
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex5897 (see~\ref{fig:mpradix}). To remedy this flaw the digits must be swapped or simply ``reversed''.
6092 By step eight both of $u$ and $v$ are odd which is required for the inner logic. First the pair are swapped such that $v$ is equal to

Completed in 228 milliseconds