/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_glfuncs.h | 90 SDL_PROC_UNUSED(void,glEvalMesh1,(GLenum mode, GLint i1, GLint i2)) 91 SDL_PROC_UNUSED(void,glEvalMesh2,(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2))
|
/external/valgrind/main/VEX/priv/ |
host_amd64_defs.c | [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMRelocator.cpp | 759 ARMRelocator::DWord i1 = j1 ^ s? 0: 1, local 763 // 0 s i1 i2 u l 0 764 return helper_sign_extend((s << 24) | (i1 << 23) | (i2 << 22) | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/external/opencv/cv/src/ |
cvcalibration.cpp | 318 int i1 = i / N, i2 = i % N; local 328 dcda[i1*L + j] = b[j*bstep]; 334 const float* a = (const float*)(A->data.ptr + A->step*i1); 347 int i1 = i / N, i2 = i % N; local 357 dcda[i1*L + j] = b[j*bstep]; 363 const double* a = (const double*)(A->data.ptr + A->step*i1); [all...] |
cvfilter.cpp | 255 int i1, i2, di; local 261 i1 = border_tab_sz1 - pix_sz; 268 i1 = border_tab_sz1; 279 for( i = i1; i != i2; i += di ) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorTypes.cpp | 273 Cond, DAG.getValueType(MVT::i1)); 310 return DAG.getNode(ISD::SETCC, DL, MVT::i1, LHS, RHS, N->getOperand(2)); 337 SDValue Res = DAG.getNode(ISD::SETCC, DL, MVT::i1, LHS, RHS, [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 538 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size(); local 539 while (i1 != e1 && i2 != e2) { 540 if ((*V1)[i1].Value == (*V2)[i2].Value) 542 if ((*V1)[i1].Value < (*V2)[i2].Value) 543 ++i1; [all...] |
/external/llvm/lib/Target/R600/ |
R600ISelLowering.cpp | 63 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i1, Custom); 70 setOperationAction(ISD::FP_TO_UINT, MVT::i1, Custom); 773 MVT::i1, [all...] |
AMDILISelLowering.cpp | 194 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Custom);
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 129 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); 130 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); 131 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 152 static u32 InnerBoundaryStrength(mbStorage_t *mb1, u32 i1, u32 i2); 156 u32 i1, u32 i2); 158 static u32 InnerBoundaryStrength2(mbStorage_t *mb1, u32 i1, u32 i2); [all...] |
/art/compiler/dex/quick/arm/ |
assemble_arm.cc | 1365 uint32_t i1 = (operand >> 22) & 0x1; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 917 static void assertEqual(UCollationElements *i1, UCollationElements *i2) 925 c1 = ucol_next(i1, &status); [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
IterablesTest.java | [all...] |
IteratorsTest.java | [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 917 static void assertEqual(UCollationElements *i1, UCollationElements *i2) 925 c1 = ucol_next(i1, &status); [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 292 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); 312 setOperationAction(ISD::UINT_TO_FP , MVT::i1 , Promote); 328 // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have 330 setOperationAction(ISD::SINT_TO_FP , MVT::i1 , Promote); 353 // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have 355 setOperationAction(ISD::FP_TO_SINT , MVT::i1 , Promote); 369 setOperationAction(ISD::FP_TO_UINT , MVT::i1 , Promote); 446 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand); 509 setOperationAction(ISD::SELECT , MVT::i1 , Promote); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 211 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Custom);
|
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | [all...] |
/external/elfutils/tests/ |
run-allregs.sh | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 181 // We have native instructions for i8, i16 and i32 extensions, but not i1. 182 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); 183 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote); 184 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote); 185 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); [all...] |
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 115 TEST(APIntTest, i1) {
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 211 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Custom);
|