Home
last modified time | relevance | path

Searched refs:no_size (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dflexible-array-member.c20 struct no_size struct
37 struct no_size *ns; argument
49 ns = (struct no_size *) malloc (sizeof (*ns) + 3 * sizeof (int)); in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.python/
H A Dflexible-array-member.c20 struct no_size struct
37 struct no_size *ns; argument
49 ns = (struct no_size *) malloc (sizeof (*ns) + 3 * sizeof (int)); in main()
/dports/archivers/py-zstandard/zstandard-0.16.0/tests/
H A Dtest_decompressor_content_dict_chain.py35 no_size = zstd.ZstdCompressor(write_content_size=False).compress(
42 dctx.decompress_content_dict_chain([no_size])
73 no_size = zstd.ZstdCompressor(write_content_size=False).compress(
80 dctx.decompress_content_dict_chain([initial, no_size])
H A Dtest_compressor_copy_stream.py88 no_size = io.BytesIO()
91 cctx.copy_stream(source, no_size)
99 self.assertEqual(len(with_size.getvalue()), len(no_size.getvalue()))
106 self.assertEqual(len(with_size.getvalue()), len(no_size.getvalue()) + 1)
108 no_params = zstd.get_frame_parameters(no_size.getvalue())
H A Dtest_compressor_compressobj.py76 no_size = cobj.compress(b"foobar" * 256) + cobj.flush()
78 no_params = zstd.get_frame_parameters(no_size)
87 self.assertEqual(len(with_size), len(no_size) + 1)
H A Dtest_compressor_compress.py108 no_size = cctx.compress(b"foobar" * 256)
110 self.assertEqual(len(with_size), len(no_size) + 1)
112 no_params = zstd.get_frame_parameters(no_size)
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_xbm.c66 no_size = 1, in XBM_description() local
69 while ( no_size && fgets( tmpstr, sizeof tmpstr, im->fpin ) ) in XBM_description()
77 no_size = w < 1 || h < 1; in XBM_description()
81 if ( no_size ) in XBM_description()
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dpartition.h236 auto no_size = size - yes_size; in SplitRefine() local
237 if (no_size == 0) { in SplitRefine()
250 if (no_size < yes_size) { in SplitRefine()
253 new_class.size = no_size; in SplitRefine()
264 old_class.size = no_size; in SplitRefine()
/dports/science/mpb/mpb-1.11.1/mpb/
H A Dmedium.c150 number no_size; in init_epsilon() local
152 no_size = 2.0 / ctl_get_number("infinity"); in init_epsilon()
156 no_size_x = geometry_lattice.size.x <= no_size; in init_epsilon()
157 no_size_y = geometry_lattice.size.y <= no_size || dimensions < 2; in init_epsilon()
158 no_size_z = geometry_lattice.size.z <= no_size || dimensions < 3; in init_epsilon()
/dports/sysutils/cpuburn/cpuburn-1.4/
H A DburnBX.S13 jz no_size
18 no_size: label
27 jz no_size
29 no_size: label
H A DburnMMX.S13 jz no_size
18 no_size: label
27 jz no_size
29 no_size: label
/dports/security/asignify/asignify-1.0/src/
H A Dsign.c100 bool no_size = false; in cli_sign() local
113 no_size = true; in cli_sign()
173 if (!no_size) { in cli_sign()
/dports/net/hexinject/hexinject/
H A Dargparser.h28 int no_size; // disable packet size member
136 options.no_size = 1; in parseopt()
H A Dhexinject.c25 if (inject_hexstr(fp, buffer, options.no_cksum, options.no_size) != 0) { in inject_hexstr_loop()
48 if (inject_raw(fp, buffer, size, options.no_cksum, options.no_size) != 0) { in inject_raw_loop()
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Dindex.hpp143 struct no_size struct
147 bool index_valid(no_size, const Indexable&, const std::size_t&) in index_valid() argument
152 struct non_member_size : no_size
/dports/sysutils/exa/exa-0.10.1/src/output/render/
H A Dsize.rs16 Self::None => return TextCell::blank(colours.no_size()), in render()
82 fn no_size(&self) -> Style; in no_size() method
108 fn no_size(&self) -> Style { Black.italic() } in no_size() method
/dports/devel/capstone4/capstone-4.0.2/contrib/objdump/
H A Dobjdump-m68k.py367no_size = [ "pea", "lea", "bset", "bclr", "bchg", "btst", "nbcd", "abcd", "sbcd", "exg", "scc", "s…
369 no_size += sxx_insn
370 no_size += [ "tas" ]
371 if mnemonic in no_size:
/dports/emulators/qemu/qemu-6.2.0/capstone/contrib/objdump/
H A Dobjdump-m68k.py367no_size = [ "pea", "lea", "bset", "bclr", "bchg", "btst", "nbcd", "abcd", "sbcd", "exg", "scc", "s…
369 no_size += sxx_insn
370 no_size += [ "tas" ]
371 if mnemonic in no_size:
/dports/emulators/qemu60/qemu-6.0.0/capstone/contrib/objdump/
H A Dobjdump-m68k.py367no_size = [ "pea", "lea", "bset", "bclr", "bchg", "btst", "nbcd", "abcd", "sbcd", "exg", "scc", "s…
369 no_size += sxx_insn
370 no_size += [ "tas" ]
371 if mnemonic in no_size:
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/contrib/objdump/
H A Dobjdump-m68k.py367no_size = [ "pea", "lea", "bset", "bclr", "bchg", "btst", "nbcd", "abcd", "sbcd", "exg", "scc", "s…
369 no_size += sxx_insn
370 no_size += [ "tas" ]
371 if mnemonic in no_size:
/dports/emulators/qemu5/qemu-5.2.0/capstone/contrib/objdump/
H A Dobjdump-m68k.py367no_size = [ "pea", "lea", "bset", "bclr", "bchg", "btst", "nbcd", "abcd", "sbcd", "exg", "scc", "s…
369 no_size += sxx_insn
370 no_size += [ "tas" ]
371 if mnemonic in no_size:
/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/tests/
H A Dtest_compressor.py139 no_size = cctx.compress(b"foobar" * 256)
141 self.assertEqual(len(with_size), len(no_size) + 1)
143 no_params = zstd.get_frame_parameters(no_size)
318 no_size = cobj.compress(b"foobar" * 256) + cobj.flush()
320 no_params = zstd.get_frame_parameters(no_size)
329 self.assertEqual(len(with_size), len(no_size) + 1)
509 no_size = io.BytesIO()
512 cctx.copy_stream(source, no_size)
529 no_params = zstd.get_frame_parameters(no_size.getvalue())
1153 no_size = NonClosingBytesIO()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/gui/widget/
H A Dminimap_default.cfg40 id = "no_size"
/dports/biology/py-pysam/pysam-0.18.0/htslib/htscodecs/htscodecs/
H A Darith_dynamic.c762 int no_size = order & X_NOSZ; in arith_compress_to() local
768 if (!no_size) in arith_compress_to()
852 out[0] |= X_CAT | no_size; in arith_compress_to()
958 int no_size = order & X_NOSZ; in arith_uncompress_to() local
964 if (!no_size) in arith_uncompress_to()
980 if (no_size && !out) in arith_uncompress_to()
/dports/biology/htslib/htslib-1.14/htscodecs/htscodecs/
H A Darith_dynamic.c762 int no_size = order & X_NOSZ; in arith_compress_to() local
768 if (!no_size) in arith_compress_to()
852 out[0] |= X_CAT | no_size; in arith_compress_to()
958 int no_size = order & X_NOSZ; in arith_uncompress_to() local
964 if (!no_size) in arith_uncompress_to()
980 if (no_size && !out) in arith_uncompress_to()

1234