/external/openssl/crypto/bn/asm/ |
D | pa-risc2W.s | 157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R) 158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R) 187 LDD -24(%sp),ht_0 ; ht[0] 188 LDD -56(%sp),ht_1 ; ht[1] 195 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32) 198 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32) 204 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32) 205 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32) 208 ADD,DC ht_0,%r0,ht_0 ; ht[0]++ 210 ADD,DC ht_1,%r0,ht_1 ; ht[1]++ [all …]
|
D | pa-risc2.s | 165 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R) 166 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R) 195 LDD -24(%sp),ht_0 ; ht[0] 196 LDD -56(%sp),ht_1 ; ht[1] 203 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32) 206 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32) 212 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32) 213 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32) 216 ADD,DC ht_0,%r0,ht_0 ; ht[0]++ 218 ADD,DC ht_1,%r0,ht_1 ; ht[1]++ [all …]
|
/external/tesseract/wordrec/ |
D | closed.cpp | 123 HASH_TABLE ht; in new_hash_table() local 127 ht = (HASH_TABLE) memalloc (TABLE_SIZE * sizeof (STATE)); in new_hash_table() 129 ht = global_hash; in new_hash_table() 132 ht[x].part1 = NO_STATE; in new_hash_table() 133 ht[x].part2 = NO_STATE; in new_hash_table() 135 return (ht); in new_hash_table()
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_huffman_parsing.cpp | 185 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing() 200 h = &(pVars->ht[grInfo->table_select[1]]); in pvmp3_huffman_parsing() 215 h = &(pVars->ht[grInfo->table_select[2]]); in pvmp3_huffman_parsing() 232 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing() 246 h = &(pVars->ht[grInfo->table_select[1]]); in pvmp3_huffman_parsing() 262 h = &(pVars->ht[grInfo->table_select[0]]); in pvmp3_huffman_parsing() 281 h = &(pVars->ht[grInfo->count1table_select+32]); in pvmp3_huffman_parsing()
|
D | s_tmp3dec_file.h | 97 huffcodetab ht[HUFF_TBL]; member
|
D | pvmp3_framedecoder.cpp | 678 pHuff = pVars->ht; in pvmp3_InitDecoder()
|
/external/tesseract/liblept/ |
D | pixafunc2.c | 253 l_int32 n, nw, nh, w, h, d, wt, ht; in pixaDisplayOnLattice() local 296 pixGetDimensions(pixt, &wt, &ht, NULL); in pixaDisplayOnLattice() 297 if (wt > xspace || ht > yspace) { in pixaDisplayOnLattice() 298 fprintf(stderr, "pix(%d) omitted; size %dx%d\n", index, wt, ht); in pixaDisplayOnLattice() 302 pixRasterop(pixd, j * xspace, i * yspace, wt, ht, in pixaDisplayOnLattice() 341 l_int32 w, h, d, wt, ht; in pixaDisplayUnsplit() local 357 pixaGetPixDimensions(pixa, 0, &wt, &ht, &d); in pixaDisplayUnsplit() 359 h = ny * (ht + 2 * borderwidth); in pixaDisplayUnsplit() 374 pixRasterop(pixd, x, y, wt, ht, PIX_SRC, pixt, 0, 0); in pixaDisplayUnsplit() 378 y += ht + 2 * borderwidth; in pixaDisplayUnsplit() [all …]
|
D | correlscore.c | 106 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScore() local 126 pixGetDimensions(pix2, &wt, &ht, NULL); in pixCorrelationScore() 130 delh = L_ABS(hi - ht); in pixCorrelationScore() 152 hirow = L_MIN(ht + idely, hi); in pixCorrelationScore() 399 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScoreThresholded() local 420 pixGetDimensions(pix2, &wt, &ht, NULL); in pixCorrelationScoreThresholded() 424 delh = L_ABS(hi - ht); in pixCorrelationScoreThresholded() 450 hirow = L_MIN(ht + idely, hi); in pixCorrelationScoreThresholded() 697 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, count; in pixCorrelationScoreSimple() local 714 pixGetDimensions(pix2, &wt, &ht, NULL); in pixCorrelationScoreSimple() [all …]
|
D | pixtiling.c | 246 l_int32 wpix, hpix, wt, ht, nx, ny; in pixTilingGetTile() local 267 pixTilingGetSize(pt, &wt, &ht); in pixTilingGetTile() 271 htlast = hpix - ht * (ny - 1); in pixTilingGetTile() 273 top = L_MAX(0, i * ht - yoverlap); in pixTilingGetTile() 289 height = ht + yoverlap; in pixTilingGetTile() 293 height = ht + 2 * yoverlap; in pixTilingGetTile()
|
D | jbclass.c | 570 l_int32 n, nt, i, wt, ht, iclass, size, found, testval; in jbClassifyRankHaus() local 706 ht = pixGetHeight(pix); in jbClassifyRankHaus() 707 numaHashAdd(nahash, ht * wt, nt); in jbClassifyRankHaus() 769 ht = pixGetHeight(pix); in jbClassifyRankHaus() 770 numaHashAdd(nahash, ht * wt, nt); in jbClassifyRankHaus() 832 l_int32 wi, hi, wt, ht, delw, delh, idelx, idely, boolmatch; in pixHaustest() local 839 ht = pixGetHeight(pix3); in pixHaustest() 843 delh = L_ABS(hi - ht); in pixHaustest() 878 pixRasterop(pixt, idelx, idely, wt, ht, PIX_SRC, pix3, 0, 0); in pixHaustest() 879 pixRasterop(pixt, 0, 0, wt, ht, PIX_DST & PIX_NOT(PIX_SRC), pix2, 0, 0); in pixHaustest() [all …]
|
D | pix3.c | 1665 l_int32 wt, ht, d, i, j, nx, ny; in pixMirroredTiling() local 1672 pixGetDimensions(pixs, &wt, &ht, &d); in pixMirroredTiling() 1673 if (wt <= 0 || ht <= 0) in pixMirroredTiling() 1681 ny = (h + ht - 1) / ht; in pixMirroredTiling() 1694 pixRasterop(pixd, j * wt, i * ht, wt, ht, PIX_SRC, pix, 0, 0); in pixMirroredTiling()
|
D | boxfunc2.c | 1079 l_int32 i, n, m, y, yt, h, ht, ovlp, maxovlp, maxindex; in boxaaAlignBox() local 1100 boxaGetBoxGeometry(boxa, m - 1, NULL, &yt, NULL, &ht); /* last one */ in boxaaAlignBox() 1107 ovlp = yt + ht - 1 - y; in boxaaAlignBox()
|
D | adaptmap.c | 2700 l_int32 i, j, k, m, w, h, wt, ht, wpl, wplt, xoff, yoff; in pixLinearTRCTiled() local 2728 pixGetDimensions(pixmin, &wt, &ht, NULL); in pixLinearTRCTiled() 2729 for (i = 0; i < ht; i++) { in pixLinearTRCTiled()
|
/external/openssl/crypto/bn/ |
D | bn_lcl.h | 397 BN_ULONG m,m1,lt,ht; \ 400 ht=h; \ 403 m1=(bl)*(ht); \ 404 ht =(bh)*(ht); \ 405 m=(m+m1)&BN_MASK2; if (m < m1) ht+=L2HBITS((BN_ULONG)1); \ 406 ht+=HBITS(m); \ 408 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \ 410 (h)=ht; \
|
/external/elfutils/src/ |
D | Makefile | 413 y.tab.h >$*.ht; \ 415 if cmp -s $*.ht $*.h; then \ 416 rm -f $*.ht ;\ 418 mv $*.ht $*.h; \
|
D | Makefile.in | 413 y.tab.h >$*.ht; \ 415 if cmp -s $*.ht $*.h; then \ 416 rm -f $*.ht ;\ 418 mv $*.ht $*.h; \
|
/external/bison/src/ |
D | Makefile.in | 424 y.tab.h >$*.ht; \ 426 if cmp -s $*.ht $*.h; then \ 427 rm -f $*.ht ;\ 429 mv $*.ht $*.h; \
|
D | Makefile | 424 y.tab.h >$*.ht; \ 426 if cmp -s $*.ht $*.h; then \ 427 rm -f $*.ht ;\ 429 mv $*.ht $*.h; \
|
/external/webkit/SunSpider/tests/ |
D | v8-earley-boyer.js | 101 var ht = sc_properties[sym]; 102 if (!ht) { 103 ht = new Object(); 104 sc_properties[sym] = ht; 106 ht[key] = val; 111 var ht = sc_properties[sym]; 112 if (ht) { 113 if (key in ht) 114 return ht[key]; 123 var ht = sc_properties[sym]; [all …]
|
/external/webkit/V8Binding/v8/benchmarks/ |
D | earley-boyer.js | 107 var ht = sc_properties[sym]; 108 if (!ht) { 109 ht = new Object(); 110 sc_properties[sym] = ht; 112 ht[key] = val; 117 var ht = sc_properties[sym]; 118 if (ht) { 119 if (key in ht) 120 return ht[key]; 129 var ht = sc_properties[sym]; [all …]
|
/external/opencore/engines/2way/test/test_data/ |
D | audio_in.amr | 6 …x>}ϱ�^��G�������h��<1zA�/�%���N]r�[L��_����`<'}1�;�>�zեJ-���I$ht���qqH��P<2)�-�^.�…
|
/external/tcpdump/tests/ |
D | print-capX.out | 254 0x0d70: 0a54 6865 203c 4120 4852 4546 3d22 6874 .The.<A.HREF="ht 279 0x0f00: 4832 3e0a 0a3c 4120 4852 4546 3d22 6874 H2>..<A.HREF="ht 308 0x10d0: 6874 2220 414c 543d 2222 2048 4549 4748 ht".ALT="".HEIGH 348 0x1350: 7468 6520 0a3c 4120 4852 4546 3d22 6874 the..<A.HREF="ht
|
D | print-X.new | 254 0x0d70: 0a54 6865 203c 4120 4852 4546 3d22 6874 .The.<A.HREF="ht 279 0x0f00: 4832 3e0a 0a3c 4120 4852 4546 3d22 6874 H2>..<A.HREF="ht 308 0x10d0: 6874 2220 414c 543d 2222 2048 4549 4748 ht".ALT="".HEIGH 348 0x1350: 7468 6520 0a3c 4120 4852 4546 3d22 6874 the..<A.HREF="ht
|
/external/bluetooth/glib/gobject/ |
D | gparam.c | 1153 GHashTable *ht, in pspec_list_remove_overridden_and_redirected() argument 1175 found = param_spec_ht_lookup (ht, pspec->name, owner_type, TRUE); in pspec_list_remove_overridden_and_redirected()
|
/external/icu4c/data/locales/ |
D | he.txt | 975 ht{"האיטית"}
|