HomeSort by relevance Sort by last modified time
    Searched refs:i1 (Results 451 - 475 of 578) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/VEX/priv/
host_arm_defs.h 974 extern void genSpill_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
976 extern void genReload_ARM ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_ppc_defs.h 855 extern void genSpill_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
857 extern void genReload_PPC ( /*OUT*/HInstr** i1, /*OUT*/HInstr** i2,
host_x86_defs.c     [all...]
host_ppc_defs.c     [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 870 static Bool eq_Invar ( Invar* i1, Invar* i2 )
872 tl_assert(i1->tag != Inv_Unset);
874 if (i1->tag != i2->tag)
876 switch (i1->tag) {
880 return i1->Inv.Stack0.addr == i2->Inv.Stack0.addr
881 && i1->Inv.Stack0.szB == i2->Inv.Stack0.szB;
883 return i1->Inv.StackN.nd == i2->Inv.StackN.nd;
885 return i1->Inv.Global.nd == i2->Inv.Global.nd;
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedListTest.java 354 ListIterator i1 = ll.listIterator(); local
377 elm = i1.next();
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 232 * RUN: grep {@const_icmp = global i1 icmp sle } < %t.ll
233 * RUN: grep {@const_fcmp = global i1 fcmp ole } < %t.ll
779 let i1 = build_add (param f 0) (param f 1) "One" b in var
782 insist (Before i1 = instr_begin bb);
783 insist (Before i2 = instr_succ i1);
787 insist (After i1 = instr_pred i2);
788 insist (At_start bb = instr_pred i1);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
avxintrin.h 913 _mm256_set_epi32(int i0, int i1, int i2, int i3,
916 return (__m256i)(__v8si){ i7, i6, i5, i4, i3, i2, i1, i0 };
968 _mm256_setr_epi32(int i0, int i1, int i2, int i3,
971 return (__m256i)(__v8si){ i0, i1, i2, i3, i4, i5, i6, i7 };
    [all...]
emmintrin.h 1086 _mm_set_epi32(int i3, int i2, int i1, int i0)
1088 return (__m128i)(__v4si){ i0, i1, i2, i3};
1140 _mm_setr_epi32(int i0, int i1, int i2, int i3)
1142 return (__m128i)(__v4si){ i0, i1, i2, i3};
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 659 unsigned i1 = I.getData(); local
663 else if (*i2 != i1) // variable exists, but has different definition
688 unsigned i1 = I.getData(); local
689 VarDefinition *VDef = &VarDefinitions[i1];
693 if (!i2 || (*i2 != i1))
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 168 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
183 case MVT::i1:
241 case MVT::i1: {
248 // FALLTHROUGH, handling i1 as i8.
292 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
777 if (SrcVT != MVT::i1 && SrcVT != MVT::i8 && SrcVT != MVT::i16)
785 if (SrcVT == MVT::i1) {
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 476 int i1 = i < sample_count ? i : i - sample_count; local
477 CvSVMKernelRow* row = rows + i1;
506 kernel->calc( sample_count, var_count, samples, samples[i1], row->data );
1742 int i1 = cvRandInt( &rng ) % sample_count; local
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 210 float FastMarching_solve(int i1,int j1,int i2,int j2, const CvMat* f, const CvMat* t)
213 a11=CV_MAT_ELEM(*t,float,i1,j1);
217 if( CV_MAT_ELEM(*f,uchar,i1,j1) != INSIDE )
    [all...]
cvimgwarp.cpp 1847 unsigned i0, i1; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 840 ANTLR3_UINT32 i1; local
851 if ((i1=hash&0xf0000000) != 0)
853 hash = hash ^ (i1 >> 24);
854 hash = hash ^ i1;
    [all...]
  /external/clang/lib/Headers/
avxintrin.h 923 _mm256_set_epi32(int i0, int i1, int i2, int i3,
926 return (__m256i)(__v8si){ i7, i6, i5, i4, i3, i2, i1, i0 };
978 _mm256_setr_epi32(int i0, int i1, int i2, int i3,
981 return (__m256i)(__v8si){ i0, i1, i2, i3, i4, i5, i6, i7 };
    [all...]
emmintrin.h 1091 _mm_set_epi32(int i3, int i2, int i1, int i0)
1093 return (__m128i)(__v4si){ i0, i1, i2, i3};
1145 _mm_setr_epi32(int i0, int i1, int i2, int i3)
1147 return (__m128i)(__v4si){ i0, i1, i2, i3};
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 513 for (SmallVector<Qualifiers, 8>::reverse_iterator i1 = cv1.rbegin(),
515 i1 != cv1.rend(); ++i1, ++i2) {
517 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
    [all...]
  /external/kernel-headers/original/linux/
msdos_fs.h 432 extern int fat_flush_inodes(struct super_block *sb, struct inode *i1,
  /external/linux-tools-perf/util/
probe-finder.c 59 int i1 = strlen(s1); local
61 while (--i1 >= 0 && --i2 >= 0) {
62 if (s1[i1] != s2[i2])
63 return s1[i1] - s2[i2];
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 133 if (VT == MVT::i1 || VT == MVT::i8 || VT == MVT::i16)
350 // MVT::i1 is special. Allow AND, OR, or XOR because they
352 if (VT == MVT::i1 &&
890 // allow i1 because it's easy.
895 if (!TLI.isTypeLegal(VT) && VT != MVT::i1)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 86 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
87 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
88 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
140 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 734 for (int i1 = 0; i1 < big_face[element[1]].m_seqRects->total && i1 < nElements; i1++)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 1126 u32 i1; member in struct:dsp_magic_snoop_task

Completed in 1052 milliseconds

<<11121314151617181920>>