Searched defs:temp1 (Results 26 - 43 of 43) sorted by relevance

12

/external/opencv/cv/include/
H A Dcvtypes.h288 float* Temp1; /* temp1->data.fl */
308 CvMat* temp1; /* temporary matrices */ member in struct:CvKalman
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s257 LDD -16(%sp),m1_0 ; m1 = temp1
1008 temp1 .reg %r20 ; only reg label
1036 EXTRD,U temp2,32,33,temp1 ; temp1 = m&Mask >> 32-1
1038 ADD,L ht,temp1,ht ; ht += temp1
1068 EXTRD,U m,31,32,temp1 ; m >> 32
1070 ADD,L ht,temp1,ht ; ht+= m>>32
1328 EXTRD,U m,31,32,temp1 ; m >> 32
1330 ADD,L ht,temp1,h
[all...]
/external/skia/src/gpu/
H A DSkGpuDevice.cpp703 GrTexture* temp1, GrTexture* temp2,
711 context->setRenderTarget(temp1->asRenderTarget());
718 texture = temp1;
769 // temp1 and temp2 are used for allocation of intermediate textures.
771 // value will be either temp1 or temp2.
773 // results, and the return value will either be temp1 or srcTexture.
775 GrAutoScratchTexture* temp1,
804 temp1->set(context, desc);
807 GrTexture* dstTexture = temp1->texture();
973 GrAutoScratchTexture temp1, temp local
701 applyMorphology(GrContext* context, GrTexture* texture, const GrRect& srcRect, GrTexture* temp1, GrTexture* temp2, GrSamplerState::Filter filter, SkISize radius) argument
774 gaussianBlur(GrContext* context, GrTexture* srcTexture, GrAutoScratchTexture* temp1, GrAutoScratchTexture* temp2, const SkRect& rect, float sigmaX, float sigmaY) argument
1518 GrAutoScratchTexture temp1, temp2; local
[all...]
/external/v8/src/arm/
H A Dlithium-arm.cc1669 LOperand* temp1 = TempRegister(); local
1675 temp1,
1685 LOperand* temp1 = TempRegister(); local
1691 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1697 LOperand* temp1 = TempRegister(); local
1699 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
1737 LOperand* temp1 = TempRegister(); local
1739 LInstruction* result = new(zone()) LCheckPrototypeMaps(temp1, temp2);
H A Dlithium-arm.h558 LOperand* temp1,
563 temps_[0] = temp1;
1579 LNumberTagD(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
1581 temps_[0] = temp1;
1592 LDoubleToI(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
1594 temps_[0] = temp1;
1609 LOperand* temp1,
1613 temps_[0] = temp1;
1905 LCheckPrototypeMaps(LOperand* temp1, LOperand* temp2) { argument
1906 temps_[0] = temp1;
556 LModI(LOperand* left, LOperand* right, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
1608 LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
1978 LAllocateObject(LOperand* temp1, LOperand* temp2) argument
[all...]
H A Dlithium-codegen-arm.cc1859 Register temp1,
1870 __ ldr(temp1, FieldMemOperand(input, HeapObject::kMapOffset));
1872 __ ldrb(temp2, FieldMemOperand(temp1, Map::kBitFieldOffset));
1877 __ ldrb(temp2, FieldMemOperand(temp1, Map::kInstanceTypeOffset));
1887 Register temp1 = ToRegister(instr->TempAt(0)); local
1895 EmitIsObject(reg, temp1, false_label, true_label);
1902 Register temp1,
1905 __ CompareObjectType(input, temp1, temp1, FIRST_NONSTRING_TYPE);
1913 Register temp1 local
1858 EmitIsObject(Register input, Register temp1, Label* is_not_object, Label* is_object) argument
1901 EmitIsString(Register input, Register temp1, Label* is_not_string) argument
3987 Register temp1 = ToRegister(instr->TempAt(0)); local
4405 Register temp1 = ToRegister(instr->TempAt(0)); local
4892 Register temp1 = ToRegister(instr->TempAt(0)); local
4901 EmitIsConstructCall(Register temp1, Register temp2) argument
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc1670 LOperand* temp1 = TempRegister(); local
1676 temp1,
1686 LOperand* temp1 = TempRegister(); local
1692 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1698 LOperand* temp1 = TempRegister(); local
1700 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
1738 LOperand* temp1 = TempRegister(); local
1740 LInstruction* result = new(zone()) LCheckPrototypeMaps(temp1, temp2);
H A Dlithium-mips.h557 LOperand* temp1,
562 temps_[0] = temp1;
1559 LNumberTagD(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
1561 temps_[0] = temp1;
1572 LDoubleToI(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
1574 temps_[0] = temp1;
1589 LOperand* temp1,
1593 temps_[0] = temp1;
1885 LCheckPrototypeMaps(LOperand* temp1, LOperand* temp2) { argument
1886 temps_[0] = temp1;
555 LModI(LOperand* left, LOperand* right, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
1588 LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
1958 LAllocateObject(LOperand* temp1, LOperand* temp2) argument
[all...]
H A Dlithium-codegen-mips.cc1719 Register temp1,
1729 __ lw(temp1, FieldMemOperand(input, HeapObject::kMapOffset));
1731 __ lbu(temp2, FieldMemOperand(temp1, Map::kBitFieldOffset));
1736 __ lbu(temp2, FieldMemOperand(temp1, Map::kInstanceTypeOffset));
1746 Register temp1 = ToRegister(instr->TempAt(0)); local
1755 EmitIsObject(reg, temp1, temp2, false_label, true_label);
1763 Register temp1,
1766 __ GetObjectType(input, temp1, temp1);
1774 Register temp1 local
1718 EmitIsObject(Register input, Register temp1, Register temp2, Label* is_not_object, Label* is_object) argument
1762 EmitIsString(Register input, Register temp1, Label* is_not_string) argument
3897 Register temp1 = ToRegister(instr->TempAt(0)); local
4300 Register temp1 = ToRegister(instr->TempAt(0)); local
4827 Register temp1 = ToRegister(instr->TempAt(0)); local
4838 EmitIsConstructCall(Register temp1, Register temp2) argument
[all...]
/external/libnfc-nxp/src/
H A DphDnldNfc.c837 uint32_t temp1; local
842 temp1 = ( crc>> 8 ) & 0x00FFFFFFL;
844 crc = temp1 ^ temp2;
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1673 Register temp1,
1681 __ mov(temp1, FieldOperand(input, HeapObject::kMapOffset));
1683 __ test_b(FieldOperand(temp1, Map::kBitFieldOffset),
1687 __ movzx_b(temp1, FieldOperand(temp1, Map::kInstanceTypeOffset));
1688 __ cmp(temp1, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE);
1690 __ cmp(temp1, LAST_NONCALLABLE_SPEC_OBJECT_TYPE);
1711 Register temp1,
1715 Condition cond = masm_->IsObjectStringType(input, temp1, temp1);
1672 EmitIsObject(Register input, Register temp1, Label* is_not_object, Label* is_object) argument
1710 EmitIsString(Register input, Register temp1, Label* is_not_string) argument
[all...]
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc1683 Register temp1,
1686 Condition cond = masm_->IsObjectStringType(input, temp1, temp1);
1682 EmitIsString(Register input, Register temp1, Label* is_not_string) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c85421 Hash temp1; local
110438 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); local
110446 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-4].minor.yy0); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c85432 Hash temp1; local
110449 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); local
110457 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-4].minor.yy0); local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1046 milliseconds

12