Home
last modified time | relevance | path

Searched refs:last_byte_offset (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/blink/
H A Dtest_response_generator.cc50 int64_t last_byte_offset) { in GeneratePartial206() argument
51 return GeneratePartial206(first_byte_offset, last_byte_offset, kNormal); in GeneratePartial206()
56 int64_t last_byte_offset, in GeneratePartial206() argument
71 first_byte_offset, last_byte_offset); in GeneratePartial206()
H A Dtest_response_generator.h50 int64_t last_byte_offset);
56 int64_t last_byte_offset,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dtest_response_generator.cc50 int64_t last_byte_offset) { in GeneratePartial206() argument
51 return GeneratePartial206(first_byte_offset, last_byte_offset, kNormal); in GeneratePartial206()
56 int64_t last_byte_offset, in GeneratePartial206() argument
71 first_byte_offset, last_byte_offset); in GeneratePartial206()
H A Dtest_response_generator.h50 int64_t last_byte_offset);
56 int64_t last_byte_offset,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/sourcemap-5.0.0/src/
H A Dsourceview.rs45 let (source_line, last_char_offset, last_byte_offset) = if_chain! { in next()
47 last_byte_offset)) = self.source_line; in next()
51 (source_line, last_char_offset, last_byte_offset) in next()
63 let byte_offset = if last_byte_offset == !0 { in next()
76 let mut new_offset = last_byte_offset; in next()
79 .get(..last_byte_offset) in next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_ragel/
H A Dspec_val.py18 last_byte_offset = offset + sum(len(insn.bytes) for insn in insns) - 1
19 return offset // spec.BUNDLE_SIZE == last_byte_offset // spec.BUNDLE_SIZE
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/chacha20-0.7.2/src/
H A Dchacha.rs209 let last_byte_offset = if buffer_plus_data > 0 { in check_data_len() localVariable
216 .checked_add(last_byte_offset / (BLOCK_SIZE as u64)) in check_data_len()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/websockets/
H A Dwebsocket_frame_parser_test.cc388 size_t last_byte_offset = frame_header_length - 1; in TEST() local
392 j == last_byte_offset; in TEST()
400 j == last_byte_offset) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/websockets/
H A Dwebsocket_frame_parser_test.cc388 size_t last_byte_offset = frame_header_length - 1; in TEST() local
392 j == last_byte_offset; in TEST()
400 j == last_byte_offset) { in TEST()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dmodule-decoder.cc1512 int last_byte_offset = locals_size; in DecodeAsmJsOffsets() local
1520 last_byte_offset += decoder.consume_u32v("byte offset delta"); in DecodeAsmJsOffsets()
1527 {last_byte_offset, call_position, to_number_position}); in DecodeAsmJsOffsets()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-decoder.cc2119 int last_byte_offset = locals_size; in DecodeAsmJsOffsets() local
2128 last_byte_offset += decoder.consume_u32v("byte offset delta"); in DecodeAsmJsOffsets()
2140 {last_byte_offset, call_position, to_number_position}); in DecodeAsmJsOffsets()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kvm/vgic/
H A Dvgic-its.c432 int last_byte_offset = -1; in its_sync_lpi_pending_table() local
453 if (byte_offset != last_byte_offset) { in its_sync_lpi_pending_table()
461 last_byte_offset = byte_offset; in its_sync_lpi_pending_table()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kvm/vgic/
H A Dvgic-its.c432 int last_byte_offset = -1; in its_sync_lpi_pending_table() local
453 if (byte_offset != last_byte_offset) { in its_sync_lpi_pending_table()
461 last_byte_offset = byte_offset; in its_sync_lpi_pending_table()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-decoder.cc2309 int last_byte_offset = locals_size; in DecodeAsmJsOffsets() local
2318 last_byte_offset += decoder.consume_u32v("byte offset delta"); in DecodeAsmJsOffsets()
2330 {last_byte_offset, call_position, to_number_position}); in DecodeAsmJsOffsets()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kvm/vgic/
H A Dvgic-its.c432 int last_byte_offset = -1; in its_sync_lpi_pending_table() local
453 if (byte_offset != last_byte_offset) { in its_sync_lpi_pending_table()
461 last_byte_offset = byte_offset; in its_sync_lpi_pending_table()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-decoder.cc2323 int last_byte_offset = locals_size; in DecodeAsmJsOffsets() local
2332 last_byte_offset += decoder.consume_u32v("byte offset delta"); in DecodeAsmJsOffsets()
2344 {last_byte_offset, call_position, to_number_position}); in DecodeAsmJsOffsets()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/lang/gcc9/gcc-9.4.0/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/tilepro/
H A Dtilepro.md541 HOST_WIDE_INT first_byte_offset, last_byte_offset;
552 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
553 if (last_byte_offset - first_byte_offset > 3)
571 HOST_WIDE_INT first_byte_offset, last_byte_offset;
582 last_byte_offset = (bit_offset + bit_width - 1) / BITS_PER_UNIT;
583 if (last_byte_offset - first_byte_offset > 3)

12345