Searched refs:modifiers (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/tools/build/make_check/
H A DMakefile44 @${SMAKE} modifiers || ${SMAKE} failure
45 @echo "ok 7 - modifiers # Test modifiers detected no regression."
104 .if make(modifiers)
109 modifiers:
115 modifiers: dollarV
/freebsd-11-stable/share/mk/
H A Dlocal.sys.env.mk13 # some useful modifiers
22 # turn a list into a set of :N modifiers
H A Ddirdeps.mk178 # so we need to construct a set of modifiers to fill in the gaps.
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c216 /* A list of type modifiers. This is used while printing. */
245 /* The current list of modifiers (e.g., pointer, reference, etc.),
247 struct d_print_mod *modifiers; member in struct:d_print_info
2695 dpi.modifiers = NULL;
2755 hold_modifiers = dpi->modifiers;
2766 adpm[i].next = dpi->modifiers;
2767 dpi->modifiers = &adpm[i];
2811 dpi->modifiers = &adpm[i];
2827 /* If the modifiers didn't get printed by the type, print them
2839 dpi->modifiers
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c248 /* A list of type modifiers. This is used while printing. */
296 /* The current list of modifiers (e.g., pointer, reference, etc.),
298 struct d_print_mod *modifiers; member in struct:d_print_info
2724 dpi->modifiers = NULL;
2889 hold_modifiers = dpi->modifiers;
2900 adpm[i].next = dpi->modifiers;
2901 dpi->modifiers = &adpm[i];
2945 dpi->modifiers = &adpm[i];
2961 /* If the modifiers didn't get printed by the type, print them
2973 dpi->modifiers
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk11 # the modifier_variable can be used with other modifiers.
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk37 # some useful modifiers
46 # turn a list into a set of :N modifiers
H A Dsys.mk27 # useful modifiers
H A Dsys.clean-env.mk28 # modifiers.
H A Dgendirdeps.mk258 # what modifiers do we allow in GENDIRDEPS_FILTER
H A Ddirdeps.mk207 # so we need to construct a set of modifiers to fill in the gaps.
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c666 uint8_t modifiers; local
707 /* clear modifiers */
708 modifiers = 0;
714 modifiers |= MOD_EJECT;
719 modifiers |= MOD_FN;
743 if (modifiers & MOD_FN)
755 if (modifiers & MOD_FN)
766 DPRINTF("modifiers = 0x%04x\n", modifiers);
/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_keyboard.c93 uint8_t modifiers; member in struct:g_keyboard_data
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarfread.c3043 in between are type modifiers.
3045 We simply compute the number of modifiers and call the general
3089 Everything in between are type modifiers.
3091 We simply compute the number of modifiers and call the general
3126 static struct type *decode_modified_type (char *modifiers,
3133 block of bytes that define MODCOUNT modifiers. Immediately
3142 all the modifiers and generate either the fundamental type or
3159 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) argument
3173 fundtype = target_to_host (modifiers, nbytes, GET_UNSIGNED,
3179 die_ref = target_to_host (modifiers, nbyte
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c2274 int modifiers;
2283 modifiers = 1;
2287 modifiers = 0;
2293 modifiers ? "// " : "",
2298 modifiers ? "// " : "",
2302 modifiers ? "// " : "",
2271 int modifiers; local
/freebsd-11-stable/contrib/libreadline/
H A Dhistexpand.c605 /* Perhaps there are other modifiers involved. Do what they say. */
1176 don't want to allow modifiers with `!#', just stick the current
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c1377 ** v -- the modifiers (input text line).
1378 ** modifiers -- pointer to flag field to represent modifiers.
1381 ** (xallocat()ed) string representation of modifiers.
1384 ** fills in modifiers.
1388 getmodifiers(v, modifiers)
1390 BITMAP256 modifiers;
1408 clrbitmap(modifiers);
1413 setbitn(*h, modifiers);
1589 case 'M': /* modifiers (flag
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c2369 static const struct bwn_loctl modifiers[] = { local
2397 test.i += modifiers[i - 1].i * d->multipler;
2398 test.q += modifiers[i - 1].q * d->multipler;

Completed in 270 milliseconds