Home
last modified time | relevance | path

Searched refs:_dst_data (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/net/ipxe/ipxe-2265a65/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/tests/
H A Ddns_test.c276 #define DNS_COPY( _name, _src_data, _src_offset, _dst_data, \ argument
279 static uint8_t _name ## __dst_data[] = _dst_data; \
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcolor_yuv.simd.hpp1183 …YUV420sp2RGB8Invoker(uchar * _dst_data, size_t _dst_step, int _dst_width, size_t _stride, const uc… in YUV420sp2RGB8Invoker()
1184 …: dst_data(_dst_data), dst_step(_dst_step), width(_dst_width), my1(_y1), muv(_uv), stride(_stride)… in YUV420sp2RGB8Invoker()
1290 …YUV420p2RGB8Invoker(uchar * _dst_data, size_t _dst_step, int _dst_width, size_t _stride, const uch… in YUV420p2RGB8Invoker()
1291 …: dst_data(_dst_data), dst_step(_dst_step), width(_dst_width), my1(_y1), mu(_u), mv(_v), stride(_s… in YUV420p2RGB8Invoker()
1680 YUV422toRGB8Invoker(uchar * _dst_data, size_t _dst_step, in YUV422toRGB8Invoker()
1683 …: dst_data(_dst_data), dst_step(_dst_step), src_data(_src_data), src_step(_src_step), width(_width… in YUV422toRGB8Invoker()