HomeSort by relevance Sort by last modified time
    Searched refs:cl (Results 401 - 425 of 1031) sorted by null

<<11121314151617181920>>

  /external/libffi/testsuite/libffi.call/
cls_18byte.c 51 static ffi_closure cl; local
62 pcl = &cl;
cls_19byte.c 54 static ffi_closure cl; local
65 pcl = &cl;
cls_20byte.c 47 static ffi_closure cl; local
58 pcl = &cl;
cls_20byte1.c 49 static ffi_closure cl; local
60 pcl = &cl;
cls_3_1byte.c 51 static ffi_closure cl; local
62 pcl = &cl;
cls_4_1byte.c 53 static ffi_closure cl; local
64 pcl = &cl;
cls_5_1_byte.c 55 static ffi_closure cl; local
66 pcl = &cl;
cls_5byte.c 50 static ffi_closure cl; local
61 pcl = &cl;
cls_6byte.c 53 static ffi_closure cl; local
64 pcl = &cl;
cls_7byte.c 52 static ffi_closure cl; local
63 pcl = &cl;
cls_align_double.c 49 static ffi_closure cl; local
60 pcl = &cl;
cls_align_float.c 47 static ffi_closure cl; local
58 pcl = &cl;
cls_align_longdouble.c 48 static ffi_closure cl; local
59 pcl = &cl;
cls_align_pointer.c 49 static ffi_closure cl; local
60 pcl = &cl;
cls_align_sint16.c 47 static ffi_closure cl; local
58 pcl = &cl;
cls_align_sint32.c 47 static ffi_closure cl; local
58 pcl = &cl;
cls_align_sint64.c 47 static ffi_closure cl; local
58 pcl = &cl;
cls_align_uint16.c 47 static ffi_closure cl; local
58 pcl = &cl;
cls_align_uint32.c 47 static ffi_closure cl; local
58 pcl = &cl;
cls_align_uint64.c 48 static ffi_closure cl; local
59 pcl = &cl;
problem1.c 49 static ffi_closure cl; local
58 pcl = &cl;
  /external/libvpx/libvpx/vp8/common/x86/
iwalsh_mmx.asm 48 paddw mm0, mm1 ;dl + cl
49 psubw mm5, mm1 ;dl - cl
90 paddw mm0, mm4 ;dl + cl
91 psubw mm5, mm4 ;dl - cl
  /external/llvm/lib/Support/
Statistic.cpp 42 static cl::opt<bool>
45 cl::desc("Enable statistics output from program (available with Asserts)"));
  /external/llvm/tools/macho-dump/
macho-dump.cpp 27 static cl::opt<std::string>
28 InputFile(cl::Positional, cl::desc("<input file>"), cl::init("-"));
30 static cl::opt<bool>
31 ShowSectionData("dump-section-data", cl::desc("Dump the contents of sections"),
32 cl::init(false));
388 cl::ParseCommandLineOptions(argc, argv, "llvm Mach-O dumping tool\n");
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectStreamFieldTest.java 51 public MyObjectStreamField(String name, Class<?> cl) {
52 super(name, cl);

Completed in 223 milliseconds

<<11121314151617181920>>