Home
last modified time | relevance | path

Searched refs:end_mask (Results 201 – 225 of 285) sorted by relevance

12345678910>>...12

/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libpng/
H A Dpngrutil.c3386 unsigned int end_mask; in png_combine_row() local
3412 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3413 if (end_mask != 0) in png_combine_row()
3421 end_mask = (unsigned int)(0xff << end_mask); in png_combine_row()
3425 end_mask = 0xff >> end_mask; in png_combine_row()
3857 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libpng/
H A Dpngrutil.c3386 unsigned int end_mask; in png_combine_row() local
3412 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3413 if (end_mask != 0) in png_combine_row()
3421 end_mask = (unsigned int)(0xff << end_mask); in png_combine_row()
3425 end_mask = 0xff >> end_mask; in png_combine_row()
3857 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libpng/
H A Dpngrutil.c3249 unsigned int end_mask; in png_combine_row() local
3275 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3276 if (end_mask != 0) in png_combine_row()
3284 end_mask = (unsigned int)(0xff << end_mask); in png_combine_row()
3288 end_mask = 0xff >> end_mask; in png_combine_row()
3720 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libpng/
H A Dpngrutil.c3391 unsigned int end_mask; in png_combine_row() local
3417 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3418 if (end_mask != 0) in png_combine_row()
3426 end_mask = (unsigned int)(0xff << end_mask); in png_combine_row()
3430 end_mask = 0xff >> end_mask; in png_combine_row()
3862 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libpng/
H A Dpngrutil.c3391 unsigned int end_mask; in png_combine_row() local
3417 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3418 if (end_mask != 0) in png_combine_row()
3426 end_mask = (unsigned int)(0xff << end_mask); in png_combine_row()
3430 end_mask = 0xff >> end_mask; in png_combine_row()
3862 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/graphics/png/libpng-1.6.37/
H A Dpngrutil.c3391 unsigned int end_mask; in png_combine_row() local
3417 end_mask = (pixel_depth * row_width) & 7; in png_combine_row()
3418 if (end_mask != 0) in png_combine_row()
3426 end_mask = (unsigned int)(0xff << end_mask); in png_combine_row()
3430 end_mask = 0xff >> end_mask; in png_combine_row()
3862 *end_ptr = (png_byte)((end_byte & end_mask) | (*end_ptr & ~end_mask)); in png_combine_row()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/blockfile/
H A Dblock_files.cc129 uint8_t end_mask = (0xf << (4 - bits_at_end)) & 0xf; in DeleteMapBlock() local
130 bool update_counters = (map_block & end_mask) == 0; in DeleteMapBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/blockfile/
H A Dblock_files.cc129 uint8_t end_mask = (0xf << (4 - bits_at_end)) & 0xf; in DeleteMapBlock() local
130 bool update_counters = (map_block & end_mask) == 0; in DeleteMapBlock()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dbbox-device.c192 dev->super.end_mask = fz_bbox_end_mask; in fz_new_bbox_device()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/common/IR/
H A Dops.pbtxt432 …description: "`ends[i]` is like `begin` with the exception that `end_mask` is used to determine fu…
441end_mask` is analogous but produces the number required to create the largest open interval. For…
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py1003 begin_mask=0, end_mask=0, new_axis_mask=0, argument
1010 end_mask=end_mask, new_axis_mask=new_axis_mask,
1058 begin_mask=8, end_mask=8)
1061 begin_mask=5, end_mask=5)
1064 begin_mask=5, end_mask=5)
1067 begin_mask=5, end_mask=8)
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py1003 begin_mask=0, end_mask=0, new_axis_mask=0, argument
1010 end_mask=end_mask, new_axis_mask=new_axis_mask,
1058 begin_mask=8, end_mask=8)
1061 begin_mask=5, end_mask=5)
1064 begin_mask=5, end_mask=5)
1067 begin_mask=5, end_mask=8)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dspngp.c72 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dspngp.c77 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dspngp.c72 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dspngp.c77 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dspngp.c74 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/games/xmille/Mille/cards/
H A DMakefile342 end.o: _end end_mask
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dspngp.c74 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dspngp.c74 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dspngp.c74 ss->end_mask = (1 << (-bits_per_row & 7)) - 1; in s_pngp_init()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Ddevice.h143 void (*end_mask)(fz_context *, fz_device *); member
/dports/games/gnome-chess/gnome-chess-41.1/lib/
H A Dchess-state.vala299 int64 end_mask = BitBoard.set_location_masks[end];
301 if ((end_mask & move_mask) == 0)
447 piece_masks[color] |= end_mask;
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/python/nnvm/frontend/
H A Dtensorflow.py616 end_mask = int(attr.get('end_mask', 0))
666 if mask & end_mask:
686 if begin_mask or end_mask or ellipsis_mask or new_axis_mask or shrink_axis_mask:
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/python/nnvm/frontend/
H A Dtensorflow.py616 end_mask = int(attr.get('end_mask', 0))
666 if mask & end_mask:
686 if begin_mask or end_mask or ellipsis_mask or new_axis_mask or shrink_axis_mask:

12345678910>>...12