/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/utils/ |
D | golomb.h | 258 int k, int limit, int esc_len) in get_ur_golomb() 293 int k, int limit, int esc_len) in get_ur_golomb_jpegls() 361 int k, int limit, int esc_len) in get_sr_golomb() 372 int k, int limit, int esc_len) in get_sr_golomb_flac() 382 static inline u32 get_ur_golomb_shorten(struct get_bits_context *gb, int k) in get_ur_golomb_shorten() 390 static inline int get_sr_golomb_shorten(struct get_bits_context *gb, int k) in get_sr_golomb_shorten() 449 static inline void set_ur_golomb(struct put_bits_context *pb, int i, int k, int limit, in set_ur_golomb() 465 int i, int k, int limit, int esc_len) in set_ur_golomb_jpegls() 492 int i, int k, int limit, int esc_len) in set_sr_golomb() 506 int i, int k, int limit, int esc_len) in set_sr_golomb_flac()
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/ |
D | gaussian_blur.cpp | 236 for (s32 k = 0; k < cn; ++k) in gaussianBlur5x5() local 286 for (s32 k = 0; k < cn; ++k) in gaussianBlur5x5() local 574 for (size_t k = x; k < colsn; k += cn) in gaussianBlur5x5() local 619 for (s32 k = 0; k < cn; ++k) in gaussianBlur5x5() local 669 for (s32 k = 0; k < cn; ++k) in gaussianBlur5x5() local 704 for (size_t k = x; k < colsn; k += cn) in gaussianBlur5x5() local 747 for (s32 k = 0; k < cn; ++k) in gaussianBlur5x5() local 797 for (s32 k = 0; k < cn; ++k) in gaussianBlur5x5() local 918 for (size_t k = x; k < colsn; k += cn) in gaussianBlur5x5() local 961 for (s32 k = 0; k < cn; ++k) in gaussianBlur5x5() local [all …]
|
D | count_nonzero.cpp | 59 for(size_t k = 0; k < size.height; ++k) in countNonZero() local 125 for(size_t k = 0; k < size.height; ++k) in countNonZero() local 191 for(size_t k = 0; k < size.height; ++k) in countNonZero() local 252 for(size_t k = 0; k < size.height; ++k) in countNonZero() local 315 for(size_t k = 0; k < size.height; ++k) in countNonZero() local
|
D | blur.cpp | 464 for( s32 k = 0; k < cn; k++ ) in blur3x3() local 772 for( s32 k = 0; k < cn; k++ ) in blur5x5() local 792 for( s32 k = 0; k < cn; k++ ) in blur5x5() local 855 for (s32 k = 0; k < cn; ++k) in blur3x3() local 908 for (s32 k = 0; k < cn; ++k) in blur3x3() local 989 for (s32 k = 0; k < cn; ++k) in blur3x3() local 1117 for (s32 k = 0; k < cn; ++k) in blur3x3() local 1170 for (s32 k = 0; k < cn; ++k) in blur3x3() local 1250 for (s32 k = 0; k < cn; ++k) in blur3x3() local
|
D | integral.cpp | 179 for(u32 k=0; k < 8; k++) in sqrIntegral() local 221 for(u32 k=0; k < 8; k++) in sqrIntegral() local
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/dvbcsa2/ |
D | dvbcsa_key.c | 559 static inline uint64_t dvbcsa_key_permute_block(uint64_t k) in dvbcsa_key_permute_block() 576 uint64_t k[7]; in dvbcsa_key_schedule_block() local
|
D | dvbcsa_bs_transpose.c | 38 unsigned int j, i, k; in dvbcsa_bs_block_transpose_in() local 78 unsigned int j, i, k; in dvbcsa_bs_block_transpose_out() local
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/ |
D | calibinit.cpp | 597 for (int k = 0; k < max_k && !found; k++) in findChessboardCorners() local 655 for (int k = 0; k < pattern_size.width*pattern_size.height; ++k) in findChessboardCorners() local 704 for (int k = 0; k < 2; ++k) in checkBoardMonotony() local 1011 for (int k = 0; k < 4; k++) in addOuterQuad() local 1148 for (int k = 0; k < 4; ++k) in removeQuadFromGroup() local 1280 for (int k = 0; k < 4; ++k) in cleanFoundConnectedQuads() local 1329 for (int k = 0; k < 4; k++ ) in findConnectedQuads() local 1400 for (int k = 0; k < 4; ++k) in checkQuadGroup() local 1447 for (int k = 0; k < 4; ++k) in checkQuadGroup() local 1479 for (int k = 0; k < 4; ++k) in checkQuadGroup() local [all …]
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 91 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 102 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | ecc_dsa.c | 104 unsigned hash_size, uECC_word_t *k, uint8_t *signature, in uECC_sign_with_k() 165 uECC_word_t k[NUM_ECC_WORDS]; in uECC_sign() local
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
D | ccu_nkmp.c | 15 unsigned long k, min_k, max_k; member 21 unsigned long n, unsigned long k, in ccu_nkmp_calc_rate() 95 unsigned long n, m, k, p, rate; in ccu_nkmp_recalc_rate() local
|
D | ccu_nk.c | 15 unsigned long k, min_k, max_k; member 69 unsigned long n, k; in ccu_nk_recalc_rate() local
|
D | ccu_nkm.c | 15 unsigned long k, min_k, max_k; member 75 unsigned long n, m, k, rate; in ccu_nkm_recalc_rate() local
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/ |
D | system_am_md.c | 104 int k; in param_md_init() local 445 int k,sel; in param_md_set() local
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/ |
D | avs2_bufmgr.c | 1062 int32_t k , tmp_tr; local 1742 int32_t k; local 1765 int32_t k; local 2133 int32_t i, j, k; local
|
/device/soc/esp/esp32/components/efuse/src/esp32/ |
D | esp_efuse_utility.c | 97 for (int k = 0; k < 4; ++k, ++j) { in esp_efuse_utility_burn_efuses() local 100 for (int k = 0; k < COUNT_EFUSE_REG_PER_BLOCK; ++k) { in esp_efuse_utility_burn_efuses() local
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_rfc.c | 289 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegInd() 369 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegCnf() 1089 void port_get_credits (tPORT *p_port, UINT8 k) in port_get_credits()
|
D | rfc_port_if.c | 145 UINT8 k; in RFCOMM_ParNegReq() local 191 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in RFCOMM_ParNegRsp()
|
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/perf/ |
D | perf_undistort.cpp | 13 Mat k(3, 3, CV_32FC1); in PERF_TEST() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_task.c | 29 struct task_struct *k = NULL; in osal_kthread_create() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
D | xtea.h | 57 uint32_t k[4]; /*!< key */ member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/ |
D | swdmx_crc32.c | 29 SWDMX_UInt32 i, j, k; in crc32_table_init() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
D | drv_ifep_rsa_v100.c | 95 static hi_u16 drv_rsa_key_crc(const hi_u8 *n, const hi_u8 *k, hi_u32 klen, const hi_u32 randnum[MUL… in drv_rsa_key_crc() 526 static hi_void drv_rsa_randnum(const hi_u8 *n, const hi_u8 *k, hi_u32 klen, hi_u32 random[MUL_VAL_2… in drv_rsa_randnum() 600 hi_s32 drv_ifep_rsa_exp_mod(hi_u32 ca_type, const hi_u8 *n, const hi_u8 *k, in drv_ifep_rsa_exp_mod()
|
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
D | pke.c | 411 unsigned char pke_eccp_point_mul(eccp_curve_t *curve, unsigned int *k, unsigned int *Px, unsigned i… in pke_eccp_point_mul() 572 unsigned char pke_x25519_point_mul(mont_curve_t *curve, unsigned int *k, unsigned int *Pu, unsigned… in pke_x25519_point_mul() 611 unsigned char pke_ed25519_point_mul(edward_curve_t *curve, unsigned int *k, unsigned int *Px, unsig… in pke_ed25519_point_mul()
|