HomeSort by relevance Sort by last modified time
    Searched defs:MS (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGen/
2007-04-05-UnPackedStruct.c 15 struct MyStruct MS = { tB, 0 };
2007-04-05-PackedStruct.c 17 struct MyStruct MS = { tB, 0 };
  /cts/libs/commonutil/src/com/android/cts/util/
ResultUnit.java 27 MS,
  /packages/apps/Gallery2/jni/filters/
saturated.c 29 float MS = 1.0f - S;
30 float Rt = Rf * MS;
31 float Gt = Gf * MS;
32 float Bt = Bf * MS;
vibrance.c 31 float MS = 1.0f - S;
32 float Rt = Rf * MS;
33 float Gt = Gf * MS;
34 float Bt = Bf * MS;
44 MS = 1.0f - S;
45 Rt = Rf * MS;
46 Gt = Gf * MS;
47 Bt = Bf * MS;
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 830 const Function *MS = CS.getCalledFunction();
831 FunctionType *MemsetType = MS->getFunctionType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
RegionStore.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/eigen/blas/testing/
cblat2.f 435 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
562 MS = M
616 ISAME( 2 ) = MS.EQ.M
    [all...]
cblat3.f 403 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
516 MS = M
557 ISAME( 3 ) = MS.EQ.M
687 $ LDA, LDAS, LDB, LDBS, LDC, LDCS, M, MS, N, NA,
788 MS = M
832 ISAME( 3 ) = MS.EQ.M
    [all...]
dblat2.f 425 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
552 MS = M
606 ISAME( 2 ) = MS.EQ.M
    [all...]
dblat3.f 389 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
502 MS = M
543 ISAME( 3 ) = MS.EQ.M
669 $ LDA, LDAS, LDB, LDBS, LDC, LDCS, M, MS, N, NA,
770 MS = M
809 ISAME( 3 ) = MS.EQ.M
    [all...]
sblat2.f 425 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
552 MS = M
606 ISAME( 2 ) = MS.EQ.M
    [all...]
sblat3.f 389 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
502 MS = M
543 ISAME( 3 ) = MS.EQ.M
669 $ LDA, LDAS, LDB, LDBS, LDC, LDCS, M, MS, N, NA,
770 MS = M
809 ISAME( 3 ) = MS.EQ.M
    [all...]
zblat2.f 437 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK,
564 MS = M
618 ISAME( 2 ) = MS.EQ.M
    [all...]
zblat3.f 404 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
517 MS = M
558 ISAME( 3 ) = MS.EQ.M
688 $ LDA, LDAS, LDB, LDBS, LDC, LDCS, M, MS, N, NA,
789 MS = M
833 ISAME( 3 ) = MS.EQ.M
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 423 MemorySanitizer &MS;
443 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS)
444 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) {
445 bool SanitizeFunction = !MS.BL->isIn(F) && F.getAttributes().hasAttribute(
476 if (MS.TrackOrigins) {
495 MS.OriginStoreWeights);
517 MS.ColdCallWeights);
520 if (MS.TrackOrigins)
    [all...]
  /external/qemu/
i386-dis.c 439 #define MS { OP_MS, v_mode }
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 4918 milliseconds