Searched refs:lh (Results 26 - 50 of 80) sorted by relevance

1234

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp1467 src->lh = (UColTokListHeader *)uprv_realloc(src->lh, src->listCapacity*sizeof(UColTokListHeader));
1468 if(src->lh == NULL) {
1507 sourceToken->listHeader = &src->lh[src->resultLen];
1509 src->lh[src->resultLen].first = NULL;
1510 src->lh[src->resultLen].last = NULL;
1511 src->lh[src->resultLen].first = NULL;
1512 src->lh[src->resultLen].last = NULL;
1514 src->lh[src->resultLen].reset = sourceToken;
1594 src->lh[sr
[all...]
H A Ducol_tok.h121 UColTokListHeader *lh; member in struct:__anon12128
H A Ducol_res.cpp637 sourceReset = sourceParser.lh[i].reset;
641 targetReset = targetParser.lh[j].reset;
645 sourceReset = sourceParser.lh[i].first;
646 targetReset = targetParser.lh[j].first;
/external/jhead/
H A Djpgfile.c142 int ll,lh, got; local
162 lh = fgetc(infile);
165 itemlen = (lh << 8) | ll;
184 Data[0] = (uchar)lh;
340 int ll,lh, got; local
359 lh = buffer[pos++];
362 itemlen = (lh << 8) | ll;
379 Data[0] = (uchar)lh;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLString.java53 * @param lh A non-null reference to a LexicalHandler.
57 public abstract void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
H A DXMLStringDefault.java63 * @param lh A non-null reference to a LexicalHandler.
67 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
/external/openssl/crypto/txt_db/
H A Dtxt_db.c199 LHASH_OF(OPENSSL_STRING) *lh;
206 lh=db->index[idx];
207 if (lh == NULL)
212 ret=lh_OPENSSL_STRING_retrieve(lh,value);
/external/openssl/crypto/engine/
H A Deng_table.c118 LHASH_OF(ENGINE_PILE) *lh;
122 if((lh = lh_ENGINE_PILE_new()) == NULL)
124 *t = (ENGINE_TABLE *)lh;
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.c536 int lh, rh, max; local
540 lh = height(up[top]->link[upd[top]]);
544 if (lh - rh == 0)
546 if (lh - rh >= 2) {
563 lh = height(up[top]->link[upd[top]]);
565 max = avl_max(lh, rh);
634 int lh = height(up[top]->link[upd[top]]); local
636 int max = avl_max(lh, rh);
642 if (lh - rh == -1)
644 if (lh
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c1108 static void check_conflict (LexState *ls, struct LHS_assign *lh, expdesc *v) { argument
1112 for (; lh; lh = lh->prev) { /* check all previous assignments */
1113 if (lh->v.k == VINDEXED) { /* assigning to a table? */
1115 if (lh->v.u.ind.vt == v->k && lh->v.u.ind.t == v->u.info) {
1117 lh->v.u.ind.vt = VLOCAL;
1118 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1121 if (v->k == VLOCAL && lh
1136 assignment(LexState *ls, struct LHS_assign *lh, int nvars) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxsvd.cpp398 int lh = nu - i; local
410 icvMatrAXPY3_64f( lh, l-1, hv+1, lduT, uT+1, h );
420 for( j = 1; j < lh; j++ )
442 int lh = nv - i; local
453 icvMatrAXPY3_64f( lh, l-1, hv+1, ldvT, vT+1, h );
463 for( j = 1; j < lh; j++ )
795 int lh = nu - i; local
807 icvMatrAXPY3_32f( lh, l-1, hv+1, lduT, uT+1, h );
817 for( j = 1; j < lh; j++ )
839 int lh local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXString.java214 * @param lh A non-null reference to a LexicalHandler.
218 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
224 lh.comment(str.toCharArray(), 0, str.length());
H A DXStringForFSB.java192 * @param lh A non-null reference to a LexicalHandler.
196 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
199 fsb().sendSAXComment(lh, m_start, m_length);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1160 const Length& lh = inherited->line_height; local
1166 if (multiplier > 1 && lh.isFixed())
1167 return Length(TextAutosizer::computeAutosizedFontSize(lh.value(), multiplier), Fixed);
1169 return lh;
1176 const Length& lh = lineHeight(); local
1179 if (lh.isNegative())
1182 if (lh.isPercent())
1183 return minimumValueForLength(lh, fontSize());
1185 return lh.value();
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s46 lh $4, 0($3)
73 # CHECK-NEXT: lh $4, 0($3)
/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp21 static int ConvexHullOverlaps(const SkOpAngle& lh, const SkOpAngle& rh) { argument
22 return lh.convexHullOverlaps(rh);
25 static int EndsIntersect(const SkOpAngle& lh, const SkOpAngle& rh) { argument
26 return lh.endsIntersect(rh);
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp21 static int ConvexHullOverlaps(const SkOpAngle& lh, const SkOpAngle& rh) { argument
22 return lh.convexHullOverlaps(rh);
25 static int EndsIntersect(const SkOpAngle& lh, const SkOpAngle& rh) { argument
26 return lh.endsIntersect(rh);
/external/llvm/test/MC/Mips/mips1/
H A Dvalid.s43 lh $11,-8556($s5)
/external/valgrind/main/none/tests/amd64/
H A Dgen_insn_test.pl234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
509 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
/external/valgrind/main/none/tests/x86/
H A Dgen_insn_test.pl211 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
486 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
/external/llvm/test/MC/Mips/mips2/
H A Dvalid.s50 lh $11,-8556($s5)
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s56 lh $11,-8556($s5)
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s64 lh $11,-8556($s5)
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-mips64.cc505 // lh with positive data.
506 __ lh(a5, MemOperand(a0, OFFSET_OF(T, ui)) );
509 // lh with negative data.
510 __ lh(a6, MemOperand(a0, OFFSET_OF(T, si)) );
1334 // lh with positive data.
1335 __ lh(a5, MemOperand(a0, OFFSET_OF(T, ui)));
1338 // lh with negative data.
1339 __ lh(a6, MemOperand(a0, OFFSET_OF(T, si)));
/external/qemu/distrib/
H A Dpackage-release.sh554 ls -lh "$PKG_DIR"/$PKG_PREFIX-$PKG_REVISION*

Completed in 1414 milliseconds

1234