Searched refs:modep (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dtahoe.c68 tahoe_operandmode (unsigned char *modep) argument
70 long usesreg = *modep & 0xf;
72 switch ((*modep >> 4) & 0xf)
162 tahoe_operandlength (unsigned char *modep
166 switch (tahoe_operandmode (modep))
193 return 1 + tahoe_operandlength (modep + 1);
200 tahoe_offset (unsigned char *modep) argument
202 tahoe_operandenum mode = tahoe_operandmode (modep);
204 ++modep; /* skip over the mode */
211 return 1 + bfd_get_signed_8 (core_bfd, modep);
[all...]
H A Dvax.c80 vax_operandmode (unsigned char *modep) argument
82 int usesreg = *modep & 0xf;
84 switch ((*modep >> 4) & 0xf)
174 vax_operandlength (unsigned char *modep) argument
177 switch (vax_operandmode (modep))
204 return 1 + vax_operandlength (modep + 1);
211 vax_offset (unsigned char *modep) argument
213 operandenum mode = vax_operandmode (modep);
215 ++modep; /* skip over the mode */
222 return 1 + bfd_get_signed_8 (core_bfd, modep);
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dls.c68 char modep[15]; local
72 (void)strmode(sb->st_mode, modep);
73 (void)printf("%s %3lu %-*s %-*s ", modep, (unsigned long)sb->st_nlink,
/netbsd-6-1-5-RELEASE/bin/mv/
H A Dmv.c157 char modep[15]; local
187 strmode(sb.st_mode, modep);
189 modep + 1, modep[9] == ' ' ? "" : " ",
/netbsd-6-1-5-RELEASE/bin/rm/
H A Drm.c515 char modep[15]; local
530 strmode(sp->st_mode, modep);
538 modep + 1, modep[9] == ' ' ? "" : " ",
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dfile.h39 isc_file_mode(const char *file, mode_t *modep);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dfile.c103 isc_file_mode(const char *file, mode_t *modep) { argument
107 REQUIRE(modep != NULL);
111 *modep = (stats.st_mode & 07777);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dfile.c649 isc_file_mode(const char *file, mode_t *modep) { argument
653 REQUIRE(modep != NULL);
657 *modep = (stats.st_mode & 07777);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dsbdspvar.h135 struct sbmode *modep; member in struct:sbdsp_softc::sbdsp_state
H A Dsbdsp.c746 sc->sc_o.modep = m;
752 sc->sc_i.modep = m;
777 sc->sc_o.modep = &sbpmodes[PLAY16];
1279 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmdchan) < 0)
1325 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0 ||
1336 sc->sc_i.modep->cmd, sc->sc_i.bmode, cc));
1337 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0 ||
1352 if (sbdsp_wdsp(sc, sc->sc_i.modep->cmd) < 0) {
1422 cmd = sc->sc_o.modep->cmdchan;
1465 if (sbdsp_wdsp(sc, sc->sc_o.modep
[all...]
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dencrypt.c170 int *modep; member in struct:key_info
754 if (!(ep = (*kp->getcrypt)(*kp->modep))) {
783 encrypt_start_output(*kp->modep);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/acl/
H A Dacl_common.c900 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, int isdir) argument
928 *modep = mode;
1197 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, int isdir) argument
1205 return (ace_mask_to_mode(mask, modep, isdir));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c3683 aapcs_vfp_sub_candidate (const_tree type, enum machine_mode *modep)
3695 if (*modep == VOIDmode)
3696 *modep = mode;
3698 if (*modep == mode)
3708 if (*modep == VOIDmode)
3709 *modep = mode;
3711 if (*modep == mode)
3733 if (*modep == VOIDmode)
3734 *modep = mode;
3739 if (*modep
3676 aapcs_vfp_sub_candidate(const_tree type, enum machine_mode *modep) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c4853 use_type (rtx loc, struct count_use_info *cui, enum machine_mode *modep) argument
4881 if (modep)
4882 *modep = GET_MODE (loc);
4914 false, modep, NULL))
4928 false, modep, NULL))

Completed in 156 milliseconds