Home
last modified time | relevance | path

Searched refs:modep (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dvax.c80 vax_operandmode (unsigned char *modep) in vax_operandmode() argument
82 int usesreg = *modep & 0xf; in vax_operandmode()
84 switch ((*modep >> 4) & 0xf) in vax_operandmode()
174 vax_operandlength (unsigned char *modep) in vax_operandlength() argument
177 switch (vax_operandmode (modep)) in vax_operandlength()
204 return 1 + vax_operandlength (modep + 1); in vax_operandlength()
211 vax_offset (unsigned char *modep) in vax_offset() argument
213 operandenum mode = vax_operandmode (modep); in vax_offset()
215 ++modep; /* skip over the mode */ in vax_offset()
222 return 1 + bfd_get_signed_8 (core_bfd, modep); in vax_offset()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dvax.c80 vax_operandmode (unsigned char *modep) in vax_operandmode() argument
82 int usesreg = *modep & 0xf; in vax_operandmode()
84 switch ((*modep >> 4) & 0xf) in vax_operandmode()
174 vax_operandlength (unsigned char *modep) in vax_operandlength() argument
177 switch (vax_operandmode (modep)) in vax_operandlength()
204 return 1 + vax_operandlength (modep + 1); in vax_operandlength()
211 vax_offset (unsigned char *modep) in vax_offset() argument
213 operandenum mode = vax_operandmode (modep); in vax_offset()
215 ++modep; /* skip over the mode */ in vax_offset()
222 return 1 + bfd_get_signed_8 (core_bfd, modep); in vax_offset()
[all …]
/netbsd-src/usr.bin/find/
H A Dls.c68 char modep[15]; in printlong() local
72 (void)strmode(sb->st_mode, modep); in printlong()
73 (void)printf("%s %3lu %-*s %-*s ", modep, (unsigned long)sb->st_nlink, in printlong()
/netbsd-src/bin/mv/
H A Dmv.c170 char modep[15]; in do_move() local
200 strmode(sb.st_mode, modep); in do_move()
202 modep + 1, modep[9] == ' ' ? "" : " ", in do_move()
/netbsd-src/bin/rm/
H A Drm.c521 char modep[15]; in check() local
536 strmode(sp->st_mode, modep); in check()
544 modep + 1, modep[9] == ' ' ? "" : " ", in check()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc121 rs6000_aggregate_candidate (const_tree type, machine_mode *modep, in rs6000_aggregate_candidate() argument
134 if (*modep == VOIDmode) in rs6000_aggregate_candidate()
135 *modep = mode; in rs6000_aggregate_candidate()
137 if (*modep == mode) in rs6000_aggregate_candidate()
147 if (*modep == VOIDmode) in rs6000_aggregate_candidate()
148 *modep = mode; in rs6000_aggregate_candidate()
150 if (*modep == mode) in rs6000_aggregate_candidate()
170 if (*modep == VOIDmode) in rs6000_aggregate_candidate()
171 *modep = mode; in rs6000_aggregate_candidate()
176 if (*modep == mode) in rs6000_aggregate_candidate()
[all …]
/netbsd-src/sys/dev/isa/
H A Dsbdsp.c800 io->modep = m; in sbdsp_set_format16()
840 sc->sc_o.modep = mp; in sbdsp_set_format8()
846 sc->sc_i.modep = mr; in sbdsp_set_format8()
1356 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmdchan) < 0) in sbdsp_trigger_input()
1402 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0 || in sbdsp_block_input()
1413 sc->sc_i.modep->cmd, sc->sc_i.bmode, cc)); in sbdsp_block_input()
1414 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0 || in sbdsp_block_input()
1429 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0) { in sbdsp_block_input()
1499 cmd = sc->sc_o.modep->cmdchan; in sbdsp_trigger_output()
1542 if (sbdsp_wdsp(sc, sc->sc_o.modep->cmd) < 0 || in sbdsp_block_output()
[all …]
H A Dsbdspvar.h134 struct sbmode *modep; member
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dfile.c126 isc_file_mode(const char *file, mode_t *modep) {
130 REQUIRE(modep != NULL); in isc_file_mode()
134 *modep = (stats.st_mode & 07777); in isc_file_mode()
127 isc_file_mode(const char * file,mode_t * modep) isc_file_mode() argument
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dfile.h33 isc_file_mode(const char *file, mode_t *modep);
/netbsd-src/lib/libtelnet/
H A Dencrypt.c168 int *modep; member
721 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid()
750 encrypt_start_output(*kp->modep); in encrypt_keyid()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dfile.c128 isc_file_mode(const char *file, mode_t *modep) { in isc_file_mode() argument
132 REQUIRE(modep != NULL); in isc_file_mode()
136 *modep = (stats.st_mode & 07777); in isc_file_mode()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dfile.h34 isc_file_mode(const char *file, mode_t *modep);
/netbsd-src/external/cddl/osnet/dist/common/acl/
H A Dacl_common.c738 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() argument
766 *modep = mode; in ace_mask_to_mode()
1035 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode() argument
1043 return (ace_mask_to_mode(mask, modep, isdir)); in ace_allow_to_mode()
/netbsd-src/sys/dev/pci/
H A Dif_aq.c2726 fw1x_get_mode(struct aq_softc *sc, aq_hw_fw_mpi_state_t *modep, in fw1x_get_mode() argument
2734 if (modep != NULL) in fw1x_get_mode()
2735 *modep = __SHIFTOUT(mpistate, FW1X_MPI_STATE_MODE); in fw1x_get_mode()
2858 fw2x_get_mode(struct aq_softc *sc, aq_hw_fw_mpi_state_t *modep, in fw2x_get_mode() argument
2863 if (modep != NULL) { in fw2x_get_mode()
2866 *modep = MPI_INIT; in fw2x_get_mode()
2868 *modep = MPI_DEINIT; in fw2x_get_mode()
3574 aq2_fw_get_mode(struct aq_softc *sc, aq_hw_fw_mpi_state_t *modep, in aq2_fw_get_mode() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c5555 rs6000_aggregate_candidate (const_tree type, machine_mode *modep, in rs6000_aggregate_candidate() argument
5568 if (*modep == VOIDmode) in rs6000_aggregate_candidate()
5569 *modep = mode; in rs6000_aggregate_candidate()
5571 if (*modep == mode) in rs6000_aggregate_candidate()
5581 if (*modep == VOIDmode) in rs6000_aggregate_candidate()
5582 *modep = mode; in rs6000_aggregate_candidate()
5584 if (*modep == mode) in rs6000_aggregate_candidate()
5604 if (*modep == VOIDmode) in rs6000_aggregate_candidate()
5605 *modep = mode; in rs6000_aggregate_candidate()
5610 if (*modep == mode) in rs6000_aggregate_candidate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c17110 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() argument
17127 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
17128 *modep = mode; in aapcs_vfp_sub_candidate()
17130 if (*modep == mode) in aapcs_vfp_sub_candidate()
17141 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
17142 *modep = mode; in aapcs_vfp_sub_candidate()
17144 if (*modep == mode) in aapcs_vfp_sub_candidate()
17165 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
17166 *modep = mode; in aapcs_vfp_sub_candidate()
17171 if (*modep == mode) in aapcs_vfp_sub_candidate()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc20216 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() argument
20233 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
20234 *modep = mode; in aapcs_vfp_sub_candidate()
20236 if (*modep == mode) in aapcs_vfp_sub_candidate()
20247 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
20248 *modep = mode; in aapcs_vfp_sub_candidate()
20250 if (*modep == mode) in aapcs_vfp_sub_candidate()
20271 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
20272 *modep = mode; in aapcs_vfp_sub_candidate()
20277 if (*modep == mode) in aapcs_vfp_sub_candidate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c6223 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() argument
6236 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
6237 *modep = mode; in aapcs_vfp_sub_candidate()
6239 if (*modep == mode) in aapcs_vfp_sub_candidate()
6249 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
6250 *modep = mode; in aapcs_vfp_sub_candidate()
6252 if (*modep == mode) in aapcs_vfp_sub_candidate()
6274 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
6275 *modep = mode; in aapcs_vfp_sub_candidate()
6280 if (*modep == mode) in aapcs_vfp_sub_candidate()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc6306 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() argument
6319 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
6320 *modep = mode; in aapcs_vfp_sub_candidate()
6322 if (*modep == mode) in aapcs_vfp_sub_candidate()
6332 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
6333 *modep = mode; in aapcs_vfp_sub_candidate()
6335 if (*modep == mode) in aapcs_vfp_sub_candidate()
6357 if (*modep == VOIDmode) in aapcs_vfp_sub_candidate()
6358 *modep = mode; in aapcs_vfp_sub_candidate()
6363 if (*modep == mode) in aapcs_vfp_sub_candidate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c5503 use_type (rtx loc, struct count_use_info *cui, machine_mode *modep) in use_type() argument
5532 if (modep) in use_type()
5533 *modep = GET_MODE (loc); in use_type()
5566 false, modep, NULL)) in use_type()
5580 false, modep, NULL) in use_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc5510 use_type (rtx loc, struct count_use_info *cui, machine_mode *modep) in use_type() argument
5539 if (modep) in use_type()
5540 *modep = GET_MODE (loc); in use_type()
5573 false, modep, NULL)) in use_type()
5587 false, modep, NULL) in use_type()