Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 25 of 25) sorted by relevance

/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/
Ddls.h163 int n1 = nn - 1; in hqr2() local
185 while (n1 >= low) { in hqr2()
188 int l = n1; in hqr2()
203 if (l == n1) { in hqr2()
204 H[n1][n1] = H[n1][n1] + exshift; in hqr2()
205 d[n1] = H[n1][n1]; in hqr2()
206 e[n1] = 0.0; in hqr2()
207 n1--; in hqr2()
212 } else if (l == n1 - 1) { in hqr2()
213 w = H[n1][n1 - 1] * H[n1 - 1][n1]; in hqr2()
[all …]
/device/soc/telink/b91/b91_ble_sdk/algorithm/crypto/
Dcrypto_alg.h102 …lt_crypto_alg_f5(unsigned char *mac, unsigned char *ltk, unsigned char w[32], unsigned char n1[16],
116 void blt_crypto_alg_f6(unsigned char *e, unsigned char w[16], unsigned char n1[16], unsigned char n…
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_sm_alg.c235 int ble_sm_alg_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, in ble_sm_alg_f5() argument
259 ble_sm_alg_log_buf("n1", n1, 16); // 16:len in ble_sm_alg_f5()
268 swap_buf(m + 5, n1, 16); // 16:len in ble_sm_alg_f5()
293 int ble_sm_alg_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, in ble_sm_alg_f6() argument
303 ble_sm_alg_log_buf("n1", n1, 16); // 16:len in ble_sm_alg_f6()
311 swap_buf(m, n1, 16); // 16:len in ble_sm_alg_f6()
Dble_sm_priv.h310 int ble_sm_alg_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2,
313 int ble_sm_alg_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2,
/device/board/openvalley/niobeu4/liteos_m/hals/syscalls/
Dsyscalls.c66 int _link_r(struct _reent *r, const char *n1, const char *n2) in _link_r() argument
68 return link(n1, n2); in _link_r()
/device/soc/esp/esp32/components/esp_system/
Dpanic.c121 int n1, n2; in panic_print_dec() local
122 n1 = d % 10; // extract ones digit in panic_print_dec()
129 panic_print_char(n1 + '0'); in panic_print_dec()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h382 UINT8 *key_id, UINT8 *n1,
385 extern void smp_f5_calc_chk (UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2,
387 extern void smp_f6_calc_chk (UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r,
521 extern BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2,
524 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1,
527 extern BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap,
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1486 BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5() argument
1515 p_prnt = n1; in smp_calculate_f5()
1534 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_mac_key, key_id, n1, n2, a1, a2, in smp_calculate_f5()
1544 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_ltk, key_id, n1, n2, a1, a2, in smp_calculate_f5()
1590 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5_mackey_or_long_term_key() argument
1613 p_prnt = n1; in smp_calculate_f5_mackey_or_long_term_key()
1636 ARRAY_TO_STREAM(p, n1, BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
1827 BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap, UINT8 *a1, in smp_calculate_f6() argument
1843 p_print = n1; in smp_calculate_f6()
1873 ARRAY_TO_STREAM(p, n1, BT_OCTET16_LEN); in smp_calculate_f6()
Daes.c237 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
244 if (n1) { in gf_inv()
245 while (n2 >= n1) { /* divide polynomial p2 by p1 */ in gf_inv()
246 n2 /= n1; /* shift smaller polynomial left */ in gf_inv()
256 while (n1 >= n2) { in gf_inv()
257 n1 /= n2; in gf_inv()
258 p1 ^= p2 * n1; in gf_inv()
259 v1 ^= v2 * n1; in gf_inv()
260 n1 = hibit(p1); in gf_inv()
/device/soc/rockchip/rk3588/hardware/rga/include/
Dim2d.h34 #define RGA_GET_MIN(n1, n2) ((n1) < (n2) ? (n1) : (n2)) argument
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/
Dpke.h265 void pke_load_pre_calc_mont(unsigned int *H, unsigned int *n1, unsigned int wordLen);
Dpke.c253 void pke_load_pre_calc_mont(unsigned int *H, unsigned int *n1, unsigned int wordLen) in pke_load_pre_calc_mont() argument
258 pke_load_operand((unsigned int *)reg_pke_b_ram(4), n1, 1); in pke_load_pre_calc_mont()
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/
Darm_math.h1333 int32_t n1; in arm_norm_64_to_32u() local
1337 n1 = __CLZ(hi) - 32; in arm_norm_64_to_32u()
1338 if (!n1) in arm_norm_64_to_32u()
1343 n1 = __CLZ(lo); in arm_norm_64_to_32u()
1344 if (!n1) in arm_norm_64_to_32u()
1353 if (n1 == 32) in arm_norm_64_to_32u()
1365 *norm = n1 - 1; in arm_norm_64_to_32u()
1374 n1 = 1 - n1; in arm_norm_64_to_32u()
1375 *norm = -n1; in arm_norm_64_to_32u()
1379 *normalized = (((uint32_t) lo) >> n1) | (hi << (32 - n1)); in arm_norm_64_to_32u()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dsiutils.c1623 uint32 n1, n2, clock, m1, m2, m3, mc; in si_clock_rate() local
1625 n1 = n & CN_N1_MASK; in si_clock_rate()
1637 n1 = factor6(n1); in si_clock_rate()
1640 n1 += CC_T2_BIAS; in si_clock_rate()
1642 ASSERT((n1 >= 2) && (n1 <= 7)); in si_clock_rate()
1651 clock = CC_CLOCK_BASE2 * n1 * n2; in si_clock_rate()
1653 clock = CC_CLOCK_BASE1 * n1 * n2; in si_clock_rate()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dsiutils.c1834 uint32 n1, n2, clock, m1, m2, m3, mc; in si_clock_rate() local
1836 n1 = n & CN_N1_MASK; in si_clock_rate()
1847 n1 = factor6(n1); in si_clock_rate()
1850 n1 += CC_T2_BIAS; in si_clock_rate()
1852 ASSERT((n1 >= 0x2) && (n1 <= 0x7)); in si_clock_rate()
1861 clock = CC_CLOCK_BASE2 * n1 * n2; in si_clock_rate()
1863 clock = CC_CLOCK_BASE1 * n1 * n2; in si_clock_rate()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dsiutils.c1828 uint32 n1, n2, clock, m1, m2, m3, mc; in si_clock_rate() local
1830 n1 = n & CN_N1_MASK; in si_clock_rate()
1842 n1 = factor6(n1); in si_clock_rate()
1845 n1 += CC_T2_BIAS; in si_clock_rate()
1847 ASSERT((n1 >= 2) && (n1 <= 7)); in si_clock_rate()
1856 clock = CC_CLOCK_BASE2 * n1 * n2; in si_clock_rate()
1858 clock = CC_CLOCK_BASE1 * n1 * n2; in si_clock_rate()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dtx.c4222 int i, have_bits = 0, n1, n2; in __ieee80211_beacon_add_tim() local
4253 n1 = 0; in __ieee80211_beacon_add_tim()
4256 n1 = i & 0xfe; in __ieee80211_beacon_add_tim()
4260 n2 = n1; in __ieee80211_beacon_add_tim()
4261 for (i = IEEE80211_MAX_TIM_LEN - 1; i >= n1; i--) { in __ieee80211_beacon_add_tim()
4269 *pos++ = n1 | aid0; in __ieee80211_beacon_add_tim()
4271 skb_put(skb, n2 - n1); in __ieee80211_beacon_add_tim()
4272 memcpy(pos, ps->tim + n1, n2 - n1 + 1); in __ieee80211_beacon_add_tim()
4274 tim[1] = n2 - n1 + 4; in __ieee80211_beacon_add_tim()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
Dhid-core.c2189 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths() local
2191 if (n1 != n2 || n1 <= 0 || n2 <= 0) { in hid_compare_device_paths()
2194 return !strncmp(hdev_a->phys, hdev_b->phys, n1); in hid_compare_device_paths()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
Dconfigure_llvm4607 gcc_version=$($_cc --version | head -n1)
4627 _ident=$($_cc --version | head -n1)
4635 _ident=$($_cc -qversion 2>/dev/null | head -n1)
4641 _ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //')
4656 _ident=$($_cc --version 2>/dev/null | head -n1)
4662 _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-)
4671 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
4678 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
4685 _ident=$($_cc | head -n1)
4691 _ident=$($_cc 2>&1 | head -n1)
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/hw_demux/
Daml_dmx.c956 int n1 = wr - rd, in process_smallsection() local
965 if (n1 < 0) { in process_smallsection()
966 n1 = max - rd; in process_smallsection()
969 if (n1) { in process_smallsection()
970 pr_dbg_irq_ss("n1:%d\n", n1); in process_smallsection()
973 n1<<8, in process_smallsection()
975 for (i = 0; i < n1; i++) { in process_smallsection()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_ap.c53 u8 i, n1, n2; in rtw_set_tim_ie() local
61 n1 = i & 0xFE; in rtw_set_tim_ie()
68 bmp_len = n2 - n1 + 1; in rtw_set_tim_ie()
70 n1 = n2 = 0; in rtw_set_tim_ie()
78 *p++ = (rtw_bmp_is_set(tim_bmp, tim_bmp_len, 0) ? BIT0 : 0) | n1; in rtw_set_tim_ie()
79 _rtw_memcpy(p, tim_bmp + n1, bmp_len); in rtw_set_tim_ie()
82 RTW_INFO("n1:%u, n2:%u, bmp_offset:%u, bmp_len:%u\n", n1, n2, n1 / 2, bmp_len); in rtw_set_tim_ie()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dsiutils.c4481 uint32 n1, n2, clock, m1, m2, m3, mc; in BCMINITFN() local
4483 n1 = n & CN_N1_MASK; in BCMINITFN()
4495 n1 = factor6(n1); in BCMINITFN()
4498 n1 += CC_T2_BIAS; in BCMINITFN()
4500 ASSERT((n1 >= 2) && (n1 <= 7)); in BCMINITFN()
4510 clock = CC_CLOCK_BASE2 * n1 * n2; in BCMINITFN()
4512 clock = CC_CLOCK_BASE1 * n1 * n2; in BCMINITFN()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vp9/
Dvvp9.c4109 const int n1 = in adapt_coef_probs() local
4120 { n0, n1 + n2 }, in adapt_coef_probs()
4121 { n1, n2 } in adapt_coef_probs()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcalibration.cpp3812 size_t n1 = _imgpt1_0.total(), n3 = _imgpt3_0.total(); in adjust3rdMatrix() local
3815 for( int i = 0; i < (int)std::min(n1, n3); i++ ) in adjust3rdMatrix()
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz