Searched refs:length2 (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/usb/line6/ |
| H A D | midibuf.c | 84 int length1, length2; in line6_midibuf_write() local 110 length2 = length - length1; in line6_midibuf_write() 112 memcpy(this->buf, data + length1, length2); in line6_midibuf_write() 113 this->pos_write = length2; in line6_midibuf_write() 127 int length1, length2; in line6_midibuf_read() local 191 length2 = length - length1; in line6_midibuf_read() 200 for (i = 0; i < length2; ++i) in line6_midibuf_read() 228 length2 = length - length1; in line6_midibuf_read() 230 memcpy(data + repeat + length1, this->buf, length2); in line6_midibuf_read() 231 this->pos_read = length2; in line6_midibuf_read()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | loop6.c | 66 __u64 length1 = 0, length2 = 0; 87 length2 += len; in BPF_KPROBE() 93 result = length2 - length1; in BPF_KPROBE() 73 __u64 length1 = 0, length2 = 0; BPF_KPROBE() local
|
| /linux/lib/zstd/decompress/ |
| H A D | huf_decompress.c | 222 size_t const length2 = MEM_readLE16(istart+2); in HUF_DecompressFastArgs_init() local 224 size_t const length4 = srcSize - (length1 + length2 + length3 + 6); in HUF_DecompressFastArgs_init() 227 args->iend[2] = args->iend[1] + length2; in HUF_DecompressFastArgs_init() 233 if (length1 < 8 || length2 < 8 || length3 < 8 || length4 < 8) in HUF_DecompressFastArgs_init() 621 size_t const length2 = MEM_readLE16(istart+2); in HUF_decompress4X1_usingDTable_internal_body() local 623 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X1_usingDTable_internal_body() 626 const BYTE* const istart3 = istart2 + length2; in HUF_decompress4X1_usingDTable_internal_body() 644 CHECK_F( BIT_initDStream(&bitD2, istart2, length2) ); in HUF_decompress4X1_usingDTable_internal_body() 1402 size_t const length2 = MEM_readLE16(istart+2); in HUF_decompress4X2_usingDTable_internal_body() local 1404 size_t const length4 = cSrcSize - (length1 + length2 + length3 + 6); in HUF_decompress4X2_usingDTable_internal_body() [all …]
|
| /linux/drivers/accessibility/speakup/ |
| H A D | i18n.c | 497 size_t length2 = end2 - *input2; in compare_specifiers() local 499 if ((length1 == length2) && !memcmp(*input1, *input2, length1)) in compare_specifiers()
|