Home
last modified time | relevance | path

Searched refs:amount (Results 251 - 275 of 482) sorted by relevance

1...<<11121314151617181920

/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_inline.h463 * @amount: amount to decrement from v
465 static void qla_atomic_dtz(atomic_t *v, int amount) in qla_atomic_dtz() argument
471 dec = c - amount; in qla_atomic_dtz()
/third_party/python/Lib/test/
H A Dtest_ttk_textonly.py242 spaces = lambda amount=0: ' ' * (amount + indent)
H A Dtest_gzip.py262 amount = 10
264 amount = len(line1)
265 line2 = f.read(amount)
266 self.assertEqual(line1[:amount], line2)
532 "Excessive amount of data was decompressed")
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c33 * old apps and it will avoid huge amount
2953 long amount = 0; in unix_inq_len() local
2962 amount += unix_skb_len(skb); in unix_inq_len()
2966 amount = skb->len; in unix_inq_len()
2970 return amount; in unix_inq_len()
3019 long amount = 0; in unix_ioctl() local
3024 amount = unix_outq_len(sk); in unix_ioctl()
3025 err = put_user(amount, (int __user *)arg); in unix_ioctl()
3028 amount = unix_inq_len(sk); in unix_ioctl()
3029 if (amount < in unix_ioctl()
[all...]
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak83 # the initially reserved amount of space turns out to be insufficient.
135 fate-matroska-mastering-display-metadata: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Meridian-Apple_ProResProxy-HDR10.mxf matroska "-map 0 -map 0:0 -c:v:0 copy -c:v:1 ffv1 -c:a:0 copy -bsf:a:0 noise=amount=3 -filter:a:1 aresample -c:a:1 pcm_s16be -bsf:a:1 noise=amount=-1:drop=-4" "-map 0 -c copy" "-show_entries stream_side_data_list:stream=index,codec_name"
/third_party/mbedtls/library/
H A Dchacha20.c39 #define ROTL32(value, amount) \
40 ((uint32_t) ((value) << (amount)) | ((value) >> (32 - (amount))))
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h538 VIXL_ASSERT(mod_ != SVE_LSL); // LSL requires an explicit shift amount. in SVEMemOperand()
674 bool IsEquivalentToLSL(unsigned amount) const { in IsEquivalentToLSL()
675 if (shift_amount_ != amount) return false; in IsEquivalentToLSL()
676 if (amount == 0) { in IsEquivalentToLSL()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp54 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } in leftShift() argument
56 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; } in rightShift() argument
57 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~0U >> amount)); } // \note Arithmetic shift. in rightShift() argument
59 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vector<int, Size>& amount) in leftShift() argument
63 result[i] = leftShift(value[i], amount[i]); in leftShift()
67 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vector<int, Size>& amount) in rightShift() argument
75 leftShiftVecScalar(const Vector<T, Size>& value, int amount) leftShiftVecScalar() argument
76 rightShiftVecScalar(const Vector<T, Size>& value, int amount) rightShiftVecScalar() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp54 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } in leftShift() argument
56 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; } in rightShift() argument
57 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~0U >> amount)); } // \note Arithmetic shift. in rightShift() argument
59 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vector<int, Size>& amount) in leftShift() argument
63 result[i] = leftShift(value[i], amount[i]); in leftShift()
67 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vector<int, Size>& amount) in rightShift() argument
75 leftShiftVecScalar(const Vector<T, Size>& value, int amount) leftShiftVecScalar() argument
76 rightShiftVecScalar(const Vector<T, Size>& value, int amount) rightShiftVecScalar() argument
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc140 uint32_t amount; member
546 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-sxtb-a32.h"
547 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-sxtb16-a32.h"
548 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-sxth-a32.h"
549 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-uxtb-a32.h"
550 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-uxtb16-a32.h"
551 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-uxth-a32.h"
598 uint32_t amount = kTests[i].operands.amount; in TestHelper() local
599 Operand op(rn, ror, amount); in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc140 uint32_t amount; member
546 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-sxtb-t32.h"
547 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-sxtb16-t32.h"
548 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-sxth-t32.h"
549 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-uxtb-t32.h"
550 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-uxtb16-t32.h"
551 #include "aarch32/traces/simulator-cond-rd-operand-rn-ror-amount-uxth-t32.h"
598 uint32_t amount = kTests[i].operands.amount; in TestHelper() local
599 Operand op(rn, ror, amount); in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc142 uint32_t amount; member
838 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-cmn-a32.h"
839 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-cmp-a32.h"
840 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-mov-a32.h"
841 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-movs-a32.h"
842 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-mvn-a32.h"
843 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-mvns-a32.h"
844 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-teq-a32.h"
845 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-tst-a32.h"
892 uint32_t amount in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc142 uint32_t amount; member
838 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-cmn-t32.h"
839 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-cmp-t32.h"
840 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-mov-t32.h"
841 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-movs-t32.h"
842 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-mvn-t32.h"
843 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-mvns-t32.h"
844 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-teq-t32.h"
845 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to31-tst-t32.h"
892 uint32_t amount in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc142 uint32_t amount; member
848 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-cmn-a32.h"
849 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-cmp-a32.h"
850 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-mov-a32.h"
851 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-movs-a32.h"
852 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-mvn-a32.h"
853 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-mvns-a32.h"
854 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-teq-a32.h"
855 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-tst-a32.h"
902 uint32_t amount in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc142 uint32_t amount; member
848 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-cmn-t32.h"
849 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-cmp-t32.h"
850 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-mov-t32.h"
851 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-movs-t32.h"
852 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-mvn-t32.h"
853 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-mvns-t32.h"
854 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-teq-t32.h"
855 #include "aarch32/traces/simulator-cond-rd-operand-rn-shift-amount-1to32-tst-t32.h"
902 uint32_t amount in TestHelper() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-copy_user.S55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
196 * to quadword stuff for a small amount of data.
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-copy_user.S55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
196 * to quadword stuff for a small amount of data.
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/kernel/linux/linux-5.10/fs/btrfs/
H A Dblock-group.h309 void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount);
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.h369 void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount);
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dfield.h51 static INLINE_UNUSED void gf_bias(gf inout, int amount);
/third_party/openssl/crypto/ec/curve448/
H A Dfield.h51 static INLINE_UNUSED void gf_bias(gf inout, int amount);
/third_party/curl/lib/
H A Dhttp.c1182 * Returns the amount of bytes it filled the buffer with.
1250 ssize_t amount; in Curl_buffer_send() local
1342 * - if sending blocks, it return 0 as amount in Curl_buffer_send()
1358 result = Curl_nwrite(data, sockindex, ptr, sendsize, &amount); in Curl_buffer_send()
1367 size_t headlen = (size_t)amount>headersize ? headersize : (size_t)amount; in Curl_buffer_send()
1368 size_t bodylen = amount - headlen; in Curl_buffer_send()
1377 /* 'amount' can never be a very large value here so typecasting it so a in Curl_buffer_send()
1380 *bytes_written += (long)amount; in Curl_buffer_send()
1388 if((size_t)amount ! in Curl_buffer_send()
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h500 void Expand(const float amount) { Min.x -= amount; Min.y -= amount; Max.x += amount; Max.y += amount; } in Expand()
501 void Expand(const ImVec2& amount) { Min.x -= amount.x; Min.y -= amount.y; Max.x += amount.x; Max.y += amount in Expand()
[all...]

Completed in 36 milliseconds

1...<<11121314151617181920