Home
last modified time | relevance | path

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

1234

/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
/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.td27 // A typespec is a sequence of uppercase characters (modifiers) followed by one
42 // way. The available modifiers are given below.
57 // Typespec modifiers
63 // Prototype modifiers
139 // Prototype modifiers added for SVE2p1
H A Darm_neon_incl.td11 // modifiers, etc.
79 // cast, preceded by a sequence of type modifiers. The target type
81 // The available modifiers are:
195 // A typespec is a sequence of uppercase characters (modifiers) followed by one
207 // set of "modifiers" that can change in some way the "base type" of the
223 // Typespec modifiers
231 // Prototype modifiers
H A DOpenMPKinds.def175 // Map-type-modifiers for 'map' clause.
212 // OpenMP 6.0 modifiers for 'reduction' clause.
H A DBuiltins.def47 // Types may be prefixed with the following modifiers:
59 // Types may be postfixed with the following modifiers:
/freebsd/contrib/bmake/unit-tests/
H A Dmoderrs.exp6 while evaluating indirect modifiers "Z"
19 while evaluating indirect modifiers "S,V,v"
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp178 convertModifiers(OpenACCModifierKind modifiers) { in convertModifiers() argument
195 if (isOpenACCModifierBitSet(modifiers, OpenACCModifierKind::Always)) { in convertModifiers()
197 modifiers &= ~OpenACCModifierKind::Always; in convertModifiers()
200 mlirModifiers = mlirModifiers | static_cast<DataClauseModifier>(modifiers); in convertModifiers()
206 OpenACCModifierKind modifiers, bool structured, in addDataOperand() argument
238 beforeOp.setModifiers(convertModifiers(modifiers)); in addDataOperand()
239 afterOp.setModifiers(convertModifiers(modifiers)); in addDataOperand()
248 OpenACCModifierKind modifiers, bool structured, in addDataOperand() argument
259 beforeOp.setModifiers(convertModifiers(modifiers)); in addDataOperand()
/freebsd/sbin/pfctl/tests/files/
H A Dpf0049.in1 #test :broadcast and :network modifiers
/freebsd/sys/dev/hid/
H A Dhkbd.c714 uint8_t modifiers; in hkbd_intr_callback() local
747 modifiers = 0; in hkbd_intr_callback()
754 modifiers |= MOD_EJECT; in hkbd_intr_callback()
763 modifiers |= MOD_FN; in hkbd_intr_callback()
769 int apply_apple_fn_media = (modifiers & MOD_FN) ? 1 : 0; in hkbd_intr_callback()
794 if (modifiers & MOD_FN) in hkbd_intr_callback()
813 if (modifiers & MOD_FN) in hkbd_intr_callback()
830 DPRINTF("modifiers = 0x%04x\n", modifiers); in hkbd_intr_callback()
/freebsd/sys/dev/usb/input/
H A Dukbd.c770 uint8_t modifiers; in ukbd_intr_callback() local
812 modifiers = 0; in ukbd_intr_callback()
820 modifiers |= MOD_EJECT; in ukbd_intr_callback()
831 modifiers |= MOD_FN; in ukbd_intr_callback()
838 int apply_apple_fn_media = (modifiers & MOD_FN) ? 1 : 0; in ukbd_intr_callback()
868 if (modifiers & MOD_FN) in ukbd_intr_callback()
886 if (modifiers & MOD_FN) in ukbd_intr_callback()
903 DPRINTF("modifiers = 0x%04x\n", modifiers); in ukbd_intr_callback()
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory43 // modifiers
99 // modifiers
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dsystem_error64 // modifiers:
92 // modifiers:
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsystem_error64 // modifiers:
92 // modifiers:
H A D__node_handle49 // [container.node.modifiers], modifiers
/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/bmake/
H A DChangeLog197 are no modifiers to apply. This detects and warns about gmake
288 o in POSIX compatability mode, give preference to sysV style modifiers.
291 o var.c: simplify error handling for unknown modifiers
292 let the ":O" and ":t" modifiers fall back to the ":from=to" modifier
296 add details about indirect modifiers to the stack traces
495 o var.c: error out on syntax errors in ':M' and ':N' modifiers
571 o var.c: avoid out-of-bounds read when parsing indirect modifiers.
652 o var.c: avoid LazyBuf for :*time modifiers.
654 functions that expect that. These modifiers are used sparingly so
1044 o job.c: fix memory leak in handling sysv :from=to modifiers
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1626 // VOP3 modifiers used for instructions that do not read canonicalized
1628 // modifiers)
1727 // any of the instruction modifiers must use the 64-bit encoding.
1939 // Return type of input modifiers operand for specified input operand.
1961 // Return type of input modifiers operand specified input operand for DPP
1975 // Return type of input modifiers operand for specified input operand for DPP
1989 // Return type of input modifiers operand for specified input operand for DPP
2010 // Return type of input modifiers operand for specified input operand for VGPR
2018 // Return type of input modifiers operand specified input operand for SDWA
2122 // VOP1_DPP with modifiers
[all …]
/freebsd/sys/dev/usb/gadget/
H A Dg_keyboard.c95 uint8_t modifiers; member

1234