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

1 2 3

  /src/external/gpl3/gcc/dist/gcc/cp/
gen-cxxapi-file.py 154 modes = { variable
161 print(f'Usage: {script} [{"|".join(modes.keys())}] CSVFILE')
173 if mode not in modes:
179 modes[mode](os.path.basename(script), sorted(csv.reader(remove_comment(csvfile), delimiter=',')))
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_power.c 76 static const char* modes[] = { local
86 modes[ahp->ah_powerMode], modes[mode],
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/experimental/
contract.cc 40 const char* modes[]{ "off", "on" }; // Must match enumerators in header.
60 << modes[(int)violation.continuation_mode() & 1]; local
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_power.c 98 static const char* modes[] = { local
108 modes[ahp->ah_powerMode], modes[mode],
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_power.c 100 static const char* modes[] = { local
110 modes[ahp->ah_powerMode], modes[mode],
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_power.c 124 static const char* modes[] = { local
134 modes[ahp->ah_powerMode], modes[mode],
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_power.c 120 static const char* modes[] = { local
132 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
  /src/usr.bin/systat/
cmdtab.c 159 struct mode modes[] = { variable in typeref:struct:mode
213 struct mode *curmode = &modes[0];
  /src/usr.sbin/lpr/lpd/
modes.c 1 /* $NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $ */
35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37 __RCSID("$NetBSD: modes.c,v 1.7 2006/10/22 21:09:47 christos Exp $");
48 struct modes { struct
58 const struct modes cmodes[] = {
94 const struct modes imodes[] = {
130 const struct modes lmodes[] = {
182 const struct modes omodes[] = {
201 const struct modes *mp;
  /src/bin/stty/
modes.c 1 /* $NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $ */
35 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37 __RCSID("$NetBSD: modes.c,v 1.18 2015/05/01 17:01:08 christos Exp $");
50 struct modes { struct
65 const struct modes cmodes[] = {
95 const struct modes imodes[] = {
120 const struct modes lmodes[] = {
155 const struct modes omodes[] = {
176 modeset(const char *name, const struct modes *mp,
  /src/sys/arch/atari/dev/
grfabs.c 51 * List of available graphic modes
53 static MODES modes; variable
94 * Initialize list of possible video modes.
102 LIST_INIT(&modes);
105 (*probe_fun)(&modes);
107 return ((modes.lh_first == NULL) ? 0 : 1);
193 dm = modes.lh_first;
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans8/
ans.py 23 modes = [ variable
29 mode = modes[0]
34 global modes, mode, n
39 if msg in modes:
  /src/external/mpl/dhcp/dist/dhcpctl/
cltest.c 102 enum modes { up, down, undefined }; enum
  /src/sbin/mknod/
mknod.c 93 void *modes = 0; local
144 modes = setmode(optarg);
145 if (modes == NULL)
253 if (modes != NULL)
254 mode = getmode(modes, mode);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgunfmt.c 267 unsigned int modes = local
275 if (modes & (modes - 1))
281 if (modes & (1 << i))
285 if (modes & (1 << i))
  /src/external/public-domain/xz/dist/src/xz/
options.c 319 static const name_id_map modes[] = { local
341 { "mode", modes, 0, 0 },
  /src/sys/compat/netbsd32/
netbsd32_time.c 99 int modes; local
114 modes = ntv.modes;
115 if (modes != 0 && (error = kauth_authorize_system(l->l_cred,
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 348 | modes
394 modes: label
397 cur_symbol->info.rinfo->modes = $2;
416 stop("Valid register modes range between 0 and 4.",
434 stop("Valid register modes range between 0 and 4.",
845 | modes
847 | modes scb_or_sram_reg_list
1449 * Default to allowing access in all register modes
1454 symbol->info.rinfo->modes =
1455 scb_or_sram_symbol->info.rinfo->modes;
    [all...]
  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 800 static const char * const modes[] = { local
905 t = msg_cat(sp, modes[sp->showmode], &len);
  /src/external/bsd/wpa/dist/src/fst/
fst_group.c 112 struct hostapd_hw_modes *modes; local
114 int num_modes = fst_iface_get_hw_modes(f, &modes);
118 b = fst_hw_mode_to_band(modes->mode);
119 modes++;
  /src/external/bsd/wpa/dist/wpa_supplicant/
bgscan_learn.c 350 struct hostapd_hw_modes *modes; local
354 modes = wpa_s->hw.modes;
355 if (modes == NULL)
359 for (j = 0; j < modes[i].num_channels; j++) {
360 if (modes[i].channels[j].flag & HOSTAPD_CHAN_DISABLED)
362 /* some hw modes (e.g. 11b & 11g) contain same freqs */
363 if (in_array(freqs, modes[i].channels[j].freq))
370 freqs[count] = modes[i].channels[j].freq;
  /src/external/gpl3/binutils/dist/include/opcode/
s390.h 109 /* Bitmask of execution modes this opcode is available for. */
110 unsigned int modes; member in struct:s390_opcode
  /src/external/gpl3/binutils.old/dist/include/opcode/
s390.h 109 /* Bitmask of execution modes this opcode is available for. */
110 unsigned int modes; member in struct:s390_opcode
  /src/external/gpl3/gdb/dist/include/opcode/
s390.h 109 /* Bitmask of execution modes this opcode is available for. */
110 unsigned int modes; member in struct:s390_opcode
  /src/external/gpl3/gdb.old/dist/include/opcode/
s390.h 108 /* Bitmask of execution modes this opcode is available for. */
109 unsigned int modes; member in struct:s390_opcode

Completed in 45 milliseconds

1 2 3