/external/opencv/cxcore/include/ |
D | cxmisc.h | 830 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \ 831 tab->fn_2d[CV_8S] = (void*)icv##FUNCNAME##_8s_##FLAG; \ 832 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##FLAG; \ 833 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##FLAG; \ 834 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \ 835 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##FLAG; \ 836 tab->fn_2d[CV_64F] = (void*)icv##FUNCNAME##_64f_##FLAG; \ 845 tab->fn_2d[CV_8UC1] = (void*)icv##FUNCNAME##_8u_C1##FLAG; \ 846 tab->fn_2d[CV_8UC2] = (void*)icv##FUNCNAME##_8u_C2##FLAG; \ 847 tab->fn_2d[CV_8UC3] = (void*)icv##FUNCNAME##_8u_C3##FLAG; \ [all …]
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 3141 register UInt16 icv; in sendMTFValues() local 3150 …icv = mtfv[gs+(0)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->len… in sendMTFValues() 3151 …icv = mtfv[gs+(5)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->len… in sendMTFValues() 3152 …icv = mtfv[gs+(10)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->le… in sendMTFValues() 3153 …icv = mtfv[gs+(15)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->le… in sendMTFValues() 3154 …icv = mtfv[gs+(20)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->le… in sendMTFValues() 3155 …icv = mtfv[gs+(25)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->le… in sendMTFValues() 3156 …icv = mtfv[gs+(30)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->le… in sendMTFValues() 3157 …icv = mtfv[gs+(35)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->le… in sendMTFValues() 3158 …icv = mtfv[gs+(40)]; cost01 += s->len_pack[icv][0]; cost23 += s->len_pack[icv][1]; cost45 += s->le… in sendMTFValues() [all …]
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_ikev2_common.c | 74 u8 icv[IKEV2_MAX_HASH_LEN]; in eap_ikev2_validate_icv() local 98 wpabuf_len(msg) - icv_len, icv) < 0) { in eap_ikev2_validate_icv() 103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) { in eap_ikev2_validate_icv() 106 icv, icv_len); in eap_ikev2_validate_icv()
|
D | eap_eke_common.c | 673 u8 icv[EAP_EKE_MAX_HASH_LEN]; in eap_eke_decrypt_prot() local 693 prot_len - block_size - icv_len, icv) < 0) in eap_eke_decrypt_prot() 695 if (os_memcmp_const(icv, prot + prot_len - icv_len, icv_len) != 0) { in eap_eke_decrypt_prot()
|
D | ikev2_common.c | 538 u8 *icv, *iv; in ikev2_build_encrypted() local 595 icv = wpabuf_put(msg, integ_alg->hash_len); in ikev2_build_encrypted() 603 wpabuf_len(msg) - integ_alg->hash_len, icv); in ikev2_build_encrypted()
|
/external/opencv/cv/src/ |
D | cvmorph.cpp | 47 icv##morphtype##Rect_##flavor##_C1R_t \ 48 icv##morphtype##Rect_##flavor##_C1R_p = 0; \ 49 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_t \ 50 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_p = 0; \ 51 icv##morphtype##Rect_##flavor##_C3R_t \ 52 icv##morphtype##Rect_##flavor##_C3R_p = 0; \ 53 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_t \ 54 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_p = 0; \ 55 icv##morphtype##Rect_##flavor##_C4R_t \ 56 icv##morphtype##Rect_##flavor##_C4R_p = 0; \ [all …]
|
D | cvpyramids.cpp | 881 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_CnR; \ 883 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_CnR; \ 884 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_CnR; \ 885 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_CnR; \ 886 tab->fn_2d[CV_64F] = (void*)icv##FUNCNAME##_64f_CnR; \ 1274 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_CnR; \ 1276 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_CnR; \ 1277 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_CnR; \ 1278 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_CnR; \ 1279 tab->fn_2d[CV_64F] = (void*)icv##FUNCNAME##_64f_CnR; \
|
D | cvaccum.cpp | 364 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u32f_C1IR; \ 365 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_C1IR; \ 367 masktab->fn_2d[CV_8UC1] = (void*)icv##FUNCNAME##_8u32f_C1IMR; \ 368 masktab->fn_2d[CV_32FC1] = (void*)icv##FUNCNAME##_32f_C1IMR; \ 370 masktab->fn_2d[CV_8UC3] = (void*)icv##FUNCNAME##_8u32f_C3IMR; \ 371 masktab->fn_2d[CV_32FC3] = (void*)icv##FUNCNAME##_32f_C3IMR; \
|
D | _cvipp.h | 293 IPCVAPI_EX( CvStatus, icv##morphtype##Rect_##flavor##_C##cn##R, \ 297 IPCVAPI_EX( CvStatus, icv##morphtype##Rect_GetBufSize_##flavor##_C##cn##R, \ 301 IPCVAPI_EX( CvStatus, icv##morphtype##_##flavor##_C##cn##R, \ 525 IPCVAPI_EX( CvStatus, icv##funcname##_##flavor##_C3R, \
|
D | cvsamplers.cpp | 520 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \ 521 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##FLAG; \ 523 tab->fn_2d[1] = (void*)icv##FUNCNAME##_8u32f_##FLAG; \
|
/external/bzip2/ |
D | compress.c | 361 register UInt16 icv; in sendMTFValues() local 365 icv = mtfv[gs+(nn)]; \ in sendMTFValues() 366 cost01 += s->len_pack[icv][0]; \ in sendMTFValues() 367 cost23 += s->len_pack[icv][1]; \ in sendMTFValues() 368 cost45 += s->len_pack[icv][2]; \ in sendMTFValues() 390 UInt16 icv = mtfv[i]; in sendMTFValues() local 391 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
|
/external/opencv/cxcore/src/ |
D | cxcopy.cpp | 250 table->fn_2d[1] = (void*)icv##FUNCNAME##_8u_C1##FLAG; \ 251 table->fn_2d[2] = (void*)icv##FUNCNAME##_16s_C1##FLAG; \ 252 table->fn_2d[3] = (void*)icv##FUNCNAME##_8u_C3##FLAG; \ 253 table->fn_2d[4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \ 254 table->fn_2d[6] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \ 255 table->fn_2d[8] = (void*)icv##FUNCNAME##_16s_C4##FLAG; \ 256 table->fn_2d[12] = (void*)icv##FUNCNAME##_32f_C3##FLAG; \ 257 table->fn_2d[16] = (void*)icv##FUNCNAME##_32f_C4##FLAG; \ 258 table->fn_2d[24] = (void*)icv##FUNCNAME##_64s_C3##FLAG; \ 259 table->fn_2d[32] = (void*)icv##FUNCNAME##_64s_C4##FLAG; \
|
D | cxarithm.cpp | 223 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_8u_C1R, uchar, int, cast_8u ) \ 224 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_16u_C1R, ushort, int, CV_CAST_16U ) \ 225 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_16s_C1R, short, int, CV_CAST_16S ) \ 226 ICV_DEF_BIN_ARI_OP_2D( __op__, icv##name##_32s_C1R, int, int, CV_CAST_32S ) \ 227 ICV_DEF_BIN_ARI_OP_2D( __op__, icv##name##_32f_C1R, float, float, CV_CAST_32F ) \ 228 ICV_DEF_BIN_ARI_OP_2D( __op__, icv##name##_64f_C1R, double, double, CV_CAST_64F ) 231 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_8u_C1R, uchar, int, CV_CAST_8U ) \ 232 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_16u_C1R, ushort, int, CV_CAST_16U ) \ 233 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_16s_C1R, short, int, CV_CAST_16S ) \ 234 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_32s_C1R, int, int, CV_CAST_32S ) \ [all …]
|
D | cxsumpixels.cpp | 233 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \ 263 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \ 283 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \ 304 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \ 335 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \ 685 icv##name##Rows_##flavor##_C1R( const arrtype* src, int srcstep,\ 726 icv##name##Cols_##flavor##_C1R( const arrtype* src, int srcstep, \ 766 icv##name##Cols_##flavor##_C3R( const arrtype* src, int srcstep, \ 795 icv##name##Cols_##flavor##_C4R( const arrtype* src, int srcstep, \
|
D | _cxipp.h | 91 IPCVAPI_EX( CvStatus, icv##name##_8u_C1R, \ 95 IPCVAPI_EX( CvStatus, icv##name##_16u_C1R, \ 99 IPCVAPI_EX( CvStatus, icv##name##_16s_C1R, \ 103 IPCVAPI_EX( CvStatus, icv##name##_32s_C1R, \ 107 IPCVAPI_EX( CvStatus, icv##name##_32f_C1R, \ 111 IPCVAPI_EX( CvStatus, icv##name##_64f_C1R, \ 127 IPCVAPI_EX( CvStatus, icv##name##_8u_C1R, \
|
D | cxcmp.cpp | 450 icv##name##_##flavor##_C1R( const arrtype* src1, int step1, \ 491 icv##name##C_##flavor##_C1R( const arrtype* src1, int step1, \ 851 icv##name##_##flavor##_C1R( const arrtype* src1, int step1, \ 898 icv##name##C_##flavor##_C1R( const arrtype* src1, int step1,\ 1401 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D() 1402 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D() 1403 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D() 1404 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D() 1405 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D() 1406 tab->fn_2d[CV_64F] = (void*)icv##FUNCNAME##_64f_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D()
|
D | cxnorm.cpp | 894 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \ 896 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##FLAG; \ 897 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##FLAG; \ 898 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \ 899 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##FLAG; \ 900 tab->fn_2d[CV_64F] = (void*)icv##FUNCNAME##_64f_##FLAG; \
|
D | cxlogic.cpp | 62 IPCVAPI_IMPL( CvStatus, icv##name##_8u_C1R, \ 111 static CvStatus CV_STDCALL icv##name##_8u_CnR \
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_key.c | 169 size_t msg_bytes, u8 *icv) in ieee802_1x_icv_128bits_aes_cmac() argument 171 if (omac1_aes_128(ick, msg, msg_bytes, icv)) { in ieee802_1x_icv_128bits_aes_cmac()
|
D | ieee802_1x_key.h | 22 size_t msg_bytes, u8 *icv);
|
D | ieee802_1x_kay_i.h | 170 int (*icv_hash)(const u8 *ick, const u8 *msg, size_t msg_len, u8 *icv); 416 u8 icv[0]; member
|
D | ieee802_1x_kay.c | 1782 return body->icv; in ieee802_1x_mka_decode_icv_body() 2885 u8 icv[MAX_ICV_LEN]; in ieee802_1x_kay_mkpdu_sanity_check() local 2947 buf, len - mka_alg_tbl[kay->mka_algindex].icv_len, icv)) { in ieee802_1x_kay_mkpdu_sanity_check() 2955 if (os_memcmp_const(msg_icv, icv, in ieee802_1x_kay_mkpdu_sanity_check()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pax.c | 331 const u8 *icv, *pos; in eap_pax_process() local 408 icv = pos + len - EAP_PAX_ICV_LEN; in eap_pax_process() 409 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN); in eap_pax_process() 419 if (os_memcmp_const(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) { in eap_pax_process()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_pax.c | 190 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; in eap_pax_check() local 265 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN; in eap_pax_check() 266 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN); in eap_pax_check() 271 if (os_memcmp_const(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) { in eap_pax_check()
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 3762 register UInt16 icv; in sendMTFValues() local 3766 icv = mtfv[gs+(nn)]; \ in sendMTFValues() 3767 cost01 += s->len_pack[icv][0]; \ in sendMTFValues() 3768 cost23 += s->len_pack[icv][1]; \ in sendMTFValues() 3769 cost45 += s->len_pack[icv][2]; \ in sendMTFValues() 3791 UInt16 icv = mtfv[i]; in sendMTFValues() local 3792 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
|