Home
last modified time | relevance | path

Searched refs:r_order (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Ddivide.hpp81 limb_type r_order = x.size() - 1; in divide_unsigned_helper() local
82 if((r_order == 0) && (*px == 0)) in divide_unsigned_helper()
100 if(r_order <= y_order) in divide_unsigned_helper()
102 if((r_order < y_order) || (r.compare_unsigned(y) < 0)) in divide_unsigned_helper()
114 if(r_order == 0) in divide_unsigned_helper()
123 else if(r_order == 1) in divide_unsigned_helper()
141 result->resize(1 + r_order - y_order, 1 + r_order - y_order); in divide_unsigned_helper()
149 for(unsigned i = 1; i < 1 + r_order - y_order; ++i) in divide_unsigned_helper()
160 if((prem[r_order] <= py[y_order]) && (r_order > 0)) in divide_unsigned_helper()
163 … a = (static_cast<double_limb_type>(prem[r_order]) << CppInt1::limb_bits) | prem[r_order - 1]; in divide_unsigned_helper()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h475 static void bnx2x_init_pxp_arb(struct bnx2x *bp, int r_order, in bnx2x_init_pxp_arb() argument
480 if (r_order > MAX_RD_ORD) { in bnx2x_init_pxp_arb()
482 r_order, MAX_RD_ORD); in bnx2x_init_pxp_arb()
483 r_order = MAX_RD_ORD; in bnx2x_init_pxp_arb()
494 DP(NETIF_MSG_HW, "read order %d write order %d\n", r_order, w_order); in bnx2x_init_pxp_arb()
497 REG_WR(bp, read_arb_addr[i].l, read_arb_data[i][r_order].l); in bnx2x_init_pxp_arb()
499 read_arb_data[i][r_order].add); in bnx2x_init_pxp_arb()
501 read_arb_data[i][r_order].ubound); in bnx2x_init_pxp_arb()
537 val = read_arb_data[NUM_RD_Q-1][r_order].add; in bnx2x_init_pxp_arb()
538 val += read_arb_data[NUM_RD_Q-1][r_order].ubound << 10; in bnx2x_init_pxp_arb()
[all …]
H A Dbnx2x_main.c6922 int r_order, w_order; in bnx2x_init_pxp() local
6928 r_order = ((devctl & PCI_EXP_DEVCTL_READRQ) >> 12); in bnx2x_init_pxp()
6931 r_order = bp->mrrs; in bnx2x_init_pxp()
6934 bnx2x_init_pxp_arb(bp, r_order, w_order); in bnx2x_init_pxp()