Searched refs:temp2 (Results 126 - 150 of 210) sorted by relevance

123456789

/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c530 char temp2[20]; local
558 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale));
559 if (strcmp(temp2, rawData2[LCID][i]) != 0) {
560 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
3111 char temp2[40], temp3[40]; local
3119 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3127 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3137 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeo
[all...]
H A Dcnumtst.c140 UChar temp2[512]; local
372 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
382 if (u_strcmp(temp2, temp)==0) {
564 unum_getSymbol(cur_frpattern, symType, temp2, sizeof(temp2), &status);
565 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0)
1221 char temp2[128]; local
1247 log_err("FAIL: Error in unum_formatDouble result %s instead of %s\n", u_austrcpy(temp1, result), u_austrcpy(temp2, expected) );
1964 char temp2[256]; local
2017 log_data_err("Result from cloned formatter not identical to the original. Original: %s Cloned: %s - (Are you missing data?)",u_austrcpy(temp1, buffer),u_austrcpy(temp2,buffer_clone
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc1555 Register temp2 = ToRegister(instr->temp2()); local
1575 __ Allocate(size, result, temp1, temp2, deferred->entry(), flags);
1582 __ Allocate(size.X(), result, temp1, temp2, deferred->entry(), flags);
1589 Register filler = temp2;
1927 DCHECK((instr->temp1() != NULL) && (instr->temp2() != NULL));
1929 scratch = ToRegister(instr->temp2());
2369 Register scratch2 = ToRegister(instr->temp2());
2646 Register temp2 = x11; local
2664 __ Ldr(temp2, FieldMemOperan
3203 Register temp2 = ToRegister(instr->temp2()); local
3755 Register temp2 = ToRegister(instr->temp2()); local
3864 Register temp2 = ToRegister(instr->temp2()); local
3869 temp1, temp2, temp3); local
4556 Register temp2 = ToRegister(instr->temp2()); local
4570 DoDeferredNumberTagU(LInstruction* instr, LOperand* value, LOperand* temp1, LOperand* temp2) argument
5586 DoDeferredTaggedToI(LTaggedToI* instr, LOperand* value, LOperand* temp1, LOperand* temp2) argument
5773 Register temp2 = ToRegister(instr->temp2()); local
[all...]
H A Dlithium-arm64.cc894 LOperand* temp2 = TempRegister(); local
896 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2, temp3);
1006 LOperand* temp2 = needs_temps ? TempRegister() : NULL; local
1012 return new(zone()) LBranch(UseRegister(value), temp1, temp2);
1015 new(zone()) LBranch(UseRegister(value), temp1, temp2));
1130 LOperand* temp2 = instr->CanTruncateToInt32() local
1133 DefineAsRegister(new(zone()) LTaggedToI(value, temp1, temp2));
1143 LOperand* temp2 = TempRegister(); local
1144 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1598 LOperand* temp2 local
2548 LOperand* temp2 = TempRegister(); local
2571 LOperand* temp2 = TempRegister(); local
2588 LOperand* temp2 = TempRegister(); local
2606 LOperand* temp2 = TempRegister(); local
[all...]
H A Dlithium-codegen-arm64.h134 LOperand* temp2);
138 LOperand* temp2);
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h663 LOperand* temp2) {
667 temps_[1] = temp2;
673 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
723 LOperand* temp2) {
727 temps_[1] = temp2;
733 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
784 LOperand* temp2,
789 temps_[1] = temp2;
796 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
945 LOperand* temp2) {
660 LModByConstI(LOperand* dividend, int32_t divisor, LOperand* temp1, LOperand* temp2) argument
720 LDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp1, LOperand* temp2) argument
781 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
943 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) argument
954 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
1179 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) argument
1187 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h936 LOperand* temp2) {
939 temps_[1] = temp2;
946 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
2015 LNumberTagU(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
2018 temps_[1] = temp2;
2023 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
2031 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) { argument
2034 temps_[1] = temp2;
2039 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
2082 LOperand* temp2) {
933 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, LOperand* temp2) argument
2080 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) argument
2090 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
2472 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, LOperand* temp2) argument
2485 LOperand* temp2() { return temps_[1]; } function in class:v8::internal::FINAL
[all...]
H A Dlithium-codegen-mips64.cc2374 Register temp2,
2379 __ LoadRoot(temp2, Heap::kNullValueRootIndex);
2380 __ Branch(is_object, eq, input, Operand(temp2));
2385 __ lbu(temp2, FieldMemOperand(temp1, Map::kBitFieldOffset));
2386 __ And(temp2, temp2, Operand(1 << Map::kIsUndetectable));
2387 __ Branch(is_not_object, ne, temp2, Operand(zero_reg));
2390 __ lbu(temp2, FieldMemOperand(temp1, Map::kInstanceTypeOffset));
2392 lt, temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2401 Register temp2 local
2372 EmitIsObject(Register input, Register temp1, Register temp2, Label* is_not_object, Label* is_object) argument
2555 EmitClassOfTest(Label* is_true, Label* is_false, Handle<String>class_name, Register input, Register temp, Register temp2) argument
2622 Register temp2 = ToRegister(instr->temp()); local
3917 Register temp2 = ToRegister(instr->temp2()); local
3921 temp1, temp2, scratch0()); local
4705 DoDeferredNumberTagIU(LInstruction* instr, LOperand* value, LOperand* temp1, LOperand* temp2, IntegerSignedness signedness) argument
4785 Register temp2 = ToRegister(instr->temp2()); local
5651 EmitIsConstructCall(Register temp1, Register temp2) argument
[all...]
/external/libhevc/common/x86/
H A Dihevc_32x32_itrans_recon_sse42_intr.c199 __m128i temp1, temp2, temp3, temp4; local
743 temp2 = m_temp_reg_34;
880 m_temp_reg_34 = _mm_add_epi32(temp2, m_temp_reg_30);
881 m_temp_reg_35 = _mm_sub_epi32(temp2, m_temp_reg_30);
1244 temp2 = _mm_add_epi32(m_temp_reg_34, m_temp_reg_31);
1467 m_temp_reg_34 = _mm_add_epi32(temp2, m_temp_reg_30);
1468 m_temp_reg_35 = _mm_sub_epi32(temp2, m_temp_reg_30);
2887 temp2 = _mm_unpacklo_epi16(m_temp_reg_82, m_temp_reg_83); //row 21 and row 23 interleaved
2905 m_temp_reg_41 = _mm_madd_epi16(temp2, m_coeff6);
2962 m_temp_reg_41 = _mm_madd_epi16(temp2, m_coeff
[all...]
H A Dihevc_itrans_recon_32x32_ssse3_intr.c207 __m128i temp1, temp2, temp3, temp4; local
754 temp2 = m_temp_reg_34;
890 m_temp_reg_34 = _mm_add_epi32(temp2, m_temp_reg_30);
891 m_temp_reg_35 = _mm_sub_epi32(temp2, m_temp_reg_30);
1255 temp2 = _mm_add_epi32(m_temp_reg_34, m_temp_reg_31);
1477 m_temp_reg_34 = _mm_add_epi32(temp2, m_temp_reg_30);
1478 m_temp_reg_35 = _mm_sub_epi32(temp2, m_temp_reg_30);
2894 temp2 = _mm_unpacklo_epi16(m_temp_reg_82, m_temp_reg_83); //row 21 and row 23 interleaved
2912 m_temp_reg_41 = _mm_madd_epi16(temp2, m_coeff6);
2969 m_temp_reg_41 = _mm_madd_epi16(temp2, m_coeff
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc1260 DwVfpRegister divisor = ToDoubleRegister(instr->temp2());
2504 Register temp2 = scratch0(); local
2507 __ LoadRoot(temp2, Heap::kNullValueRootIndex);
2508 __ cmp(input, temp2);
2514 __ ldrb(temp2, FieldMemOperand(temp1, Map::kBitFieldOffset));
2515 __ tst(temp2, Operand(1 << Map::kIsUndetectable));
2519 __ ldrb(temp2, FieldMemOperand(temp1, Map::kInstanceTypeOffset));
2520 __ cmp(temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2522 __ cmp(temp2, Operand(LAST_NONCALLABLE_SPEC_OBJECT_TYPE));
2685 Register temp2) {
2680 EmitClassOfTest(Label* is_true, Label* is_false, Handle<String>class_name, Register input, Register temp, Register temp2) argument
2748 Register temp2 = ToRegister(instr->temp()); local
3929 Register temp2 = ToRegister(instr->temp2()); local
3933 temp1, temp2, scratch0()); local
4712 DoDeferredNumberTagIU(LInstruction* instr, LOperand* value, LOperand* temp1, LOperand* temp2, IntegerSignedness signedness) argument
4795 Register temp2 = ToRegister(instr->temp2()); local
5606 EmitIsConstructCall(Register temp1, Register temp2) argument
[all...]
H A Dlithium-codegen-arm.h109 LOperand* temp2,
313 void EmitIsConstructCall(Register temp1, Register temp2);
H A Dlithium-arm.cc1200 LOperand* temp2 = TempRegister(); local
1202 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
1457 LOperand* temp2 = local
1460 dividend, divisor, temp, temp2));
1933 LOperand* temp2 = TempDoubleRegister(); local
1935 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2));
1945 LOperand* temp2 = TempRegister(); local
1947 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1969 LOperand* temp2 = TempRegister(); local
1970 LNumberTagU* result = new(zone()) LNumberTagU(value, temp1, temp2);
1975 LOperand* temp2 = TempRegister(); local
2419 LOperand* temp2 = TempRegister(); local
[all...]
/external/elfutils/0.153/src/
H A Delfcmp.c853 Hash_Word temp2[nchain - 1]; \
872 temp2[b2++] = p; \
878 qsort (temp2, b2, sizeof temp2[0], compare_##Hash_Word); \
881 if (temp1[b1] != temp2[b1]) \
/external/jpeg/
H A Dtransupp.c74 JCOEF temp1, temp2; local
99 temp2 = *ptr2;
100 *ptr1++ = temp2;
103 temp2 = *ptr2;
104 *ptr1++ = -temp2;
/external/qemu/distrib/jpeg-6b/
H A Dtransupp.c74 JCOEF temp1, temp2; local
99 temp2 = *ptr2;
100 *ptr1++ = temp2;
103 temp2 = *ptr2;
104 *ptr1++ = -temp2;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_tonecontrol.c783 EAS_I8 temp2; local
808 if (TC_GetNextChar(pEASData->hwInstData, pData, &temp2) != EAS_SUCCESS)
811 if ((temp == TC_FIELD_BLOCK_START) && (temp2 == blockNum))
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_sha.cpp200 FX_DWORD temp1, temp2, W[64]; local
234 temp2 = S2(a) + F0(a,b,c); \
235 d += temp1; h = temp1 + temp2; \
441 temp2 = SHA384_S2(a) + SHA384_F0(a,b,c); \
442 d += temp1; h = temp1 + temp2; \
561 FX_UINT64 temp1, temp2; local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfmanysym.asm68 temp2: label
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp642 RBBIStateDescriptor *temp2; local
643 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix);
644 if (setEquals(U, temp2->fPositions)) {
646 U = temp2->fPositions;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm101 uadd16 r0, r7, r0 ; 1c+1 | 5c+5 = temp2
117 uadd16 r6, r7, r6 ; 3c+3 | 7c+7 = temp2
/external/icu/icu4c/source/common/
H A Drbbitblb.cpp642 RBBIStateDescriptor *temp2; local
643 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix);
644 if (setEquals(U, temp2->fPositions)) {
646 U = temp2->fPositions;
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm101 uadd16 r0, r7, r0 ; 1c+1 | 5c+5 = temp2
117 uadd16 r6, r7, r6 ; 3c+3 | 7c+7 = temp2
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c134 UChar temp2[512]; local
366 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
376 if (u_strcmp(temp2, temp)==0) {
558 unum_getSymbol(cur_frpattern, symType, temp2, sizeof(temp2), &status);
559 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0)
1218 char temp2[128]; local
1244 log_err("FAIL: Error in unum_formatDouble result %s instead of %s\n", u_austrcpy(temp1, result), u_austrcpy(temp2, expected) );
1961 char temp2[256]; local
2014 log_data_err("Result from cloned formatter not identical to the original. Original: %s Cloned: %s - (Are you missing data?)",u_austrcpy(temp1, buffer),u_austrcpy(temp2,buffer_clone
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1546 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
1557 temp2.swizzle = SWIZZLE_ZZZZ;
1558 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1563 temp2.swizzle = SWIZZLE_YYYY;
1564 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1567 temp2.swizzle = SWIZZLE_WWWW;
1568 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1572 temp2.swizzle = SWIZZLE_YYYY;
1573 emit(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2);
1605 st_src_reg temp1 = st_src_reg(temp), temp2 local
[all...]

Completed in 733 milliseconds

123456789