Searched refs:modes (Results 76 - 100 of 136) sorted by relevance

123456

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y346 | modes
392 modes: label
395 cur_symbol->info.rinfo->modes = $2;
414 stop("Valid register modes range between 0 and 4.",
432 stop("Valid register modes range between 0 and 4.",
843 | modes
845 | modes scb_or_sram_reg_list
1447 * Default to allowing access in all register modes
1452 symbol->info.rinfo->modes =
1453 scb_or_sram_symbol->info.rinfo->modes;
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestcrypto.c1287 apr_hash_t *modes; local
1296 apr_crypto_get_block_key_modes(&modes, f);
1298 mode_ecb = apr_hash_get(modes, "ecb", APR_HASH_KEY_STRING);
1302 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING);
1320 apr_hash_t *modes; local
1329 apr_crypto_get_block_key_modes(&modes, f);
1331 mode_ecb = apr_hash_get(modes, "ecb", APR_HASH_KEY_STRING);
1335 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING);
1353 apr_hash_t *modes; local
1362 apr_crypto_get_block_key_modes(&modes,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h8 #include <openssl/modes.h>
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_crypto.h285 * @brief Get a hash table of key modes, keyed by the name of the mode against
289 * @param modes - hashtable of key modes keyed to constants.
293 APU_DECLARE(apr_status_t) apr_crypto_get_block_key_modes(apr_hash_t **modes,
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.hdrs105 .if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}-modes.def)
106 echo '#define EXTRA_MODES_FILE "${GCC_CPU}/${GCC_CPU}-modes.def"' >> ${.TARGET}
/freebsd-11-stable/sys/net/
H A Dif_media.c436 struct ifmedia_description *modes; member in struct:ifmedia_type_to_subtype
491 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++)
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto.c359 * @brief Get a hash table of key modes, keyed by the name of the mode against
363 * @param modes - hashtable of key modes keyed to constants.
367 APU_DECLARE(apr_status_t) apr_crypto_get_block_key_modes(apr_hash_t **modes,
370 return f->provider->get_block_key_modes(modes, f);
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c62 /* Screen dump modes */
669 } modes[] = { local
724 for (i = 0; modes[i].name != NULL; ++i) {
725 if (!strcmp(argv[*mode_index], modes[i].name)) {
726 mode = modes[i].mode;
727 new_mode_num = modes[i].mode_num;
732 if (modes[i].name == NULL)
768 * For raster modes it's not enough to just set the mode.
/freebsd-11-stable/contrib/gcc/
H A Dregclass.c548 /* Compute the table of register modes.
576 initialize the register modes. */
643 If CALL_SAVED is true, only consider modes that are call saved. */
968 enum machine_mode modes[MAX_RECOG_OPERANDS];
974 modes[i] = recog_data.operand_mode[i];
1011 We assume the modes are the same. */
1019 recog_data.operand, modes,
1024 recog_data.operand, modes,
1085 We can only do this if the modes of operands 0 and 1
1390 MODES are the modes o
964 enum machine_mode modes[MAX_RECOG_OPERANDS]; local
1400 record_reg_classes(int n_alts, int n_ops, rtx *ops, enum machine_mode *modes, const char **constraints, rtx insn, struct costs *op_costs, struct reg_pref *reg_pref) argument
2563 unsigned char modes[MAX_MACHINE_MODE]; member in struct:subregs_of_mode_node
[all...]
H A Drecog.c1473 Write the modes of the operands into MODES.
1481 const char **constraints, enum machine_mode *modes)
1502 if (modes)
1503 modes[i] = ASM_OPERANDS_INPUT_MODE (asmop, i - 1);
1514 if (modes)
1515 modes[0] = GET_MODE (SET_DEST (body));
1535 if (modes)
1536 modes[i] = ASM_OPERANDS_INPUT_MODE (asmop, i);
1564 if (modes)
1565 modes[
1472 decode_asm_operands(rtx body, rtx *operands, rtx **operand_locs, const char **constraints, enum machine_mode *modes) argument
[all...]
/freebsd-11-stable/usr.sbin/powerd/
H A Dpowerd.c77 static const char *modes[] = { variable
735 modes[acline_status], freq);
754 modes[acline_status], freq);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-nvidia.c331 static const uint8_t modes[] = local
338 pci_write_config(parent, reg, modes[mode & ATA_MODE_MASK], 1);
H A Data-via.c353 static const uint8_t modes[][7] = { local
363 modes[ctlr->chip->cfg1][mode & ATA_MODE_MASK], 1);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c436 if (wpa_s->hw.modes == NULL)
440 os_free(wpa_s->hw.modes[i].channels);
441 os_free(wpa_s->hw.modes[i].rates);
444 os_free(wpa_s->hw.modes);
445 wpa_s->hw.modes = NULL;
2125 for (i = 0; wpa_s->hw.modes && i < wpa_s->hw.num_modes; i++) {
2126 if (wpa_s->hw.modes[i].mode == hw_mode) {
2127 mode = &wpa_s->hw.modes[i];
2197 for (i = 0; wpa_s->hw.modes && i < wpa_s->hw.num_modes; i++) {
2198 if (wpa_s->hw.modes[
4938 wpas_fst_get_hw_modes(void *ctx, struct hostapd_hw_modes **modes) argument
7362 get_mode(struct hostapd_hw_modes *modes, u16 num_modes, enum hostapd_hw_mode mode) argument
[all...]
H A Dop_classes.c222 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op_class->mode);
H A Dwps_supplicant.c1547 struct hostapd_hw_modes *modes; local
1585 modes = wpa_s->hw.modes;
1586 if (modes) {
1588 if (modes[m].mode == HOSTAPD_MODE_IEEE80211B ||
1589 modes[m].mode == HOSTAPD_MODE_IEEE80211G)
1591 else if (modes[m].mode == HOSTAPD_MODE_IEEE80211A)
1593 else if (modes[m].mode == HOSTAPD_MODE_IEEE80211AD)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Ds390-dis.c159 if (!(opcode->modes & current_arch_mask))
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c87 * or more frequency band entries for each of the channel modes
101 static const struct cmode modes[] = { variable in typeref:struct:cmode
577 /* get modes that HW is capable of */
621 for (cm = modes; cm < &modes[N(modes)]; cm++) {
/freebsd-11-stable/contrib/dialog/
H A Ddialog.c1096 static const Mode modes[] = variable
1244 for (n = 0; n < sizeof(modes) / sizeof(modes[0]); n++) {
1245 if (modes[n].code == code) {
1246 modePtr = &modes[n];
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.c1211 int ieee80211_is_dfs(int freq, const struct hostapd_hw_modes *modes, argument
1216 if (!modes || !num_modes)
1221 for (j = 0; j < modes[i].num_channels; j++) {
1222 if (modes[i].channels[j].freq == freq &&
1223 (modes[i].channels[j].flag & HOSTAPD_CHAN_RADAR))
H A Dieee802_11_common.h180 int ieee80211_is_dfs(int freq, const struct hostapd_hw_modes *modes,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spi.c85 static const char *modes[] = {"UNKNOWN", "TX Halfplex", "Rx Halfplex", "Duplex"}; variable
185 cvmx_dprintf ("SPI%d: Restart %s\n", interface, modes[mode]);
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_refresh.c766 static char * const modes[] = { local
873 t = msg_cat(sp, modes[sp->showmode], &len);
/freebsd-11-stable/contrib/less/
H A Dless.h95 #include <modes.h>
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile244 # modes
257 INCS+= modes.h
407 CFLAGS+= -I${LCRYPTO_SRC}/crypto/modes
469 ${LCRYPTO_SRC}/crypto/modes \

Completed in 359 milliseconds

123456