/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_generic.c | 1153 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 D | DateFormatRegressionTest.java | 325 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 D | DateFormatRegressionTest.java | 328 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 D | msgfmt.cpp | 180 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()
|
H A D | uspoof_impl.cpp | 279 ScriptSet temp; in getResolvedScriptSetWithout() local 285 getAugmentedScriptSet(codePoint, temp, status); in getResolvedScriptSetWithout() 290 if (script == USCRIPT_CODE_LIMIT || !temp.test(script, status)) { in getResolvedScriptSetWithout() 291 result.intersect(temp); in getResolvedScriptSetWithout()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | msgfmt.cpp | 180 char16_t temp[16]; in itos() local 181 uprv_itou(temp,16,i,10,0); // 10 == radix in itos() 182 appendTo.append(temp, -1); in itos() 901 MessageFormat temp(pattern, success); in format() 902 return temp.format(arguments, nullptr, cnt, appendTo, nullptr, success); in format() 1810 NumberFormat *temp = NumberFormat::createInstance(locale, status); in createIntegerFormat() local 1812 if (temp != nullptr && (temp2 = dynamic_cast<DecimalFormat*>(temp)) != nullptr) { in createIntegerFormat() 1818 return temp; in createIntegerFormat()
|
H A D | uspoof_impl.cpp | 279 ScriptSet temp; in getResolvedScriptSetWithout() local 285 getAugmentedScriptSet(codePoint, temp, status); in getResolvedScriptSetWithout() 290 if (script == USCRIPT_CODE_LIMIT || !temp.test(script, status)) { in getResolvedScriptSetWithout() 291 result.intersect(temp); in getResolvedScriptSetWithout()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | msgfmt.cpp | 180 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() 898 MessageFormat temp(pattern, success); in format() 899 return temp.format(arguments, NULL, cnt, appendTo, NULL, success); in format() 1807 NumberFormat *temp = NumberFormat::createInstance(locale, status); in createIntegerFormat() local 1809 if (temp != NULL && (temp2 = dynamic_cast<DecimalFormat*>(temp)) != NULL) { in createIntegerFormat() 1815 return temp; in createIntegerFormat()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 7153 PROTOBUF_NAMESPACE_ID::FileOptions* temp = options_; in release_options() local 7156 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); in release_options() 7158 return temp; in release_options() 7163 PROTOBUF_NAMESPACE_ID::FileOptions* temp = options_; in unsafe_arena_release_options() local 7165 return temp; in unsafe_arena_release_options() 7236 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* temp = source_code_info_; in release_source_code_info() local 7239 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); in release_source_code_info() 7241 return temp; in release_source_code_info() 7246 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* temp = source_code_info_; unsafe_arena_release_source_code_info() local 7453 PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions* temp = options_; release_options() local 7463 PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions* temp = options_; unsafe_arena_release_options() local 7908 PROTOBUF_NAMESPACE_ID::MessageOptions* temp = options_; release_options() local 7918 PROTOBUF_NAMESPACE_ID::MessageOptions* temp = options_; unsafe_arena_release_options() local 8635 PROTOBUF_NAMESPACE_ID::FieldOptions* temp = options_; release_options() local 8645 PROTOBUF_NAMESPACE_ID::FieldOptions* temp = options_; unsafe_arena_release_options() local 8824 PROTOBUF_NAMESPACE_ID::OneofOptions* temp = options_; release_options() local 8834 PROTOBUF_NAMESPACE_ID::OneofOptions* temp = options_; unsafe_arena_release_options() local 9084 PROTOBUF_NAMESPACE_ID::EnumOptions* temp = options_; release_options() local 9094 PROTOBUF_NAMESPACE_ID::EnumOptions* temp = options_; unsafe_arena_release_options() local 9386 PROTOBUF_NAMESPACE_ID::EnumValueOptions* temp = options_; release_options() local 9396 PROTOBUF_NAMESPACE_ID::EnumValueOptions* temp = options_; unsafe_arena_release_options() local 9586 PROTOBUF_NAMESPACE_ID::ServiceOptions* temp = options_; release_options() local 9596 PROTOBUF_NAMESPACE_ID::ServiceOptions* temp = options_; unsafe_arena_release_options() local 9895 PROTOBUF_NAMESPACE_ID::MethodOptions* temp = options_; release_options() local 9905 PROTOBUF_NAMESPACE_ID::MethodOptions* temp = options_; unsafe_arena_release_options() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 2773 INTFLOAT *temp = ac->temp; local 2805 ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); 2806 memcpy( out + 448 + 4*128, temp, 64 * sizeof(*out)); 2815 memcpy( saved, temp + 64, 64 * sizeof(*saved)); 2842 INTFLOAT *temp = ac->temp; local 2871 ac->fdsp->vector_fmul_window(temp, buf + 3*120 + 60, buf + 4*120, swindow, 60); 2872 memcpy( out + 420 + 4*120, temp, 60 * sizeof(*out)); 2881 memcpy( saved, temp 2946 INTFLOAT temp; global() local [all...] |
H A D | amrnbdec.c | 467 int i, temp; in decode_8_pulses_31bits() local 474 temp = ((fixed_index[6] >> 2) * 25 + 12) >> 5; in decode_8_pulses_31bits() 475 pulse_position[3] = temp % 5; in decode_8_pulses_31bits() 476 pulse_position[7] = temp / 5; in decode_8_pulses_31bits()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 4103 Register temp = kScratchReg; in AssembleMove() local 4104 __ Ld(temp, src); in AssembleMove() 4105 __ Sd(temp, g.ToMemOperand(destination)); in AssembleMove() 4240 VRegister temp = kSimd128ScratchReg; in AssembleMove() local 4247 __ vl(temp, src_r, 0, E8); in AssembleMove() 4248 __ vs(temp, dst_r, 0, E8); in AssembleMove() 4260 FPURegister temp = kScratchDoubleReg; in AssembleMove() local 4262 __ LoadFloat(temp, src); in AssembleMove() 4263 __ StoreFloat(temp, g.ToMemOperand(destination)); in AssembleMove() 4266 __ LoadDouble(temp, sr in AssembleMove() 4282 Register temp = kScratchReg; AssembleSwap() local 4290 FPURegister temp = kScratchDoubleReg; AssembleSwap() local 4300 VRegister temp = kSimd128ScratchReg; AssembleSwap() local 4311 Register temp = kScratchReg; AssembleSwap() local 4320 DoubleRegister temp = kScratchDoubleReg; AssembleSwap() local 4326 DoubleRegister temp = kScratchDoubleReg; AssembleSwap() local 4333 VRegister temp = kSimd128ScratchReg; AssembleSwap() local [all...] |
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 361 std::vector<std::string> temp; in SetBlockPageList() local 362 SplitStr(optarg, ",", temp); in SetBlockPageList() 363 blockPageList_.insert(blockPageList_.end(), temp.begin(), temp.end()); in SetBlockPageList()
|
/test/xts/acts/multimedia/audio/audio_cpp_standard/openslesPlayerNdk/ |
H A D | ActsOpenslesPlayerNdkTest.cpp | 301 SLmillibel temp = 2; // SetVolumeLevel level1 in OpenSlTestConcurrent() local 302 level1 = (SLmillibel) (level1 / temp); in OpenSlTestConcurrent() 307 temp = 15; // SetVolumeLevel level2 in OpenSlTestConcurrent() 308 level2 = (SLmillibel) (level2 / temp); in OpenSlTestConcurrent()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhddsp.asm | 40 cglobal cfhd_horiz_filter_clip10, 5, 6, 8 + 4 * ARCH_X86_64, output, low, high, width, x, temp 46 cglobal cfhd_horiz_filter_clip12, 5, 6, 8 + 4 * ARCH_X86_64, output, low, high, width, x, temp 53 cglobal cfhd_horiz_filter, 8, 11, 12, output, ostride, low, lwidth, high, hwidth, width, height, x, y, temp 62 cglobal cfhd_horiz_filter, 7, 7, 8, output, x, low, y, high, temp, width, height
|
/third_party/ffmpeg/tools/ |
H A D | ismindex.c | 525 struct Track **temp; in handle_file() local 539 temp = av_realloc_array(tracks->tracks, in handle_file() 542 if (!temp) { in handle_file() 547 tracks->tracks = temp; in handle_file()
|
/third_party/glfw/deps/ |
H A D | linmath.h | 171 mat4x4 temp; in mat4x4_mul() local 174 temp[c][r] = 0.f; in mat4x4_mul() 176 temp[c][r] += a[k][r] * b[c][k]; in mat4x4_mul() 178 mat4x4_dup(M, temp); in mat4x4_mul()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_mp750.c | 311 unsigned temp = 0; in request_image_block2() local 312 return request_image_block_ex (s, &temp, info, 0x20); in request_image_block2() 318 int count, temp; in read_image_block() local 325 int error = pixma_read (s->io, &temp, 0); in read_image_block()
|
H A D | pixma_common.c | 756 unsigned temp = dpi / 75; in pixma_check_dpi() local 757 if (dpi > max || dpi < 75 || 75 * temp != dpi || (temp & (temp - 1)) != 0) in pixma_check_dpi()
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-colorspace.c | 1239 float temp[3][3]; /* Temporary matrix */ in mult() local 1243 * Multiply a and b, putting the result in temp... in mult() 1248 temp[y][x] = b[y][0] * a[0][x] + in mult() 1253 * Copy temp to c (that way c can be a pointer to a or b). in mult() 1256 memcpy(c, temp, sizeof(temp)); in mult()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SpoofChecker.java | 1630 ScriptSet temp = new ScriptSet(); in getResolvedScriptSetWithout() 1636 getAugmentedScriptSet(codePoint, temp); in getResolvedScriptSetWithout() 1640 if (script == UScript.CODE_LIMIT || !temp.get(script)) { in getResolvedScriptSetWithout() 1641 result.and(temp); in getResolvedScriptSetWithout()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SpoofChecker.java | 1557 ScriptSet temp = new ScriptSet(); in getResolvedScriptSetWithout() 1563 getAugmentedScriptSet(codePoint, temp); in getResolvedScriptSetWithout() 1567 if (script == UScript.CODE_LIMIT || !temp.get(script)) { in getResolvedScriptSetWithout() 1568 result.and(temp); in getResolvedScriptSetWithout()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 447 MorC[] temp = new MorC[overrides.length + 1]; in add() 449 temp[i] = overrides[i]; in add() 451 temp[overrides.length] = m; in add() 452 overrides = temp; in add()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.cpp | 255 Byte temp[16];
in WriteFolder() local 257 temp[t] = (Byte)(id & 0xFF);
in WriteFolder() 265 temp[0] = (Byte)b;
in WriteFolder() 266 WriteBytes(temp, idSize + 1);
in WriteFolder()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceProvider.cpp | 478 SkAutoTArray<uint16_t> temp; in createPatternedIndexBuffer() local 480 temp.reset(reps * patternSize); in createPatternedIndexBuffer() 481 data = temp.get(); in createPatternedIndexBuffer() 490 if (temp.get()) { in createPatternedIndexBuffer()
|