| /OK3568_Linux_fs/kernel/drivers/clk/meson/ |
| H A D | clk-mpll.c | 33 unsigned int n2) in rate_from_params() argument 35 unsigned long divisor = (SDM_DEN * n2) + sdm; in rate_from_params() 37 if (n2 < N2_MIN) in rate_from_params() 46 unsigned int *n2, in params_from_rate() argument 65 *n2 = N2_MIN; in params_from_rate() 68 *n2 = N2_MAX; in params_from_rate() 71 *n2 = div; in params_from_rate() 80 unsigned int sdm, n2; in mpll_recalc_rate() local 84 n2 = meson_parm_read(clk->map, &mpll->n2); in mpll_recalc_rate() 86 rate = rate_from_params(parent_rate, sdm, n2); in mpll_recalc_rate() [all …]
|
| H A D | clk-dualdiv.c | 44 p->n1 * p->m1 + p->n2 * p->m2); in __dualdiv_param_to_rate() 57 setting.n2 = meson_parm_read(clk->map, &dualdiv->n2) + 1; in meson_clk_dualdiv_recalc_rate() 117 meson_parm_write(clk->map, &dualdiv->n2, setting->n2 - 1); in meson_clk_dualdiv_set_rate()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/ |
| H A D | netns.sh | 37 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; } function 104 n2 wg set wg0 \ 118 n2 ping -c 10 -f -W 1 192.168.241.1 122 n2 ping6 -c 10 -f -W 1 fd00::1 126 n2 iperf3 -s -1 -B 192.168.241.2 & 133 n2 iperf3 -Z -t 3 -c fd00::1 138 n2 iperf3 -Z -t 3 -b 0 -u -c 192.168.241.1 141 n2 iperf3 -s -1 -B fd00::2 & 149 n2 iperf3 -p $(( 5200 + i )) -s -1 -B 192.168.241.2 & 164 n2 wg set wg0 peer "$pub1" endpoint 127.0.0.1:1 [all …]
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | ebitmap.c | 33 struct ebitmap_node *n1, *n2; in ebitmap_cmp() local 39 n2 = e2->node; in ebitmap_cmp() 40 while (n1 && n2 && in ebitmap_cmp() 41 (n1->startbit == n2->startbit) && in ebitmap_cmp() 42 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) { in ebitmap_cmp() 44 n2 = n2->next; in ebitmap_cmp() 47 if (n1 || n2) in ebitmap_cmp() 222 struct ebitmap_node *n1, *n2; in ebitmap_contains() local 229 n2 = e2->node; in ebitmap_contains() 231 while (n1 && n2 && (n1->startbit <= n2->startbit)) { in ebitmap_contains() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | udivmodti4.c | 91 _FP_W_TYPE n2; in _fp_udivmodti4() 98 n2 = n1 >> b; in _fp_udivmodti4() 102 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4() 159 _FP_W_TYPE m1, m0, n2; in _fp_udivmodti4() local 167 n2 = n1 >> b; in _fp_udivmodti4() 171 udiv_qrnnd (q0, n1, n2, n1, d1); in _fp_udivmodti4()
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm63xx/ |
| H A D | cpu.c | 164 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local 169 n2 = (tmp & MIPSPLLCTL_N2_MASK) >> MIPSPLLCTL_N2_SHIFT; in detect_cpu_clock() 172 n2 += 2; in detect_cpu_clock() 174 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock() 179 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local 184 n2 = (tmp & DMIPSPLLCFG_N2_MASK) >> DMIPSPLLCFG_N2_SHIFT; in detect_cpu_clock() 186 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | rational.c | 48 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local 71 n2 = n0 + a * n1; in rational_best_approximation() 79 if ((n2 > max_numerator) || (d2 > max_denominator)) { in rational_best_approximation() 93 n1 = n2; in rational_best_approximation()
|
| /OK3568_Linux_fs/kernel/lib/math/ |
| H A D | rational.c | 50 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local 73 n2 = n0 + a * n1; in rational_best_approximation() 81 if ((n2 > max_numerator) || (d2 > max_denominator)) { in rational_best_approximation() 100 n1 = n2; in rational_best_approximation()
|
| /OK3568_Linux_fs/kernel/net/dccp/ccids/lib/ |
| H A D | packet_history.c | 163 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss() argument 171 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss() 177 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss() 186 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_loss_prev(h), skb, n2); in __one_after_loss() 194 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss() 232 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp; in __two_after_loss() local 234 if (dccp_loss_free(s1, s2, n2)) { in __two_after_loss() 274 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp, in __three_after_loss() local 277 if (dccp_loss_free(s1, s2, n2)) { in __three_after_loss()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | cmpxchg.h | 36 #define __cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument 41 register __typeof__(*(p2)) __new2 asm("5") = (n2); \ 54 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument 61 __cmpxchg_double(__p1, __p2, o1, o2, n1, n2); \
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | uaccess.h | 193 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 221 "20: addq.l #"#n2",%0\n" \ 231 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 232 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3) 233 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument 234 ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, \ 235 __suffix##n1, __suffix##n2, __suffix##n3)
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | mpih-div.c | 233 mpi_limb_t n1, n0, n2; in mpihelp_divrem() local 276 n2 = np[0]; in mpihelp_divrem() 278 if (n1 > r || (n1 == r && n0 > n2)) { in mpihelp_divrem() 288 sub_ddmmss(n1, n0, r, n2, n1, n0); in mpihelp_divrem() 316 mpi_limb_t n1, n2; in mpihelp_divrem() local 321 n2 = np[dsize]; in mpihelp_divrem() 323 n2 = np[dsize - 1]; in mpihelp_divrem() 355 if (n2 != cy_limb) { in mpihelp_divrem()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | cmpxchg.h | 236 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument 240 __typeof__(*(p2)) __old2 = (o2), __new2 = (n2); \ 255 #define arch_cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument 256 __cmpxchg_double(LOCK_PREFIX, p1, p2, o1, o2, n1, n2) 258 #define arch_cmpxchg_double_local(p1, p2, o1, o2, n1, n2) \ argument 259 __cmpxchg_double(, p1, p2, o1, o2, n1, n2)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/ |
| H A D | bind.hpp | 137 typedef typename r1::next n2; typedef 195 typedef typename r1::next n2; typedef 198 typedef aux::replace_unnamed_arg< T2,n2 > r2; 258 typedef typename r1::next n2; typedef 261 typedef aux::replace_unnamed_arg< T2,n2 > r2; 326 typedef typename r1::next n2; typedef 329 typedef aux::replace_unnamed_arg< T2,n2 > r2; 401 typedef typename r1::next n2; typedef 404 typedef aux::replace_unnamed_arg< T2,n2 > r2; 489 typedef typename r1::next n2; typedef [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/ |
| H A D | bind.hpp | 137 typedef typename r1::next n2; typedef 195 typedef typename r1::next n2; typedef 198 typedef aux::replace_unnamed_arg< T2,n2 > r2; 258 typedef typename r1::next n2; typedef 261 typedef aux::replace_unnamed_arg< T2,n2 > r2; 326 typedef typename r1::next n2; typedef 329 typedef aux::replace_unnamed_arg< T2,n2 > r2; 401 typedef typename r1::next n2; typedef 404 typedef aux::replace_unnamed_arg< T2,n2 > r2; 489 typedef typename r1::next n2; typedef [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/ |
| H A D | bind.hpp | 137 typedef typename r1::next n2; typedef 195 typedef typename r1::next n2; typedef 198 typedef aux::replace_unnamed_arg< T2,n2 > r2; 258 typedef typename r1::next n2; typedef 261 typedef aux::replace_unnamed_arg< T2,n2 > r2; 326 typedef typename r1::next n2; typedef 329 typedef aux::replace_unnamed_arg< T2,n2 > r2; 401 typedef typename r1::next n2; typedef 404 typedef aux::replace_unnamed_arg< T2,n2 > r2; 489 typedef typename r1::next n2; typedef [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | assert.h | 18 #define __assert_func(f, l, n1, n2) do { } while (0) argument 28 #define __assert_func(f, l, n1, n2) \ argument 30 _assert_log(n2, __FILE__, __LINE__, __func__); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | assert.h | 18 #define __assert_func(f, l, n1, n2) do { } while (0) argument 28 #define __assert_func(f, l, n1, n2) \ argument 30 _assert_log(n2, __FILE__, __LINE__, __func__); \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/ |
| H A D | bind.hpp | 177 typedef typename r1::next n2; typedef 221 typedef typename r1::next n2; typedef 224 typedef aux::replace_unnamed_arg< T2,n2 > r2; 270 typedef typename r1::next n2; typedef 273 typedef aux::replace_unnamed_arg< T2,n2 > r2; 324 typedef typename r1::next n2; typedef 327 typedef aux::replace_unnamed_arg< T2,n2 > r2; 385 typedef typename r1::next n2; typedef 388 typedef aux::replace_unnamed_arg< T2,n2 > r2;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
| H A D | bind.hpp | 116 typedef typename r1::next n2; typedef 165 typedef typename r1::next n2; typedef 168 typedef aux::replace_unnamed_arg< T2,n2 > r2; 219 typedef typename r1::next n2; typedef 222 typedef aux::replace_unnamed_arg< T2,n2 > r2; 278 typedef typename r1::next n2; typedef 281 typedef aux::replace_unnamed_arg< T2,n2 > r2; 344 typedef typename r1::next n2; typedef 347 typedef aux::replace_unnamed_arg< T2,n2 > r2;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/ |
| H A D | bind.hpp | 116 typedef typename r1::next n2; typedef 165 typedef typename r1::next n2; typedef 168 typedef aux::replace_unnamed_arg< T2,n2 > r2; 219 typedef typename r1::next n2; typedef 222 typedef aux::replace_unnamed_arg< T2,n2 > r2; 278 typedef typename r1::next n2; typedef 281 typedef aux::replace_unnamed_arg< T2,n2 > r2; 344 typedef typename r1::next n2; typedef 347 typedef aux::replace_unnamed_arg< T2,n2 > r2;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc60/ |
| H A D | bind.hpp | 177 typedef typename r1::next n2; typedef 221 typedef typename r1::next n2; typedef 224 typedef aux::replace_unnamed_arg< T2,n2 > r2; 270 typedef typename r1::next n2; typedef 273 typedef aux::replace_unnamed_arg< T2,n2 > r2; 324 typedef typename r1::next n2; typedef 327 typedef aux::replace_unnamed_arg< T2,n2 > r2; 385 typedef typename r1::next n2; typedef 388 typedef aux::replace_unnamed_arg< T2,n2 > r2;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/ |
| H A D | bind.hpp | 137 typedef typename r1::next n2; typedef 195 typedef typename r1::next n2; typedef 198 typedef aux::replace_unnamed_arg< T2,n2 > r2; 258 typedef typename r1::next n2; typedef 261 typedef aux::replace_unnamed_arg< T2,n2 > r2; 327 typedef typename r1::next n2; typedef 330 typedef aux::replace_unnamed_arg< T2,n2 > r2; 403 typedef typename r1::next n2; typedef 406 typedef aux::replace_unnamed_arg< T2,n2 > r2; 491 typedef typename r1::next n2; typedef [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | bmips_cpu.c | 138 unsigned int tmp, n1, n2, m1; in bcm6348_get_cpu_freq() local 142 n2 = (tmp & MIPSPLLCFG_6348_N2_MASK) >> MIPSPLLCFG_6348_N2_SHIFT; in bcm6348_get_cpu_freq() 145 return (16 * 1000000 * (n1 + 1) * (n2 + 2)) / (m1 + 1); in bcm6348_get_cpu_freq() 150 unsigned int tmp, n1, n2, m1; in bcm6358_get_cpu_freq() local 154 n2 = (tmp & DMIPSPLLCFG_6358_N2_MASK) >> DMIPSPLLCFG_6358_N2_SHIFT; in bcm6358_get_cpu_freq() 157 return (16 * 1000000 * n1 * n2) / m1; in bcm6358_get_cpu_freq()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | repository.c | 41 static void _dump_node_name(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, in _dump_node_name() argument 46 _dump_field("n2: ", n2, func, line); in _dump_node_name() 53 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node() argument 58 _dump_field("n2: ", n2, func, line); in _dump_node() 109 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node() argument 122 result = lv1_read_repository_node(lpar_id, n1, n2, n3, n4, &v1, in read_node() 128 dump_node_name(lpar_id, n1, n2, n3, n4); in read_node() 132 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node() 1049 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node() argument 1053 dump_node(0, n1, n2, n3, n4, v1, v2); in create_node() [all …]
|