Home
last modified time | relevance | path

Searched refs:amount (Results 426 - 450 of 487) sorted by relevance

1...<<11121314151617181920

/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-armv.S997 * SP points to a minimal amount of processor-private memory, the address
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dperf_asm.S137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-armv.S844 * SP points to a minimal amount of processor-private memory, the address
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dperf_asm.S137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_mode.h318 uint16_t amount; member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_mode.h309 uint16_t amount; member
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c4175 int amount = sk_wmem_alloc_get(sk); in packet_ioctl() local
4177 return put_user(amount, (int __user *)arg); in packet_ioctl()
4182 int amount = 0; in packet_ioctl() local
4187 amount = skb->len; in packet_ioctl()
4189 return put_user(amount, (int __user *)arg); in packet_ioctl()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c4227 int amount = sk_wmem_alloc_get(sk); in packet_ioctl() local
4229 return put_user(amount, (int __user *)arg); in packet_ioctl()
4234 int amount = 0; in packet_ioctl() local
4239 amount = skb->len; in packet_ioctl()
4241 return put_user(amount, (int __user *)arg); in packet_ioctl()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h1488 void __sk_mem_reduce_allocated(struct sock *sk, int amount);
1489 void __sk_mem_reclaim(struct sock *sk, int amount);
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex23 emitting \emph{unwind-info} which provides the minimum amount of
210 a debugger) because it reduces the amount of data that needs to be
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c1175 change_ptraccel(struct window *w, double amount) in change_ptraccel() argument
1188 speed = clip(speed + amount, -1, 1); in change_ptraccel()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs990 pub fn snooze(amount: bigtime_t) -> status_t; in snooze()
991 pub fn snooze_etc(amount: bigtime_t, timeBase: ::c_int, flags: u32) -> status_t; in snooze_etc()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.c514 * @total_added_ret: Optional pointer to return the total amount of space
1389 * BTRFS_RESERVE_NO_FLUSH to give ourselves the most amount of in inc_block_group_ro()
1875 * Since the decision making process also depends on the amount in btrfs_reclaim_bgs_work()
2363 * btrfs_calc_zone_unusable() will set the amount of free space and in read_one_block_group()
4513 void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount) in btrfs_dec_block_group_swap_extents() argument
4517 ASSERT(bg->swap_extents >= amount); in btrfs_dec_block_group_swap_extents()
4518 bg->swap_extents -= amount; in btrfs_dec_block_group_swap_extents()
/third_party/ffmpeg/libavfilter/
H A Dvf_xfade.c1633 static void zoom(float *u, float *v, float amount) in zoom() argument
1635 *u = 0.5f + ((*u - 0.5f) * amount); in zoom()
1636 *v = 0.5f + ((*v - 0.5f) * amount); in zoom()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11addrlib.cpp928 * Get pipe rotate amount
931 * Pipe rotate amount
940 INT_32 amount = 0; in GetPipeRotateAmount() local
944 amount = ((m_pipesLog2 == (m_numSaLog2 + 1)) && IsRbAligned(resourceType, swizzleMode)) ? in GetPipeRotateAmount()
948 return amount; in GetPipeRotateAmount()
/third_party/libinput/test/
H A Dtest-pointer.c669 test_wheel_event(struct litest_device *dev, int which, int amount) in test_wheel_event() argument
672 int event_amount = amount; in test_wheel_event()
682 test_high_and_low_wheel_events_value(dev, which, amount * 120); in test_wheel_event()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm702 ${sprintf("%.2f", $amount)} immediately, or your patellae may
738 amount => 392.12,
1427 $Q::amount = 141.61;
1432 You owe me \\${sprintf('%.2f', $amount)}.
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm702 ${sprintf("%.2f", $amount)} immediately, or your patellae may
738 amount => 392.12,
1427 $Q::amount = 141.61;
1432 You owe me \\${sprintf('%.2f', $amount)}.
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc140 uint32_t amount; member
3343 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to31-ldr-a32.h"
3344 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to31-ldrb-a32.h"
3345 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to31-str-a32.h"
3346 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to31-strb-a32.h"
3395 uint32_t amount = kTests[i].operands.amount; in TestHelper() local
3397 MemOperand memop(rn, sign, rm, shift, amount, addr_mode); in TestHelper()
H A Dtest-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc140 uint32_t amount; member
3343 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to32-ldr-a32.h"
3344 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to32-ldrb-a32.h"
3345 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to32-str-a32.h"
3346 #include "aarch32/traces/simulator-cond-rd-memop-rs-shift-amount-1to32-strb-a32.h"
3395 uint32_t amount = kTests[i].operands.amount; in TestHelper() local
3397 MemOperand memop(rn, sign, rm, shift, amount, addr_mode); in TestHelper()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dinitio.c226 static void initio_do_pause(unsigned amount) in initio_do_pause() argument
228 /* Pause for amount jiffies */ in initio_do_pause()
229 unsigned long the_time = jiffies + amount; in initio_do_pause()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h1599 void __sk_mem_reduce_allocated(struct sock *sk, int amount);
1600 void __sk_mem_reclaim(struct sock *sk, int amount);
/kernel/linux/linux-6.6/drivers/scsi/
H A Dinitio.c226 static void initio_do_pause(unsigned amount) in initio_do_pause() argument
228 /* Pause for amount jiffies */ in initio_do_pause()
229 unsigned long the_time = jiffies + amount; in initio_do_pause()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm752 %assign stack_size 0 ; amount of stack space that can be freely used inside a function
753 %assign stack_size_padded 0 ; total amount of allocated stack space, including space for callee-saved xmm registers on WIN64 and alignment padding
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h2184 inline static Instr ImmDPShift(unsigned amount);
2494 unsigned amount);

Completed in 68 milliseconds

1...<<11121314151617181920