Home
last modified time | relevance | path

Searched refs:_f (Results 1 – 25 of 65) sorted by relevance

123

/NextBSD/contrib/gcc/config/soft-fp/
HDop-4.h34 #define _FP_FRAC_DECL_4(X) _FP_W_TYPE X##_f[4]
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])
39 #define _FP_FRAC_HIGH_4(X) (X##_f[3])
40 #define _FP_FRAC_LOW_4(X) (X##_f[0])
41 #define _FP_FRAC_WORD_4(X,w) (X##_f[w])
51 X##_f[_i] = X##_f[_i-_skip]; \
55 X##_f[_i] = X##_f[_i-_skip] << _up \
56 | X##_f[_i-_skip-1] >> _down; \
57 X##_f[_i--] = X##_f[0] << _up; \
[all …]
HDop-1.h34 #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f
35 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f)
36 #define _FP_FRAC_SET_1(X,I) (X##_f = I)
37 #define _FP_FRAC_HIGH_1(X) (X##_f)
38 #define _FP_FRAC_LOW_1(X) (X##_f)
39 #define _FP_FRAC_WORD_1(X,w) (X##_f)
41 #define _FP_FRAC_ADDI_1(X,I) (X##_f += I)
45 X##_f += X##_f; \
47 X##_f <<= (N); \
49 #define _FP_FRAC_SRL_1(X,N) (X##_f >>= N)
[all …]
HDop-8.h35 #define _FP_FRAC_DECL_8(X) _FP_W_TYPE X##_f[8]
36 #define _FP_FRAC_HIGH_8(X) (X##_f[7])
37 #define _FP_FRAC_LOW_8(X) (X##_f[0])
38 #define _FP_FRAC_WORD_8(X,w) (X##_f[w])
48 X##_f[_i] = X##_f[_i-_skip]; \
52 X##_f[_i] = X##_f[_i-_skip] << _up \
53 | X##_f[_i-_skip-1] >> _down; \
54 X##_f[_i--] = X##_f[0] << _up; \
57 X##_f[_i] = 0; \
68 X##_f[_i] = X##_f[_i+_skip]; \
[all …]
HDextended.h92 X##_f[2] = 0; X##_f[3] = 0; \
93 X##_f[0] = _flo.bits.frac0; \
94 X##_f[1] = _flo.bits.frac1; \
104 X##_f[2] = 0; X##_f[3] = 0; \
105 X##_f[0] = _flo->bits.frac0; \
106 X##_f[1] = _flo->bits.frac1; \
115 if (X##_e) X##_f[1] |= _FP_IMPLBIT_E; \
116 else X##_f[1] &= ~(_FP_IMPLBIT_E); \
117 _flo.bits.frac0 = X##_f[0]; \
118 _flo.bits.frac1 = X##_f[1]; \
[all …]
/NextBSD/sys/contrib/ipfilter/netinet/
HDipf_rb.h27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
42 parent = node->_f.parent; \
43 tmp1 = node->_f.right; \
44 tmp2 = tmp1->_f.left; \
45 node->_f.right = tmp2; \
47 tmp2->_f.parent = node; \
49 head->top._f.right = tmp1; \
50 else if (parent->_f.right == node) \
51 parent->_f.right = tmp1; \
53 parent->_f.left = tmp1; \
[all …]
/NextBSD/contrib/ipfilter/
HDipf_rb.h27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
42 parent = node->_f.parent; \
43 tmp1 = node->_f.right; \
44 tmp2 = tmp1->_f.left; \
45 node->_f.right = tmp2; \
47 tmp2->_f.parent = node; \
49 head->top._f.right = tmp1; \
50 else if (parent->_f.right == node) \
51 parent->_f.right = tmp1; \
53 parent->_f.left = tmp1; \
[all …]
/NextBSD/etc/mail/
HDMakefile132 .for _f in ${SENDMAIL_MAP_SRC} userdb
133 .if exists(${_f})
134 SENDMAIL_MAP_OBJ+= ${_f}.db
141 .for _f in ${SENDMAIL_MAP_SRC}
142 .if (exists(${_f}.sample) && !exists(${_f}))
143 ${_f}: ${_f}.sample
147 ${_f}.db: ${_f}
175 .for _f in ${SENDMAIL_ALIASES}
176 ${_f}.db: ${_f}
/NextBSD/include/
HD_ctype.h98 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune() argument
101 _CurrentRuneLocale->__runetype[_c]) & _f; in __maskrune()
105 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune() argument
108 _CurrentRuneLocale->__runetype[_c] & _f; in __sbmaskrune()
112 __istype(__ct_rune_t _c, unsigned long _f) in __istype() argument
114 return (!!__maskrune(_c, _f)); in __istype()
118 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype() argument
120 return (!!__sbmaskrune(_c, _f)); in __sbistype()
124 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype() argument
127 !!(_DefaultRuneLocale.__runetype[_c] & _f); in __isctype()
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h579 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
580 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
583 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument
585 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f)))
586 #define OS_REG_SET_BIT(_a, _r, _f) \ argument
587 OS_REG_WRITE(_a, _r, OS_REG_READ(_a, _r) | (_f))
588 #define OS_REG_CLR_BIT(_a, _r, _f) \ argument
589 OS_REG_WRITE(_a, _r, OS_REG_READ(_a, _r) &~ (_f))
590 #define OS_REG_IS_BIT_SET(_a, _r, _f) \ argument
591 ((OS_REG_READ(_a, _r) & (_f)) != 0)
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDsysmacros.h348 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
349 uint8_t _a, _b, _c, _d, _e, _f
350 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
351 uint8_t _a, _b, _c, _d, _e, _f, _g
352 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
353 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
363 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
364 uint8_t _f, _e, _d, _c, _b, _a
365 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
366 uint8_t _g, _f, _e, _d, _c, _b, _a
[all …]
/NextBSD/usr.bin/lex/
HDMakefile50 .for _f in ${GENFILES}
52 ${.CURDIR}/init${_f} ${_f} 2> /dev/null || { \
53 echo "Bootstrapping ${_f}" ; \
54 ${CP} ${.CURDIR}/init${_f} ${_f} ; \
/NextBSD/etc/rc.d/
HDiovctl18 local _f flag
21 for _f in ${iovctl_files} ; do
22 if [ -r ${_f} ]; then
23 ${command} ${flag} -f ${_f} > /dev/null
HDsysctl29 for _f in /etc/sysctl.conf /etc/sysctl.conf.local; do
30 if [ -r ${_f} ]; then
31 ${command} ${command_args} ${_f} > /dev/null
/NextBSD/sys/dev/vt/colors/
HDvt_termcolors.c77 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() argument
/NextBSD/tools/tools/ath/athalq/
HDar5210_ds.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
38 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
HDar5211_ds.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
38 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
HDar5212_ds.c37 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
38 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
/NextBSD/tools/test/netfibs/
HDinitiator.sh371 local _n _o _f testno i _fibtxt
374 _f="$3"
380 print_debug "Testing ${_f} ${i}"
383 _fibtxt="${_n}_${i}_l ${_f} ${i} ${PEERLINKLOCAL}"
390 _fibtxt="${_n}_${i}_a ${_f} ${i} ${PEERADDR}"
403 local _fibtxt _reply _n _o _rc _fib _f _opts
409 1) _f="SO_SETFIB" ;;
410 *) _f="SETFIB" ;;
413 if test "${_o}" = "-i" -a "${_f}" = "SO_SETFIB"; then
439 *) testtx_tcp_udp "${_n}" "${_o}" "${_f}" ;;
[all …]
/NextBSD/share/mk/
HDbsd.info.mk120 .for _f in ${FORMATS}
121 IFILENS+= ${INFO:S/$/.${_f}/}
166 .for _f in aux cp fn ky log out pg toc tp vr dvi
167 CLEANFILES+= ${INFO:S/$/.${_f}/} ${INFO:S/$/-la.${_f}/}
/NextBSD/contrib/binutils/binutils/
HDbin2c.c42 # define SET_BINARY(_f) \ argument
43 do { if (!isatty (_f)) setmode (_f, O_BINARY); } while (0)
/NextBSD/sys/dev/etherswitch/arswitch/
HDarswitchreg.h38 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
39 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/sys/
HDzfs_context.h354 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) argument
355 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f) argument
358 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
359 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
361 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) argument
684 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0) argument
804 #define b_lblkno _b_blkno._f
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDmman.h35 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips16InstrFormats.td252 class FRRR16<bits<2> _f, dag outs, dag ins, string asmstr,
262 let f = _f;
274 class FRRI_A16<bits<1> _f, dag outs, dag ins, string asmstr,
284 let f = _f;
296 class FSHIFT16<bits<2> _f, dag outs, dag ins, string asmstr,
306 let f = _f;
532 class FEXT_RRI_A16<bits<1> _f, dag outs, dag ins, string asmstr,
541 let f = _f;
558 class FEXT_SHIFT16<bits<2> _f, dag outs, dag ins, string asmstr,
567 let f = _f;
/NextBSD/contrib/openpam/include/security/
HDopenpam.h156 openpam_readline(FILE *_f,
162 openpam_readlinev(FILE *_f,
168 openpam_readword(FILE *_f,

123