HomeSort by: relevance | last modified time | path
    Searched defs:modifiers (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
main.c 50 pentry(pgpv_t *pgp, int n, const char *modifiers)
55 cc = pgpv_get_entry(pgp, (unsigned)n, &s, modifiers);
93 const char *modifiers; local
116 modifiers = (strcasecmp(cmd, "trust") == 0) ? "trust" : NULL;
121 pentry(pgp, el, modifiers);
  /src/external/bsd/tmux/dist/
key-string.c 211 /* Find modifiers. */
215 key_code modifiers; local
217 modifiers = 0;
222 modifiers |= KEYC_CTRL;
226 modifiers |= KEYC_META;
230 modifiers |= KEYC_SHIFT;
238 return (modifiers);
245 key_code key, modifiers = 0; local
286 modifiers |= KEYC_CTRL;
290 /* Check for modifiers. *
    [all...]
tty-keys.c 274 * Default terminfo(5) keys. Any keys that have builtin modifiers (that is,
275 * where the key itself contains the modifiers) has the KEYC_XTERM flag set so
1042 u_int number, modifiers; local
1082 if (sscanf(tmp, "27;%u;%u", &modifiers, &number) != 2)
1085 if (sscanf(tmp ,"%u;%u", &number, &modifiers) != 2)
1106 /* Update the modifiers. */
1107 if (modifiers > 0) {
1108 modifiers--;
1109 if (modifiers & 1)
1111 if (modifiers & 2
    [all...]
  /src/external/bsd/pkg_install/dist/lib/
dewey.c 84 const test_t modifiers[] = { variable
149 for (modp = modifiers ; modp->s ; modp++) {
  /src/sys/dev/bluetooth/
btkbd.c 101 uint32_t modifiers; member in struct:btkbd_data
486 /* extract key modifiers */
487 ud->modifiers = 0;
490 ud->modifiers |= sc->sc_mods[i].mask;
500 mod = ud->modifiers;
501 omod = sc->sc_odata.modifiers;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 506 * which modifier), and to valdiate modifiers at atomic_check time.
622 /** @modifiers: array of modifiers supported by this plane */
623 uint64_t *modifiers; member in struct:drm_plane
  /src/external/gpl3/gdb.old/dist/gdb/
record.c 463 /* Read instruction-history modifiers from an argument string. */
468 gdb_disassembly_flags modifiers; local
471 modifiers = 0;
475 return modifiers;
495 modifiers |= DISASSEMBLY_OMIT_AUX_INSN;
499 modifiers |= DISASSEMBLY_SOURCE;
500 modifiers |= DISASSEMBLY_FILENAME;
503 modifiers |= DISASSEMBLY_RAW_INSN;
506 modifiers |= DISASSEMBLY_RAW_BYTES;
509 modifiers |= DISASSEMBLY_OMIT_FNAME
615 record_print_flags modifiers = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
record.c 463 /* Read instruction-history modifiers from an argument string. */
468 gdb_disassembly_flags modifiers; local
471 modifiers = 0;
475 return modifiers;
495 modifiers |= DISASSEMBLY_OMIT_AUX_INSN;
499 modifiers |= DISASSEMBLY_SOURCE;
500 modifiers |= DISASSEMBLY_FILENAME;
503 modifiers |= DISASSEMBLY_RAW_INSN;
506 modifiers |= DISASSEMBLY_RAW_BYTES;
509 modifiers |= DISASSEMBLY_OMIT_FNAME
615 record_print_flags modifiers = 0; local
    [all...]
  /src/usr.sbin/cpuctl/arch/
i386.c 226 const char *modifiers[] = { variable
2036 modifier = modifiers[modif];
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 1204 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local
1224 memcpy (modifiers, opcode_modifiers, sizeof (modifiers));
1273 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers),
1294 if (!modifiers[OpcodePrefix].value)
1295 modifiers[OpcodePrefix].value = prefix;
1296 else if (modifiers[OpcodePrefix].value != prefix)
1328 if (!modifiers[EVex].value)
1330 if (modifiers[Broadcast].valu
    [all...]
aarch64-opc.c 507 The value column provides the most common values for encoding modifiers,
508 which enables table-driven encoding/decoding for the modifiers. */
1808 unsigned num, modifiers, shift;
2638 modifiers = 1 << AARCH64_MOD_LSL;
2649 if (((1 << opnd->shifter.kind) & modifiers) == 0
2667 modifiers = (1 << AARCH64_MOD_SXTW) | (1 << AARCH64_MOD_UXTW);
2679 modifiers = 1 << AARCH64_MOD_LSL;
2683 if (((1 << opnd->shifter.kind) & modifiers) == 0
2694 modifiers = (1 << AARCH64_MOD_SXTW);
2698 modifiers = 1 << AARCH64_MOD_UXTW
1806 unsigned num, modifiers, shift; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 1184 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local
1204 memcpy (modifiers, opcode_modifiers, sizeof (modifiers));
1253 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers),
1274 if (!modifiers[OpcodePrefix].value)
1275 modifiers[OpcodePrefix].value = prefix;
1276 else if (modifiers[OpcodePrefix].value != prefix)
1308 if (!modifiers[EVex].value)
1310 if (modifiers[Broadcast].valu
    [all...]
aarch64-opc.c 502 The value column provides the most common values for encoding modifiers,
503 which enables table-driven encoding/decoding for the modifiers. */
1799 unsigned num, modifiers, shift;
2574 modifiers = 1 << AARCH64_MOD_LSL;
2585 if (((1 << opnd->shifter.kind) & modifiers) == 0
2603 modifiers = (1 << AARCH64_MOD_SXTW) | (1 << AARCH64_MOD_UXTW);
2615 modifiers = 1 << AARCH64_MOD_LSL;
2619 if (((1 << opnd->shifter.kind) & modifiers) == 0
2630 modifiers = (1 << AARCH64_MOD_SXTW);
2634 modifiers = 1 << AARCH64_MOD_UXTW
1797 unsigned num, modifiers, shift; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 1140 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local
1160 memcpy (modifiers, opcode_modifiers, sizeof (modifiers));
1209 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers),
1230 if (!modifiers[OpcodePrefix].value)
1231 modifiers[OpcodePrefix].value = prefix;
1232 else if (modifiers[OpcodePrefix].value != prefix)
1264 if (!modifiers[EVex].value)
1266 if (modifiers[Broadcast].valu
    [all...]
aarch64-opc.c 501 The value column provides the most common values for encoding modifiers,
502 which enables table-driven encoding/decoding for the modifiers. */
1796 unsigned num, modifiers, shift;
2565 modifiers = 1 << AARCH64_MOD_LSL;
2576 if (((1 << opnd->shifter.kind) & modifiers) == 0
2594 modifiers = (1 << AARCH64_MOD_SXTW) | (1 << AARCH64_MOD_UXTW);
2606 modifiers = 1 << AARCH64_MOD_LSL;
2610 if (((1 << opnd->shifter.kind) & modifiers) == 0
2621 modifiers = (1 << AARCH64_MOD_SXTW);
2625 modifiers = 1 << AARCH64_MOD_UXTW
1794 unsigned num, modifiers, shift; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 1170 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local
1190 memcpy (modifiers, opcode_modifiers, sizeof (modifiers));
1239 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers),
1260 if (!modifiers[OpcodePrefix].value)
1261 modifiers[OpcodePrefix].value = prefix;
1262 else if (modifiers[OpcodePrefix].value != prefix)
1294 if (!modifiers[EVex].value)
1296 if (modifiers[Broadcast].valu
    [all...]
aarch64-opc.c 502 The value column provides the most common values for encoding modifiers,
503 which enables table-driven encoding/decoding for the modifiers. */
1799 unsigned num, modifiers, shift;
2574 modifiers = 1 << AARCH64_MOD_LSL;
2585 if (((1 << opnd->shifter.kind) & modifiers) == 0
2603 modifiers = (1 << AARCH64_MOD_SXTW) | (1 << AARCH64_MOD_UXTW);
2615 modifiers = 1 << AARCH64_MOD_LSL;
2619 if (((1 << opnd->shifter.kind) & modifiers) == 0
2630 modifiers = (1 << AARCH64_MOD_SXTW);
2634 modifiers = 1 << AARCH64_MOD_UXTW
1797 unsigned num, modifiers, shift; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 2956 const u64 *modifiers; local
2995 modifiers = gen12_get_plane_modifiers(plane_id);
2999 modifiers = skl_plane_format_modifiers_ccs;
3001 modifiers = skl_plane_format_modifiers_noccs;
3014 formats, num_formats, modifiers,
3066 const u64 *modifiers; local
3094 modifiers = i9xx_plane_format_modifiers;
3111 modifiers = i9xx_plane_format_modifiers;
3122 modifiers = i9xx_plane_format_modifiers;
3153 formats, num_formats, modifiers,
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
resrc.c 2357 int modifiers;
2366 modifiers = 1;
2370 modifiers = 0;
2376 modifiers ? "// " : "",
2381 modifiers ? "// " : "",
2385 modifiers ? "// " : "",
2354 int modifiers; local
  /src/external/gpl3/binutils.old/dist/binutils/
resrc.c 2357 int modifiers;
2366 modifiers = 1;
2370 modifiers = 0;
2376 modifiers ? "// " : "",
2381 modifiers ? "// " : "",
2385 modifiers ? "// " : "",
2354 int modifiers; local
  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demangle.c 259 /* A list of type modifiers. This is used while printing. */
342 /* The current list of modifiers (e.g., pointer, reference, etc.),
344 struct d_print_mod *modifiers; member in struct:d_print_info
4533 dpi->modifiers = NULL;
5170 hold_modifiers = dpi->modifiers;
5171 dpi->modifiers = 0;
5182 adpm[i].next = dpi->modifiers;
5183 dpi->modifiers = &adpm[i];
5221 dpi->modifiers = &adpm[i];
5267 /* If the modifiers didn't get printed by the type, print the
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
cp-demangle.c 259 /* A list of type modifiers. This is used while printing. */
342 /* The current list of modifiers (e.g., pointer, reference, etc.),
344 struct d_print_mod *modifiers; member in struct:d_print_info
4533 dpi->modifiers = NULL;
5170 hold_modifiers = dpi->modifiers;
5171 dpi->modifiers = 0;
5182 adpm[i].next = dpi->modifiers;
5183 dpi->modifiers = &adpm[i];
5221 dpi->modifiers = &adpm[i];
5267 /* If the modifiers didn't get printed by the type, print the
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demangle.c 259 /* A list of type modifiers. This is used while printing. */
342 /* The current list of modifiers (e.g., pointer, reference, etc.),
344 struct d_print_mod *modifiers; member in struct:d_print_info
4306 dpi->modifiers = NULL;
4884 hold_modifiers = dpi->modifiers;
4885 dpi->modifiers = 0;
4896 adpm[i].next = dpi->modifiers;
4897 dpi->modifiers = &adpm[i];
4935 dpi->modifiers = &adpm[i];
4965 /* If the modifiers didn't get printed by the type, print the
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demangle.c 259 /* A list of type modifiers. This is used while printing. */
342 /* The current list of modifiers (e.g., pointer, reference, etc.),
344 struct d_print_mod *modifiers; member in struct:d_print_info
4533 dpi->modifiers = NULL;
5170 hold_modifiers = dpi->modifiers;
5171 dpi->modifiers = 0;
5182 adpm[i].next = dpi->modifiers;
5183 dpi->modifiers = &adpm[i];
5221 dpi->modifiers = &adpm[i];
5267 /* If the modifiers didn't get printed by the type, print the
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
cp-demangle.c 259 /* A list of type modifiers. This is used while printing. */
342 /* The current list of modifiers (e.g., pointer, reference, etc.),
344 struct d_print_mod *modifiers; member in struct:d_print_info
4533 dpi->modifiers = NULL;
5170 hold_modifiers = dpi->modifiers;
5171 dpi->modifiers = 0;
5182 adpm[i].next = dpi->modifiers;
5183 dpi->modifiers = &adpm[i];
5221 dpi->modifiers = &adpm[i];
5267 /* If the modifiers didn't get printed by the type, print the
    [all...]

Completed in 117 milliseconds

1 2