Home
last modified time | relevance | path

Searched defs:m (Results 1326 – 1345 of 1345) sorted by relevance

1...<<51525354

/dragonfly/sys/netbt/
H A Dhci.h2573 #define M_GETCTX(m, t) ((t)(m)->m_pkthdr.rcvif) argument
2574 #define M_SETCTX(m, c) ((m)->m_pkthdr.rcvif = (void *)(c)) argument
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwnvar.h91 #define BWN_RF_MASK(mac, o, m) \ argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c5299 tree m = create_tmp_var (ptype, NULL); in lower_reduction_clauses() local
H A Dgcc.c9139 int m = 1; in print_multilib_info() local
H A Dhsa-gen.c5877 void *m = obstack_alloc (&hsa_obstack, sizeof (hsa_bb)); in hsa_init_new_bb() local
H A Dtree-cfg.c7332 struct tree_map *m; in new_label_mapper() local
H A Dtree-ssa-loop-ivopts.c4042 int m = exact_log2 (int_cst_value (cst)); in get_shiftadd_cost() local
H A Dtree.c6153 tree t, m = TYPE_MAIN_VARIANT (type); in build_variant_type_copy() local
/dragonfly/sys/dev/drm/radeon/
H A Dradeon.h2755 #define radeon_hdmi_setmode(rdev, e, m) (rdev)->asic->display.hdmi_setmode((e), (m)) argument
2807 #define radeon_dpm_debugfs_print_current_performance_level(rdev, m) rdev->asic->dpm.debugfs_print_c… argument
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c7480 struct seq_file *m) in si_dpm_debugfs_print_current_performance_level()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c3517 int m = exact_log2 (int_cst_value (cst)); in get_shiftadd_cost() local
H A Dtree.c5814 tree t, m = TYPE_MAIN_VARIANT (type); in build_variant_type_copy() local
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c7380 int m = 0; in parse_tm_stmt_attr() local
/dragonfly/contrib/gmp/
H A Dgmp-impl.h321 #define ROUND_UP_MULTIPLE(a,m) \ argument
/dragonfly/contrib/gdb-7/bfd/
H A Dbfd-in2.h6602 #define bfd_read_minisymbols(b, d, m, s) \ argument
6606 #define bfd_minisymbol_to_symbol(b, d, m, f) \ argument
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1411 #define WINDOW_EXT(w,m) (((WINDOWLIST *)((void *)((char *)(w) - offsetof(WINDOWLIST, win))))->m) argument
/dragonfly/contrib/binutils-2.27/bfd/
H A Dbfd-in2.h7386 #define bfd_read_minisymbols(b, d, m, s) \ argument
7390 #define bfd_minisymbol_to_symbol(b, d, m, f) \ argument
/dragonfly/contrib/binutils-2.34/bfd/
H A Dbfd-in2.h7500 #define bfd_read_minisymbols(b, d, m, s) \ argument
7504 #define bfd_minisymbol_to_symbol(b, d, m, f) \ argument
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_type.h150 #define IXGBE_CAT(r,m) IXGBE_##r##m argument
3577 #define IXGBE_MVALS_INIT(m) \ argument
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.h4323 static inline unsigned long msecs_to_jiffies_timeout(const unsigned int m) in msecs_to_jiffies_timeout()

1...<<51525354