/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 1016 unsigned amount) const { in Simulator() 1019 if (amount > 0) { in Simulator() 1022 // The behavior is undefined in c++ if the shift amount greater than or in Simulator() 1027 if (amount >= reg_size) { in Simulator() 1030 uvalue <<= amount; in Simulator() local 1033 if (amount >= reg_size) { in Simulator() 1036 uvalue >>= amount; in Simulator() local 1039 if (amount >= reg_size) { in Simulator() 1042 uvalue >>= amount; in Simulator() local 1045 uvalue |= ~UINT64_C(0) << (reg_size - amount); in Simulator() [all...] |
H A D | assembler-aarch64.h | 7385 static Instr ImmDPShift(unsigned amount) { 7386 VIXL_ASSERT(IsUint6(amount)); 7387 return amount << ImmDPShift_offset; 8090 unsigned amount);
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 1026 * amount of time that the task spent sleeping: in update_stats_enqueue_sleeper() 1195 /* Scale the maximum scan period with the amount of shared memory. */ in task_scan_start() 1220 /* Scale the maximum scan period with the amount of shared memory. */ in task_scan_max() 4917 u64 min_amount, amount = 0; in __assign_cfs_rq_runtime() local 4925 amount = min_amount; in __assign_cfs_rq_runtime() 4930 amount = min(cfs_b->runtime, min_amount); in __assign_cfs_rq_runtime() 4931 cfs_b->runtime -= amount; in __assign_cfs_rq_runtime() 4936 cfs_rq->runtime_remaining += amount; in __assign_cfs_rq_runtime() 5304 /* a cfs_rq won't donate quota below this amount */ 5632 * there's some valid quota amount in unthrottle_offline_cfs_rqs() [all...] |
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 1533 /* Scale the maximum scan period with the amount of shared memory. */ in task_scan_start() 1558 /* Scale the maximum scan period with the amount of shared memory. */ in task_scan_max() 5645 u64 min_amount, amount = 0; in __assign_cfs_rq_runtime() local 5653 amount = min_amount; in __assign_cfs_rq_runtime() 5658 amount = min(cfs_b->runtime, min_amount); in __assign_cfs_rq_runtime() 5659 cfs_b->runtime -= amount; in __assign_cfs_rq_runtime() 5664 cfs_rq->runtime_remaining += amount; in __assign_cfs_rq_runtime() 6173 /* a cfs_rq won't donate quota below this amount */ 6541 * there's some valid quota amount in unthrottle_offline_cfs_rqs() 7715 * cpu_util() - Estimates the amount o [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 3115 void NumberFormatTest::expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text) { in expectParseCurrency() argument 3134 uprv_strcat(theOperation, ", check amount:"); in expectParseCurrency() 3135 assertTrue(theOperation, amount == currencyAmount->getNumber().getDouble(status)); in expectParseCurrency() 3836 // currency amount to be formatted, in TestCurrencyIsoPluralFormat() 3867 logln(UnicodeString(u"Locale: ") + localeString + "; amount: " + numberToBeFormat); in TestCurrencyIsoPluralFormat() 3935 // currency amount to be formatted, in TestCurrencyParsing() 8842 double amount = 12345.67; in Test11035_FormatCurrencyAmount() local 8857 fmt1->format(amount, actualSetCurrency); in Test11035_FormatCurrencyAmount() 8863 fmt2->format(amount, actualLocaleString); in Test11035_FormatCurrencyAmount()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
H A D | gfx10addrlib.cpp | 1275 * Get pipe rotate amount 1278 * Pipe rotate amount 1287 INT_32 amount = 0; in GetPipeRotateAmount() local 1291 amount = ((m_pipesLog2 == (m_numSaLog2 + 1)) && IsRbAligned(resourceType, swizzleMode)) ? in GetPipeRotateAmount() 1295 return amount; in GetPipeRotateAmount()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 2194 Number amount = (Number) row[1]; in testSimplePer() 2208 new Measure(amount, MeasureUnit.POUND), in testSimplePer()
|
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 305 static sk_sp<SkImageFilter> make_scale(float amount, sk_sp<SkImageFilter> input) { in make_scale() argument 306 float s = amount; in make_scale()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 3276 static inline enum dpp_ctrl dpp_row_sr(unsigned amount) in dpp_row_sr() argument 3278 assert(amount > 0 && amount < 16); in dpp_row_sr() 3279 return _dpp_row_sr | amount; in dpp_row_sr()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 1106 not a good measure of amount of code authored. 1 major commit may
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 1107 not a good measure of amount of code authored. 1 major commit may
|
/third_party/ffmpeg/libavresample/x86/ |
H A D | audio_convert.asm | 281 ; pointers, but the extra complexity and amount of code is not worth
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 2082 pass an unlimited amount of data to a script in a temporary file for an
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 476 @ of 52-bit numbers as long as the amount of addends is not a 495 @ to minimize amount of instructions [as well as amount of
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 476 @ of 52-bit numbers as long as the amount of addends is not a 495 @ to minimize amount of instructions [as well as amount of
|
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1668 pub amount: c_ulong,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 786 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling 822 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
|
H A D | aesni-intel_asm.S | 677 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling 713 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 673 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling 709 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
|
H A D | aesni-intel_avx-x86_64.S | 754 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling 790 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 2984 Number amount = (Number) row[1]; in testSimplePer() 2998 new Measure(amount, MeasureUnit.POUND), in testSimplePer()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 1872 LiftoffRegister amount) { \ in BinOp() 1874 amount.is_gp_pair() ? amount.low_gp() : amount.gp()); \ in BinOp()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | socket.c | 2043 * frag_list. len specifies the total amount of data that needs to be removed. 2168 * rwnd by that amount. If all the data in the skb is read, in sctp_recvmsg() 4805 unsigned int amount = 0; in sctp_ioctl() local 4810 * We will only return the amount of this packet since in sctp_ioctl() 4813 amount = skb->len; in sctp_ioctl() 4815 rc = put_user(amount, (int __user *)arg); in sctp_ioctl()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 9077 int64_t amount = i_isolate->heap()->update_external_memory(change_in_bytes); in AdjustAmountOfExternalAllocatedMemory() local 9079 if (change_in_bytes <= 0) return amount; in AdjustAmountOfExternalAllocatedMemory() 9081 if (amount > i_isolate->heap()->external_memory_limit()) { in AdjustAmountOfExternalAllocatedMemory() 9084 return amount; in AdjustAmountOfExternalAllocatedMemory()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 3555 void btrfs_bio_counter_sub(struct btrfs_fs_info *fs_info, s64 amount);
|