Home
last modified time | relevance | path

Searched refs:o_end (Results 1 – 25 of 120) sorted by relevance

12345

/dports/www/trafficserver/trafficserver-9.1.1/lib/records/
H A DRecMessage.cc52 msg->o_end = sizeof(RecMessageHdr) + initial_size; in RecMessageAlloc()
111 while (msg->o_end - msg->o_write < msg_ele_size) { in RecMessageMarshal_Realloc()
112 int realloc_size = (msg->o_end - msg->o_start) * 2; in RecMessageMarshal_Realloc()
114 msg->o_end = msg->o_start + realloc_size; in RecMessageMarshal_Realloc()
120 memset(reinterpret_cast<char *>(msg) + msg->o_write, 0, msg->o_end - msg->o_write); in RecMessageMarshal_Realloc()
131 ink_assert((msg->o_end - ((uintptr_t)p - (uintptr_t)msg)) >= (uintptr_t)rec_name_len); in RecMessageMarshal_Realloc()
137 ink_assert((msg->o_end - ((uintptr_t)p - (uintptr_t)msg)) >= (uintptr_t)rec_data_str_len); in RecMessageMarshal_Realloc()
143 ink_assert((msg->o_end - ((uintptr_t)p - (uintptr_t)msg)) >= (uintptr_t)rec_data_def_str_len); in RecMessageMarshal_Realloc()
149 ink_assert((msg->o_end - ((uintptr_t)p - (uintptr_t)msg)) >= (uintptr_t)rec_cfg_chk_len); in RecMessageMarshal_Realloc()
272 …msg = static_cast<RecMessage *>(ats_malloc((msg_hdr.o_end - msg_hdr.o_start) + sizeof(RecMessageHd… in RecMessageReadFromDisk()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/gif/
H A Dlzw_enc.c32 uint8_t *o_end = o_buf + max_o_len - 1; in lzw_encode() local
119 if (o_ptr >= o_end) in lzw_encode()
193 if (o_ptr >= o_end) in lzw_encode()
214 if (o_ptr >= o_end) in lzw_encode()
253 uint8_t *o_end = o_buf + max_o_len - 1; in lzw_encode2() local
343 if (o_ptr >= o_end) in lzw_encode2()
435 if (o_ptr >= o_end) in lzw_encode2()
456 if (o_ptr >= o_end) in lzw_encode2()
/dports/biology/babel/babel-1.6/
H A Dbndord.c81 int o_end = 0; in is_carboxyl() local
87 o_end = End(the_bond); in is_carboxyl()
95 o_end = Start(the_bond); in is_carboxyl()
98 if ((check) && (Valence(o_end) == 1)) in is_carboxyl()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_ilist.c184 if (si->o_end) evas_object_del(si->o_end); in e_ilist_clear()
399 if (si) return si->o_end; in e_ilist_selected_end_get()
451 if (si->o_end) evas_object_del(si->o_end); in e_ilist_remove_num()
551 if (si) return si->o_end; in e_ilist_nth_end_get()
563 if (si->o_end) in e_ilist_nth_end_set()
568 si->o_end = end; in e_ilist_nth_end_set()
569 if (si->o_end) in e_ilist_nth_end_set()
621 if (si->o_end) in e_ilist_icon_size_set()
729 if (si->o_end) in e_ilist_custom_edje_file_set()
1364 si->o_end = end; in _e_ilist_item_new()
[all …]
/dports/archivers/libmspack/libmspack-0.10.1alpha/mspack/
H A Dqtmd.c231 qtm->o_ptr = qtm->o_end = &qtm->window[0]; in qtmd_init()
270 i = qtm->o_end - qtm->o_ptr; in qtmd_decompress()
291 while ((qtm->o_end - qtm->o_ptr) < out_bytes) { in qtmd_decompress()
300 frame_end = window_posn + (out_bytes - (qtm->o_end - qtm->o_ptr)); in qtmd_decompress()
382 qtm->o_end = &window[0]; in qtmd_decompress()
421 qtm->o_end = &window[window_posn]; in qtmd_decompress()
448 i = (qtm->o_end - qtm->o_ptr); in qtmd_decompress()
456 qtm->o_end = &window[0]; in qtmd_decompress()
/dports/archivers/cabextract/cabextract-1.9.1/mspack/
H A Dqtmd.c231 qtm->o_ptr = qtm->o_end = &qtm->window[0]; in qtmd_init()
270 i = qtm->o_end - qtm->o_ptr; in qtmd_decompress()
291 while ((qtm->o_end - qtm->o_ptr) < out_bytes) { in qtmd_decompress()
300 frame_end = window_posn + (out_bytes - (qtm->o_end - qtm->o_ptr)); in qtmd_decompress()
382 qtm->o_end = &window[0]; in qtmd_decompress()
421 qtm->o_end = &window[window_posn]; in qtmd_decompress()
448 i = (qtm->o_end - qtm->o_ptr); in qtmd_decompress()
456 qtm->o_end = &window[0]; in qtmd_decompress()
/dports/security/clamav/clamav-0.104.2/libclammspack/mspack/
H A Dqtmd.c231 qtm->o_ptr = qtm->o_end = &qtm->window[0]; in qtmd_init()
270 i = qtm->o_end - qtm->o_ptr; in qtmd_decompress()
291 while ((qtm->o_end - qtm->o_ptr) < out_bytes) { in qtmd_decompress()
300 frame_end = window_posn + (out_bytes - (qtm->o_end - qtm->o_ptr)); in qtmd_decompress()
382 qtm->o_end = &window[0]; in qtmd_decompress()
421 qtm->o_end = &window[window_posn]; in qtmd_decompress()
448 i = (qtm->o_end - qtm->o_ptr); in qtmd_decompress()
456 qtm->o_end = &window[0]; in qtmd_decompress()
/dports/security/clamav-lts/clamav-0.103.5/libclammspack/mspack/
H A Dqtmd.c231 qtm->o_ptr = qtm->o_end = &qtm->window[0]; in qtmd_init()
270 i = qtm->o_end - qtm->o_ptr; in qtmd_decompress()
291 while ((qtm->o_end - qtm->o_ptr) < out_bytes) { in qtmd_decompress()
300 frame_end = window_posn + (out_bytes - (qtm->o_end - qtm->o_ptr)); in qtmd_decompress()
382 qtm->o_end = &window[0]; in qtmd_decompress()
421 qtm->o_end = &window[window_posn]; in qtmd_decompress()
448 i = (qtm->o_end - qtm->o_ptr); in qtmd_decompress()
456 qtm->o_end = &window[0]; in qtmd_decompress()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/utilities/
H A Dtest_bitMap_search.cpp148 for (size_t o_end = (c_start == c_end) ? o_start : 0; in test_search_ranges() local
149 o_end < search_noffsets; in test_search_ranges()
150 ++o_end) { in test_search_ranges()
151 idx_t end = c_end * search_chunk_size + search_offsets[o_end]; in test_search_ranges()
167 bool aligned_right = search_offsets[o_end] == 0; in test_search_ranges()
/dports/devel/git-p4/git-2.34.1/
H A Dstreaming.c26 int o_end, o_ptr; member
95 if (fs->o_ptr < fs->o_end) { in read_istream_filtered()
96 size_t to_move = fs->o_end - fs->o_ptr; in read_istream_filtered()
105 fs->o_end = fs->o_ptr = 0; in read_istream_filtered()
116 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
127 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
128 if (!fs->o_end) in read_istream_filtered()
158 fs->o_end = fs->o_ptr = 0; in attach_stream_filter()
/dports/devel/git-gui/git-2.34.1/
H A Dstreaming.c26 int o_end, o_ptr; member
95 if (fs->o_ptr < fs->o_end) { in read_istream_filtered()
96 size_t to_move = fs->o_end - fs->o_ptr; in read_istream_filtered()
105 fs->o_end = fs->o_ptr = 0; in read_istream_filtered()
116 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
127 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
128 if (!fs->o_end) in read_istream_filtered()
158 fs->o_end = fs->o_ptr = 0; in attach_stream_filter()
/dports/devel/git-svn/git-2.34.1/
H A Dstreaming.c26 int o_end, o_ptr; member
95 if (fs->o_ptr < fs->o_end) { in read_istream_filtered()
96 size_t to_move = fs->o_end - fs->o_ptr; in read_istream_filtered()
105 fs->o_end = fs->o_ptr = 0; in read_istream_filtered()
116 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
127 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
128 if (!fs->o_end) in read_istream_filtered()
158 fs->o_end = fs->o_ptr = 0; in attach_stream_filter()
/dports/devel/git/git-2.34.1/
H A Dstreaming.c26 int o_end, o_ptr; member
95 if (fs->o_ptr < fs->o_end) { in read_istream_filtered()
96 size_t to_move = fs->o_end - fs->o_ptr; in read_istream_filtered()
105 fs->o_end = fs->o_ptr = 0; in read_istream_filtered()
116 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
127 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
128 if (!fs->o_end) in read_istream_filtered()
158 fs->o_end = fs->o_ptr = 0; in attach_stream_filter()
/dports/devel/git-cvs/git-2.34.1/
H A Dstreaming.c26 int o_end, o_ptr; member
95 if (fs->o_ptr < fs->o_end) { in read_istream_filtered()
96 size_t to_move = fs->o_end - fs->o_ptr; in read_istream_filtered()
105 fs->o_end = fs->o_ptr = 0; in read_istream_filtered()
116 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
127 fs->o_end = FILTER_BUFFER - to_receive; in read_istream_filtered()
128 if (!fs->o_end) in read_istream_filtered()
158 fs->o_end = fs->o_ptr = 0; in attach_stream_filter()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dstreaming.c66 int o_end, o_ptr; member
203 if (fs->o_ptr < fs->o_end) { in read_method_decl()
204 size_t to_move = fs->o_end - fs->o_ptr; in read_method_decl()
213 fs->o_end = fs->o_ptr = 0; in read_method_decl()
224 fs->o_end = FILTER_BUFFER - to_receive; in read_method_decl()
235 fs->o_end = FILTER_BUFFER - to_receive; in read_method_decl()
236 if (!fs->o_end) in read_method_decl()
270 fs->o_end = fs->o_ptr = 0; in attach_stream_filter()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dmove_extent.c560 ext4_lblk_t o_end, o_start = orig_blk; in ext4_move_extents() local
616 o_end = o_start + len; in ext4_move_extents()
618 while (o_start < o_end) { in ext4_move_extents()
635 o_start = o_end; in ext4_move_extents()
648 if (cur_blk >= o_end) in ext4_move_extents()
654 if (o_end - o_start < cur_len) in ext4_move_extents()
655 cur_len = o_end - o_start; in ext4_move_extents()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dmove_extent.c560 ext4_lblk_t o_end, o_start = orig_blk; in ext4_move_extents() local
616 o_end = o_start + len; in ext4_move_extents()
618 while (o_start < o_end) { in ext4_move_extents()
635 o_start = o_end; in ext4_move_extents()
648 if (cur_blk >= o_end) in ext4_move_extents()
654 if (o_end - o_start < cur_len) in ext4_move_extents()
655 cur_len = o_end - o_start; in ext4_move_extents()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dmove_extent.c560 ext4_lblk_t o_end, o_start = orig_blk; in ext4_move_extents() local
616 o_end = o_start + len; in ext4_move_extents()
618 while (o_start < o_end) { in ext4_move_extents()
635 o_start = o_end; in ext4_move_extents()
648 if (cur_blk >= o_end) in ext4_move_extents()
654 if (o_end - o_start < cur_len) in ext4_move_extents()
655 cur_len = o_end - o_start; in ext4_move_extents()

12345