HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 1 - 25 of 365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
return_ll.c 9 static long long return_ll(long long ll)
11 return ll;
20 long long ll; local
23 values[0] = ≪
29 for (ll = 0LL; ll < 100LL; ll++)
32 CHECK(rlonglong == ll);
    [all...]
  /external/clang/test/CodeGen/
2002-02-18-64bitConstant.c 8 long long Var = 123455678902ll;
arm-vaarg-align.c 17 long long ll = __builtin_va_arg(ap, long long); local
19 return ll;
30 double ll = __builtin_va_arg(ap, double); local
32 return ll;
  /external/openssl/crypto/des/
ecb3_enc.c 67 DES_LONG ll[2]; local
73 ll[0]=l0;
74 ll[1]=l1;
76 DES_encrypt3(ll,ks1,ks2,ks3);
78 DES_decrypt3(ll,ks1,ks2,ks3);
79 l0=ll[0];
80 l1=ll[1];
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedListTest.java 34 LinkedList ll; field in class:LinkedListTest
43 new Support_ListTest("", ll).runTest();
56 assertTrue("Incorrect LinkedList constructed", new LinkedList(ll)
57 .equals(ll));
73 ll.add(50, o = "Test");
74 assertTrue("Failed to add Object>: " + ll.get(50).toString(), ll
77 ll.get(51) == objArray[50] && (ll.get(52) == objArray[51]));
78 ll.add(50, null)
    [all...]
  /external/llvm/test/Analysis/BasicAA/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/BlockFrequencyInfo/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/CallGraph/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/Dominators/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/GlobalsModRef/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/LoopDependenceAnalysis/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/LoopInfo/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/PostDominators/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/Profiling/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/RegionInfo/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Analysis/ScalarEvolution/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Archive/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Assembler/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/Bitcode/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/BugPoint/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
  /external/llvm/test/CodeGen/Alpha/
dg.exp 4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
  /external/llvm/test/CodeGen/Generic/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
  /external/llvm/test/DebugInfo/X86/
dg.exp 4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
  /external/llvm/test/DebugInfo/
dg.exp 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]

Completed in 128 milliseconds

1 2 3 4 5 6 7 8 91011>>