HomeSort by relevance Sort by last modified time
    Searched refs:Second (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/llvm/lib/Transforms/Utils/
Local.cpp 531 static bool CanMergeValues(Value *First, Value *Second) {
532 return First == Second || isa<UndefValue>(First) || isa<UndefValue>(Second);
614 IncomingValues.find(BB)->second == OldVal) &&
622 if (It != IncomingValues.end()) return It->second;
662 PN->setIncomingValue(i, It->second);
    [all...]
  /external/openfst/src/include/fst/
lookahead-matcher.h 644 data->First() : data->Second());
659 data->First() : data->Second());
688 LabelReachable<A> reachable(data->Second());
matcher-fst.h 154 return match_type == MATCH_INPUT ? data->First() : data->Second();
  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict16x16_neon.asm 170 ;Second pass: 16x16
297 ;Second pass: 16x16
vp8_subpixelvariance16x16_neon.asm 178 ;Second pass: 16x16
309 ;Second pass: 16x16
bilinearpredict8x8_neon.asm 97 ;Second pass: 8x8
vp8_subpixelvariance8x8_neon.asm 100 ;Second pass: 8x8
sixtappredict16x16_neon.asm 198 ;Second pass: 16x16
199 ;secondpass_filter - do first 8-columns and then second 8-columns
391 ;Second pass: 16x16
sixtappredict8x4_neon.asm 234 ;Second pass: 8x4
399 ;Second pass: 8x4
sixtappredict8x8_neon.asm 261 ;Second pass: 8x8
462 ;Second pass: 8x8
sixtappredict4x4_neon.asm 216 ;Second pass: 4x4
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_table.js 671 * @param {Entry} b Second entry.
682 * @param {Entry} b Second entry.
705 * @param {Entry} b Second entry.
723 * @param {Entry} b Second entry.
  /external/chromium_org/chrome/renderer/resources/extensions/
test_custom_bindings.js 66 'Second call:\n' +
  /system/extras/tests/bionic/libc/
Android.mk 138 # Second, the Bionic-specific tests
  /external/clang/lib/Sema/
TreeTransform.h 383 return Known->second;
    [all...]
SemaStmt.cpp 484 // FIXME: Introduce a second, default-ignored warning for this case?
504 // FIXME: Introduce a second, default-ignored warning for this case?
535 lhs.second->getCaseLoc().getRawEncoding()
536 < rhs.second->getCaseLoc().getRawEncoding())
833 Expr *PrevCase = CaseVals[i-1].second->getLHS()->IgnoreParenCasts();
834 Expr *CurrCase = CaseVals[i].second->getLHS()->IgnoreParenCasts();
845 Diag(CaseVals[i].second->getLHS()->getLocStart(),
849 Diag(CaseVals[i].second->getLHS()->getLocStart(),
855 Diag(CaseVals[i-1].second->getLHS()->getLocStart(),
875 CaseStmt *CR = CaseRanges[i].second;
    [all...]
SemaExprCXX.cpp 148 // The second case from the C++03 rules quoted further above.
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-sourceinfo.js 147 // Test second position.
201 // Test second line offset function a().
206 // Test second line column 2 offset function a().
216 // Test second line offset function b().
221 // Test second line column 11 offset function b().
226 // Test second line column 12 offset function b. Second line in b is 11 long
  /external/v8/test/mjsunit/
debug-sourceinfo.js 147 // Test second position.
201 // Test second line offset function a().
206 // Test second line column 2 offset function a().
216 // Test second line offset function b().
221 // Test second line column 11 offset function b().
226 // Test second line column 12 offset function b. Second line in b is 11 long
  /external/clang/lib/Driver/
ToolChains.cpp 422 StringRef first, second; local
424 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
425 if (second != "")
426 iOSTarget = second.substr(0,3);
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 39 bool Parser::areTokensAdjacent(const Token &First, const Token &Second) {
43 return FirstEnd == SM.getSpellingLoc(Second.getLocation());
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 240 if(!(it->second.flags_ & PERFORMANCE)) continue;
241 it->second.Run();
246 if(!(it->second.flags_ & RACE_DEMO)) continue;
247 it->second.Run();
264 if(it->second.flags_ & EXCLUDE_FROM_ALL) continue;
265 if(it->second.flags_ & RACE_DEMO) continue;
266 if((it->second.flags_ & NEEDS_ANNOTATIONS)
268 it->second.Run();
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 192 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second)
194 CommentBeginDecomp.second)) {
226 StringRef Text(Buffer + CommentEndDecomp.second,
227 DeclLocDecomp.second - CommentEndDecomp.second);
320 const RawCommentAndCacheFlags &Raw = Pos->second;
338 const RawCommentAndCacheFlags &Raw = Pos->second;
435 comments::FullComment *FC = Pos->second;
439 return Pos->second;
746 for (unsigned J = 0, N = I->second.size(); J != N; ++J
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_altivec.asm 210 ;# just skip to the second pass.
251 ;# if the second filter is not null then need to back off by 2*pitch
271 ;# if the second filter is not null then need to back off by 2*pitch
401 ;# just skip to the second pass.
441 ;# if the second filter is not null then need to back off by 2*pitch
461 ;# if the second filter is not null then need to back off by 2*pitch
573 ;# just skip to the second pass.
621 ;# if the second filter is not null then need to back off by 2*pitch
641 ;# if the second filter is not null then need to back off by 2*pitch
765 ;# Two pass filtering. First pass is Horizontal edges, second pass is vertica
    [all...]

Completed in 824 milliseconds

1 23 4