Home
last modified time | relevance | path

Searched refs:ord (Results 1 – 25 of 92) sorted by relevance

1234

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dquote.py52 for i in range(ord("A"), ord("Z") + 1):
54 for i in range(ord("a"), ord("z") + 1):
56 for i in range(ord("0"), ord("9") + 1):
59 chars[ord(' ')] |= PRINTABLE
60 chars[ord('+')] |= PRINTABLE
61 chars[ord(',')] |= PRINTABLE
62 chars[ord('-')] |= PRINTABLE
63 chars[ord('.')] |= PRINTABLE
64 chars[ord('/')] |= PRINTABLE
65 chars[ord(':')] |= PRINTABLE
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Doacc-init.c220 acc_dev_num_out_of_range (acc_device_t d, int ord, int ndevs) in acc_dev_num_out_of_range() argument
225 gomp_fatal ("device %u out of range", ord); in acc_dev_num_out_of_range()
500 goacc_attach_host_thread_to_device (int ord) in goacc_attach_host_thread_to_device() argument
506 if (thr && thr->dev && (thr->dev->target_id == ord || ord < 0)) in goacc_attach_host_thread_to_device()
509 if (ord < 0) in goacc_attach_host_thread_to_device()
510 ord = goacc_device_num; in goacc_attach_host_thread_to_device()
524 if (num_devices <= 0 || ord >= num_devices) in goacc_attach_host_thread_to_device()
525 acc_dev_num_out_of_range (acc_device_type (base_dev->type), ord, in goacc_attach_host_thread_to_device()
532 thr->dev = acc_dev = &base_dev[ord]; in goacc_attach_host_thread_to_device()
541 = acc_dev->openacc.create_thread_data_func (ord); in goacc_attach_host_thread_to_device()
[all …]
/netbsd/src/sys/dev/ic/
Duda1341.c348 mi->un.e.member[0].ord = 0; in uda1341_query_devinfo()
352 mi->un.e.member[1].ord = 1; in uda1341_query_devinfo()
356 mi->un.e.member[2].ord = 3; in uda1341_query_devinfo()
370 mi->un.e.member[0].ord = 0; in uda1341_query_devinfo()
374 mi->un.e.member[1].ord = 1; in uda1341_query_devinfo()
387 mi->un.e.member[0].ord = 0; in uda1341_query_devinfo()
391 mi->un.e.member[1].ord = 1; in uda1341_query_devinfo()
404 mi->un.e.member[0].ord = 0; in uda1341_query_devinfo()
408 mi->un.e.member[1].ord = 1; in uda1341_query_devinfo()
412 mi->un.e.member[2].ord = 2; in uda1341_query_devinfo()
[all …]
Dam7930.c532 if (cp->un.ord != AUDIOAMD_MIC_VOL) in am7930_set_port()
536 sc->sc_mic_mute = cp->un.ord; in am7930_set_port()
539 if (cp->un.ord != AUDIOAMD_SPEAKER_VOL && in am7930_set_port()
540 cp->un.ord != AUDIOAMD_HEADPHONES_VOL) in am7930_set_port()
542 sc->sc_out_port = cp->un.ord; in am7930_set_port()
580 cp->un.ord = AUDIOAMD_MIC_VOL; in am7930_get_port()
583 cp->un.ord = sc->sc_mic_mute; in am7930_get_port()
586 cp->un.ord = sc->sc_out_port; in am7930_get_port()
646 dip->un.e.member[0].ord = AUDIOAMD_MIC_VOL; in am7930_query_devinfo()
655 dip->un.e.member[0].ord = AUDIOAMD_SPEAKER_VOL; in am7930_query_devinfo()
[all …]
Dcs4231.c505 dip->un.e.member[0].ord = 0; in cs4231_query_devinfo()
507 dip->un.e.member[1].ord = 1; in cs4231_query_devinfo()
547 dip->un.e.member[0].ord = 0; in cs4231_query_devinfo()
549 dip->un.e.member[1].ord = 1; in cs4231_query_devinfo()
570 dip->un.e.member[0].ord = DAC_IN_PORT; in cs4231_query_devinfo()
572 dip->un.e.member[1].ord = MIC_IN_PORT; in cs4231_query_devinfo()
574 dip->un.e.member[2].ord = AUX1_IN_PORT; in cs4231_query_devinfo()
576 dip->un.e.member[3].ord = LINE_IN_PORT; in cs4231_query_devinfo()
/netbsd/src/sys/dev/isa/
Daria.c1118 if (cp->un.ord>=0 && cp->un.ord<=6) { in aria_mixer_set_port()
1119 sc->aria_mix_source = cp->un.ord; in aria_mixer_set_port()
1125 if (cp->un.ord == 0 || cp->un.ord == 1) { in aria_mixer_set_port()
1126 sc->aria_mix[ARIAMIX_MIC_LVL].mute =cp->un.ord; in aria_mixer_set_port()
1132 if (cp->un.ord == 0 || cp->un.ord == 1) { in aria_mixer_set_port()
1134 cp->un.ord; in aria_mixer_set_port()
1140 if (cp->un.ord == 0 || cp->un.ord == 1) { in aria_mixer_set_port()
1141 sc->aria_mix[ARIAMIX_CD_LVL].mute = cp->un.ord; in aria_mixer_set_port()
1147 if (cp->un.ord == 0 || cp->un.ord == 1) { in aria_mixer_set_port()
1148 sc->aria_mix[ARIAMIX_DAC_LVL].mute =cp->un.ord; in aria_mixer_set_port()
[all …]
Dym.c571 DVNAME(sc), cp->dev, cp->type, cp->un.ord, in ym_mixer_set_port()
593 sc->master_mute = (cp->un.ord != 0); in ym_mixer_set_port()
607 sc->sc_eqmode = cp->un.ord & SA3_SYS_CTL_YMODE; in ym_mixer_set_port()
626 if ((unsigned) cp->un.ord > YM_POWER_NOSAVE) in ym_mixer_set_port()
629 sc->sc_pow_mode = cp->un.ord; in ym_mixer_set_port()
648 if (cp->un.ord) { in ym_mixer_set_port()
673 cp->un.ord == 0); in ym_mixer_set_port()
687 sc->mic_mute = (cp->un.ord != 0); in ym_mixer_set_port()
742 cp->un.ord = sc->master_mute; in ym_mixer_get_port()
752 cp->un.ord = sc->sc_eqmode; in ym_mixer_get_port()
[all …]
Dess.c1638 return ess_set_in_port(sc, cp->un.ord); in ess_set_port()
1653 if (cp->un.ord) in ess_set_port()
1682 sc->sc_spatializer = (cp->un.ord != 0); in ess_set_port()
1730 if (cp->un.ord) in ess_set_port()
1787 cp->un.ord = sc->in_port; in ess_get_port()
1793 cp->un.ord = (ess_read_x_reg(sc, ESS_XCMD_AUDIO_CTRL) & in ess_get_port()
1810 cp->un.ord = sc->sc_spatializer; in ess_get_port()
1842 cp->un.ord = (ess_read_x_reg(sc, ESS_XCMD_PREAMP_CTRL) & in ess_get_port()
1985 dip->un.e.member[0].ord = ESS_SOURCE_MIC; in ess_query_devinfo()
1987 dip->un.e.member[1].ord = ESS_SOURCE_LINE; in ess_query_devinfo()
[all …]
Dsbdsp.c1827 cp->un.ord ? SB_TREBLE : 0); in sbdsp_mixer_set_port()
1832 cp->un.ord ? SB_BASS : 0); in sbdsp_mixer_set_port()
1928 sc->in_port = cp->un.ord; in sbdsp_mixer_set_port()
1929 error = sbdsp_set_in_ports(sc, 1 << cp->un.ord); in sbdsp_mixer_set_port()
1938 sbdsp_mix_write(sc, SB16P_AGC, cp->un.ord & 1); in sbdsp_mixer_set_port()
1955 sc->gain[cp->dev][SB_LR] = cp->un.ord != 0; in sbdsp_mixer_set_port()
1956 if (cp->un.ord) in sbdsp_mixer_set_port()
1989 sc->gain[cp->dev][SB_LR] = cp->un.ord != 0; in sbdsp_mixer_set_port()
2045 cp->un.ord = sbdsp_get_ifilter(addr) == SB_TREBLE; in sbdsp_mixer_get_port()
2049 cp->un.ord = sbdsp_get_ifilter(addr) == SB_BASS; in sbdsp_mixer_get_port()
[all …]
Dgus.c3231 cp->un.ord = sc->sc_mixcontrol & GUSMASK_LINE_OUT ? 1 : 0; in gusmax_mixer_get_port()
3264 cp->un.ord = ic->sc_mute[GUSMIX_CHAN_MIC][ICSMIX_LEFT]; in gus_mixer_get_port()
3266 cp->un.ord = in gus_mixer_get_port()
3275 cp->un.ord = ic->sc_mute[GUSMIX_CHAN_LINE][ICSMIX_LEFT]; in gus_mixer_get_port()
3277 cp->un.ord = in gus_mixer_get_port()
3286 cp->un.ord = ic->sc_mute[GUSMIX_CHAN_MASTER][ICSMIX_LEFT]; in gus_mixer_get_port()
3288 cp->un.ord = in gus_mixer_get_port()
3296 cp->un.ord = ic->sc_mute[GUSMIX_CHAN_DAC][ICSMIX_LEFT]; in gus_mixer_get_port()
3303 cp->un.ord = ic->sc_mute[GUSMIX_CHAN_CD][ICSMIX_LEFT]; in gus_mixer_get_port()
3358 cp->un.ord = 0; in gus_mixer_get_port()
[all …]
/netbsd/src/external/bsd/less/dist/
Dmkhelp.py31 if ((ord(ch) >= ord(' ')) and (ord(ch) < 0x7f)):
34 print("0x%02x," % ord(ch), end='')
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dicmpv6-RFC2894-RR-v.out1 …k] ICMP6, router renumbering, command, seq=0[S,seg=0,maxdelay=0] match(add,ord=0,min=0,max=128,fec…
2 …k] ICMP6, router renumbering, command, seq=0[S,seg=0,maxdelay=0] match(add,ord=0,min=0,max=128,fec…
3 …k] ICMP6, router renumbering, command, seq=0[S,seg=0,maxdelay=0] match(add,ord=0,min=0,max=128,fec…
4 …router renumbering, command, seq=16777216[S,seg=0,maxdelay=0] match(change,ord=0,min=0,max=128,3ff…
5 …router renumbering, command, seq=16777216[S,seg=0,maxdelay=0] match(change,ord=0,min=0,max=128,3ff…
6 …router renumbering, command, seq=16777216[S,seg=0,maxdelay=0] match(change,ord=0,min=0,max=128,3ff…
/netbsd/src/sys/arch/sgimips/mace/
Dmavb.c346 value |= ((mc->un.ord << AD1843_LSS_SHIFT) & AD1843_LSS_MASK); in mavb_set_port()
347 value |= ((mc->un.ord << AD1843_RSS_SHIFT) & AD1843_RSS_MASK); in mavb_set_port()
373 if (mc->un.ord == 0) in mavb_set_port()
412 if (mc->un.ord == 0) in mavb_set_port()
421 if (mc->un.ord == 0) in mavb_set_port()
430 if (mc->un.ord == 0) in mavb_set_port()
439 if (mc->un.ord == 0) in mavb_set_port()
468 mc->un.ord = (value & AD1843_LSS_MASK) >> AD1843_LSS_SHIFT; in mavb_get_port()
491 mc->un.ord = (value & AD1843_LDA1GM) ? 1 : 0; in mavb_get_port()
525 mc->un.ord = (value & AD1843_LD2MM) ? 1 : 0; in mavb_get_port()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
Dorder_statistics_imp.hpp108 size_type ord = 0; in order_of_prefix() local
123 ord + 1 : ord; in order_of_prefix()
134 ord += child_nd_it.get_metadata(); in order_of_prefix()
144 return ord; in order_of_prefix()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
Dorder_statistics_imp.hpp85 size_type ord = 0; in order_of_key() local
94 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata(); in order_of_key()
99 ord += (l_it == end_it)? 0 : l_it.get_metadata(); in order_of_key()
103 return ord; in order_of_key()
/netbsd/src/sys/dev/pci/
Deso.c985 sc->sc_spatializer = (cp->un.ord != 0); in eso_set_port()
1002 sc->sc_mvmute = (cp->un.ord != 0); in eso_set_port()
1027 error = eso_set_monooutsrc(sc, cp->un.ord); in eso_set_port()
1036 error = (eso_set_monoinbypass(sc, cp->un.ord)); in eso_set_port()
1045 sc->sc_recmon = (cp->un.ord != 0); in eso_set_port()
1061 error = eso_set_recsrc(sc, cp->un.ord); in eso_set_port()
1070 error = eso_set_preamp(sc, cp->un.ord); in eso_set_port()
1143 cp->un.ord = sc->sc_recmon; in eso_get_port()
1147 cp->un.ord = sc->sc_recsrc; in eso_get_port()
1151 cp->un.ord = sc->sc_monooutsrc; in eso_get_port()
[all …]
Dcmpci.c759 dip->un.e.member[0].ord = 0; in cmpci_query_devinfo()
761 dip->un.e.member[1].ord = 1; in cmpci_query_devinfo()
808 dip->un.e.member[0].ord = CMPCI_PLAYBACK_MODE_WAVE; in cmpci_query_devinfo()
810 dip->un.e.member[1].ord = CMPCI_PLAYBACK_MODE_SPDIF; in cmpci_query_devinfo()
819 dip->un.e.member[i++].ord = CMPCI_SPDIF_IN_SPDIN1; in cmpci_query_devinfo()
822 dip->un.e.member[i++].ord = CMPCI_SPDIF_IN_SPDIN2; in cmpci_query_devinfo()
825 dip->un.e.member[i++].ord = CMPCI_SPDIF_IN_SPDOUT; in cmpci_query_devinfo()
835 dip->un.e.member[0].ord = CMPCI_SPDIF_IN_PHASE_POSITIVE; in cmpci_query_devinfo()
837 dip->un.e.member[1].ord = CMPCI_SPDIF_IN_PHASE_NEGATIVE; in cmpci_query_devinfo()
846 dip->un.e.member[0].ord = CMPCI_SPDIF_LOOP_OFF; in cmpci_query_devinfo()
[all …]
Dsv.c941 dip->un.e.member[0].ord = 0; in sv_query_devinfo()
943 dip->un.e.member[1].ord = 1; in sv_query_devinfo()
961 dip->un.e.member[i].ord = record_sources[i].idx; in sv_query_devinfo()
991 dip->un.e.member[0].ord = 0; in sv_query_devinfo()
993 dip->un.e.member[1].ord = 1; in sv_query_devinfo()
1022 if (cp->un.ord) in sv_mixer_set_port()
1030 if (cp->un.ord) in sv_mixer_set_port()
1093 if (record_sources[idx].idx == cp->un.ord) in sv_mixer_set_port()
1103 reg |= (((cp->un.ord) << SV_REC_SOURCE_SHIFT) & SV_REC_SOURCE_MASK); in sv_mixer_set_port()
1108 reg |= (((cp->un.ord) << SV_REC_SOURCE_SHIFT) & SV_REC_SOURCE_MASK); in sv_mixer_set_port()
[all …]
/netbsd/src/usr.bin/mixerctl/
Dmixerctl.c97 if (p->infp->un.e.member[i].ord == m->un.ord) in prfield()
164 m->un.ord = p->infp->un.e.member[i].ord; in rdfield()
226 m->un.ord += inc; in incfield()
227 if (m->un.ord < 0) in incfield()
228 m->un.ord = p->infp->un.e.num_mem - 1; in incfield()
229 if (m->un.ord >= p->infp->un.e.num_mem) in incfield()
230 m->un.ord = 0; in incfield()
/netbsd/src/external/gpl3/binutils/dist/ld/
Ddeffilep.y609 int ord) in cmp_export_elem() argument
619 return (ord - e->ordinal); in cmp_export_elem()
631 const char *its_name, int ord, bool *is_ident) in find_export_in_list() argument
639 if ((e = cmp_export_elem (b, ex_name, in_name, its_name, ord)) <= 0) in find_export_in_list()
647 if ((e = cmp_export_elem (b + (max - 1), ex_name, in_name, its_name, ord)) > 0) in find_export_in_list()
659 e = cmp_export_elem (b + p, ex_name, in_name, its_name, ord); in find_export_in_list()
670 if ((e = cmp_export_elem (b + l, ex_name, in_name, its_name, ord)) > 0) in find_export_in_list()
754 int ord) in cmp_import_elem() argument
764 if (ord != e->ordinal) in cmp_import_elem()
765 return (ord < e->ordinal ? -1 : 1); in cmp_import_elem()
[all …]
/netbsd/src/external/bsd/ntp/dist/ntpdate/
Dntpdate.c971 int ord[NTP_SHIFT]; in clock_filter() local
979 ord[i] = i; in clock_filter()
983 if (server->filter_delay[ord[j]] == 0) in clock_filter()
985 if (server->filter_delay[ord[i]] == 0 in clock_filter()
986 || (server->filter_delay[ord[i]] in clock_filter()
987 > server->filter_delay[ord[j]])) { in clock_filter()
990 tmp = ord[i]; in clock_filter()
991 ord[i] = ord[j]; in clock_filter()
992 ord[j] = tmp; in clock_filter()
1002 if (server->filter_delay[ord[0]] == 0) { in clock_filter()
[all …]
/netbsd/src/sys/arch/zaurus/dev/
Dwm8750_zaudio.c723 UNMUTE(sc, WM8750_OP_SPKR, mc->un.ord ? 1 : 0); in wm8750_set_port()
751 UNMUTE(sc, WM8750_OP_HP, mc->un.ord ? 1 : 0); in wm8750_set_port()
771 UNMUTE(sc, WM8750_OP_MIC, mc->un.ord ? 1 : 0); in wm8750_set_port()
779 if (mc->un.ord != 0) in wm8750_set_port()
813 mc->un.ord = sc->sc_unmute[WM8750_OP_SPKR] ? 1 : 0; in wm8750_get_port()
837 mc->un.ord = sc->sc_unmute[WM8750_OP_HP] ? 1 : 0; in wm8750_get_port()
855 mc->un.ord = sc->sc_unmute[WM8750_OP_MIC] ? 1 : 0; in wm8750_get_port()
862 mc->un.ord = 0; /* MIC only */ in wm8750_get_port()
916 di->un.e.member[0].ord = 0; in wm8750_query_devinfo()
919 di->un.e.member[1].ord = 1; in wm8750_query_devinfo()
[all …]
Dwm8731_zaudio.c672 UNMUTE(sc, WM8731_OP_SPKR, mc->un.ord ? 1 : 0); in wm8731_set_port()
692 UNMUTE(sc, WM8731_OP_MIC, mc->un.ord ? 1 : 0); in wm8731_set_port()
700 if (mc->un.ord != 0) in wm8731_set_port()
740 mc->un.ord = sc->sc_unmute[WM8731_OP_SPKR] ? 1 : 0; in wm8731_get_port()
758 mc->un.ord = sc->sc_unmute[WM8731_OP_MIC] ? 1 : 0; in wm8731_get_port()
765 mc->un.ord = 0; /* MIC only */ in wm8731_get_port()
801 di->un.e.member[0].ord = 0; in wm8731_query_devinfo()
804 di->un.e.member[1].ord = 1; in wm8731_query_devinfo()
835 di->un.e.member[0].ord = 0; in wm8731_query_devinfo()
/netbsd/src/sys/arch/prep/isa/
Dpaud_isa.c330 dip->un.e.member[0].ord = 0; in paud_query_devinfo()
332 dip->un.e.member[1].ord = 1; in paud_query_devinfo()
343 dip->un.e.member[0].ord = PAUD_MIC_IN_LVL; in paud_query_devinfo()
345 dip->un.e.member[1].ord = PAUD_LINE_IN_LVL; in paud_query_devinfo()
347 dip->un.e.member[2].ord = PAUD_DAC_LVL; in paud_query_devinfo()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm2835_vcaudio.c658 if (mc->un.ord < 0 || mc->un.ord > 2) in vcaudio_set_port()
660 sc->sc_dest = mc->un.ord; in vcaudio_set_port()
661 return vcaudio_set_volume(sc, mc->un.ord, in vcaudio_set_port()
662 sc->sc_hwvol[mc->un.ord]); in vcaudio_set_port()
695 mc->un.ord = sc->sc_dest; in vcaudio_get_port()
766 di->un.e.member[0].ord = 0; in vcaudio_query_devinfo()
768 di->un.e.member[1].ord = 1; in vcaudio_query_devinfo()
770 di->un.e.member[2].ord = 2; in vcaudio_query_devinfo()

1234