/third_party/libwebsockets/lib/core-net/ |
H A D | network.c | 660 uint8_t *orig = result, temp[16]; in lws_parse_numeric_address() local 763 memcpy(temp, &orig[skip_point], (unsigned int)(ow - skip_point)); in lws_parse_numeric_address() 765 memcpy(&orig[16 - (ow - skip_point)], temp, in lws_parse_numeric_address()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 924 char temp[16];
in BrowseForFile() 925 ConvertUInt32ToHex8Digits(errorCode, temp);
in BrowseForFile() 927 s += temp;
in BrowseForFile()
|
/third_party/mbedtls/library/ |
H A D | sha1.c | 69 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member 93 local.temp = local.W[((t) - 3) & 0x0F] ^ \ in mbedtls_internal_sha1_process() 97 (local.W[(t) & 0x0F] = S(local.temp, 1)) \ in mbedtls_internal_sha1_process()
|
/third_party/node/deps/histogram/src/ |
H A D | hdr_histogram.c | 916 int64_t temp, half_distance, percentile_reporting_ticks; in percentile_iter_next() local 947 temp = (int64_t)(log(100 / (100.0 - (percentiles->percentile_to_iterate_to))) / log(2)) + 1; in percentile_iter_next() 948 half_distance = (int64_t) pow(2, (double) temp); in percentile_iter_next()
|
/third_party/lzma/C/ |
H A D | AesOpt.c | 87 __m128i temp = *data;
in AES_FUNC_START2() local 88 MM_XOR (temp, k0)
in AES_FUNC_START2() 89 MM_XOR (m, temp)
in AES_FUNC_START2()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_lib.c | 497 BIGNUM temp = *a; in bn2binpad() local 499 bn_correct_top(&temp); in bn2binpad() 500 n = BN_num_bytes(&temp); in bn2binpad()
|
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.cpp | 108 const char *temp = std::strchr(ALPHANUMERIC_CHARSET, *text); in makeAlphanumeric() local 109 if (temp == nullptr) in makeAlphanumeric() 111 accumData = accumData * 45 + static_cast<int>(temp - ALPHANUMERIC_CHARSET); in makeAlphanumeric()
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen.py | 711 temp: int = QrSegment._ALPHANUMERIC_ENCODING_TABLE[text[i]] * 45 712 temp += QrSegment._ALPHANUMERIC_ENCODING_TABLE[text[i + 1]] 713 bb.append_bits(temp, 11)
|
/third_party/openssl/crypto/bn/ |
H A D | bn_lib.c | 497 BIGNUM temp = *a; in bn2binpad() local 499 bn_correct_top(&temp); in bn2binpad() 500 n = BN_num_bytes(&temp); in bn2binpad()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 554 SkScalar temp = SkScalarAbs(outer[i] - inner[i]); in asNestedRects() local 555 if (temp < SK_Scalar1) { in asNestedRects() 558 if (!SkScalarNearlyEqual(margin, temp)) { in asNestedRects()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-win.c | 157 ush temp = ((ush)(fg)*(ush)(alpha) + \ 159 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshrec.c | 413 FT_UInt temp; in ps_mask_table_merge() local 416 temp = index1; in ps_mask_table_merge() 418 index2 = temp; in ps_mask_table_merge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1511 APInt temp(*this); 1512 --temp; 1513 return BitWidth - temp.countLeadingZeros();
|
/third_party/toybox/toys/pending/ |
H A D | sh.c | 475 struct toy_context temp; in run_command() local 479 memcpy(&temp, &toys, sizeof(struct toy_context)); in run_command() 492 memcpy(&toys, &temp, sizeof(struct toy_context)); in run_command()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.cc | 194 std::string temp; in SkipField() local 195 if (!input->ReadString(&temp, length)) return false; in SkipField() 196 output->WriteString(temp); in SkipField()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | flag.h | 743 T temp(*static_cast<T*>(v2)); in FlagOps() 744 if (!absl::ParseFlag<T>(*static_cast<const absl::string_view*>(v1), &temp, in FlagOps() 748 *static_cast<T*>(v2) = std::move(temp); in FlagOps()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 4384 Register temp = kScratchReg; in AssembleConstructFrame() local 4385 __ Ld(temp, src); in AssembleConstructFrame() 4386 __ Sd(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4489 MSARegister temp = kSimd128ScratchReg; in AssembleConstructFrame() local 4490 __ ld_b(temp, src); in AssembleConstructFrame() 4491 __ st_b(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4498 FPURegister temp = kScratchDoubleReg; in AssembleConstructFrame() local 4499 __ Ldc1(temp, src); in AssembleConstructFrame() 4500 __ Sdc1(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4515 Register temp in AssembleConstructFrame() local 4543 MSARegister temp = kSimd128ScratchReg; AssembleConstructFrame() local 4558 FPURegister temp = kScratchDoubleReg; AssembleConstructFrame() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 474 std::list<WeakPtr<FrameNode>> temp; in StartClean() local 475 std::swap(temp, pageRouterStack_); in StartClean() 476 pageRouterStack_.emplace_back(temp.back()); in StartClean() 478 std::swap(temp, pageRouterStack_); in StartClean() 1868 std::list<WeakPtr<FrameNode>> temp; in PopPageToIndex() local 1869 std::swap(temp, pageRouterStack_); in PopPageToIndex() 1870 auto iter = temp.begin(); in PopPageToIndex() 1889 std::swap(temp, pageRouterStack_); in PopPageToIndex()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 653 StringBuffer temp = new StringBuffer(); in TestExtremeCompression() 655 temp.append('a'); in TestExtremeCompression() 657 temp.append((char)('a' + i)); in TestExtremeCompression() 658 test[i] = temp.toString(); in TestExtremeCompression() 881 String temp = " & Z < ABC < Q < B"; in TestIncompleteCnt() 883 coll = new RuleBasedCollator(temp); in TestIncompleteCnt() 898 temp = " & Z < DAVIS < MARK <DAV"; in TestIncompleteCnt() 900 coll = new RuleBasedCollator(temp); in TestIncompleteCnt()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 656 StringBuffer temp = new StringBuffer(); in TestExtremeCompression() 658 temp.append('a'); in TestExtremeCompression() 660 temp.append((char)('a' + i)); in TestExtremeCompression() 661 test[i] = temp.toString(); in TestExtremeCompression() 884 String temp = " & Z < ABC < Q < B"; in TestIncompleteCnt() 886 coll = new RuleBasedCollator(temp); in TestIncompleteCnt() 901 temp = " & Z < DAVIS < MARK <DAV"; in TestIncompleteCnt() 903 coll = new RuleBasedCollator(temp); in TestIncompleteCnt()
|
/third_party/libuv/src/win/ |
H A D | pipe.c | 350 uv_file temp[2]; in uv_pipe() local 363 temp[0] = _open_osfhandle((intptr_t) readh, 0); in uv_pipe() 364 if (temp[0] == -1) { in uv_pipe() 373 temp[1] = _open_osfhandle((intptr_t) writeh, 0); in uv_pipe() 374 if (temp[1] == -1) { in uv_pipe() 379 _close(temp[0]); in uv_pipe() 383 fds[0] = temp[0]; in uv_pipe() 384 fds[1] = temp[1]; in uv_pipe()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_dfa_match.c | 1108 PCRE2_SPTR temp = ptr - 1; in internal_dfa_match() local 1109 if (temp < mb->start_used_ptr) mb->start_used_ptr = temp; in internal_dfa_match() 1111 if (utf) { BACKCHAR(temp); } in internal_dfa_match() 1113 GETCHARTEST(d, temp); in internal_dfa_match() 1133 PCRE2_SPTR temp = ptr + 1; in internal_dfa_match() local 1135 if (utf) { FORWARDCHARTEST(temp, mb->end_subject); } in internal_dfa_match() 1137 mb->last_used_ptr = temp; in internal_dfa_match()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.h | 93 static void GetPosInfo(const std::string& temp, int32_t start, std::string& line, std::string& column);
|
/third_party/ffmpeg/libavcodec/ |
H A D | aac.h | 362 DECLARE_ALIGNED(32, INTFLOAT, temp)[128];
|
/third_party/ffmpeg/libswresample/ |
H A D | swresample_internal.h | 67 AudioData temp; ///< temporary storage when writing into the input buffer isn't possible member
|