Lines Matching defs:shift
41 int shift;
89 precise->shift = 0;
106 precise->shift = 32;
168 if (precise->shift)
169 t = s2n(t, precise->shift);
194 if (precise->shift)
195 t = n2s(t, precise->shift);
420 int shift;
425 if (shift = ((Precise_t*)r->type->data)->shift)
426 t = s2n(t, shift);
430 if (shift = ((Precise_t*)b->type->data)->shift)
431 t = s2n(t, shift);
484 int shift;
489 if (shift = ((Precise_t*)r->type->data)->shift)
490 t = s2n(t, shift);
494 if (shift = ((Precise_t*)b->type->data)->shift)
495 t = s2n(t, shift);
499 shift = -1;
552 if (shift < 0)
554 else if (shift)
555 t = n2s(t, shift);