/openbsd/gnu/gcc/gcc/config/soft-fp/ |
H A D | op-4.h | 36 (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \ 37 D##_f[2] = S##_f[2], D##_f[3] = S##_f[3]) 124 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 125 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 129 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 130 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 134 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 149 (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1] \ 150 && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3]) 154 (X##_f[3] == Y##_f[3] && (X##_f[2] > Y##_f[2] || \ [all …]
|
H A D | op-1.h | 45 X##_f += X##_f; \ 66 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) 67 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) 143 R##_f = X##_f * Y##_f; \ 206 X##_f <<= (X##_f < Y##_f \ 226 if (X##_f < Y##_f) \ 245 if (X##_f < Y##_f) \ 271 T##_f = S##_f + q; \ 272 if (T##_f <= X##_f) \ 275 X##_f -= T##_f; \ [all …]
|
H A D | op-8.h | 48 X##_f[_i] = X##_f[_i-_skip]; \ 52 X##_f[_i] = X##_f[_i-_skip] << _up \ 54 X##_f[_i--] = X##_f[0] << _up; \ 57 X##_f[_i] = 0; \ 68 X##_f[_i] = X##_f[_i+_skip]; \ 72 X##_f[_i] = X##_f[_i+_skip] >> _down \ 74 X##_f[_i++] = X##_f[7] >> _down; \ 77 X##_f[_i] = 0; \ 97 X##_f[_i] = X##_f[_i+_skip]; \ 102 X##_f[_i] = X##_f[_i+_skip] >> _down \ [all …]
|
H A D | extended.h | 214 T##_f[1] = S##_f[1] + q; \ 215 if (T##_f[1] <= X##_f[1]) \ 217 S##_f[1] = T##_f[1] + q; \ 218 X##_f[1] -= T##_f[1]; \ 227 T##_f[0] = S##_f[0] + q; \ 228 T##_f[1] = S##_f[1]; \ 229 if (T##_f[1] < X##_f[1] || \ 231 T##_f[0] <= X##_f[0])) \ 234 S##_f[1] += (T##_f[0] > S##_f[0]); \ 244 if (S##_f[1] < X##_f[1] || \ [all …]
|
/openbsd/usr.sbin/bgplgd/ |
H A D | slowcgi.h | 49 #define lerr(_e, _f...) logger->err((_e), _f) argument 50 #define lerrx(_e, _f...) logger->errx((_e), _f) argument 51 #define lwarn(_f...) logger->warn(_f) argument 52 #define lwarnx(_f...) logger->warnx(_f) argument 53 #define linfo(_f...) logger->info(_f) argument 54 #define ldebug(_f...) logger->debug(_f) argument
|
/openbsd/sys/arch/arm/include/ |
H A D | atomic.h | 15 #define _def_atomic_cas(_f, _t) \ argument 17 _f(volatile _t *p, _t e, _t n) \ 74 #define _def_atomic_swap(_f, _t) \ argument 76 _f(volatile _t *p, _t v) \ 122 #define _def_atomic_inc_nv(_f, _t) \ argument 124 _f(volatile _t *p) \ 152 #define _def_atomic_dec_nv(_f, _t) \ in _def_atomic_inc_nv() argument 154 _f(volatile _t *p) \ in _def_atomic_inc_nv() 184 _f(volatile _t *p, _t v) \ 214 _f(volatile _t *p, _t v) \ [all …]
|
/openbsd/distrib/miniroot/ |
H A D | install.sub | 1502 [[ $_f == bsd.rd* ]] && _bsd_rd=$_f 1517 isin "$_f" $_selected && echo "[X] $_f" || echo "[ ] $_f" 1800 [[ -f $_tmpsrc/$_f ]] && _fsrc="file://$_tmpsrc/$_f" 1818 cp /mnt/$_f /mnt/$_f.old.$VERSION 2613 local _f 2618 cp /mnt/etc/$_f /etc/$_f 3343 [[ -f $_f ]] && mv $_f /mnt/var/db/dhcpleased/. 3376 [[ -f $_f && -s $_f ]] && mv $_f /mnt/etc/. 3427 local _f 3442 [[ -f $_f ]] || { echo "No $_f!"; exit; } [all …]
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | iosys-map.h | 127 #define iosys_map_rd_field(_ism, _o, _t, _f) ({ \ argument 129 iosys_map_rd(_ism, _o + offsetof(_t, _f), __typeof(t->_f)); \ 132 #define iosys_map_wr_field(_ism, _o, _t, _f, _v) ({ \ argument 134 iosys_map_wr(_ism, _o + offsetof(_t, _f), __typeof(t->_f), _v); \
|
/openbsd/distrib/hppa/ |
H A D | install.md | 18 local _disk=$1 _f=/tmp/i/fstab.$1 22 disklabel_autolayout $_disk $_f || return 23 [[ -s $_f ]] && return 27 disklabel -F $_f -E $_disk
|
/openbsd/sys/dev/ic/ |
H A D | nvmereg.h | 207 #define NVME_CQE_SCT(_f) ((_f) & (0x07 << 9)) argument 212 #define NVME_CQE_SC(_f) ((_f) & (0xff << 1)) argument 397 #define NVME_ID_NS_FLBAS(_f) ((_f) & 0x0f) argument 405 #define NVME_ID_NS_DPS_TYPE(_f) ((_f) & 0x7) argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | cvt4.C | 8 A &(*_f) (A &, TP); variable 11 B (A &(*f) (A &, TP), TP a) : _f (f), _a (a) {} in B() 13 { (*m._f) (o, m._a); return o; }
|
H A D | visibility3.C | 12 A &(*_f) (A &, TP); variable 15 B (A &(*f) (A &, TP), TP a) : _f (f), _a (a) {} in B() 23 (*m._f) (o, m._a);
|
/openbsd/gnu/lib/libstdc++/libstdc++/libio/ |
H A D | libioP.h | 438 # define _IO_do_flush(_f) \ argument 439 ((_f)->_mode <= 0 \ 440 ? _IO_do_write(_f, (_f)->_IO_write_base, \ 441 (_f)->_IO_write_ptr-(_f)->_IO_write_base) \ 442 : _IO_wdo_write(_f, (_f)->_wide_data->_IO_write_base, \ 446 # define _IO_do_flush(_f) \ argument 447 _IO_do_write(_f, (_f)->_IO_write_base, \ 448 (_f)->_IO_write_ptr-(_f)->_IO_write_base) 450 #define _IO_old_do_flush(_f) \ argument 451 _IO_old_do_write(_f, (_f)->_IO_write_base, \ [all …]
|
/openbsd/sbin/resolvd/ |
H A D | resolvd.c | 136 #define lerr(_e, _f...) logger->err((_e), _f) argument 137 #define lerrx(_e, _f...) logger->errx((_e), _f) argument 138 #define lwarn(_f...) logger->warn(_f) argument 139 #define lwarnx(_f...) logger->warnx(_f) argument 140 #define linfo(_f...) logger->info(_f) argument 141 #define ldebug(_f...) logger->debug(_f) argument
|
/openbsd/sys/scsi/ |
H A D | scsi_all.h | 321 #define VPD_DEVID_PI(_f) (((_f) >> 4) & 0x0f) argument 322 #define VPD_DEVID_CODE(_f) (((_f) >> 0) & 0x0f) argument 328 #define VPD_DEVID_ASSOC(_f) ((_f) & 0x30) argument 332 #define VPD_DEVID_TYPE(_f) ((_f) & 0x0f) argument
|
/openbsd/sys/arch/sparc64/include/ |
H A D | atomic.h | 54 #define _def_atomic_swap(_f, _t, _c) \ argument 56 _f(volatile _t *p, _t v) \ 92 #define _def_atomic_op_nv(_f, _t, _c, _op) \ argument 94 _f(volatile _t *p, _t v) \
|
/openbsd/distrib/luna88k/ramdisk/ |
H A D | install.md | 44 local _disk=$1 _f=/tmp/i/fstab.$1 46 disklabel_autolayout $_disk $_f || return 47 [[ -s $_f ]] && return 51 disklabel -F $_f -E $_disk
|
/openbsd/distrib/sparc64/common/ |
H A D | install.md | 54 local _disk=$1 _f=/tmp/i/fstab.$1 56 disklabel_autolayout $_disk $_f || return 57 [[ -s $_f ]] && return 61 disklabel -F $_f -E $_disk
|
/openbsd/sys/arch/riscv64/include/ |
H A D | atomic.h | 8 #define __membar(_f) do {__asm volatile(_f ::: "memory"); } while (0) argument
|
/openbsd/distrib/alpha/miniroot/ |
H A D | install.md | 44 local _disk=$1 _f=/tmp/i/fstab.$1 46 disklabel_autolayout $_disk $_f || return 47 [[ -s $_f ]] && return 52 disklabel -F $_f -E $_disk
|
/openbsd/sys/arch/arm64/include/ |
H A D | atomic.h | 8 #define __membar(_f) do { __asm volatile(_f ::: "memory"); } while (0) argument
|
/openbsd/sys/sys/ |
H A D | task.h | 42 #define TASK_INITIALIZER(_f, _a) {{ NULL, NULL }, (_f), (_a), 0 } argument
|
/openbsd/usr.sbin/sysmerge/ |
H A D | sysmerge.sh | 344 local _name _c _d _e _f _G _g _L _pass _s _u 360 while IFS=: read -r -- _name _pass _u _g _L _f _e _c _d _s 369 useradd -c "${_c}" -d ${_d} -e ${_e} -f ${_f} \ 591 local _f 598 for _f in $(find ${_TMPROOT} ! -type d ! -name \*.merged -size +0) 601 ! ${DIFFMODE} && [[ -f ${_f} ]] && \ 602 sed -i "/$(sha256 -q ${_f})/d" /var/sysmerge/*sum
|
/openbsd/usr.sbin/tftp-proxy/ |
H A D | tftp-proxy.c | 151 #define lerr(_e, _f...) logger->err((_e), _f) argument 152 #define lerrx(_e, _f...) logger->errx((_e), _f) argument 153 #define lwarn(_f...) logger->warn(_f) argument 154 #define lwarnx(_f...) logger->warnx(_f) argument 155 #define linfo(_f...) logger->info(_f) argument 156 #define ldebug(_f...) logger->debug(_f) argument
|
/openbsd/usr.sbin/identd/ |
H A D | identd.c | 184 #define lerr(_e, _f...) logger->err((_e), _f) argument 185 #define lerrx(_e, _f...) logger->errx((_e), _f) argument 186 #define lwarn(_f...) logger->warn(_f) argument 187 #define lwarnx(_f...) logger->warnx(_f) argument 188 #define lnotice(_f...) logger->notice(_f) argument 189 #define ldebug(_f...) logger->debug(_f) argument
|