Searched defs:fg (Results 1 - 2 of 2) sorted by relevance

/arch/sparc/kernel/
H A Dbtext.c244 int fg = 0xFFFFFFFFUL; local
250 base[0] = (-(bits >> 7) & fg) ^ bg;
251 base[1] = (-((bits >> 6) & 1) & fg) ^ bg;
252 base[2] = (-((bits >> 5) & 1) & fg) ^ bg;
253 base[3] = (-((bits >> 4) & 1) & fg) ^ bg;
254 base[4] = (-((bits >> 3) & 1) & fg) ^ bg;
255 base[5] = (-((bits >> 2) & 1) & fg) ^ bg;
256 base[6] = (-((bits >> 1) & 1) & fg) ^ bg;
257 base[7] = (-(bits & 1) & fg) ^ bg;
265 int fg local
283 int fg = 0x0F0F0F0FUL; local
[all...]
/arch/powerpc/kernel/
H A Dbtext.c428 int fg = 0xFFFFFFFFUL; local
434 base[0] = (-(bits >> 7) & fg) ^ bg;
435 base[1] = (-((bits >> 6) & 1) & fg) ^ bg;
436 base[2] = (-((bits >> 5) & 1) & fg) ^ bg;
437 base[3] = (-((bits >> 4) & 1) & fg) ^ bg;
438 base[4] = (-((bits >> 3) & 1) & fg) ^ bg;
439 base[5] = (-((bits >> 2) & 1) & fg) ^ bg;
440 base[6] = (-((bits >> 1) & 1) & fg) ^ bg;
441 base[7] = (-(bits & 1) & fg) ^ bg;
449 int fg local
467 int fg = 0x0F0F0F0FUL; local
[all...]

Completed in 83 milliseconds