/kernel/linux/linux-6.6/lib/raid6/ |
H A D | sse2.c | 87 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome() argument 94 z0 = stop; /* P/Q right side optimization */ in raid6_sse21_xor_syndrome() 198 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome() argument 205 z0 = stop; /* P/Q right side optimization */ in raid6_sse22_xor_syndrome() 364 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, in raid6_sse24_xor_syndrome() argument 371 z0 = stop; /* P/Q right side optimization */ in raid6_sse24_xor_syndrome()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | test_rendering.c | 105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) in Gradient() argument 108 unsigned int range = stop - start; in Gradient() 219 const int start = 16, stop = 235, range = stop - start; in main() local 236 const int start = 16, stop = 240, range = stop - start; in main() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | unary.h | 29 * @param[in] stop The bitstop value (unary code of 1's or 0's) 32 * code excluding the stop bit. 46 static inline int get_unary(GetBitContext *gb, int stop, int len) in get_unary() argument 50 for(i = 0; i < len && get_bits1(gb) != stop; i++); in get_unary()
|
/third_party/python/Objects/ |
H A D | bytearrayobject.c | 390 Py_ssize_t start, stop, step, slicelength, i; in bytearray_subscript() local 392 if (PySlice_Unpack(index, &start, &stop, &step) < 0) { in bytearray_subscript() 396 &start, &stop, step); in bytearray_subscript() 595 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local 626 stop = i + 1; in bytearray_ass_subscript() 637 if (PySlice_Unpack(index, &start, &stop, &step) < 0) { in bytearray_ass_subscript() 641 &stop, step); in bytearray_ass_subscript() 676 if ((step < 0 && start < stop) || in bytearray_ass_subscript() 677 (step > 0 && start > stop)) in bytearray_ass_subscript() 678 stop in bytearray_ass_subscript() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mem.c | 111 * @stop: the stop address (exclusive) 114 static void flush_dcache_range_chunked(unsigned long start, unsigned long stop, in flush_dcache_range_chunked() argument 119 for (i = start; i < stop; i += chunk) { in flush_dcache_range_chunked() 120 flush_dcache_range(i, min(stop, i + chunk)); in flush_dcache_range_chunked() 382 * @stop: the stop address (exclusive) 384 static void invalidate_icache_range(unsigned long start, unsigned long stop) in invalidate_icache_range() argument 389 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_icache_range() 406 * @stop 408 flush_icache_range(unsigned long start, unsigned long stop) flush_icache_range() argument [all...] |
/third_party/vk-gl-cts/execserver/ |
H A D | xsWin32TestProcess.cpp | 185 void CaseListWriter::stop (void) in stop() function in xs::win32::CaseListWriter 328 void FileReader::stop (void) in stop() function in xs::win32::FileReader 376 void TestLogReader::stop (void) in stop() function in xs::win32::TestLogReader 382 m_reader.stop(); in stop() 722 m_caseListWriter.stop(); in cleanup() 727 m_stdErrReader.stop(); in cleanup() 728 m_stdOutReader.stop(); in cleanup() 729 m_testLogReader.stop(); in cleanup()
|
/third_party/python/Lib/test/ |
H A D | test_range.py | 10 def pyrange(start, stop, step): 11 if (start - stop) // step < 0: 12 # replace stop with next element in the sequence of integers 14 stop += (start - stop) % step 15 while start != stop: 19 def pyrange_reversed(start, stop, step): 20 stop += (start - stop) % step 21 return pyrange(stop [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | kunit_iov_iter.c | 185 goto stop; in iov_kunit_copy_from_kvec() 188 stop: in iov_kunit_copy_from_kvec() 350 goto stop; in iov_kunit_copy_from_bvec() 353 stop: in iov_kunit_copy_from_bvec() 507 goto stop; in iov_kunit_copy_from_xarray() 510 stop: in iov_kunit_copy_from_xarray() 577 goto stop; in iov_kunit_extract_pages_kvec() 596 stop: in iov_kunit_extract_pages_kvec() 655 goto stop; in iov_kunit_extract_pages_bvec() 674 stop in iov_kunit_extract_pages_bvec() [all...] |
/third_party/libabigail/tools/ |
H A D | abidw.cc | 640 t.stop(); in load_corpus_and_write_abixml() 648 t.stop(); in load_corpus_and_write_abixml() 701 t.stop(); in load_corpus_and_write_abixml() 735 t.stop(); in load_corpus_and_write_abixml() 753 t.stop(); in load_corpus_and_write_abixml() 763 t.stop(); in load_corpus_and_write_abixml() 794 t.stop(); in load_corpus_and_write_abixml() 805 t.stop(); in load_corpus_and_write_abixml() 865 t.stop(); in load_kernel_corpus_group_and_write_abixml() 900 t.stop(); in load_kernel_corpus_group_and_write_abixml() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | irqbypass.h | 22 * independently. When a token match is found, the optional @stop callback 38 * @stop: Perform any quiesce operations necessary prior to add/del (optional) 53 void (*stop)(struct irq_bypass_producer *); member 63 * @stop: Perform any quiesce operations necessary prior to add/del (optional) 78 void (*stop)(struct irq_bypass_consumer *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | irqbypass.h | 22 * independently. When a token match is found, the optional @stop callback 38 * @stop: Perform any quiesce operations necessary prior to add/del (optional) 53 void (*stop)(struct irq_bypass_producer *); member 63 * @stop: Perform any quiesce operations necessary prior to add/del (optional) 78 void (*stop)(struct irq_bypass_consumer *); member
|
/third_party/libwebsockets/lib/drivers/i2c/ |
H A D | lws-i2c.c | 38 ctx->stop(ctx); in lws_i2c_command() 45 ctx->stop(ctx); in lws_i2c_command()
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | sigproc.py | 26 self.stop() 31 self.stop()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | i2c.c | 10 ctx->stop(ctx); in lws_i2c_command() 17 ctx->stop(ctx); in lws_i2c_command()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteArray.cs | 58 int stop = srcOffset + count;
in Copy() 59 for (int i = srcOffset; i < stop; i++)
in Copy()
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | vrc4171_card.c | 375 io->start > 0xffff || io->stop > 0xffff || io->start > io->stop) in pccard_set_io_map() 388 exca_write_word(slot, I365_IO(map)+I365_W_STOP, io->stop); in pccard_set_io_map() 412 uint16_t start, stop, offset; in pccard_set_mem_map() local 439 stop = (mem->res->end >> 12) & 0x3fff; in pccard_set_mem_map() 444 stop |= I365_MEM_WS0; in pccard_set_mem_map() 447 stop |= I365_MEM_WS1; in pccard_set_mem_map() 450 stop |= I365_MEM_WS0 | I365_MEM_WS1; in pccard_set_mem_map() 453 exca_write_word(slot, I365_MEM(map)+I365_W_STOP, stop); in pccard_set_mem_map()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | quatech_daqp_cs.c | 149 int stop; member 183 if (devpriv->stop) in daqp_ai_cancel() 304 if (devpriv->stop) in daqp_ai_insn_read() 340 /* stop any conversions and clear the status event flags */ in daqp_ai_insn_read() 471 if (devpriv->stop) in daqp_ai_cmd() 509 * If we don't have a stop count, then use half the size of in daqp_ai_cmd() 521 * If we have a stop count, then things get more interesting. in daqp_ai_cmd() 522 * If the stop count is less than the FIFO size (actually in daqp_ai_cmd() 524 * the stop count itself as the threshold, the card interrupts in daqp_ai_cmd() 526 * acquisition at that point and are done. If the stop coun in daqp_ai_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | quatech_daqp_cs.c | 148 int stop; member 182 if (devpriv->stop) in daqp_ai_cancel() 303 if (devpriv->stop) in daqp_ai_insn_read() 339 /* stop any conversions and clear the status event flags */ in daqp_ai_insn_read() 470 if (devpriv->stop) in daqp_ai_cmd() 508 * If we don't have a stop count, then use half the size of in daqp_ai_cmd() 520 * If we have a stop count, then things get more interesting. in daqp_ai_cmd() 521 * If the stop count is less than the FIFO size (actually in daqp_ai_cmd() 523 * the stop count itself as the threshold, the card interrupts in daqp_ai_cmd() 525 * acquisition at that point and are done. If the stop coun in daqp_ai_cmd() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/ |
H A D | spu_profiler.c | 139 goto stop; in profile_spus() 181 goto stop; in profile_spus() 185 stop: in profile_spus()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | bus.h | 38 void (*stop)(struct qtnf_bus *); member 111 if (!bus->bus_ops->stop) in qtnf_bus_stop() 113 bus->bus_ops->stop(bus); in qtnf_bus_stop()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | sched-pipe.c | 81 struct timeval start, stop, diff; in bench_sched_pipe() local 147 gettimeofday(&stop, NULL); in bench_sched_pipe() 148 timersub(&stop, &start, &diff); in bench_sched_pipe()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_benchmark.c | 40 u64 stop; in trace_do_benchmark() local 55 stop = trace_clock_local(); in trace_do_benchmark() 60 delta = stop - start; in trace_do_benchmark()
|
/kernel/linux/linux-5.10/net/bpfilter/ |
H A D | bpfilter_kern.c | 47 goto stop; in bpfilter_send_req() 54 goto stop; in bpfilter_send_req() 57 stop: in bpfilter_send_req()
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | shmem.c | 38 ktime_t stop; in shmem_tx_prepare() local 54 stop = ktime_add_ms(ktime_get(), 2 * cinfo->rx_timeout_ms); in shmem_tx_prepare() 57 ktime_after(ktime_get(), stop)); in shmem_tx_prepare()
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | bus.h | 38 void (*stop)(struct qtnf_bus *); member 111 if (!bus->bus_ops->stop) in qtnf_bus_stop() 113 bus->bus_ops->stop(bus); in qtnf_bus_stop()
|