| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | tnum.c | 64 u64 sm, sv, sigma, chi, mu; in tnum_add() local 70 mu = chi | a.mask | b.mask; in tnum_add() 71 return TNUM(sv & ~mu, mu); in tnum_add() 76 u64 dv, alpha, beta, chi, mu; in tnum_sub() local 82 mu = chi | a.mask | b.mask; in tnum_sub() 83 return TNUM(dv & ~mu, mu); in tnum_sub() 98 u64 v, mu; in tnum_or() local 101 mu = a.mask | b.mask; in tnum_or() 102 return TNUM(v, mu & ~v); in tnum_or() 107 u64 v, mu; in tnum_xor() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hptiop.c | 142 static u64 mv_outbound_read(struct hpt_iopmu_mv __iomem *mu) in mv_outbound_read() argument 144 u32 outbound_tail = readl(&mu->outbound_tail); in mv_outbound_read() 145 u32 outbound_head = readl(&mu->outbound_head); in mv_outbound_read() 150 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8); in mv_outbound_read() 155 writel(outbound_tail, &mu->outbound_tail); in mv_outbound_read() 163 u32 inbound_head = readl(&hba->u.mv.mu->inbound_head); in mv_inbound_write() 169 memcpy_toio(&hba->u.mv.mu->inbound_q[inbound_head], &p, 8); in mv_inbound_write() 170 writel(head, &hba->u.mv.mu->inbound_head); in mv_inbound_write() 213 msg = readl(&hba->u.mv.mu->outbound_msg); in iop_intr_mv() 222 while ((tag = mv_outbound_read(hba->u.mv.mu))) in iop_intr_mv() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input-mt.c | 315 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument 336 if (c == 0 || (c > mu && (!eq || mu > 0))) in adjust_dual() 339 if (s < 0 && mu <= 0) in adjust_dual() 348 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) in find_reduced_matrix() argument 354 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu); in find_reduced_matrix() 357 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu); in find_reduced_matrix() 365 int mu) in input_mt_set_matrix() argument 379 *w++ = dx * dx + dy * dy - mu; in input_mt_set_matrix() 445 int mu = 2 * dmax * dmax; in input_mt_assign_slots() local 455 nrc = input_mt_set_matrix(mt, pos, num_pos, mu); in input_mt_assign_slots() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_sound.c | 41 u32 _cal_he_csi_size(u8 mu, enum channel_width bw, u8 nr, u8 nc, u8 ng, u8 cb) in _cal_he_csi_size() argument 50 __func__, mu, bw, nr, nc, ng ,cb); in _cal_he_csi_size() 71 if(mu) in _cal_he_csi_size() 76 if(mu) in _cal_he_csi_size() 89 if(mu) in _cal_he_csi_size() 237 bool mu, in rtw_hal_snd_query_proc_sta_res() argument 253 (void *)hal_bf_query_idle_bf_entry(hal_info, mu); in rtw_hal_snd_query_proc_sta_res() 259 hal_info, mu, bw, &hal_sta->bf_csi_buf); in rtw_hal_snd_query_proc_sta_res() 264 if (mu && en_swap) { in rtw_hal_snd_query_proc_sta_res() 266 hal_info, mu, bw, &hal_sta->bf_csi_buf_swap); in rtw_hal_snd_query_proc_sta_res() [all …]
|
| H A D | hal_beamform.h | 162 bool mu); 191 rtw_hal_bf_set_fix_mode(void *hal, bool mu, bool he); 194 struct rtw_phl_stainfo_t *sta, bool mu);
|
| H A D | hal_api.h | 514 bool mu, enum channel_width bw, bool en_swap); 524 u32 *ndpa, u8 mu); 532 struct rtw_phl_stainfo_t *sta, bool mu); 538 rtw_hal_snd_proc_post_cfg(void *hal, bool he, bool mu, bool en_fixed_mode); 545 bool mu, enum channel_width bw); 589 struct rtw_phl_stainfo_t *sta, bool mu); 596 rtw_hal_bf_set_fix_mode(void *hal, bool mu, bool he);
|
| H A D | hal_beamform.c | 589 bool mu) in hal_bf_query_idle_bf_entry() argument 611 if (true == mu) in hal_bf_query_idle_bf_entry() 629 if (true == mu) in hal_bf_query_idle_bf_entry() 1005 bool mu) in rtw_hal_bf_chk_bf_type() argument 1017 if (true == mu) { in rtw_hal_bf_chk_bf_type() 1100 rtw_hal_bf_set_fix_mode(void *hal, bool mu, bool he) in rtw_hal_bf_set_fix_mode() argument 1109 if (mu) { in rtw_hal_bf_set_fix_mode()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_sound.c | 41 u32 _cal_he_csi_size(u8 mu, enum channel_width bw, u8 nr, u8 nc, u8 ng, u8 cb) in _cal_he_csi_size() argument 50 __func__, mu, bw, nr, nc, ng ,cb); in _cal_he_csi_size() 71 if(mu) in _cal_he_csi_size() 76 if(mu) in _cal_he_csi_size() 89 if(mu) in _cal_he_csi_size() 237 bool mu, in rtw_hal_snd_query_proc_sta_res() argument 253 (void *)hal_bf_query_idle_bf_entry(hal_info, mu); in rtw_hal_snd_query_proc_sta_res() 259 hal_info, mu, bw, &hal_sta->bf_csi_buf); in rtw_hal_snd_query_proc_sta_res() 264 if (mu && en_swap) { in rtw_hal_snd_query_proc_sta_res() 266 hal_info, mu, bw, &hal_sta->bf_csi_buf_swap); in rtw_hal_snd_query_proc_sta_res() [all …]
|
| H A D | hal_beamform.h | 162 bool mu); 191 rtw_hal_bf_set_fix_mode(void *hal, bool mu, bool he); 194 struct rtw_phl_stainfo_t *sta, bool mu);
|
| H A D | hal_api.h | 511 bool mu, enum channel_width bw, bool en_swap); 521 u32 *ndpa, u8 mu); 529 struct rtw_phl_stainfo_t *sta, bool mu); 535 rtw_hal_snd_proc_post_cfg(void *hal, bool he, bool mu, bool en_fixed_mode); 542 bool mu, enum channel_width bw); 586 struct rtw_phl_stainfo_t *sta, bool mu); 593 rtw_hal_bf_set_fix_mode(void *hal, bool mu, bool he);
|
| H A D | hal_beamform.c | 589 bool mu) in hal_bf_query_idle_bf_entry() argument 611 if (true == mu) in hal_bf_query_idle_bf_entry() 629 if (true == mu) in hal_bf_query_idle_bf_entry() 1005 bool mu) in rtw_hal_bf_chk_bf_type() argument 1017 if (true == mu) { in rtw_hal_bf_chk_bf_type() 1100 rtw_hal_bf_set_fix_mode(void *hal, bool mu, bool he) in rtw_hal_bf_set_fix_mode() argument 1109 if (mu) { in rtw_hal_bf_set_fix_mode()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | imx8qxp.dtsi | 547 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 555 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 562 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 570 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 578 compatible = "fsl,imx8-mu-scu", "fsl,imx8qxp-mu", "fsl,imx6sx-mu"; 586 compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A D | pmecc.c | 176 s32 *mu; member 375 user->mu = (s32 *)PTR_ALIGN(user->smu + in atmel_pmecc_create_user() 379 user->dmu = user->mu + req->ecc.strength + 1; in atmel_pmecc_create_user() 491 s32 *mu = user->mu; in atmel_pmecc_get_sigma() local 514 mu[0] = -1; in atmel_pmecc_get_sigma() 523 delta[0] = (mu[0] * 2 - lmu[0]) >> 1; in atmel_pmecc_get_sigma() 528 mu[1] = 0; in atmel_pmecc_get_sigma() 539 delta[1] = (mu[1] * 2 - lmu[1]) >> 1; in atmel_pmecc_get_sigma() 545 mu[i + 1] = i << 1; in atmel_pmecc_get_sigma() 584 diff = (mu[i] - mu[ro]); in atmel_pmecc_get_sigma() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | dsp_audio.c | 90 short mu, e, f, y; in ulaw2linear() local 93 mu = 255 - ulaw; in ulaw2linear() 94 e = (mu & 0x70) / 16; in ulaw2linear() 95 f = mu & 0x0f; in ulaw2linear() 98 if (mu & 0x80) in ulaw2linear()
|
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | rpc.c | 24 mutex_init(&priv->mu); in optee_wait_queue_init() 30 mutex_destroy(&priv->mu); in optee_wait_queue_exit() 149 mutex_lock(&wq->mu); in wq_entry_get() 162 mutex_unlock(&wq->mu); in wq_entry_get() 172 mutex_lock(&wq->mu); in wq_sleep() 174 mutex_unlock(&wq->mu); in wq_sleep()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | random | 630 * p(\overrightarrow{x}|\overrightarrow{\mu },\Sigma) = 632 * e^{-\frac{1}{2}(\overrightarrow{x}-\overrightarrow{\mu})^\text{T} 633 * \Sigma ^{-1}(\overrightarrow{x}-\overrightarrow{\mu})} 636 * where @f$\overrightarrow{x}@f$ and @f$\overrightarrow{\mu}@f$ are 1223 * p(x|\mu,\omega) = \frac{2\mu^\mu}{\Gamma(\mu)\omega^\mu} 1224 * x^{2\mu-1}e^{-\mu x / \omega} 1226 * where @f$\Gamma(z)@f$ is the gamma function and @f$\mu >= 0.5@f$ 1256 mu() const 1295 _M_gd(__p.mu(), __p.omega() / __p.mu()) 1311 mu() const [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | random | 630 * p(\overrightarrow{x}|\overrightarrow{\mu },\Sigma) = 632 * e^{-\frac{1}{2}(\overrightarrow{x}-\overrightarrow{\mu})^\text{T} 633 * \Sigma ^{-1}(\overrightarrow{x}-\overrightarrow{\mu})} 636 * where @f$\overrightarrow{x}@f$ and @f$\overrightarrow{\mu}@f$ are 1223 * p(x|\mu,\omega) = \frac{2\mu^\mu}{\Gamma(\mu)\omega^\mu} 1224 * x^{2\mu-1}e^{-\mu x / \omega} 1226 * where @f$\Gamma(z)@f$ is the gamma function and @f$\mu >= 0.5@f$ 1256 mu() const 1295 _M_gd(__p.mu(), __p.omega() / __p.mu()) 1311 mu() const [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_sound.c | 859 bool mu, qry_bf; in _phl_snd_proc_get_res_bf() local 872 mu = (snd_sta->snd_fb_t == PHL_SND_FB_TYPE_MU) ? true:false; in _phl_snd_proc_get_res_bf() 879 sta, mu, sta->chandef.bw); in _phl_snd_proc_get_res_bf() 895 phl_info->hal, sta, mu, sta->chandef.bw, in _phl_snd_proc_get_res_bf() 914 &snd_sta->npda_sta_info, mu); in _phl_snd_proc_get_res_bf() 1525 bool mu = false; in _phl_snd_proc_postcfg_sta() local 1530 mu = (sta->snd_fb_t == PHL_SND_FB_TYPE_MU) ? true : false; in _phl_snd_proc_postcfg_sta() 1553 psta_info, mu); in _phl_snd_proc_postcfg_sta() 1568 bool mu = false, he = true; in phl_snd_proc_postcfg() local 1578 mu = (grp->sta[0].snd_fb_t == PHL_SND_FB_TYPE_MU) ? true : in phl_snd_proc_postcfg() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_sound.c | 859 bool mu, qry_bf; in _phl_snd_proc_get_res_bf() local 872 mu = (snd_sta->snd_fb_t == PHL_SND_FB_TYPE_MU) ? true:false; in _phl_snd_proc_get_res_bf() 879 sta, mu, sta->chandef.bw); in _phl_snd_proc_get_res_bf() 895 phl_info->hal, sta, mu, sta->chandef.bw, in _phl_snd_proc_get_res_bf() 914 &snd_sta->npda_sta_info, mu); in _phl_snd_proc_get_res_bf() 1525 bool mu = false; in _phl_snd_proc_postcfg_sta() local 1530 mu = (sta->snd_fb_t == PHL_SND_FB_TYPE_MU) ? true : false; in _phl_snd_proc_postcfg_sta() 1553 psta_info, mu); in _phl_snd_proc_postcfg_sta() 1568 bool mu = false, he = true; in phl_snd_proc_postcfg() local 1578 mu = (grp->sta[0].snd_fb_t == PHL_SND_FB_TYPE_MU) ? true : in phl_snd_proc_postcfg() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | sock_server.c | 297 e = pthread_mutex_destroy(&ts->mu); in sock_server_uninit() 327 e = pthread_mutex_init(&ts->mu, NULL); in sock_server_init() 383 int e = pthread_mutex_lock(&ts->mu); in sock_server_lock() 391 int e = pthread_mutex_unlock(&ts->mu); in sock_server_unlock()
|
| H A D | regression_2000.c | 394 pthread_mutex_t mu; member 410 xtest_mutex_lock(&bar->mu); in xtest_2002_wait_barrier() 411 xtest_mutex_unlock(&bar->mu); in xtest_2002_wait_barrier() 506 struct test_2002_barrier bar = { .mu = PTHREAD_MUTEX_INITIALIZER }; in xtest_tee_test_2002() 514 xtest_mutex_lock(&bar.mu); in xtest_tee_test_2002() 527 xtest_mutex_unlock(&bar.mu); in xtest_tee_test_2002() 535 xtest_mutex_destroy(&bar.mu); in xtest_tee_test_2002()
|
| H A D | sock_server.h | 25 pthread_mutex_t mu; member
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | alert.sh | 33 $SOX -e mu-law -r 8000 -n -t raw - synth 0.25 sine $freq gain -3 >> 2tones.ul
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/data/ |
| H A D | rawdict_utf16_65105_freq.txt | 1821 慔 0.532876138317 1 mu 1822 畆 0.656974352383 1 mu 1823 姥 0.687975440323 0 mu 1824 艒 0.781224156844 1 mu 1825 鞪 0.843976324915 1 mu 1826 蚞 0.906105669852 1 mu 1827 氁 0.937111645901 1 mu 1828 峔 0.937111645901 1 mu 1829 砪 0.9691786136 1 mu 1830 楘 1.06147961379 1 mu [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | atmel_nand.c | 235 int *mu = host->pmecc_mu; in pmecc_get_sigma() local 260 mu[0] = -1; in pmecc_get_sigma() 274 mu[1] = 0; in pmecc_get_sigma() 288 mu[i + 1] = i << 1; in pmecc_get_sigma() 327 diff = (mu[i] - mu[ro]); in pmecc_get_sigma() 359 delta[i + 1] = (mu[i + 1] * 2 - lmu[i + 1]) >> 1; in pmecc_get_sigma()
|