Home
last modified time | relevance | path

Searched refs:temp (Results 1176 - 1200 of 1903) sorted by relevance

1...<<41424344454647484950>>...77

/third_party/skia/third_party/externals/icu/source/i18n/
H A Danytrans.cpp321 Transliterator *temp = rt; in getTransliterator() local
323 t = temp; // The transliterator from the cache that we will return. in getTransliterator()
H A Dtranslit.cpp1106 Transliterator* temp = createInstance(*idBlock, UTRANS_FORWARD, parseError, status); in createFromRules() local
1108 delete temp; in createFromRules()
1111 if (temp != NULL && typeid(*temp) != typeid(NullTransliterator)) in createFromRules()
1112 transliterators.addElement(temp, status); in createFromRules()
1114 delete temp; in createFromRules()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_color_spec.cpp188 real64 temp = fTemperature1; in dng_color_spec() local
190 fTemperature2 = temp; in dng_color_spec()
H A Ddng_parse_utils.cpp3188 dng_matrix temp (rows, cols); in ParseMatrixTag()
3194 temp [row] [col] = stream.TagValue_real64 (tagType); in ParseMatrixTag()
3198 m = temp; in ParseMatrixTag()
3222 dng_vector temp (count); in ParseVectorTag()
3227 temp [index] = stream.TagValue_real64 (tagType); in ParseVectorTag()
3231 v = temp; in ParseVectorTag()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S577 @ r0 = dst (temp buffer)
604 @ which would be stored as the last row in the temp buffer,
623 @ r2 = src (temp buffer)
697 @ Align the stack, allocate a temp buffer
731 @ passthrough of coefficients to pass 2 and clear the end of the temp buffer
1026 @ r0 = dst (temp buffer)
1070 @ r2 = src (temp buffer)
1164 @ Align the stack, allocate a temp buffer
1551 @ r0 = dst (temp buffer)
1667 @ and use the source as temp buffe
[all...]
H A Dsimple_idct_arm.S87 @@ at this point, R0=block (temp), R1(free), R2=ROWr32[1], R3=ROWr32[2], R4=ROWr32[3],
88 @@ R5=(temp), R6=ROWr16[0], R7=ROWr16[1], R8-R11 free,
121 @@ temp = ((uint32_t*)row)[2] | ((uint32_t*)row)[3];
122 @@ if (temp != 0) {}
177 @@ temp = ((uint32_t*)row)[2] | ((uint32_t*)row)[3];
178 @@ if (temp != 0) {}
272 @@ R3=ROWr32[2], R4=ROWr32[3], R5=(temp), R6=ROWr16[0], R7=ROWr16[1],
273 @@ R8=0xFFFF (temp), R9-R11 free
299 @@ at this point, R0=block (temp), R1-R11 (free)
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c853 struct ureg_dst temp = ntt_temp(c); in ntt_setup_inputs() local
856 ntt_SGE(c, temp, decl, ureg_imm1f(c->ureg, 0)); in ntt_setup_inputs()
865 temp.Saturate = true; in ntt_setup_inputs()
866 ntt_MOV(c, temp, decl); in ntt_setup_inputs()
869 decl = ureg_src(temp); in ntt_setup_inputs()
1675 struct ureg_dst temp = ntt_temp(c); in ntt_emit_alu() local
1683 struct ureg_dst dsts[2] = { temp, temp }; in ntt_emit_alu()
2047 struct ureg_dst temp = ureg_dst_undef(); in ntt_emit_image_load_store() local
2068 temp in ntt_emit_image_load_store()
2421 struct ureg_dst temp = ureg_writemask(ntt_temp(c), 1); ntt_emit_intrinsic() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp151 vector<T> temp = v;
152 std::sort(temp.begin(), temp.end());
153 return temp.size() % 2 == 0
154 ? 0.5f * ((float)temp[temp.size()/2-1] + (float)temp[temp.size()/2])
155 : (float)temp[temp
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp151 vector<T> temp = v;
152 std::sort(temp.begin(), temp.end());
153 return temp.size() % 2 == 0
154 ? 0.5f * ((float)temp[temp.size()/2-1] + (float)temp[temp.size()/2])
155 : (float)temp[temp
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp1002 PointF temp(point.GetX(), point.GetY()); in ConvertPointRelativeToNode()
1009 renderContext->GetPointWithRevert(temp); in ConvertPointRelativeToNode()
1011 temp = temp - rectOffset; in ConvertPointRelativeToNode()
1013 point.SetX(temp.GetX()); in ConvertPointRelativeToNode()
1014 point.SetY(temp.GetY()); in ConvertPointRelativeToNode()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp186 * @tc.expected: onAreaChanged is invoked and the temp values are assigned with correct values. in HWTEST_F()
235 * @tc.expected: OnDragStart is invoked and the temp values are assigned with correct values. in HWTEST_F()
252 * @tc.expected: OnDragEnter is invoked and the temp values are assigned with correct values. in HWTEST_F()
263 * @tc.expected: OnDragLeave is invoked and the temp values are assigned with correct values. in HWTEST_F()
272 * @tc.expected: OnDragMove is invoked and the temp values are assigned with correct values. in HWTEST_F()
281 * @tc.expected: OnDrop is invoked and the temp values are assigned with correct values. in HWTEST_F()
341 * @tc.expected: OnDragEnter is invoked and the temp values are assigned with correct values. in HWTEST_F()
354 * @tc.expected: OnDragLeave is invoked and the temp values are assigned with correct values. in HWTEST_F()
363 * @tc.expected: OnDragMove is invoked and the temp values are assigned with correct values. in HWTEST_F()
372 * @tc.expected: OnDrop is invoked and the temp value in HWTEST_F()
558 bool temp = true; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp434 static bool temp = true; in AccessBackward() local
435 if (temp) { in AccessBackward()
436 temp = false; in AccessBackward()
437 return temp; in AccessBackward()
439 temp = true; in AccessBackward()
440 return temp; in AccessBackward()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp185 int32_t temp = physicalY; in GetOriginalTouchScreenCoordinates() local
187 physicalX = temp; in GetOriginalTouchScreenCoordinates()
196 int32_t temp = physicalX; in GetOriginalTouchScreenCoordinates() local
198 physicalY = temp; in GetOriginalTouchScreenCoordinates()
341 std::string temp(".000"); in FormatNumber()
344 str += temp; in FormatNumber()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c715 FILLP_UINT8 temp; in FillpDebugCmdSetPrintLevel() local
722 temp = *((FILLP_UINT8 *)content); in FillpDebugCmdSetPrintLevel()
725 if ((temp > FILLP_DBG_LVL_ERROR) || (temp < FILLP_DBG_LVL_DEBUG)) { in FillpDebugCmdSetPrintLevel()
726 FILLP_LOGERR("Dbg Level %u is not supported", temp); in FillpDebugCmdSetPrintLevel()
730 g_fillpLmGlobal.debugLevel = temp; in FillpDebugCmdSetPrintLevel()
/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c534 unsigned char temp[64]; // 32/2 = 16 V4 blocks at 4 B each -> 64 B in encode_mode() local
631 memcpy(&buf[ret], temp, temp_size); in encode_mode()
644 temp[temp_size++] = mb->v1_vector; in encode_mode()
647 temp[temp_size++] = mb->v4_vector[z]; in encode_mode()
650 memcpy(&buf[ret], temp, temp_size); in encode_mode()
659 memcpy(&buf[ret], temp, temp_size); in encode_mode()
/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c236 double temp = refp[x] - srcp[x]; in do_block_ssd() local
237 dist += temp * temp; in do_block_ssd()
257 double temp = refp[x] - srcp[x]; in do_block_ssd16() local
258 dist += temp * temp; in do_block_ssd16()
/third_party/icu/icu4c/source/test/cintltst/
H A Didnatest.c581 temp[MAX_DEST_SIZE] ={0}; in TestCompare() local
590 u_charsToUChars(asciiIn[0], temp, (int32_t)strlen(asciiIn[0])); in TestCompare()
591 u_strcat(ascii0,temp); in TestCompare()
594 memset(temp, 0, U_SIZEOF_UCHAR * MAX_DEST_SIZE); in TestCompare()
596 u_charsToUChars(asciiIn[1], temp, (int32_t)strlen(asciiIn[1])); in TestCompare()
597 u_strcat(ascii1,temp); in TestCompare()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp284 FString temp; in ShowProgInfo() local
285 NDir::MyGetTempPath(temp); in ShowProgInfo()
286 if (!temp.IsEqualTo(STRING_PATH_SEPARATOR "tmp" STRING_PATH_SEPARATOR)) in ShowProgInfo()
287 *so << " temp_path:" << temp; in ShowProgInfo() local
489 char temp[64]; in PrintNum() local
490 char *p = temp + 32; in PrintNum()
/third_party/mbedtls/library/
H A Ddes.c646 unsigned char temp[8]; in mbedtls_des_crypt_cbc() local
668 memcpy(temp, input, 8); in mbedtls_des_crypt_cbc()
676 memcpy(iv, temp, 8); in mbedtls_des_crypt_cbc()
744 unsigned char temp[8]; in mbedtls_des3_crypt_cbc() local
766 memcpy(temp, input, 8); in mbedtls_des3_crypt_cbc()
774 memcpy(iv, temp, 8); in mbedtls_des3_crypt_cbc()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.c502 static char temp[32]; in af_edge_flags_to_string() local
508 ft_memcpy( temp + pos, "round", 5 ); in af_edge_flags_to_string()
514 temp[pos++] = ' '; in af_edge_flags_to_string()
515 ft_memcpy( temp + pos, "serif", 5 ); in af_edge_flags_to_string()
521 temp[pos] = '\0'; in af_edge_flags_to_string()
523 return temp; in af_edge_flags_to_string()
/third_party/python/Modules/
H A Dsha512module.c518 SHAobject temp; in SHA512Type_digest_impl() local
520 SHAcopy(self, &temp); in SHA512Type_digest_impl()
521 sha512_final(digest, &temp); in SHA512Type_digest_impl()
536 SHAobject temp; in SHA512Type_hexdigest_impl() local
539 SHAcopy(self, &temp); in SHA512Type_hexdigest_impl()
540 sha512_final(digest, &temp); in SHA512Type_hexdigest_impl()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c1153 uint32_t temp; in ugen_fs_copy_out() local
1216 /* get initial length into "temp" */ in ugen_fs_copy_out()
1218 &temp, sizeof(temp)); in ugen_fs_copy_out()
1222 if (temp > rem) { in ugen_fs_copy_out()
1225 "%u > %u\n", temp, rem); in ugen_fs_copy_out()
1229 rem -= temp; in ugen_fs_copy_out()
1233 if (length > temp) { in ugen_fs_copy_out()
1237 length, temp); in ugen_fs_copy_out()
1265 offset += temp; in ugen_fs_copy_out()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTest.java325 String temp; in Test4065240()
326 temp = shortdate.format(curDate); in Test4065240()
327 strShortDate += temp; in Test4065240()
553 TimeZone temp = TimeZone.getDefault(); in Test4103341()
554 if (!simple.getTimeZone().equals(temp)) in Test4103341()
756 StringBuffer temp = new StringBuffer(""); in Test4151706()
758 logln(dateString + " . " + fmt.format(d, temp, pos)); in Test4151706()
773 StringBuffer temp = new StringBuffer(""); in Test4162071()
775 logln(dateString + " -> " + df.format(x, temp, pos)); in Test4162071()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTest.java328 String temp; in Test4065240()
329 temp = shortdate.format(curDate); in Test4065240()
330 strShortDate += temp; in Test4065240()
556 TimeZone temp = TimeZone.getDefault(); in Test4103341()
557 if (!simple.getTimeZone().equals(temp)) in Test4103341()
759 StringBuffer temp = new StringBuffer(""); in Test4151706()
761 logln(dateString + " . " + fmt.format(d, temp, pos)); in Test4151706()
776 StringBuffer temp = new StringBuffer(""); in Test4162071()
778 logln(dateString + " -> " + df.format(x, temp, pos)); in Test4162071()
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp180 UChar temp[16]; in itos() local
181 uprv_itou(temp,16,i,10,0); // 10 == radix in itos()
182 appendTo.append(temp, -1); in itos()
900 MessageFormat temp(pattern, success); in format()
901 return temp.format(arguments, NULL, cnt, appendTo, NULL, success); in format()
1809 NumberFormat *temp = NumberFormat::createInstance(locale, status); in createIntegerFormat() local
1811 if (temp != NULL && (temp2 = dynamic_cast<DecimalFormat*>(temp)) != NULL) { in createIntegerFormat()
1817 return temp; in createIntegerFormat()

Completed in 44 milliseconds

1...<<41424344454647484950>>...77