/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanner.c | 163 uint32 wL, hL; /* input image size */ in bbf_LocalScanner_createBitImage() local 184 wL = ptrA->workWidthE; in bbf_LocalScanner_createBitImage() 187 if( wL <= pwoL || hL <= pwoL ) in bbf_LocalScanner_createBitImage() 193 ptrA->currentWidthE = wL; in bbf_LocalScanner_createBitImage() 200 …bim_UInt32Image_size( cpA, &ptrA->bitImageE, wL, ( hL >> 5 ) + ( ( ( hL & 0x1F ) != 0 ) ? 1 : 0 ) … in bbf_LocalScanner_createBitImage() 207 wsL = wL + pwoL; in bbf_LocalScanner_createBitImage() 225 const uint8* arr0L = &ptrA->workImagePtrE[ jL * wL ]; in bbf_LocalScanner_createBitImage() 229 for( iL = 0; iL < wL; iL++ ) satL[ swi1L++ ] = ( hSumL += arr0L[ iL ] ) + satL[ swi2L++ ]; in bbf_LocalScanner_createBitImage() 262 for( iL = 0; iL < wL; iL++ ) in bbf_LocalScanner_createBitImage() 271 bitRowL += wL; in bbf_LocalScanner_createBitImage() [all …]
|
D | I04Dns2x2Ftr.c | 201 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_I04Dns2x2Ftr_activity() local 210 for( iL = 0; iL < wL; iL++ ) in bbf_I04Dns2x2Ftr_activity() 234 for( iL = 0; iL < wL; iL++ ) in bbf_I04Dns2x2Ftr_activity()
|
D | L04Dns2x2Ftr.c | 193 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_L04Dns2x2Ftr_activity() local 205 for( iL = 0; iL < wL; iL++ ) in bbf_L04Dns2x2Ftr_activity()
|
D | L01Dns2x4Ftr.c | 186 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_L01Dns2x4Ftr_activity() local 200 for( iL = 0; iL < wL; iL++ ) in bbf_L01Dns2x4Ftr_activity()
|
D | L04Dns2x4Ftr.c | 186 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_L04Dns2x4Ftr_activity() local 199 for( iL = 0; iL < wL; iL++ ) in bbf_L04Dns2x4Ftr_activity()
|
D | L06Dns3x3Ftr.c | 186 uint32 wL = ptrL->baseE.patchWidthE - 2; in bbf_L06Dns3x3Ftr_activity() local 196 for( iL = 0; iL < wL; iL++ ) in bbf_L06Dns3x3Ftr_activity()
|
D | L04Dns3x3Ftr.c | 186 uint32 wL = ptrL->baseE.patchWidthE - 2; in bbf_L04Dns3x3Ftr_activity() local 196 for( iL = 0; iL < wL; iL++ ) in bbf_L04Dns3x3Ftr_activity()
|
D | I04Dns2x4Ftr.c | 193 uint32 wL = ptrL->baseE.patchWidthE - 1; in bbf_I04Dns2x4Ftr_activity() local 209 for( iL = 0; iL < wL; iL++ ) in bbf_I04Dns2x4Ftr_activity()
|
D | L06Dns4x4Ftr.c | 186 uint32 wL = ptrL->baseE.patchWidthE - 3; in bbf_L06Dns4x4Ftr_activity() local 196 for( iL = 0; iL < wL; iL++ ) in bbf_L06Dns4x4Ftr_activity()
|
D | L06DnsNx4x4Ftr.c | 193 uint32 wL = ptrL->baseE.patchWidthE - 3; in bbf_L06DnsNx4x4Ftr_activity() local 205 for( iL = 0; iL < wL; iL++ ) in bbf_L06DnsNx4x4Ftr_activity()
|
D | Scanner.c | 575 int32 wL = ( int32 )ptrA->currentWidthE - ptrA->patchWidthE; in bbf_Scanner_positions() local 577 return ( wL >= 0 ? wL : 0 ) * ( hL >= 0 ? hL : 0 ); in bbf_Scanner_positions()
|
/external/tremolo/Tremolo/ |
D | mdct.c | 454 LOOKUP_T *wL, 461 LOOKUP_T *wL, 483 LOOKUP_T *wL=(W && lW ? w1 : w0 ); in mdct_unroll_lap() local 520 wL += off; in mdct_unroll_lap() 525 *out = CLIP_TO_15((MULT31(*--r,*--wR) + MULT31(*l,*wL++))>>9); in mdct_unroll_lap() 529 out = mdct_unroll_part2(out, post, l, r, step, wL, wR); in mdct_unroll_lap() 536 wL += n; in mdct_unroll_lap() 547 wL += off; in mdct_unroll_lap() 550 *out = CLIP_TO_15((MULT31(*r++,*--wR) - MULT31(*l,*wL++))>>9); in mdct_unroll_lap() 555 out = mdct_unroll_part3(out, post, l, r, step, wL, wR); in mdct_unroll_lap() [all …]
|
D | mdctARM.s | 185 @ <> = wL 190 @ r9 = wL 198 LDR r11,[r9],#4 @ r11= *wL++ 203 SMULL r14,r11,r12,r11 @ (r14,r11) = *l * *wL++ 224 @ <> = wL 229 @ r9 = wL 237 LDR r11,[r9],#4 @ r11= *wL++ 242 SMULL r14,r11,r12,r11 @ (r14,r11) = *l * *wL++
|
D | mdctLARM.s | 183 @ <> = wL 188 @ r9 = wL 198 LDRB r11,[r9],#1 @ r11= *wL++ 202 MUL r11,r12,r11 @ r11 = *l * *wL++ 223 @ <> = wL 228 @ r9 = wL 237 LDRB r11,[r9],#1 @ r11= *wL++ 242 MUL r11,r12,r11 @ (r14,r11) = *l * *wL++
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 1320 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces() local 1333 while (wL > start) { in handleGeneratedSpaces() 1334 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces() 1357 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces() 1358 length = wL - start; in handleGeneratedSpaces() 1380 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces() 1381 while (wL < e) { in handleGeneratedSpaces() 1382 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 1278 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces() local 1291 while (wL > start) { in handleGeneratedSpaces() 1292 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces() 1315 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces() 1316 length = wL - start; in handleGeneratedSpaces() 1338 wL = flipArray(dest,start,e, wL); in handleGeneratedSpaces() 1339 while (wL < e) { in handleGeneratedSpaces() 1340 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 92647f34a9e6aff616f6dc7fb30036e9.00003f8d.honggfuzz.cov | 26 …W��)p�B;@��9����¦~�L5n�\��Q����8�#�p=�xK<��I)��2���Y�g؉�^`m3 �s�Ou:�^3wL�j^ԁ���������������… 46 ȝH�s����}%ۮ]*W�8�".�.u����V���r�a���wL��B��VK����DBX��W�N�3FKiFf&��0w�Or�ȫL{U5��FR�T…
|
D | bfb3a21fcec98fc6b1822eed7036db1b.000180c6.honggfuzz.cov | 57 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 71 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 85 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 175 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 189 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 203 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 273 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 287 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 301 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 390 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… [all …]
|
D | a1177ba81969c0e5fcdf2629d2e1b255.000015a5.honggfuzz.cov | 34 9�DyfAU�Kgx`�HU�F��X��Y��§��G�N��؉$"ȱ�1?�d���G�?��%�v]s7rR��ge���wL`3�TO�����aQ��
|
D | 066eed1523feca869236c1459eb00fc9.0000634d.honggfuzz.cov | 108 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 122 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 136 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
|
D | 16d46ff6e7637af38513987ede55e6b4.00003b4f.honggfuzz.cov | 10 …�>znT��!<���'Q#h�~��i�^��g�N��0�y ՝��Hx�'��\�wᨌ�o�qSVDyt��w�/τ�팇�Njdfh7��8wL�P��"���[�h
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Modulate.miff | 15 …wL��]ȇ`қu��������~���v��UtRBE+82$$/#,4)@*(J4*Z\=f|W_�[_�`g�nm�{z��|��j�rMaG;?7<@9BD=GH?KH?MKALK?LJ… 17 …s���������������������]�a!�k,�u/�j/�^4�Y3�V.�R/�Q,�O+O+zM(uL.rK/pI.qJ.tL/wL/wS-q\4��evyb+7-2=20=…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | bfb3a21fcec98fc6b1822eed7036db1b.000180c6.honggfuzz.cov | 57 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 71 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 85 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 175 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 189 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 203 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 273 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 287 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 301 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 390 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… [all …]
|
D | f0eb8aacf703b53e5dba1ad9c0e9973e.0000634d.honggfuzz.cov | 108 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 122 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 136 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
|
D | 066eed1523feca869236c1459eb00fc9.0000634d.honggfuzz.cov | 108 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 122 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z… 136 ����Ϋ�V<��i�����n(8��)����|x���y��;!�������0���{S�wL�1.o7�w`���Tx�`,��:'�;�����ȑۃÛP�!�&Z…
|