Home
last modified time | relevance | path

Searched refs:offset_buffer (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/array/transform/
H A Dlist.rs34 let offset_buffer = &mut mutable.buffer1; in build_extend() localVariable
37 let last_offset: T = unsafe { get_last_offset(offset_buffer) }; in build_extend()
41 offset_buffer, in build_extend()
60 let offset_buffer = &mut mutable.buffer1; in build_extend() localVariable
63 let mut last_offset: T = unsafe { get_last_offset(offset_buffer) }; in build_extend()
66 offset_buffer.reserve(delta_len * std::mem::size_of::<T>()); in build_extend()
82 offset_buffer.push(last_offset); in build_extend()
93 let offset_buffer = &mut mutable.buffer1; in extend_nulls() localVariable
96 let last_offset: T = unsafe { get_last_offset(offset_buffer) }; in extend_nulls()
98 (0..len).for_each(|_| offset_buffer.push(last_offset)) in extend_nulls()
H A Dvariable_size.rs49 let offset_buffer = &mut mutable.buffer1; in build_extend() localVariable
53 let last_offset = unsafe { get_last_offset(offset_buffer) }; in build_extend()
56 offset_buffer, in build_extend()
67 let offset_buffer = &mut mutable.buffer1; in build_extend() localVariable
71 let mut last_offset: T = unsafe { get_last_offset(offset_buffer) }; in build_extend()
74 offset_buffer.reserve(len * std::mem::size_of::<T>()); in build_extend()
88 offset_buffer.push(last_offset); in build_extend()
99 let offset_buffer = &mut mutable.buffer1; in extend_nulls() localVariable
102 let last_offset: T = unsafe { get_last_offset(offset_buffer) }; in extend_nulls()
104 (0..len).for_each(|_| offset_buffer.push(last_offset)) in extend_nulls()
H A Dutils.rs65 offset_buffer: &MutableBuffer, in get_last_offset()
73 let (prefix, offsets, suffix) = offset_buffer.as_slice().align_to::<T>(); in get_last_offset()
/dports/www/davix/davix-0.7.6/test/functional/
H A Dtest_valid_write_read_generic_simple.cpp79 off_t offset_buffer = 0; in main() local
80 while( (ret = pos.read(fd, buff_output+ offset_buffer, 50, &tmp_err) ) > 0 in main()
81 && (size_t) offset_buffer < size_content){ in main()
82 offset_buffer += ret; in main()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slimp3.c481 guint offset_buffer;
485 offset_buffer = tvb_get_ntohs(tvb, offset+2) * 2;
486 … proto_tree_add_uint(slimp3_tree, hf_slimp3_data_offset, tvb, offset+2, 2, offset_buffer);
491 offset_buffer);
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slimp3.c481 guint offset_buffer; in dissect_slimp3() local
485 offset_buffer = tvb_get_ntohs(tvb, offset+2) * 2; in dissect_slimp3()
486 … proto_tree_add_uint(slimp3_tree, hf_slimp3_data_offset, tvb, offset+2, 2, offset_buffer); in dissect_slimp3()
491 offset_buffer); in dissect_slimp3()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slimp3.c481 guint offset_buffer; in dissect_slimp3() local
485 offset_buffer = tvb_get_ntohs(tvb, offset+2) * 2; in dissect_slimp3()
486 … proto_tree_add_uint(slimp3_tree, hf_slimp3_data_offset, tvb, offset+2, 2, offset_buffer); in dissect_slimp3()
491 offset_buffer); in dissect_slimp3()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-slimp3.c481 guint offset_buffer; in dissect_slimp3() local
485 offset_buffer = tvb_get_ntohs(tvb, offset+2) * 2; in dissect_slimp3()
486 … proto_tree_add_uint(slimp3_tree, hf_slimp3_data_offset, tvb, offset+2, 2, offset_buffer); in dissect_slimp3()
491 offset_buffer); in dissect_slimp3()
/dports/sysutils/libcdio-paranoia/libcdio-paranoia-10.2+2.0.1/src/
H A Dcd-paranoia.c1230 int16_t offset_buffer[1176]; in main() local
1412 ((char *)offset_buffer)+offset_buffer_used, in main()
1506 offset_buffer[i]=UINT16_SWAP_LE_BE_C(readbuf[i]); in main()
1508 memcpy(offset_buffer,readbuf,CD_FRAMESIZE_RAW); in main()
1512 memset(offset_buffer, 0, sizeof(offset_buffer)); in main()
1516 if(buffering_write(out,(char *)offset_buffer, in main()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Ddirac.cpp256 unsigned char offset_buffer[4]; in add_bytes() local
257 cursor.copy(offset_buffer, previous_pos + 4 + 1, 4); in add_bytes()
258 uint32_t next_offset = get_uint32_be(offset_buffer); in add_bytes()
/dports/audio/cdparanoia/cdparanoia-III-alpha9.8/
H A Dmain.c1027 int16_t offset_buffer[1176]; in main() local
1177 ((char *)offset_buffer)+offset_buffer_used, in main()
1256 offset_buffer[i]=swap16(readbuf[i]); in main()
1258 memcpy(offset_buffer,readbuf,CD_FRAMESIZE_RAW); in main()
1263 if(buffering_write(out,(char *)offset_buffer, in main()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/
H A Dffi.rs563 let offset_buffer = unsafe { in buffer_len() localVariable
567 (unsafe { *offset_buffer.add(len / size_of::<i32>() - 1) }) as usize in buffer_len()
575 let offset_buffer = unsafe { in buffer_len() localVariable
579 (unsafe { *offset_buffer.add(len / size_of::<i64>() - 1) }) as usize in buffer_len()
/dports/net/netwib/netwib-5.38.0-src/src/port/windows/regex/
H A Dregex.c1192 size_t len, int *offset_buffer,
1209 int *offset_buffer;
1222 offset_buffer[wc_count] = wc_count;
1224 offset_buffer[wc_count] = wc_count;
1237 offset_buffer[0] = 0;
1260 offset_buffer[wc_count + 1] = mb_count += consumed;
5313 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5314 int *offset_buffer; in count_mbs_length()
5323 if (offset_buffer == NULL)
5328 if (offset_buffer[wcs_size] == length)
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A Dregex.c1189 size_t len, int *offset_buffer,
1206 int *offset_buffer;
1219 offset_buffer[wc_count] = wc_count;
1221 offset_buffer[wc_count] = wc_count;
1234 offset_buffer[0] = 0;
1257 offset_buffer[wc_count + 1] = mb_count += consumed;
5335 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5336 int *offset_buffer; in count_mbs_length()
5345 if (offset_buffer == NULL)
5350 if (offset_buffer[wcs_size] == length)
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_gpu.cpp575 VkBufferObj offset_buffer; in TEST_F() local
580 offset_buffer.init(*m_device, 4, reqs); in TEST_F()
611 descriptor_set.WriteDescriptorBufferInfo(0, offset_buffer.handle(), 0, 4); in TEST_F()
684 uint32_t *data = (uint32_t *)offset_buffer.memory().map(); in TEST_F()
686 offset_buffer.memory().unmap(); in TEST_F()
726 uint32_t *data = (uint32_t *)offset_buffer.memory().map(); in TEST_F()
728 offset_buffer.memory().unmap(); in TEST_F()
744 data = (uint32_t *)offset_buffer.memory().map(); in TEST_F()
746 offset_buffer.memory().unmap(); in TEST_F()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dregex.c1266 size_t len, int *offset_buffer,
1283 int *offset_buffer;
1298 offset_buffer[0] = 0;
1325 offset_buffer[wc_count + 1] = mb_count += consumed;
1330 offset_buffer[i] = mb_count + 1;
5575 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5576 int *offset_buffer; in count_mbs_length()
5585 if (offset_buffer == NULL)
5590 if (offset_buffer[length] == length)
5602 if (offset_buffer[middle] > length)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dregex.c1264 size_t len, int *offset_buffer,
1281 int *offset_buffer;
1296 offset_buffer[0] = 0;
1323 offset_buffer[wc_count + 1] = mb_count += consumed;
1328 offset_buffer[i] = mb_count + 1;
5573 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5574 int *offset_buffer; in count_mbs_length()
5583 if (offset_buffer == NULL)
5588 if (offset_buffer[length] == length)
5600 if (offset_buffer[middle] > length)
[all …]
/dports/misc/sword/sword-1.8.1/src/utilfuns/
H A Dregex.c1259 size_t len, int *offset_buffer,
1276 int *offset_buffer;
1291 offset_buffer[0] = 0;
1318 offset_buffer[wc_count + 1] = mb_count += consumed;
1323 offset_buffer[i] = mb_count + 1;
5632 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5633 int *offset_buffer; in count_mbs_length()
5642 if (offset_buffer == NULL)
5647 if (offset_buffer[length] == length)
5659 if (offset_buffer[middle] > length)
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/libiberty/
H A Dregex.c1268 size_t len, int *offset_buffer,
1285 int *offset_buffer;
1300 offset_buffer[0] = 0;
1327 offset_buffer[wc_count + 1] = mb_count += consumed;
1332 offset_buffer[i] = mb_count + 1;
5577 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5578 int *offset_buffer; in count_mbs_length()
5587 if (offset_buffer == NULL)
5592 if (offset_buffer[length] == length)
5604 if (offset_buffer[middle] > length)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dregex.c1266 size_t len, int *offset_buffer,
1283 int *offset_buffer;
1298 offset_buffer[0] = 0;
1325 offset_buffer[wc_count + 1] = mb_count += consumed;
1330 offset_buffer[i] = mb_count + 1;
5575 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5576 int *offset_buffer; in count_mbs_length()
5585 if (offset_buffer == NULL)
5590 if (offset_buffer[length] == length)
5602 if (offset_buffer[middle] > length)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dregex.c1264 size_t len, int *offset_buffer,
1281 int *offset_buffer;
1296 offset_buffer[0] = 0;
1323 offset_buffer[wc_count + 1] = mb_count += consumed;
1328 offset_buffer[i] = mb_count + 1;
5573 count_mbs_length(offset_buffer, length) in count_mbs_length() argument
5574 int *offset_buffer; in count_mbs_length()
5583 if (offset_buffer == NULL)
5588 if (offset_buffer[length] == length)
5600 if (offset_buffer[middle] > length)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dinput.c169 void offset_buffer (int offset) in offset_buffer() function
469 offset_buffer (-m_alloc_offset); in create()
503 offset_buffer (offset); in create()
562 offset_buffer (-m_alloc_offset); in ~file_cache_slot()
608 offset_buffer (-offset); in maybe_grow()
611 offset_buffer (offset); in maybe_grow()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/array/
H A Darray_union.rs173 if let Some(offset_buffer) = &value_offsets { in try_new()
175 let offsets_slice: &[i32] = unsafe { offset_buffer.typed_data() }; in try_new()
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dregex.c1241 size_t len, int *offset_buffer,
1245 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument
1268 offset_buffer[0] = 0; in convert_mbs_to_wcs()
1295 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1300 offset_buffer[i] = mb_count + 1; in convert_mbs_to_wcs()
5489 count_mbs_length(int *offset_buffer, int length) in count_mbs_length() argument
5497 if (offset_buffer == NULL) in count_mbs_length()
5502 if (offset_buffer[length] == length) in count_mbs_length()
5514 if (offset_buffer[middle] > length) in count_mbs_length()
5516 else if (offset_buffer[middle] < length) in count_mbs_length()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dregex.c1240 size_t len, int *offset_buffer,
1244 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument
1267 offset_buffer[0] = 0; in convert_mbs_to_wcs()
1294 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1299 offset_buffer[i] = mb_count + 1; in convert_mbs_to_wcs()
5487 count_mbs_length(int *offset_buffer, int length) in count_mbs_length() argument
5495 if (offset_buffer == NULL) in count_mbs_length()
5500 if (offset_buffer[length] == length) in count_mbs_length()
5512 if (offset_buffer[middle] > length) in count_mbs_length()
5514 else if (offset_buffer[middle] < length) in count_mbs_length()

123