Home
last modified time | relevance | path

Searched refs:max_strings (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtexmf.cnf21 % Actually, Metafont currently ignores the settings for max_strings,
25 max_strings.tex = 3000
26 max_strings.mf = 2000
27 max_strings.mpost = 2500
30 max_strings.initex = 3000
31 max_strings.inimf = 2000
32 max_strings.inimpost = 2500
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtexmf.cnf21 % Actually, Metafont currently ignores the settings for max_strings,
25 max_strings.tex = 3000
26 max_strings.mf = 2000
27 max_strings.mpost = 2500
30 max_strings.initex = 3000
31 max_strings.inimf = 2000
32 max_strings.inimpost = 2500
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/triptrap/
H A Dtexmf.cnf21 % Actually, Metafont currently ignores the settings for max_strings,
25 max_strings.tex = 3000
26 max_strings.mf = 2000
27 max_strings.mpost = 2500
30 max_strings.initex = 3000
31 max_strings.inimf = 2000
32 max_strings.inimpost = 2500
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtexmf.cnf21 % Actually, Metafont currently ignores the settings for max_strings,
25 max_strings.tex = 3000
26 max_strings.mf = 2000
27 max_strings.mpost = 2500
30 max_strings.initex = 3000
31 max_strings.inimf = 2000
32 max_strings.inimpost = 2500
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/triptrap/
H A Dtexmf.cnf21 % Actually, Metafont currently ignores the settings for max_strings,
25 max_strings.tex = 3000
26 max_strings.mf = 2000
27 max_strings.mpost = 2500
30 max_strings.initex = 3000
31 max_strings.inimf = 2000
32 max_strings.inimpost = 2500
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/triptrap/
H A Dtexmf.cnf21 % Actually, Metafont currently ignores the settings for max_strings,
25 max_strings.tex = 3000
26 max_strings.mf = 2000
27 max_strings.mpost = 2500
30 max_strings.initex = 3000
31 max_strings.inimf = 2000
32 max_strings.inimpost = 2500
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtexmf.cnf21 % Actually, Metafont currently ignores the settings for max_strings,
25 max_strings.tex = 3000
26 max_strings.mf = 2000
27 max_strings.mpost = 2500
30 max_strings.initex = 3000
31 max_strings.inimf = 2000
32 max_strings.inimpost = 2500
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/cram/
H A Dstring_alloc.c65 a_str->max_strings = 0; in string_pool_create()
78 if (a_str->nstrings == a_str->max_strings) { in new_string_pool()
79 size_t new_max = (a_str->max_strings | (a_str->max_strings >> 2)) + 1; in new_string_pool()
85 a_str->max_strings = new_max; in new_string_pool()
/dports/biology/py-pysam/pysam-0.18.0/htslib/cram/
H A Dstring_alloc.c65 a_str->max_strings = 0; in string_pool_create()
78 if (a_str->nstrings == a_str->max_strings) { in new_string_pool()
79 size_t new_max = (a_str->max_strings | (a_str->max_strings >> 2)) + 1; in new_string_pool()
85 a_str->max_strings = new_max; in new_string_pool()
/dports/biology/htslib/htslib-1.14/cram/
H A Dstring_alloc.c65 a_str->max_strings = 0; in string_pool_create()
78 if (a_str->nstrings == a_str->max_strings) { in new_string_pool()
79 size_t new_max = (a_str->max_strings | (a_str->max_strings >> 2)) + 1; in new_string_pool()
85 a_str->max_strings = new_max; in new_string_pool()
/dports/games/omega/omega/
H A Dfixstr.c78 int max_strings; local
85 string_list = (char **)malloc((max_strings = REALLOC_INCR) *
107 if (++num_strings == max_strings)
109 (max_strings += REALLOC_INCR) * sizeof(char *));
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/dtoverlay/
H A Dutils.c370 vec->max_strings = 0; in string_vec_init()
377 if (vec->num_strings == vec->max_strings) in string_vec_add()
379 if (vec->max_strings) in string_vec_add()
380 vec->max_strings *= 2; in string_vec_add()
382 vec->max_strings = 16; in string_vec_add()
383 vec->strings = realloc(vec->strings, vec->max_strings * sizeof(const char *)); in string_vec_add()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A DmetaspaceShared.hpp81 max_strings = 2, // max number of string regions in string space enumerator
82 last_string = first_string + max_strings - 1,
83 first_open_archive_heap_region = first_string + max_strings,
191 idx < MetaspaceShared::first_string + MetaspaceShared::max_strings)); in is_string_region()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A DmetaspaceShared.hpp81 max_strings = 2, // max number of string regions in string space enumerator
82 last_string = first_string + max_strings - 1,
83 first_open_archive_heap_region = first_string + max_strings,
191 idx < MetaspaceShared::first_string + MetaspaceShared::max_strings)); in is_string_region()
/dports/games/openttd/openttd-12.1/src/strgen/
H A Dstrgen_base.cpp88 StringData::StringData(size_t tabs) : tabs(tabs), max_strings(tabs * TAB_SIZE) in StringData()
90 this->strings = CallocT<LangString *>(max_strings); in StringData()
91 this->hash_heads = CallocT<size_t>(max_strings); in StringData()
98 for (size_t i = 0; i < this->max_strings; i++) delete this->strings[i]; in ~StringData()
106 for (size_t i = 0; i < this->max_strings; i++) { in FreeTranslation()
121 return hash % this->max_strings; in HashStr()
179 for (size_t i = 0; i < this->max_strings; i++) { in Version()
835 …while (this->data.next_string_id < this->data.max_strings && this->ReadLine(buf, lastof(buf)) != n… in ParseFile()
841 if (this->data.next_string_id == this->data.max_strings) { in ParseFile()
842 strgen_error("Too many strings, maximum allowed is " PRINTF_SIZE, this->data.max_strings); in ParseFile()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/web2c/
H A Dmain.c26 #define max_strings 50000 macro
58 char strings[max_strings];
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/web2c/
H A Dmain.c26 #define max_strings 50000 macro
58 char strings[max_strings];
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/web2c/
H A Dmain.c26 #define max_strings 50000 macro
58 char strings[max_strings];
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/web2c/
H A Dmain.c26 #define max_strings 50000 macro
58 char strings[max_strings];
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/web2c/
H A Dmain.c26 #define max_strings 50000 macro
58 char strings[max_strings];
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/web2c/
H A Dmain.c26 #define max_strings 50000 macro
58 char strings[max_strings];
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/web2c/
H A Dmain.c26 #define max_strings 50000 macro
58 char strings[max_strings];
/dports/databases/galera/galera-release_25.3.35/gcs/src/
H A Dgcs_spread.cpp30 int32 max_strings; member
44 ret->max_strings = n; in string_array_alloc()
395 spread->groups->max_strings, in GCS_BACKEND_RECV_FN()
493 spread->groups->max_strings, in GCS_BACKEND_RECV_FN()
/dports/databases/galera26/galera-release_26.4.10/gcs/src/
H A Dgcs_spread.cpp30 int32 max_strings; member
44 ret->max_strings = n; in string_array_alloc()
395 spread->groups->max_strings, in GCS_BACKEND_RECV_FN()
493 spread->groups->max_strings, in GCS_BACKEND_RECV_FN()
/dports/security/s2n/s2n-tls-1.1.2/tests/fuzz/
H A Ds2n_select_server_cert_test.c53 size_t find_strings(const uint8_t *buf, size_t len, const char **output_strings, size_t max_strings) in find_strings() argument
58 if (cursor >= len || num_strings == max_strings) { in find_strings()

1234567891011