/third_party/python/Lib/test/ |
H A D | test_gzip.py | 262 amount = 10 264 amount = len(line1) 265 line2 = f.read(amount) 266 self.assertEqual(line1[:amount], line2) 532 "Excessive amount of data was decompressed")
|
/third_party/curl/lib/ |
H A D | http.c | 1182 * 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 D | imgui_internal.h | 500 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...] |
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_trans.c | 134 int32_t amount = g_flowController->apply(g_flowController, (int32_t)expect); in BrTransSend() local 135 int32_t writeLen = g_sppDriver->Write(socketHandle, data, amount); in BrTransSend()
|
/kernel/linux/linux-5.10/arch/xtensa/lib/ |
H A D | memcopy.S | 196 __ssa8 a3 # set shift amount from byte offset 472 __ssa8 a3 # set shift amount from byte offset
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 495 # data, plus a small amount extra to keep the algorithm safe. The 514 # All of which is enough to compute an amount of extra data that is required
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7.S | 52 movs r1, r2, lsl r1 @ #1 shifted left by same amount 158 movne r6, r6, lsl r5 @ 1 shifted left by same amount
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 437 # data, plus a small amount extra to keep the algorithm safe. The 456 # All of which is enough to compute an amount of extra data that is required
|
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | memcopy.S | 196 __ssa8 a3 # set shift amount from byte offset 459 __ssa8 a3 # set shift amount from byte offset
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.h | 300 void IncreaseSelfTicks(unsigned amount) { self_ticks_ += amount; } in IncreaseSelfTicks() argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 337 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH in getAssociatedDate() 749 int amount = ((Integer)ADDROLL[i+1]).intValue(); in Test4103271() 754 if (ADDROLL[i] == ADD) testCal.add(Calendar.WEEK_OF_YEAR, amount); in Test4103271() 755 else testCal.roll(Calendar.WEEK_OF_YEAR, amount); in Test4103271() 757 amount + ") " + before + " => " + in Test4103271() 766 if (ADDROLL[i] == ADD) testCal.add(Calendar.WEEK_OF_YEAR, -amount); in Test4103271() 767 else testCal.roll(Calendar.WEEK_OF_YEAR, -amount); in Test4103271() 769 (-amount) + ") " + after + " => " + in Test4103271()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 340 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH in getAssociatedDate() 752 int amount = ((Integer)ADDROLL[i+1]).intValue(); in Test4103271() 757 if (ADDROLL[i] == ADD) testCal.add(Calendar.WEEK_OF_YEAR, amount); in Test4103271() 758 else testCal.roll(Calendar.WEEK_OF_YEAR, amount); in Test4103271() 760 amount + ") " + before + " => " + in Test4103271() 769 if (ADDROLL[i] == ADD) testCal.add(Calendar.WEEK_OF_YEAR, -amount); in Test4103271() 770 else testCal.roll(Calendar.WEEK_OF_YEAR, -amount); in Test4103271() 772 (-amount) + ") " + after + " => " + in Test4103271()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 494 unsigned amount = parse_entry_key_from_offset(key, size, left - 1, src0, base_mul, offset); in parse_entry_key_from_offset() local 495 amount += parse_entry_key_from_offset(key, size + amount, left - amount, src1, base_mul, offset); in parse_entry_key_from_offset() 496 return amount; in parse_entry_key_from_offset()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 527 size_t amount = 0; in sink_input_process_rewind_cb() local 540 amount = PA_MIN(u->sink->thread_info.rewind_nbytes, max_rewrite); in sink_input_process_rewind_cb() 543 if (amount > 0) { in sink_input_process_rewind_cb() 546 pa_memblockq_seek(u->memblockq, - (int64_t) amount, PA_SEEK_RELATIVE, true); in sink_input_process_rewind_cb() 560 pa_sink_process_rewind(u->sink, amount); in sink_input_process_rewind_cb()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 188 LiftoffRegister src, Register amount) { in I64Shiftop() 199 assm->and_(amount_capped, amount, Operand(0x3F)); in I64Shiftop() 1512 Register amount) { \ 1515 and_(scratch, amount, Operand(0x1f)); \ 1519 int32_t amount) { \ 1520 if (V8_LIKELY((amount & 31) != 0)) { \ 1521 instruction(dst, src, Operand(amount & 31)); \ 1766 Register amount) { in emit_i64_shl() 1767 liftoff::I64Shiftop<&TurboAssembler::LslPair, true>(this, dst, src, amount); in emit_i64_shl() 1771 int32_t amount) { in emit_i64_shli() 187 I64Shiftop(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, Register amount) I64Shiftop() argument 1765 emit_i64_shl(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shl() argument 1770 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shli() argument 1780 emit_i64_sar(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_sar() argument 1785 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_sari() argument 1795 emit_i64_shr(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shr() argument 1800 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shri() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.h | 316 void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text);
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1211 Register amount) { \ 1212 instruction(dst, src, amount); \ 1216 int amount) { \ 1217 instruction(dst, src, amount & 31); \ 1310 LiftoffRegister dst, LiftoffRegister src, Register amount) { \ 1311 instruction(dst.gp(), src.gp(), amount); \ 1320 int amount) { in emit_i64_shli() 1321 if (is_uint6(amount)) { in emit_i64_shli() 1322 slli(dst.gp(), src.gp(), amount); in emit_i64_shli() 1324 li(kScratchReg, amount); in emit_i64_shli() 1319 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_shli() argument 1329 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_sari() argument 1339 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_shri() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 1094 Register amount) { \ 1095 instruction(dst, src, amount); \ 1100 int amount) { \ 1101 instruction1(dst, src, amount & 0x1f); \ 1197 LiftoffRegister dst, LiftoffRegister src, Register amount) { \ 1198 instruction(dst.gp(), src.gp(), amount); \ 1203 LiftoffRegister src, int amount) { \ 1204 instructioni(dst.gp(), src.gp(), amount & 63); \
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1086 Register amount) { \ 1087 instruction(dst.W(), src.W(), amount.W()); \ 1090 int32_t amount) { \ 1091 instruction(dst.W(), src.W(), amount & 31); \ 1095 Register amount) { \ 1096 instruction(dst.gp().X(), src.gp().X(), amount.X()); \ 1099 LiftoffRegister src, int32_t amount) { \ 1100 instruction(dst.gp().X(), src.gp().X(), amount & 63); \
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fcloop.c | 1510 int starting, amount; in fcloop_set_cmd_drop() local 1512 if (sscanf(buf, "%x:%d:%d", &opcode, &starting, &amount) != 3) in fcloop_set_cmd_drop() 1523 drop_amount = amount - 1; in fcloop_set_cmd_drop()
|
/kernel/linux/linux-6.6/drivers/net/wwan/ |
H A D | wwan_core.c | 874 int amount = 0; in wwan_port_fops_ioctl() local 878 amount += skb->len; in wwan_port_fops_ioctl() 881 return put_user(amount, (int __user *)arg); in wwan_port_fops_ioctl()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 2374 TimeUnitAmount amount = new TimeUnitAmount(3, TimeUnit.HOUR); in hasSameBehavior() 2375 String resa = tufa.format(amount); in hasSameBehavior() 2376 String resb = tufb.format(amount); in hasSameBehavior()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 2387 TimeUnitAmount amount = new TimeUnitAmount(3, TimeUnit.HOUR); in hasSameBehavior() 2388 String resa = tufa.format(amount); in hasSameBehavior() 2389 String resb = tufb.format(amount); in hasSameBehavior()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64-inl.h | 963 Instr Assembler::ImmDPShift(unsigned amount) { in ImmDPShift() argument 964 DCHECK(is_uint6(amount)); in ImmDPShift() 965 return amount << ImmDPShift_offset; in ImmDPShift()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VertexArrayVk.cpp | 316 const size_t amount = elementSize * indexCount; in convertIndexBufferCPU() local 319 ANGLE_TRY(mDynamicIndexData.allocate(contextVk, amount, &dst, nullptr, in convertIndexBufferCPU() 359 memcpy(dst, sourcePointer, amount); in convertIndexBufferCPU()
|