Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 25 of 72) sorted by relevance

123

/external/openssl/crypto/bn/asm/
Dpa-risc2W.s157 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 …]
Dpa-risc2.s165 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/
Dclosed.cpp123 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/
Dpvmp3_huffman_parsing.cpp185 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()
Ds_tmp3dec_file.h97 huffcodetab ht[HUFF_TBL]; member
Dpvmp3_framedecoder.cpp678 pHuff = pVars->ht; in pvmp3_InitDecoder()
/external/tesseract/liblept/
Dpixafunc2.c253 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 …]
Dcorrelscore.c106 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 …]
Dpixtiling.c246 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()
Djbclass.c570 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 …]
Dpix3.c1665 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()
Dboxfunc2.c1079 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()
Dadaptmap.c2700 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/
Dbn_lcl.h397 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/
DMakefile413 y.tab.h >$*.ht; \
415 if cmp -s $*.ht $*.h; then \
416 rm -f $*.ht ;\
418 mv $*.ht $*.h; \
DMakefile.in413 y.tab.h >$*.ht; \
415 if cmp -s $*.ht $*.h; then \
416 rm -f $*.ht ;\
418 mv $*.ht $*.h; \
/external/bison/src/
DMakefile.in424 y.tab.h >$*.ht; \
426 if cmp -s $*.ht $*.h; then \
427 rm -f $*.ht ;\
429 mv $*.ht $*.h; \
DMakefile424 y.tab.h >$*.ht; \
426 if cmp -s $*.ht $*.h; then \
427 rm -f $*.ht ;\
429 mv $*.ht $*.h; \
/external/webkit/SunSpider/tests/
Dv8-earley-boyer.js101 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/
Dearley-boyer.js107 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/
Daudio_in.amr6 …x>�}ϱ�^��G�������h��<1zA�/�%���N]r �[L��_����`<'}1�;�>�zեJ-���I$ht���qqH��P<2)�-�^.�…
/external/tcpdump/tests/
Dprint-capX.out254 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
Dprint-X.new254 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/
Dgparam.c1153 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/
Dhe.txt975 ht{"האיטית"}

123