Home
last modified time | relevance | path

Searched refs:modifiers (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/contrib/libxo/doc/
H A Dformat-strings.rst11 field description contains a set of modifiers, a content string, and
12 zero, one, or two format descriptors. The modifiers tell libxo what
16 a set of braces, with a colon (":") after the modifiers and a slash
25 The role describes the function of the field, while the modifiers
42 While roles and modifiers typically use single character for brevity,
H A Dindex.rst38 field-modifiers
H A Dfield-modifiers.rst3 .. _field-modifiers:
8 Field modifiers are flags which modify the way content emitted for
32 Roles and modifiers can also use more verbose names, when preceded by
170 There are a number of modifiers that affect details of humanization.
H A Dxopo.rst9 the fields modifiers, the string passed to :manpage:`gettext(3)` is
H A Dfield-formatting.rst84 The 'h' and 'l' modifiers affect the size and treatment of the
108 For strings, the 'h' and 'l' modifiers affect the interpretation of
262 - the "l" and "h" modifiers for strings, where "{:tag/%hs}" means
H A Dfaq.rst105 The roles and modifiers describe these details.
114 roles, modifiers, names, and formats. They are dense and a bit
H A Dintro.rst20 rendered in different output styles (see :ref:`field-modifiers` for
H A Dxolint-errors.rst35 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
218 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
/freebsd/tools/build/make_check/
H A DMakefile42 @${SMAKE} modifiers || ${SMAKE} failure
98 .if make(modifiers)
102 modifiers: target
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve_sme_incl.td25 // A typespec is a sequence of uppercase characters (modifiers) followed by one
40 // way. The available modifiers are given below.
54 // Typespec modifiers
60 // Prototype modifiers
131 // Prototype modifiers added for SVE2p1
H A Darm_neon_incl.td11 // modifiers, etc.
77 // cast, preceded by a sequence of type modifiers. The target type
79 // The available modifiers are:
193 // A typespec is a sequence of uppercase characters (modifiers) followed by one
205 // set of "modifiers" that can change in some way the "base type" of the
220 // Typespec modifiers
228 // Prototype modifiers
H A DBuiltins.def47 // Types may be prefixed with the following modifiers:
59 // Types may be postfixed with the following modifiers:
/freebsd/sbin/pfctl/tests/files/
H A Dpf0049.in1 #test :broadcast and :network modifiers
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory43 // modifiers
94 // modifiers
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsystem_error64 // modifiers:
92 // modifiers:
H A D__node_handle49 // [container.node.modifiers], modifiers
/freebsd/sys/dev/hid/
H A Dhkbd.c641 uint8_t modifiers; in hkbd_intr_callback() local
674 modifiers = 0; in hkbd_intr_callback()
680 modifiers |= MOD_EJECT; in hkbd_intr_callback()
685 modifiers |= MOD_FN; in hkbd_intr_callback()
709 if (modifiers & MOD_FN) in hkbd_intr_callback()
722 if (modifiers & MOD_FN) in hkbd_intr_callback()
733 DPRINTF("modifiers = 0x%04x\n", modifiers); in hkbd_intr_callback()
/freebsd/contrib/tcsh/
H A DNewThings28 * $< can be interrupted and takes modifiers. Does not quote args by default
32 * Variable modifiers do not stop processing after the first one fails
103 * multiple : modifiers in variables and ! escapes. Things like:
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1387 // VOP3 modifiers used for instructions that do not read canonicalized
1389 // modifiers)
1487 // any of the instruction modifiers must use the 64-bit encoding.
1652 // Return type of input modifiers operand for specified input operand
1670 // Return type of input modifiers operand specified input operand for DPP
1684 // Return type of input modifiers operand for specified input operand for DPP
1693 // Return type of input modifiers operand specified input operand for SDWA
1722 // VOP1 with modifiers
1730 // VOP1 without modifiers
1737 // VOP 2 with modifiers
[all …]
/freebsd/sys/dev/usb/input/
H A Dukbd.c699 uint8_t modifiers; in ukbd_intr_callback() local
741 modifiers = 0; in ukbd_intr_callback()
747 modifiers |= MOD_EJECT; in ukbd_intr_callback()
752 modifiers |= MOD_FN; in ukbd_intr_callback()
781 if (modifiers & MOD_FN) in ukbd_intr_callback()
793 if (modifiers & MOD_FN) in ukbd_intr_callback()
804 DPRINTF("modifiers = 0x%04x\n", modifiers); in ukbd_intr_callback()
/freebsd/contrib/bmake/
H A DChangeLog190 o var.c: error out on syntax errors in ':M' and ':N' modifiers
266 o var.c: avoid out-of-bounds read when parsing indirect modifiers.
347 o var.c: avoid LazyBuf for :*time modifiers.
349 functions that expect that. These modifiers are used sparingly so
739 o job.c: fix memory leak in handling sysv :from=to modifiers
910 o var.c: fix parsing of modifiers containing unbalanced subexpressions
911 extract parsing of ':D' and ':U' modifiers into separate function
1110 merge duplicate code for modifiers 'gmtime' and 'localtime'
1196 o var.c: merge branches for modifiers ':D' and ':U'
1441 reduce memory allocations in the modifiers '
[all...]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk20 . warning Chaining modifiers does not work.
/freebsd/sys/dev/usb/gadget/
H A Dg_keyboard.c95 uint8_t modifiers; member
/freebsd/contrib/netbsd-tests/share/mk/
H A Dcommon.subr97 # The rest of the arguments include a collection of modifiers for the
/freebsd/contrib/wpa/src/utils/
H A Dbrowser.c159 guint modifiers, in view_cb_mouse_target_changed() argument

123