Home
last modified time | relevance | path

Searched refs:left_offset (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dbitmap_ops.cc181 if (left_offset % 8 == 0 && right_offset % 8 == 0) { in BitmapEquals()
189 if (BitUtil::GetBit(left, left_offset + i) != in BitmapEquals()
223 return BitmapEquals(left, left_offset, right, right_offset, length); in OptionalBitmapEquals()
225 return CountSetBits(left, left_offset, length) == length; in OptionalBitmapEquals()
234 return OptionalBitmapEquals(left ? left->data() : nullptr, left_offset, in OptionalBitmapEquals()
245 DCHECK_EQ(left_offset % 8, right_offset % 8); in AlignedBitmapOp()
246 DCHECK_EQ(left_offset % 8, out_offset % 8); in AlignedBitmapOp()
248 const int64_t nbytes = BitUtil::BytesForBits(length + left_offset % 8); in AlignedBitmapOp()
249 left += left_offset / 8; in AlignedBitmapOp()
283 void BitmapOp(const uint8_t* left, int64_t left_offset, const uint8_t* right, in BitmapOp() argument
[all …]
H A Dbitmap_ops.h96 bool BitmapEquals(const uint8_t* left, int64_t left_offset, const uint8_t* right,
106 bool OptionalBitmapEquals(const std::shared_ptr<Buffer>& left, int64_t left_offset,
118 int64_t left_offset, const uint8_t* right,
126 void BitmapAnd(const uint8_t* left, int64_t left_offset, const uint8_t* right,
137 int64_t left_offset, const uint8_t* right,
145 void BitmapOr(const uint8_t* left, int64_t left_offset, const uint8_t* right,
156 int64_t left_offset, const uint8_t* right,
164 void BitmapXor(const uint8_t* left, int64_t left_offset, const uint8_t* right,
183 void BitmapAndNot(const uint8_t* left, int64_t left_offset, const uint8_t* right,
194 int64_t left_offset, const uint8_t* right,
[all …]
H A Dbit_block_counter.cc53 int64_t left_offset, in OptionalBinaryBitBlockCounter() argument
62 left_bitmap != nullptr ? left_offset : right_offset, length), in OptionalBinaryBitBlockCounter()
63 binary_counter_(util::MakeNonNull(left_bitmap), left_offset, in OptionalBinaryBitBlockCounter()
67 const std::shared_ptr<Buffer>& left_bitmap, int64_t left_offset, in OptionalBinaryBitBlockCounter() argument
70 left_bitmap ? left_bitmap->data() : nullptr, left_offset, in OptionalBinaryBitBlockCounter()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/xcv/
H A Dxcv_axes_tableau.cxx83 int graph_width = 650 - left_offset; in compute_axes()
96 x_corners.push_back(left_offset); in compute_axes()
97 x_corners.push_back(left_offset+graph_width); in compute_axes()
98 x_corners.push_back(left_offset+graph_width); in compute_axes()
99 x_corners.push_back(left_offset); in compute_axes()
107 text_->add(left_offset,top_offset-10, heading_); in compute_axes()
114 float tmp_width = left_offset + (2*xcounter*xspacing); in compute_axes()
144 … easy_->add_line(left_offset-tick_width, (float)tmp_height, (float)left_offset, (float)tmp_height); in compute_axes()
147 left_offset, (float)tmp_height+(float)yspacing); in compute_axes()
154 text_->add(left_offset-40, (float)tmp_height+3, tmp_number_string); in compute_axes()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbitmap_ops.cc400 if (left_offset % 8 == 0 && right_offset % 8 == 0) { in BitmapEquals()
408 if (BitUtil::GetBit(left, left_offset + i) != in BitmapEquals()
442 return BitmapEquals(left, left_offset, right, right_offset, length); in OptionalBitmapEquals()
444 return CountSetBits(left, left_offset, length) == length; in OptionalBitmapEquals()
453 return OptionalBitmapEquals(left ? left->data() : nullptr, left_offset, in OptionalBitmapEquals()
464 DCHECK_EQ(left_offset % 8, right_offset % 8); in AlignedBitmapOp()
465 DCHECK_EQ(left_offset % 8, out_offset % 8); in AlignedBitmapOp()
467 const int64_t nbytes = BitUtil::BytesForBits(length + left_offset % 8); in AlignedBitmapOp()
468 left += left_offset / 8; in AlignedBitmapOp()
502 void BitmapOp(const uint8_t* left, int64_t left_offset, const uint8_t* right, in BitmapOp() argument
[all …]
H A Dbitmap_ops.h96 bool BitmapEquals(const uint8_t* left, int64_t left_offset, const uint8_t* right,
102 bool OptionalBitmapEquals(const uint8_t* left, int64_t left_offset, const uint8_t* right,
106 bool OptionalBitmapEquals(const std::shared_ptr<Buffer>& left, int64_t left_offset,
118 int64_t left_offset, const uint8_t* right,
126 void BitmapAnd(const uint8_t* left, int64_t left_offset, const uint8_t* right,
137 int64_t left_offset, const uint8_t* right,
145 void BitmapOr(const uint8_t* left, int64_t left_offset, const uint8_t* right,
156 int64_t left_offset, const uint8_t* right,
164 void BitmapXor(const uint8_t* left, int64_t left_offset, const uint8_t* right,
175 int64_t left_offset, const uint8_t* right,
[all …]
H A Dbit_block_counter.cc60 int64_t left_offset, in OptionalBinaryBitBlockCounter() argument
68 left_bitmap != nullptr ? left_offset : right_offset, length), in OptionalBinaryBitBlockCounter()
69 binary_counter_(EnsureNotNull(left_bitmap), left_offset, in OptionalBinaryBitBlockCounter()
73 const std::shared_ptr<Buffer>& left_bitmap, int64_t left_offset, in OptionalBinaryBitBlockCounter() argument
76 left_bitmap ? left_bitmap->data() : nullptr, left_offset, in OptionalBinaryBitBlockCounter()
/dports/multimedia/cheese/cheese-41.1/src/thumbview/
H A Dcheese-thumbnail.c47 gint left_offset, in draw_frame_row() argument
61 left_offset, in draw_frame_row()
66 left_offset + h_offset, in draw_frame_row()
129 gint left_offset, in cheese_thumbnail_stretch_frame_image() argument
187 left_offset, in cheese_thumbnail_stretch_frame_image()
197 left_offset, in cheese_thumbnail_stretch_frame_image()
216 left_offset); in cheese_thumbnail_stretch_frame_image()
234 left_offset, bottom_offset); in cheese_thumbnail_stretch_frame_image()
240 left_offset, in cheese_thumbnail_stretch_frame_image()
265 left_offset = CHEESE_THUMBNAIL_FRAME_LEFT; in cheese_thumbnail_add_frame()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbit_util.cc276 if (left_offset % 8 == 0 && right_offset % 8 == 0) { in BitmapEquals()
284 if (BitUtil::GetBit(left, left_offset + i) != in BitmapEquals()
294 if (BitUtil::GetBit(left, left_offset + i) != in BitmapEquals()
309 DCHECK_EQ(left_offset % 8, right_offset % 8); in AlignedBitmapOp()
310 DCHECK_EQ(left_offset % 8, out_offset % 8); in AlignedBitmapOp()
313 left += left_offset / 8; in AlignedBitmapOp()
327 left += left_offset / 8; in UnalignedBitmapOp()
331 left_offset %= 8; in UnalignedBitmapOp()
354 if (left_offset) { in UnalignedBitmapOp()
366 left_word >>= left_offset; in UnalignedBitmapOp()
[all …]
H A Dbit_util_test.cc532 Status Call(const uint8_t* left, int64_t left_offset, const uint8_t* right, in Call()
548 Status Call(const uint8_t* left, int64_t left_offset, const uint8_t* right, in Call()
564 Status Call(const uint8_t* left, int64_t left_offset, const uint8_t* right, in Call()
581 BitmapFromVector(left_bits, left_offset, &left, &length); in TestAligned()
582 for (int64_t right_offset : {left_offset, left_offset + 8, left_offset + 40}) { in TestAligned()
584 for (int64_t out_offset : {left_offset, left_offset + 16, left_offset + 24}) { in TestAligned()
609 for (int64_t left_offset : offset_values) { in TestUnaligned() local
610 BitmapFromVector(left_bits, left_offset, &left, &length); in TestUnaligned()
1296 for (int64_t left_offset : in TEST()
1304 Bitmap bitmaps[] = {{buffer, left_offset, num_bits}, in TEST()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpviewrenderer-frame.c48 gint left_offset, in draw_frame_row() argument
59 left_offset, source_v_position, in draw_frame_row()
100 gint left_offset, in stretch_frame_image() argument
119 target_width = dest_width - left_offset - right_offset; in stretch_frame_image()
122 target_frame_width = frame_width - left_offset - right_offset; in stretch_frame_image()
130 target_width = dest_width - left_offset - right_offset; in stretch_frame_image()
138 0, 0, left_offset, top_offset, in stretch_frame_image()
143 left_offset, top_offset); in stretch_frame_image()
153 pixbuf, top_offset, left_offset); in stretch_frame_image()
163 pixbuf, left_offset, bottom_offset); in stretch_frame_image()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/eel/
H A Deel-graphic-effects.c170 …gdk_pixbuf_copy_area (frame_image, left_offset, source_v_position, slab_width, height, result_pixb… in draw_frame_row()
193 eel_stretch_frame_image (GdkPixbuf *frame_image, int left_offset, int top_offset, int right_offset,… in eel_stretch_frame_image() argument
222 target_width = dest_width - left_offset - right_offset; in eel_stretch_frame_image()
223 target_frame_width = frame_width - left_offset - right_offset; in eel_stretch_frame_image()
229 gdk_pixbuf_copy_area (frame_image, 0, 0, left_offset, top_offset, result_pixbuf, 0, 0); in eel_stretch_frame_image()
230 …draw_frame_row (frame_image, target_width, target_frame_width, 0, 0, result_pixbuf, left_offset, t… in eel_stretch_frame_image()
234 …mn (frame_image, target_height, target_frame_height, 0, 0, result_pixbuf, top_offset, left_offset); in eel_stretch_frame_image()
250 eel_embed_image_in_frame (GdkPixbuf *source_image, GdkPixbuf *frame_image, int left_offset, int top… in eel_embed_image_in_frame() argument
259 dest_width = source_width + left_offset + right_offset; in eel_embed_image_in_frame()
262 …result_pixbuf = eel_stretch_frame_image (frame_image, left_offset, top_offset, right_offset, botto… in eel_embed_image_in_frame()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/alnmgr/
H A Dsparse_ci.cpp98 TSignedSeqPos left_offset = 0; in x_InitSegment() local
124 left_offset = row_rg.GetLength(); in x_InitSegment()
145 left_offset = 0; in x_InitSegment()
167 left_offset = from - m_NextRowRg.GetFrom(); in x_InitSegment()
207 _ASSERT(left_offset >= 0); in x_InitSegment()
210 swap(left_offset, right_offset); in x_InitSegment()
216 if (left_offset > row_rg.GetLength()) { in x_InitSegment()
217 left_offset = row_rg.GetLength(); in x_InitSegment()
219 if (right_offset > row_rg.GetLength() - left_offset) { in x_InitSegment()
220 right_offset = row_rg.GetLength() - left_offset; in x_InitSegment()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/alnmgr/
H A Dsparse_ci.cpp98 TSignedSeqPos left_offset = 0; in x_InitSegment() local
124 left_offset = row_rg.GetLength(); in x_InitSegment()
145 left_offset = 0; in x_InitSegment()
167 left_offset = from - m_NextRowRg.GetFrom(); in x_InitSegment()
207 _ASSERT(left_offset >= 0); in x_InitSegment()
210 swap(left_offset, right_offset); in x_InitSegment()
216 if (left_offset > row_rg.GetLength()) { in x_InitSegment()
217 left_offset = row_rg.GetLength(); in x_InitSegment()
219 if (right_offset > row_rg.GetLength() - left_offset) { in x_InitSegment()
220 right_offset = row_rg.GetLength() - left_offset; in x_InitSegment()
[all …]
/dports/games/julius/julius-1.7.0/src/window/
H A Dmission_end.c78 int left_offset = 68; in draw_won() local
79 int right_offset = left_offset + 10 + 512 * left_width / (left_width + right_width); in draw_won()
80 int width = lang_text_draw(148, 0, left_offset, 308, FONT_NORMAL_BLACK); in draw_won()
81 text_draw_number(city_rating_culture(), '@', " ", left_offset + width, 308, FONT_NORMAL_BLACK); in draw_won()
86 width = lang_text_draw(148, 2, left_offset, 328, FONT_NORMAL_BLACK); in draw_won()
87 text_draw_number(city_rating_peace(), '@', " ", left_offset + width, 328, FONT_NORMAL_BLACK); in draw_won()
92 width = lang_text_draw(148, 4, left_offset, 348, FONT_NORMAL_BLACK); in draw_won()
93 text_draw_number(city_population(), '@', " ", left_offset + width, 348, FONT_NORMAL_BLACK); in draw_won()
/dports/games/augustus/augustus-3.1.0/src/window/
H A Dmission_end.c78 int left_offset = 68; in draw_won() local
79 int right_offset = left_offset + 10 + 512 * left_width / (left_width + right_width); in draw_won()
80 int width = lang_text_draw(148, 0, left_offset, 308, FONT_NORMAL_BLACK); in draw_won()
81 … text_draw_number(city_rating_culture(), '@', " ", left_offset + width, 308, FONT_NORMAL_BLACK, 0); in draw_won()
86 width = lang_text_draw(148, 2, left_offset, 328, FONT_NORMAL_BLACK); in draw_won()
87 text_draw_number(city_rating_peace(), '@', " ", left_offset + width, 328, FONT_NORMAL_BLACK, 0); in draw_won()
92 width = lang_text_draw(148, 4, left_offset, 348, FONT_NORMAL_BLACK); in draw_won()
93 text_draw_number(city_population(), '@', " ", left_offset + width, 348, FONT_NORMAL_BLACK, 0); in draw_won()
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-graphic-effects.c257 …gdk_pixbuf_copy_area (frame_image, left_offset, source_v_position, slab_width, height, result_pixb… in draw_frame_row()
284 eel_stretch_frame_image (GdkPixbuf *frame_image, int left_offset, int top_offset, int right_offset,… in eel_stretch_frame_image() argument
320 target_width = dest_width - left_offset - right_offset; in eel_stretch_frame_image()
321 target_frame_width = frame_width - left_offset - right_offset; in eel_stretch_frame_image()
327 gdk_pixbuf_copy_area (frame_image, 0, 0, left_offset, top_offset, result_pixbuf, 0, 0); in eel_stretch_frame_image()
328 …draw_frame_row (frame_image, target_width, target_frame_width, 0, 0, result_pixbuf, left_offset, t… in eel_stretch_frame_image()
332 …mn (frame_image, target_height, target_frame_height, 0, 0, result_pixbuf, top_offset, left_offset); in eel_stretch_frame_image()
348 eel_embed_image_in_frame (GdkPixbuf *source_image, GdkPixbuf *frame_image, int left_offset, int top… in eel_embed_image_in_frame() argument
357 dest_width = source_width + left_offset + right_offset; in eel_embed_image_in_frame()
360 …result_pixbuf = eel_stretch_frame_image (frame_image, left_offset, top_offset, right_offset, botto… in eel_embed_image_in_frame()
[all …]
/dports/editors/le/le-1.16.6/src/
H A Dmb.cc64 int left_offset=MB_LEN_MAX; in MBCheckLeftAt() local
65 if(left_offset>o) in MBCheckLeftAt()
66 left_offset=o; in MBCheckLeftAt()
67 MB_Prepare(o-left_offset); in MBCheckLeftAt()
70 for(int i=0; i<left_offset; i+=MBCharSize) in MBCheckLeftAt()
82 else if(MBCharSize>=left_offset-i) in MBCheckLeftAt()
84 if(MBCharSize>left_offset-i) in MBCheckLeftAt()
86 MBCharSize=left_offset-i; in MBCheckLeftAt()
/dports/math/adept/adept-2.0.8/include/adept/
H A Dmatmul.h109 left.const_data()+i*left_offset[0], in matmul_()
110 n, right_offset[0], left_offset[1]); in matmul_()
198 left_offset[1], right_offset[0]); in matmul_()
202 left.const_data()+i*left_offset[0], n, in matmul_()
203 right_offset[0], left_offset[1]); in matmul_()
236 1.0, left_ptr, left_offset, in matmul_symmetric()
283 1.0, left_ptr, left_offset, in matmul_symmetric()
319 1.0, left_start, left_offset+1, in matmul_band()
333 Index index_start = i*left_offset + j_start; in matmul_band()
349 Index index_stride = left_offset; in matmul_band()
[all …]
/dports/graphics/xviewer/xviewer-3.2.2/src/
H A Dxviewer-thumbnail.c214 gint left_offset, in draw_frame_row() argument
227 left_offset, in draw_frame_row()
232 left_offset + h_offset, in draw_frame_row()
275 gint left_offset, in xviewer_thumbnail_stretch_frame_image() argument
307 target_width = dest_width - left_offset - right_offset; in xviewer_thumbnail_stretch_frame_image()
308 target_frame_width = frame_width - left_offset - right_offset; in xviewer_thumbnail_stretch_frame_image()
316 left_offset, in xviewer_thumbnail_stretch_frame_image()
326 left_offset, in xviewer_thumbnail_stretch_frame_image()
345 left_offset); in xviewer_thumbnail_stretch_frame_image()
363 left_offset, bottom_offset); in xviewer_thumbnail_stretch_frame_image()
[all …]
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-thumbnail.c209 gint left_offset, in draw_frame_row() argument
222 left_offset, in draw_frame_row()
227 left_offset + h_offset, in draw_frame_row()
270 gint left_offset, in eom_thumbnail_stretch_frame_image() argument
302 target_width = dest_width - left_offset - right_offset; in eom_thumbnail_stretch_frame_image()
303 target_frame_width = frame_width - left_offset - right_offset; in eom_thumbnail_stretch_frame_image()
311 left_offset, in eom_thumbnail_stretch_frame_image()
321 left_offset, in eom_thumbnail_stretch_frame_image()
340 left_offset); in eom_thumbnail_stretch_frame_image()
358 left_offset, bottom_offset); in eom_thumbnail_stretch_frame_image()
[all …]
/dports/graphics/eog/eog-41.1/src/
H A Deog-thumbnail.c207 gint left_offset, in draw_frame_row() argument
220 left_offset, in draw_frame_row()
225 left_offset + h_offset, in draw_frame_row()
268 gint left_offset, in eog_thumbnail_stretch_frame_image() argument
300 target_width = dest_width - left_offset - right_offset; in eog_thumbnail_stretch_frame_image()
301 target_frame_width = frame_width - left_offset - right_offset; in eog_thumbnail_stretch_frame_image()
309 left_offset, in eog_thumbnail_stretch_frame_image()
319 left_offset, in eog_thumbnail_stretch_frame_image()
338 left_offset); in eog_thumbnail_stretch_frame_image()
356 left_offset, bottom_offset); in eog_thumbnail_stretch_frame_image()
[all …]
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/
H A Dtest_line_string.py79 def __init__(self, left_offset=0, right_offset=0): argument
80 self.left_offset = left_offset
91 return sgeom.LineString([(-w + self.left_offset, -h),
92 (-w + self.left_offset, h),
95 (-w + self.left_offset, -h)])
152 projection = FakeProjection(left_offset=10)
167 projection = FakeProjection(left_offset=5)
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschrovideoformat.c33 if (format->clean_width + format->left_offset > format->width) { in schro_video_format_validate()
47 format->left_offset = format->top_offset = 0; in schro_video_format_validate()
75 a->left_offset != b->left_offset || in schro_video_format_compare_new_sequence()
359 std_format->left_offset == format->left_offset && in schro_video_format_get_video_format_metric()
366 metric += schro_pack_estimate_uint (format->left_offset); in schro_video_format_get_video_format_metric()
372 if (format->left_offset == std_format->left_offset && in schro_video_format_get_video_format_metric()
808 format->left_offset != base_format.left_offset || in schro_video_format_check_MP_DL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dsticky_position_constraint.cc14 left_offset(0.f), in StickyPositionConstraint()
28 left_offset == other.left_offset && in operator ==()

12345678910>>...31