/openbmc/qemu/tests/tcg/hexagon/ |
H A D | fpstuff.c | 113 uint32_t minmax; in check_sfminmax() local 125 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_sfminmax() 127 check32(minmax, SF_any); in check_sfminmax() 133 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_sfminmax() 135 check32(minmax, SF_any); in check_sfminmax() 147 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_QNaN) in check_sfminmax() 149 check32(minmax, SF_HEX_NaN); in check_sfminmax() 155 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_QNaN) in check_sfminmax() 157 check32(minmax, SF_HEX_NaN); in check_sfminmax() 163 uint64_t minmax; in check_dfminmax() local [all …]
|
/openbmc/linux/include/linux/ |
H A D | win_minmax.h | 18 struct minmax { struct 22 static inline u32 minmax_get(const struct minmax *m) in minmax_get() 27 static inline u32 minmax_reset(struct minmax *m, u32 t, u32 meas) in minmax_reset() 35 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas); 36 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas);
|
H A D | tcp.h | 295 struct minmax rtt_min;
|
/openbmc/u-boot/drivers/mmc/ |
H A D | rockchip_dw_mmc.c | 33 u32 minmax[2]; member 79 if (dev_read_u32_array(dev, "clock-freq-min-max", priv->minmax, 2)) { in rockchip_dwmmc_ofdata_to_platdata() 85 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_ofdata_to_platdata() 86 priv->minmax[1] = val; in rockchip_dwmmc_ofdata_to_platdata() 115 priv->minmax[0] = 400000; /* 400 kHz */ in rockchip_dwmmc_probe() 116 priv->minmax[1] = dtplat->max_frequency; in rockchip_dwmmc_probe() 142 dwmci_setup_cfg(&plat->cfg, host, priv->minmax[1], priv->minmax[0]); in rockchip_dwmmc_probe()
|
H A D | ftsdc010_mci.c | 60 u32 minmax[2]; member 405 "clock-freq-min-max", priv->minmax, 2)) { in ftsdc010_mmc_ofdata_to_platdata() 411 priv->minmax[0] = 400000; /* 400 kHz */ in ftsdc010_mmc_ofdata_to_platdata() 412 priv->minmax[1] = val; in ftsdc010_mmc_ofdata_to_platdata() 418 chip->sclk = priv->minmax[1]; in ftsdc010_mmc_ofdata_to_platdata() 439 memcpy(priv->minmax, dtplat->clock_freq_min_max, sizeof(priv->minmax)); in ftsdc010_mmc_probe() 450 priv->minmax[1] , priv->minmax[0]); in ftsdc010_mmc_probe()
|
/openbmc/linux/lib/ |
H A D | win_minmax.c | 29 static u32 minmax_subwin_update(struct minmax *m, u32 win, in minmax_subwin_update() 67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max() 85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()
|
/openbmc/webui-vue/docs/.vuepress/components/colors/ |
H A D | colors.scss | 4 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_bbr.c | 93 struct minmax bw; /* Max recent delivery rate in pkts/uS << 24 */
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 802 HexValue *op1, HexValue *op2, bool minmax) in gen_minmax_op() argument 812 if (minmax) { in gen_minmax_op()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 584 u16 minmax[2]; in b43_nphy_adjust_lna_gain_table() local 619 minmax[i] = 23 + gain[i]; in b43_nphy_adjust_lna_gain_table() 623 minmax[0] << B43_NPHY_C1_MINGAIN_SHIFT); in b43_nphy_adjust_lna_gain_table() 625 minmax[1] << B43_NPHY_C2_MINGAIN_SHIFT); in b43_nphy_adjust_lna_gain_table()
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 1321 static FloatPartsN *partsN(minmax)(FloatPartsN *a, FloatPartsN *b,
|
H A D | softfloat.c | 897 PARTS_GENERIC_64_128(minmax, A)(A, B, S, F)
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7124 sizeof(struct minmax)); in bpf_tcp_sock_convert_ctx_access() 7125 BUILD_BUG_ON(sizeof(struct minmax) < in bpf_tcp_sock_convert_ctx_access() 10562 sizeof(struct minmax)); in sock_ops_convert_ctx_access() 10563 BUILD_BUG_ON(sizeof(struct minmax) < in sock_ops_convert_ctx_access()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |