Home
last modified time | relevance | path

Searched defs:mode (Results 176 – 200 of 1088) sorted by relevance

12345678910>>...44

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs-query.h38 optab_handler (optab op, machine_mode mode) in optab_handler()
65 direct_optab_handler (direct_optab op, machine_mode mode) in direct_optab_handler()
H A Drtlhash.c36 machine_mode mode; in add_rtx() local
H A Dcfgcleanup.c391 try_forward_edges (int mode, basic_block b) in try_forward_edges()
714 merge_blocks_move (edge e, basic_block b, basic_block c, int mode) in merge_blocks_move()
1581 outgoing_edges_match (int mode, basic_block bb1, basic_block bb2) in outgoing_edges_match()
1927 try_crossjump_to_edge (int mode, edge e1, edge e2, in try_crossjump_to_edge()
2166 try_crossjump_bb (int mode, basic_block bb) in try_crossjump_bb()
2647 try_optimize_cfg (int mode) in try_optimize_cfg()
3126 cleanup_cfg (int mode) in cleanup_cfg()
H A Dreload1.c4171 machine_mode mode; in init_eliminable_invariants() local
5032 machine_mode mode) in mark_reload_reg_in_use()
5088 enum reload_type type, machine_mode mode) in clear_reload_reg_in_use()
6531 machine_mode mode = VOIDmode; in choose_reload_regs() local
7200 machine_mode mode; in emit_input_reload_insns() local
7659 machine_mode mode; in emit_output_reload_insns() local
7867 machine_mode mode; in do_input_reload() local
7971 machine_mode mode; in do_output_reload() local
8236 machine_mode mode = GET_MODE (reg); in emit_reload_insns() local
8307 machine_mode mode; in emit_reload_insns() local
[all …]
/dragonfly/sys/dev/misc/syscons/
H A Dscvidctl.c55 sc_set_text_mode(scr_stat *scp, struct tty *tp, int mode, int xsize, int ysize, in sc_set_text_mode()
187 sc_set_graphics_mode(scr_stat *scp, struct tty *tp, int mode) in sc_set_graphics_mode()
/dragonfly/sys/dev/disk/nata/
H A Data-pci.c677 ata_check_80pin(device_t dev, int mode) in ata_check_80pin()
719 ata_mode2idx(int mode) in ata_mode2idx()
825 ata_pcichannel_locking(device_t dev, int mode) in ata_pcichannel_locking()
861 int mode = atadev->mode; in ata_pcichannel_setmode() local
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_proto.c839 enum ieee80211_phymode mode, int add) in setbasicrates()
873 enum ieee80211_phymode mode) in ieee80211_setbasicrates()
883 enum ieee80211_phymode mode) in ieee80211_addbasicrates()
1035 enum ieee80211_phymode mode; in ieee80211_wme_initparams_locked() local
1140 enum ieee80211_phymode mode; in ieee80211_wme_updateparams_locked() local
1755 struct ieee80211_channel *c, int mode, int count) in ieee80211_csa_startswitch()
/dragonfly/lib/libc/stdio/
H A Dfopen.c47 fopen(const char * __restrict file, const char * __restrict mode) in fopen()
H A Dfdopen.c47 fdopen(int fd, const char *mode) in fdopen()
H A Dsetvbuf.c48 setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) in setvbuf()
/dragonfly/contrib/diffutils/lib/
H A Dxfreopen.c30 xfreopen (char const *filename, char const *mode, FILE *fp) in xfreopen()
H A Dbinary-io.h70 set_binary_mode (int fd, int mode) in set_binary_mode()
/dragonfly/contrib/grep/lib/
H A Dopenat-safer.c31 mode_t mode = 0; in openat_safer() local
/dragonfly/crypto/libressl/crypto/bio/
H A Db_posix.c82 BIO_socket_nbio(int s, int mode) in BIO_socket_nbio()
/dragonfly/games/hunt/hunt/
H A Dconnect.c48 u_int32_t mode; in do_connect() local
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_phy.c68 ar5210GetRateTable(struct ath_hal *ah, u_int mode) in ar5210GetRateTable()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dintegrate.c241 get_hard_reg_initial_val (enum machine_mode mode, unsigned int regno) in get_hard_reg_initial_val()
278 has_hard_reg_initial_val (enum machine_mode mode, unsigned int regno) in has_hard_reg_initial_val()
H A Dree.c259 enum machine_mode mode; member
674 enum machine_mode mode; in combine_reaching_defs() local
771 enum machine_mode mode; in add_removable_extension() local
H A Dcfgcleanup.c409 try_forward_edges (int mode, basic_block b) in try_forward_edges()
761 merge_blocks_move (edge e, basic_block b, basic_block c, int mode) in merge_blocks_move()
1502 outgoing_edges_match (int mode, basic_block bb1, basic_block bb2) in outgoing_edges_match()
1840 try_crossjump_to_edge (int mode, edge e1, edge e2, in try_crossjump_to_edge()
2109 try_crossjump_bb (int mode, basic_block bb) in try_crossjump_bb()
2567 try_optimize_cfg (int mode) in try_optimize_cfg()
2949 cleanup_cfg (int mode) in cleanup_cfg()
/dragonfly/contrib/ncurses/ncurses/
H A Dnew_pair.h89 int mode; /* tells if the entry is allocated or free */ member
116 #define _nc_set_color_pair(sp, pair, mode) /* nothing */ argument
/dragonfly/usr.sbin/sysvipcd/
H A Dshmd.c369 shmget_existing(struct shmget_msg *shmget_msg, int mode, in shmget_existing()
402 int mode, struct cmsgcred *cred) in shmget_allocate_segment()
523 int segnum, mode, error; in handle_shmget() local
/dragonfly/bin/sh/
H A Djobs.c330 int ch, mode; in jobscmd() local
385 showjob(struct job *jp, int mode) in showjob()
490 showjobs(int change, int mode) in showjobs()
902 forkshell(struct job *jp, union node *n, int mode) in forkshell()
1146 dowait(int mode, struct job *job) in dowait()
/dragonfly/sys/dev/video/fb/
H A Dvga.c109 vga_open(cdev_t dev, vga_softc_t *sc, int flag, int mode, struct ucred *cred) in vga_open()
120 vga_close(cdev_t dev, vga_softc_t *sc, int flag, int mode) in vga_close()
462 map_mode_num(int mode) in map_mode_num()
527 get_mode_param(int mode) in get_mode_param()
880 vga_get_info(video_adapter_t *adp, int mode, video_info_t *info) in vga_get_info()
997 vga_set_mode(video_adapter_t *adp, int mode) in vga_set_mode()
1668 vga_blank_display(video_adapter_t *adp, int mode) in vga_blank_display()
/dragonfly/usr.bin/unifdef/
H A Dunifdef.h44 mktempmode(char *tmp, int mode) in mktempmode()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_phy.c107 ar5416GetRateTable(struct ath_hal *ah, u_int mode) in ar5416GetRateTable()

12345678910>>...44