/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 575 char* temp = const_cast<char*>(strCutName.c_str()); in LoadNativeModule() local 576 for (char* p = strchr(temp, '.'); p != nullptr; p = strchr(p + 1, '.')) { in LoadNativeModule() 1195 for (NativeModule* temp = headNativeModule_; temp != nullptr; temp = temp->next) { in FindNativeModuleByCache() 1196 if ((temp->moduleName && !strcmp(temp->moduleName, moduleName)) in FindNativeModuleByCache() 1197 || !strcasecmp(temp->name, moduleName)) { in FindNativeModuleByCache() 1198 if (strcmp(temp in FindNativeModuleByCache() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | wavdec.c | 244 char temp[257]; in wav_parse_bext_string() local 247 av_assert0(length < sizeof(temp)); in wav_parse_bext_string() 248 if ((ret = ffio_read_size(s->pb, temp, length)) < 0) in wav_parse_bext_string() 251 temp[length] = 0; in wav_parse_bext_string() 253 if (strlen(temp)) in wav_parse_bext_string() 254 return av_dict_set(&s->metadata, key, temp, 0); in wav_parse_bext_string() 261 char temp[131], *coding_history; in wav_parse_bext_tag() local 274 snprintf(temp, sizeof(temp), "%"PRIu64, time_reference); in wav_parse_bext_tag() 275 if ((ret = av_dict_set(&s->metadata, "time_reference", temp, in wav_parse_bext_tag() [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_schedule.c | 225 struct schedule_instruction * temp; in add_inst_to_list_score() local 231 temp = *list; in add_inst_to_list_score() 233 while(temp && inst->Score <= temp->Score) { in add_inst_to_list_score() 234 prev = temp; in add_inst_to_list_score() 235 temp = temp->NextReady; in add_inst_to_list_score() 239 inst->NextReady = temp; in add_inst_to_list_score() 243 inst->NextReady = temp; in add_inst_to_list_score() 469 * 0: TEX temp[ in emit_all_tex() 537 struct rc_pair_instruction_source temp; merge_presub_sources() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdattst.c | 85 UChar temp[80]; in TestDateFormat() local 171 u_strcpy(temp, u"7/10/96, 4:05\u202FPM"); in TestDateFormat() 193 if(u_strcmp(result, temp)==0) in TestDateFormat() 198 u_austrcpy(xbuf, temp); in TestDateFormat() 204 u_unescape("10 juil. 1996, 16:05:28 heure d\\u2019\\u00E9t\\u00E9 du Pacifique nord-am\\u00E9ricain", temp, 80); in TestDateFormat() 210 if(u_strcmp(result, temp)==0) { in TestDateFormat() 215 u_austrcpy(xbuf, temp); in TestDateFormat() 221 u_uastrcpy(temp, "10 lug 1996, 16:05:28"); in TestDateFormat() 230 u_austrcpy(x, temp); in TestDateFormat() 231 if(u_strcmp(fmtted, temp) in TestDateFormat() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 219 ($iv,$inout,$roundkey,$temp, 260 '&vaesenclast ($temp,$inout,$roundkey);'. 264 '&vpand ($iv,$temp,$mask10);'. 268 '&vaesenclast ($temp,$inout,$roundkey);'. 272 '&vpand ($temp,$temp,$mask12);'. 276 '&vpor ($iv,$iv,$temp);'. 277 ' &vaesenclast ($temp,$inout,$roundkey);'. 282 ## &vpand ($temp,$temp, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 219 ($iv,$inout,$roundkey,$temp, 260 '&vaesenclast ($temp,$inout,$roundkey);'. 264 '&vpand ($iv,$temp,$mask10);'. 268 '&vaesenclast ($temp,$inout,$roundkey);'. 272 '&vpand ($temp,$temp,$mask12);'. 276 '&vpor ($iv,$iv,$temp);'. 277 ' &vaesenclast ($temp,$inout,$roundkey);'. 282 ## &vpand ($temp,$temp, [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_native_view_ffi.cpp | 192 auto temp = (int64_t*)malloc(sizeof(int64_t) * result.size()); in FfiOHOSAceFrameworkViewGetDeletedElemtIds() local 193 if (temp == NULL) { in FfiOHOSAceFrameworkViewGetDeletedElemtIds() 197 VectorToCFFIArray res { .size = result.size(), .buffer = temp, .free = reinterpret_cast<void (*)(int64_t*)>(free) }; in FfiOHOSAceFrameworkViewGetDeletedElemtIds()
|
/foundation/arkui/ui_lite/test/uitest/test_layout/ |
H A D | ui_test_advanced_layout.h | 140 UIView* temp = child; in Clear() local 142 layout->Remove(temp); in Clear() 143 delete temp; in Clear()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_triangle.cpp | 86 Point temp; in SortPoint() local 88 temp = p1; in SortPoint() 90 p2 = temp; in SortPoint()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegenc_huffman.c | 79 PackageMergerList list_a, list_b, *to = &list_a, *from = &list_b, *temp; in ff_mjpegenc_huffman_compute_bits() local 124 temp = to; in ff_mjpegenc_huffman_compute_bits() 126 from = temp; in ff_mjpegenc_huffman_compute_bits()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | float_dsp_mips.c | 152 float temp, temp1, temp2, temp3; in vector_fmul_window_mips() local 176 "mul.s %[temp], %[s1], %[wi] \n\t" in vector_fmul_window_mips() 184 "msub.s %[temp], %[temp], %[s0], %[wj] \n\t" in vector_fmul_window_mips() 196 "swc1 %[temp], 0(%[dst_i]) \n\t" /* dst[i] = s0*wj - s1*wi; */ in vector_fmul_window_mips() 200 "mul.s %[temp], %[s1], %[wi2] \n\t" in vector_fmul_window_mips() 204 "msub.s %[temp], %[temp], %[s0], %[wj2] \n\t" in vector_fmul_window_mips() 208 "swc1 %[temp], 8(%[dst_i]) \n\t" /* dst[i+2] = s0*wj2 - s1*wi2; */ in vector_fmul_window_mips() 215 : [temp]" in vector_fmul_window_mips() [all...] |
/third_party/icu/icu4c/source/io/ |
H A D | ufmt_cmn.cpp | 77 UChar *left, *right, temp; in ufmt_64tou() local 96 temp = *left; in ufmt_64tou() 98 *right = temp; in ufmt_64tou()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
H A D | DecimalQuantity_64BitBCD.java | 135 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd() 136 result = (result >>> 4) + (temp[1].longValue() << 60); in readBigIntegerToBcd() 137 n = temp[0]; in readBigIntegerToBcd()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
H A D | DecimalQuantity_64BitBCD.java | 138 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd() 139 result = (result >>> 4) + (temp[1].longValue() << 60); in readBigIntegerToBcd() 140 n = temp[0]; in readBigIntegerToBcd()
|
/third_party/libsnd/src/ |
H A D | strings.c | 129 { char * temp = psf->strings.storage ; in psf_store_string() local 134 if ((psf->strings.storage = realloc (temp, newlen)) == NULL) in psf_store_string() 135 { psf->strings.storage = temp ; in psf_store_string()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_tes.cpp | 191 dst_reg temp(this, glsl_type::ivec4_type); in nir_emit_intrinsic() 193 emit(VEC4_OPCODE_URB_READ, temp, src_reg(header)); in nir_emit_intrinsic() 197 src_reg src = src_reg(temp); in nir_emit_intrinsic()
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrSegment.java | 107 int temp = ALPHANUMERIC_CHARSET.indexOf(text.charAt(i)) * 45; in makeAlphanumeric() 108 temp += ALPHANUMERIC_CHARSET.indexOf(text.charAt(i + 1)); in makeAlphanumeric() 109 bb.appendBits(temp, 11); in makeAlphanumeric()
|
/third_party/python/Tools/buildbot/ |
H A D | test.bat | 36 set TEMP_ARGS=--temp %REMOTE_PYTHON_DIR%temp
39 ssh %SSH_SERVER% "set TEMP=%REMOTE_PYTHON_DIR%temp& cd %REMOTE_PYTHON_DIR% & %REMOTE_PYTHON_DIR%PCbuild\rt.bat" %rt_args%
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ufmt_cmn.cpp | 77 UChar *left, *right, temp; in ufmt_64tou() local 96 temp = *left; in ufmt_64tou() 98 *right = temp; in ufmt_64tou()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | BitSetIterator.h | 30 auto temp = value + alignment - static_cast<T>(1); in roundUp() local 31 return temp - temp % alignment; in roundUp()
|
/third_party/skia/modules/androidkit/src/ |
H A D | Matrix.cpp | 39 SkScalar temp[16]; in Matrix_GetRowMajor() local 40 m->getRowMajor(temp); in Matrix_GetRowMajor() 44 env->SetFloatArrayRegion(result, 0, 16, temp); in Matrix_GetRowMajor()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
H A D | wfd_message.cpp | 292 std::string temp = ""; in GetVideoFormats() local 302 temp = value.substr(0, index); in GetVideoFormats() 304 temp = value.substr(index + 1); in GetVideoFormats() 307 std::stringstream sss(temp); in GetVideoFormats() 554 std::string temp = RTSP_CRLF; in StringifyEx() local 557 message = message.substr(0, message.size() - temp.size()); in StringifyEx() 569 std::string temp = RTSP_CRLF; in StringifyEx() local 572 message = message.substr(0, message.size() - temp.size()); in StringifyEx()
|
/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 635 std::string temp; in SplitOneLineByDelim() local 636 while (getline(ss, temp, delimiter)) { in SplitOneLineByDelim() 637 if (!temp.empty()) { in SplitOneLineByDelim() 638 res.emplace_back(temp); in SplitOneLineByDelim() 646 std::string temp; in SplitOneLineByBlank() local 647 while (ss >> temp) { in SplitOneLineByBlank() 648 if (!temp.empty()) { in SplitOneLineByBlank() 649 res.emplace_back(temp); in SplitOneLineByBlank()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_encryption_util.cpp | 188 std::string temp(plainText.data, plainText.data + plainText.size); in WifiDecryption() 189 decryptedData = temp; in WifiDecryption() 421 std::string temp(outData.data, outData.data + outData.size); in WifiLoopEncrypt() 422 encryptedData.encryptedPassword = temp; in WifiLoopEncrypt() 469 std::string temp(outData.data, outData.data + outData.size); in WifiLoopDecrypt() 476 decryptedData = temp; in WifiLoopDecrypt() 477 std::fill(temp.begin(), temp.end(), 0); in WifiLoopDecrypt()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hid.c | 546 uint32_t temp; in hid_report_size() local 567 temp = h.loc.pos + (h.loc.size * h.loc.count); in hid_report_size() 569 if (hpos < temp) in hid_report_size() 570 hpos = temp; in hid_report_size() 577 temp = 0; in hid_report_size() 579 temp = hpos - lpos; in hid_report_size() 583 temp += 8; in hid_report_size() 588 return ((temp + 7) / 8); in hid_report_size()
|