Home
last modified time | relevance | path

Searched refs:pack_func (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_msgpack.py205 def _test_base(self, pack_func, unpack_func): argument
212 packed = pack_func(data)
228 pack_func(data, buffer)
253 f = BytesIO(pack_func([1, 2, 3, 4]))
278 up.feed(pack_func([{}]))
279 up.feed(pack_func([{}]))
301 unpacker.feed(pack_func({"a": 1}))
338 self._check(td, pack_func, unpack_func)
347 self._check(td, pack_func, unpack_func)
383 pack_func(1.0, use_single_float=False),
[all …]
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dppm2tiff.c188 void (*pack_func) (unsigned char *buf, unsigned int smpls, uint16_t bps); in main() local
299 pack_func = pack_none; in main()
320 pack_func = pack_none; in main()
327 pack_func = pack_swab; in main()
329 pack_func = pack_none; in main()
334 pack_func = pack_bytes; in main()
336 pack_func = pack_words; in main()
410 pack_func (buf, w * spp, bpp); in main()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dppm2tiff.c188 void (*pack_func) (unsigned char *buf, unsigned int smpls, uint16_t bps); in main() local
299 pack_func = pack_none; in main()
320 pack_func = pack_none; in main()
327 pack_func = pack_swab; in main()
329 pack_func = pack_none; in main()
334 pack_func = pack_bytes; in main()
336 pack_func = pack_words; in main()
410 pack_func (buf, w * spp, bpp); in main()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/downloader/
H A Dfragment.py374 def download_and_append_fragments_multiple(self, *args, pack_func=None, finish_func=None): argument
382 … return self.download_and_append_fragments(*args[0], pack_func=pack_func, finish_func=finish_func)
391 ctx, fragments, info_dict, pack_func=pack_func, finish_func=finish_func,
421 self, ctx, fragments, info_dict, *, pack_func=None, finish_func=None, argument
431 if not pack_func:
432 pack_func = lambda frag_content, _: frag_content function
487 self._append_fragment(ctx, pack_func(frag_content, frag_index))
/dports/devel/py-pyvisa-py/PyVISA-py-0.5.2/pyvisa_py/protocols/
H A Drpc.py229 def make_call(self, proc, args, pack_func, unpack_func): argument
233 if pack_func is None and args is not None:
236 if pack_func:
237 pack_func(args)
451 def make_call(self, proc, args, pack_func, unpack_func): argument
572 def make_call(self, proc, args, pack_func, unpack_func): argument
573 if pack_func is None and args is not None:
576 if pack_func:
577 pack_func(args)
798 if pack_func:
[all …]
/dports/www/kannel/gateway-1.4.4/gw/
H A Dbb_store.c82 void *pack_func, void *unpack_func) in store_init() argument
86 store_msg_pack = pack_func; in store_init()
/dports/net/ocserv/ocserv-1.1.3/src/common/
H A Dcommon.h53 typedef size_t (*pack_func)(const void*, uint8_t *); typedef
62 const void* msg, pack_size_func get_size, pack_func pack);
68 const void *msg, pack_size_func get_size, pack_func pack) in send_msg()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vxf/
H A Dpack.c46 rc_t CC pack_func( in pack_func() function
87 rslt->u.af = pack_func;
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vxf/
H A Dpack.c46 rc_t CC pack_func( in pack_func() function
87 rslt->u.af = pack_func;
/dports/net/ocserv/ocserv-1.1.3/src/
H A Dworker-resume.c107 (pack_func)session_resume_fetch_msg__pack); in resume_db_fetch()
156 (pack_func)session_resume_store_req_msg__pack); in resume_db_store()
193 (pack_func)session_resume_fetch_msg__pack); in resume_db_delete()
/dports/lang/python27/Python-2.7.18/Demo/rpc/
H A Drpc.py237 def make_call(self, proc, args, pack_func, unpack_func): argument
239 if pack_func is None and args is not None:
242 if pack_func:
243 pack_func(args)
417 def make_call(self, proc, args, pack_func, unpack_func): argument
418 if pack_func is None and args is not None:
421 if pack_func:
422 pack_func(args)
630 def make_call(self, proc, args, pack_func, unpack_func): argument
632 if pack_func:
[all …]
/dports/lang/python-legacy/Python-2.7.18/Demo/rpc/
H A Drpc.py237 def make_call(self, proc, args, pack_func, unpack_func): argument
239 if pack_func is None and args is not None:
242 if pack_func:
243 pack_func(args)
417 def make_call(self, proc, args, pack_func, unpack_func): argument
418 if pack_func is None and args is not None:
421 if pack_func:
422 pack_func(args)
630 def make_call(self, proc, args, pack_func, unpack_func): argument
632 if pack_func:
[all …]
/dports/net/unfs3/unfs3-0.9.22/contrib/nfsotpclient/
H A Drpc.py378 def make_call(self, proc, args, pack_func, unpack_func):
380 if pack_func is None and args is not None:
383 if pack_func:
384 pack_func(args)
559 def make_call(self, proc, args, pack_func, unpack_func):
560 if pack_func is None and args is not None:
563 if pack_func:
564 pack_func(args)
778 def make_call(self, proc, args, pack_func, unpack_func):
780 if pack_func:
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dhello_ext.c488 if (ret >= 0 && extp->pack_func != NULL) { in pack_extension()
496 ret = extp->pack_func(data, packed); in pack_extension()
774 gnutls_ext_deinit_data_func deinit_func, gnutls_ext_pack_func pack_func, in gnutls_ext_register() argument
808 tmp_mod->pack_func = pack_func; in gnutls_ext_register()
861 gnutls_ext_deinit_data_func deinit_func, gnutls_ext_pack_func pack_func, in gnutls_session_ext_register() argument
910 tmp_mod.pack_func = pack_func; in gnutls_session_ext_register()
/dports/lang/clover/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-libs/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/libosmesa/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-dri/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
250 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
254 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
258 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()

12345678