Home
last modified time | relevance | path

Searched refs:amount (Results 201 - 225 of 487) sorted by relevance

12345678910>>...20

/kernel/linux/linux-5.10/include/linux/
H A Dbacking-dev.h68 enum wb_stat_item item, s64 amount) in __add_wb_stat()
70 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
67 __add_wb_stat(struct bdi_writeback *wb, enum wb_stat_item item, s64 amount) __add_wb_stat() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dfldset.cpp174 void FieldsSet::set(int32_t field, int32_t amount) { in set() argument
178 fValue[field] = amount; in set()
H A Dcalregts.cpp557 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH in getAssociatedDate()
1190 int32_t amount = ADDROLL_int[i/2]; in test4103271() local
1196 testCal->add(UCAL_WEEK_OF_YEAR, amount,status); in test4103271()
1198 testCal->roll(UCAL_WEEK_OF_YEAR, amount,status); in test4103271()
1208 log(opTypeStr + amount + ") " + sdf.format(before, str) + " => " + in test4103271()
1219 testCal->add(UCAL_WEEK_OF_YEAR, -amount,status); in test4103271()
1221 testCal->roll(UCAL_WEEK_OF_YEAR, -amount,status); in test4103271()
1225 log(opTypeStr + (-amount) + ") " + sdf.format(after, str) + " => " + in test4103271()
2079 int32_t amount; member
2247 int32_t amount in TestJ81() local
[all...]
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
H A Dmain.c20 size_t *amount) in _alloc_file()
62 *amount = s; in _alloc_file()
19 _alloc_file(struct lws_context *context, const char *filename, uint8_t **buf, size_t *amount) _alloc_file() argument
/third_party/mesa3d/src/mesa/main/
H A Dsyncobj.c194 int amount) in _mesa_unref_sync_object()
199 syncObj->RefCount -= amount; in _mesa_unref_sync_object()
193 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj, int amount) _mesa_unref_sync_object() argument
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h141 * adding the specified (signed) amount of time to a particular time field.
731 * Return the amount of time in milliseconds that the clock is
1170 * Add a specified signed amount to a particular field in a UCalendar.
1180 * @param amount The signed amount to add to field. If the amount causes the value
1190 int32_t amount,
1194 * Add a specified signed amount to a particular field in a UCalendar.
1210 * @param amount The signed amount t
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h141 * adding the specified (signed) amount of time to a particular time field.
698 * Return the amount of time in milliseconds that the clock is
1137 * Add a specified signed amount to a particular field in a UCalendar.
1147 * @param amount The signed amount to add to field. If the amount causes the value
1157 int32_t amount,
1161 * Add a specified signed amount to a particular field in a UCalendar.
1177 * @param amount The signed amount t
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h141 * adding the specified (signed) amount of time to a particular time field.
698 * Return the amount of time in milliseconds that the clock is
1137 * Add a specified signed amount to a particular field in a UCalendar.
1147 * @param amount The signed amount to add to field. If the amount causes the value
1157 int32_t amount,
1161 * Add a specified signed amount to a particular field in a UCalendar.
1177 * @param amount The signed amount t
[all...]
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c776 * conversion: value = log2(amount / base) * ratio
779 * amount = linear value (unsigned, 32bit max)
785 snd_sf_linear_to_log(unsigned int amount, int offset, int ratio) in snd_sf_linear_to_log() argument
790 if (amount < 2) in snd_sf_linear_to_log()
792 for (bit = 0; ! (amount & 0x80000000L); bit++) in snd_sf_linear_to_log()
793 amount <<= 1; in snd_sf_linear_to_log()
794 s = (amount >> 24) & 0x7f; in snd_sf_linear_to_log()
795 low = (amount >> 16) & 0xff; in snd_sf_linear_to_log()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c782 * conversion: value = log2(amount / base) * ratio
785 * amount = linear value (unsigned, 32bit max)
791 snd_sf_linear_to_log(unsigned int amount, int offset, int ratio) in snd_sf_linear_to_log() argument
796 if (amount < 2) in snd_sf_linear_to_log()
798 for (bit = 0; ! (amount & 0x80000000L); bit++) in snd_sf_linear_to_log()
799 amount <<= 1; in snd_sf_linear_to_log()
800 s = (amount >> 24) & 0x7f; in snd_sf_linear_to_log()
801 low = (amount >> 16) & 0xff; in snd_sf_linear_to_log()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c491 uint32_t amount; in done_scsi_read() local
544 amount = min(MAX_BLOCK_RW_SECTORS, amount_left); in done_scsi_read()
561 doread = fmass_dev_read(fmass, buf, lba, amount); in done_scsi_read()
569 db, buf, lba - doread , doread, amount, amount_left, fmass->residue); in done_scsi_read()
571 if (doread < amount) in done_scsi_read()
594 uint32_t amount, amount_left; in done_scsi_write() local
667 amount = nwritesector / MAX_BLOCK_RW_SECTORS; in done_scsi_write()
671 for (idx = 0; idx < amount ; idx++) in done_scsi_write()
681 if (amount == 0 || do_write > 0) in done_scsi_write()
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.cc7096 uint32_t amount = (instr >> 22) & 0x1f; in DecodeT32() local
7097 if (amount == 0) amount = 32; in DecodeT32()
7099 asr(CurrentCond(), Narrow, Register(rd), Register(rm), amount); in DecodeT32() local
7106 uint32_t amount = (instr >> 22) & 0x1f; in DecodeT32() local
7107 if (amount == 0) amount = 32; in DecodeT32()
7109 asrs(Condition::None(), Narrow, Register(rd), Register(rm), amount); in DecodeT32() local
7116 uint32_t amount = (instr >> 22) & 0x1f; in DecodeT32() local
7118 lsl(CurrentCond(), Narrow, Register(rd), Register(rm), amount); in DecodeT32() local
7125 uint32_t amount = (instr >> 22) & 0x1f; DecodeT32() local
7127 lsls(Condition::None(), Narrow, Register(rd), Register(rm), amount); DecodeT32() local
7134 uint32_t amount = (instr >> 22) & 0x1f; DecodeT32() local
7137 lsr(CurrentCond(), Narrow, Register(rd), Register(rm), amount); DecodeT32() local
7144 uint32_t amount = (instr >> 22) & 0x1f; DecodeT32() local
7147 lsrs(Condition::None(), Narrow, Register(rd), Register(rm), amount); DecodeT32() local
9276 uint32_t amount = DecodeT32() local
9282 Operand(Register(rn), LSL, amount)); DecodeT32() local
9314 uint32_t amount = DecodeT32() local
9320 Operand(Register(rn), ASR, amount)); DecodeT32() local
9395 uint32_t amount = DecodeT32() local
9401 Operand(Register(rn), LSL, amount)); DecodeT32() local
9433 uint32_t amount = DecodeT32() local
9439 Operand(Register(rn), ASR, amount)); DecodeT32() local
10771 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
10795 amount, DecodeT32() local
10889 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
10913 amount, DecodeT32() local
11028 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
11052 amount, DecodeT32() local
16935 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
16943 amount, DecodeT32() local
16958 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
16982 amount, DecodeT32() local
17119 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
17127 amount, DecodeT32() local
17142 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
17166 amount, DecodeT32() local
17464 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
17488 amount, DecodeT32() local
17723 uint32_t amount = DecodeT32() local
17732 amount, DecodeT32() local
17749 uint32_t amount = DecodeT32() local
17778 amount, DecodeT32() local
17992 uint32_t amount = (instr >> 4) & 0x3; DecodeT32() local
18016 amount, DecodeT32() local
18311 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
18323 amount); DecodeT32() local
18333 amount); DecodeT32() local
18345 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
18356 amount); DecodeT32() local
18366 amount); DecodeT32() local
18377 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
18389 amount); DecodeT32() local
18399 amount); DecodeT32() local
18411 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
18418 amount); DecodeT32() local
18898 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
18910 amount); DecodeT32() local
18920 amount); DecodeT32() local
18932 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
18943 amount); DecodeT32() local
18953 amount); DecodeT32() local
18964 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
18976 amount); DecodeT32() local
18986 amount); DecodeT32() local
18998 uint32_t amount = ((instr >> 6) & 0x3) | DecodeT32() local
19005 amount); DecodeT32() local
19320 uint32_t amount = DecodeT32() local
19326 Operand(Register(rm), LSL, amount)); DecodeT32() local
19337 uint32_t amount = DecodeT32() local
19344 Operand(Register(rm), ASR, amount)); DecodeT32() local
20698 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
20715 Operand(Register(rm), ROR, amount)); DecodeT32() local
20730 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
20735 Operand(Register(rm), ROR, amount)); DecodeT32() local
20751 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
20755 Operand(Register(rm), ROR, amount)); DecodeT32() local
20769 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
20774 Operand(Register(rm), ROR, amount)); DecodeT32() local
20790 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
20807 Operand(Register(rm), ROR, amount)); DecodeT32() local
20822 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
20827 Operand(Register(rm), ROR, amount)); DecodeT32() local
20992 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
21009 Operand(Register(rm), ROR, amount)); DecodeT32() local
21024 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
21029 Operand(Register(rm), ROR, amount)); DecodeT32() local
21045 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
21049 Operand(Register(rm), ROR, amount)); DecodeT32() local
21063 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
21068 Operand(Register(rm), ROR, amount)); DecodeT32() local
21084 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
21101 Operand(Register(rm), ROR, amount)); DecodeT32() local
21116 uint32_t amount = ((instr >> 4) & 0x3) * 8; DecodeT32() local
21121 Operand(Register(rm), ROR, amount)); DecodeT32() local
55005 uint32_t amount = 0; DecodeA32() local
55031 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
55058 uint32_t amount = 0; DecodeA32() local
55084 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
55111 uint32_t amount = 0; DecodeA32() local
55137 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
56803 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
56823 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
56841 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
56861 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
59151 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
59166 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
59179 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
59194 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
62227 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
62256 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
62407 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
62446 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
62470 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
62490 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
62793 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
62869 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
62893 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
62914 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
62940 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
62961 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
63003 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
63032 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
63165 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
63185 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
63488 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
63564 uint32_t amount = (instr >> 7) & 0x1f; DecodeA32() local
63588 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
63609 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
63635 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
63656 uint32_t amount = ((instr >> 10) & 0x3) * 8; DecodeA32() local
63698 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
63728 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
63985 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
64015 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
64097 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
64127 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
64443 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
64473 uint32_t amount = shift_operand.GetAmount(); DecodeA32() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc97 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) { in CheckEmitFor() argument
100 ptrdiff_t distance = masm_->GetCursorOffset() + amount - first_use_; in CheckEmitFor()
267 size_t amount) { in ShouldEmitVeneer()
269 kPoolNonVeneerCodeSize + amount + GetMaxSize() + GetOtherPoolsMaxSize(); in ShouldEmitVeneer()
274 void VeneerPool::CheckEmitFor(size_t amount, EmitOption option) { in CheckEmitFor() argument
286 if (ShouldEmitVeneers(amount)) { in CheckEmitFor()
287 Emit(option, amount); in CheckEmitFor()
294 void VeneerPool::Emit(EmitOption option, size_t amount) { in Emit() argument
321 amount + kVeneerEmissionMargin)) { in Emit()
476 void MacroAssembler::CheckEmitFor(size_t amount) { in Emit() argument
266 ShouldEmitVeneer(int64_t first_unreacheable_pc, size_t amount) ShouldEmitVeneer() argument
482 CheckEmitPoolsFor(size_t amount) Emit() argument
[all...]
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c33 * old apps and it will avoid huge amount
2615 long amount = 0; in unix_inq_len() local
2624 amount += unix_skb_len(skb); in unix_inq_len()
2628 amount = skb->len; in unix_inq_len()
2632 return amount; in unix_inq_len()
2681 long amount = 0; in unix_ioctl() local
2686 amount = unix_outq_len(sk); in unix_ioctl()
2687 err = put_user(amount, (int __user *)arg); in unix_ioctl()
2690 amount = unix_inq_len(sk); in unix_ioctl()
2691 if (amount < in unix_ioctl()
[all...]
/third_party/curl/lib/
H A Dbufq.h37 size_t dlen; /* the amount of allocated x.data[] */
149 * Return the total amount of data in the queue.
154 * Return the total amount of free space in the queue.
173 * and the amount of copied bytes is returned.
183 * and the amount of copied bytes is returned.
206 * Tell the buffer queue to discard `amount` buf bytes at the head
210 void Curl_bufq_skip(struct bufq *q, size_t amount);
217 * the amount of buf written. A writer may return -1 and CURLE_AGAIN
219 * the amount of buf passed so far.
235 * Returns the total amount o
[all...]
/kernel/linux/linux-6.6/sound/soc/sh/
H A Drz-ssi.c607 int amount; in rz_ssi_dma_transfer() local
624 amount = runtime->period_size; in rz_ssi_dma_transfer()
629 dma_size = frames_to_bytes(runtime, amount); in rz_ssi_dma_transfer()
647 strm->dma_buffer_pos += amount; in rz_ssi_dma_transfer()
/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp470 int32_t amount, in ucal_add()
476 ((Calendar*)cal)->add(field, amount, *status); in ucal_add()
482 int32_t amount, in ucal_roll()
488 ((Calendar*)cal)->roll(field, amount, *status); in ucal_roll()
468 ucal_add( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_add() argument
480 ucal_roll( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_roll() argument
H A Dmeasfmt.cpp478 const Measure* amount = dynamic_cast<const Measure*>(formatObj); in format() local
479 if (amount != NULL) { in format()
481 *amount, **numberFormat, appendTo, pos, status); in format()
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c638 scroll_cntr(int amount) in scroll_cntr() argument
640 if (amount < 0) { in scroll_cntr()
641 current_cntr = MAX2(1, current_cntr + amount); in scroll_cntr()
646 current_cntr = MIN2(max_rows - 1, current_cntr + amount); in scroll_cntr()
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp471 int32_t amount,
479 ((Calendar*)cal)->add(field, amount, *status);
485 int32_t amount,
493 ((Calendar*)cal)->roll(field, amount, *status);
H A Dmeasfmt.cpp478 const Measure* amount = dynamic_cast<const Measure*>(formatObj); in format() local
479 if (amount != nullptr) { in format()
481 *amount, **numberFormat, appendTo, pos, status); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp470 int32_t amount, in ucal_add()
476 ((Calendar*)cal)->add(field, amount, *status); in ucal_add()
482 int32_t amount, in ucal_roll()
488 ((Calendar*)cal)->roll(field, amount, *status); in ucal_roll()
468 ucal_add( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_add() argument
480 ucal_roll( UCalendar* cal, UCalendarDateFields field, int32_t amount, UErrorCode* status) ucal_roll() argument
H A Dmeasfmt.cpp478 const Measure* amount = dynamic_cast<const Measure*>(formatObj); in format() local
479 if (amount != NULL) { in format()
481 *amount, **numberFormat, appendTo, pos, status); in format()
/third_party/node/src/
H A Dnode_http2.cc118 // does not move too quickly and limits the amount of data we in Http2Options()
171 // if the remote peer sends more than this amount, the stream will be in Http2Options()
192 // The HTTP2 specification places no limits on the amount of memory in Http2Options()
194 // cap on the amount of memory a session can consume at any given time. in Http2Options()
793 // Used as one of the Padding Strategy functions. Uses the maximum amount
1919 // Shrink to the actual amount of used data. in OnStreamRead()
2489 size_t amount = 0; // amount of data being sent in this data frame. in OnRead() local
2505 amount = std::min(stream->available_outbound_length_, length); in OnRead()
2506 Debug(session, "sending %d bytes for data frame on stream %d", amount, i in OnRead()
2539 IncrementAvailableOutboundLength(size_t amount) IncrementAvailableOutboundLength() argument
2544 DecrementAvailableOutboundLength(size_t amount) DecrementAvailableOutboundLength() argument
[all...]
/kernel/linux/linux-5.10/net/rose/
H A Daf_rose.c1328 long amount; in rose_ioctl() local
1330 amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in rose_ioctl()
1331 if (amount < 0) in rose_ioctl()
1332 amount = 0; in rose_ioctl()
1333 return put_user(amount, (unsigned int __user *) argp); in rose_ioctl()
1338 long amount = 0L; in rose_ioctl() local
1342 amount = skb->len; in rose_ioctl()
1344 return put_user(amount, (unsigned int __user *) argp); in rose_ioctl()

Completed in 76 milliseconds

12345678910>>...20