Home
last modified time | relevance | path

Searched defs:div (Results 1 – 25 of 45) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dtaskloop.c121 UTYPE div = n / num_tasks; in GOMP_taskloop() local
139 UTYPE div = n / num_tasks; in GOMP_taskloop() local
/dflybsd-src/lib/libc/stdlib/
H A Ddiv.c40 div(int num, int denom) in div() function
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_afmt.c54 unsigned long div, mul; in amdgpu_afmt_calc_cts() local
/dflybsd-src/test/debug/
H A Dkmapinfo.c165 int64_t div = 1; in formatnum() local
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_audio.c562 unsigned long div, mul; in radeon_audio_calc_cts() local
785 unsigned int radeon_audio_decode_dfs_div(unsigned int div) in radeon_audio_decode_dfs_div()
H A Ddce6_afmt.c321 unsigned int div = (RREG32(DENTIST_DISPCLK_CNTL) & in dce6_dp_audio_set_dto() local
H A Devergreen_hdmi.c312 unsigned int div = (RREG32(DCE41_DENTIST_DISPCLK_CNTL) & in dce4_dp_audio_set_dto() local
/dflybsd-src/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c799 int i, div; in bwn_phy_lp_b2063_switch_channel() local
1576 #define CALC_CTL7(freq, div) \ in bwn_phy_lp_b2062_init() argument
1578 #define CALC_CTL18(freq, div) \ in bwn_phy_lp_b2062_init() argument
1580 #define CALC_CTL19(freq, div) \ in bwn_phy_lp_b2062_init() argument
1880 bwn_phy_lp_roundup(uint32_t value, uint32_t div, uint8_t pre) in bwn_phy_lp_roundup()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-affine.c750 double_int_constant_multiple_p (double_int val, double_int div, in double_int_constant_multiple_p()
777 aff_combination_constant_multiple_p (aff_tree *val, aff_tree *div, in aff_combination_constant_multiple_p()
H A Dcfgexpand.c3092 rtx div = simplify_gen_binary (DIV, mode, op0, op1); in expand_debug_expr() local
3114 rtx div = simplify_gen_binary (UDIV, mode, op0, op1); in expand_debug_expr() local
3121 rtx div = simplify_gen_binary (DIV, mode, op0, op1); in expand_debug_expr() local
3150 rtx div = simplify_gen_binary (UDIV, mode, op0, op1); in expand_debug_expr() local
3157 rtx div = simplify_gen_binary (DIV, mode, op0, op1); in expand_debug_expr() local
H A Dtree-complex.c1076 tree rr, ri, div, t1, t2, t3; in expand_complex_div_straight() local
1105 tree rr, ri, ratio, div, t1, t2, tr, ti, compare; in expand_complex_div_wide() local
H A Dipa-inline.c815 int div = edge->frequency * (1<<10) / CGRAPH_FREQ_MAX; in edge_badness() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-affine.c813 const poly_widest_int &div, in wide_int_constant_multiple_p()
845 aff_combination_constant_multiple_p (aff_tree *val, aff_tree *div, in aff_combination_constant_multiple_p()
H A Dtree-complex.c1127 tree rr, ri, div, t1, t2, t3; in expand_complex_div_straight() local
1156 tree rr, ri, ratio, div, t1, t2, tr, ti, compare; in expand_complex_div_wide() local
H A Dcfgexpand.c4686 rtx div = simplify_gen_binary (DIV, mode, op0, op1); in expand_debug_expr() local
4708 rtx div = simplify_gen_binary (UDIV, mode, op0, op1); in expand_debug_expr() local
4715 rtx div = simplify_gen_binary (DIV, mode, op0, op1); in expand_debug_expr() local
4744 rtx div = simplify_gen_binary (UDIV, mode, op0, op1); in expand_debug_expr() local
4751 rtx div = simplify_gen_binary (DIV, mode, op0, op1); in expand_debug_expr() local
H A Dlra-assigns.c732 update_hard_regno_preference (int regno, int hard_regno, int div) in update_hard_regno_preference()
H A Ddouble-int.c983 double_int::div (double_int b, bool uns, unsigned code) const in div() function
/dflybsd-src/sys/dev/disk/sdhci/
H A Dsdhci.c258 uint16_t div; in sdhci_set_clock() local
1258 uint8_t div; in sdhci_start_data() local
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_cdclk.c1187 int div; in bxt_get_cdclk() local
1471 int div; in cnl_get_cdclk() local
/dflybsd-src/usr.bin/sdiff/
H A Dsdiff.c45 char div; member
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf60 div keyword
/dflybsd-src/sys/bus/u4b/serial/
H A Duchcom.c533 uint32_t div; in uchcom_calc_divider_settings() local
/dflybsd-src/sys/dev/disk/sym/
H A Dsym_hipd.c3356 int div = np->clock_divn; /* Number of divisors supported */ in sym_getsync() local
3526 sym_setsync(hcb_p np, ccb_p cp, u_char ofs, u_char per, u_char div, u_char fak) in sym_setsync()
3548 u_char per, u_char wide, u_char div, u_char fak) in sym_setpprot()
3569 u_char per, u_char wide, u_char div, u_char fak) in sym_settrans()
5630 u_char chg, ofs, per, fak, div; in sym_sync_nego() local
5731 u_char chg, ofs, per, fak, dt, div, wide; in sym_ppr_nego() local
/dflybsd-src/sys/platform/pc64/isa/
H A Dclock.c320 sysclock_t div; in i8254_intr_config() local
/dflybsd-src/sys/dev/drm/amd/display/modules/color/
H A Dcolor_gamma.c115 struct fixed31_32 base, div; in compute_de_pq() local

12