Searched refs:_up (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/soft-fp/
H A Dop-8.h42 _FP_I_TYPE _up, _down, _skip, _i; \
44 _up = (N) % _FP_W_TYPE_SIZE; \
45 _down = _FP_W_TYPE_SIZE - _up; \
46 if (!_up) \
52 X##_f[_i] = X##_f[_i-_skip] << _up \
54 X##_f[_i--] = X##_f[0] << _up; \
62 _FP_I_TYPE _up, _down, _skip, _i; \
65 _up = _FP_W_TYPE_SIZE - _down; \
73 | X##_f[_i+_skip+1] << _up; \
88 _FP_I_TYPE _up, _dow
[all...]
H A Dop-4.h45 _FP_I_TYPE _up, _down, _skip, _i; \
47 _up = (N) % _FP_W_TYPE_SIZE; \
48 _down = _FP_W_TYPE_SIZE - _up; \
49 if (!_up) \
55 X##_f[_i] = X##_f[_i-_skip] << _up \
57 X##_f[_i--] = X##_f[0] << _up; \
66 _FP_I_TYPE _up, _down, _skip, _i; \
69 _up = _FP_W_TYPE_SIZE - _down; \
77 | X##_f[_i+_skip+1] << _up; \
92 _FP_I_TYPE _up, _dow
[all...]
/freebsd-10-stable/lib/libc/stdio/
H A Drefill.c109 fp->_p = fp->_up;
H A Dungetc.c161 fp->_up = fp->_p;
H A Dfseek.c226 n = fp->_up - fp->_bf._base;
/freebsd-10-stable/include/
H A Dstdio.h100 * _ub, _up, and _ur are used when ungetc() pushes back more characters
104 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
128 unsigned char *_up; /* saved _p when _p is doing ungetc data */ member in struct:__sFILE

Completed in 82 milliseconds