Home
last modified time | relevance | path

Searched refs:CODELEN (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/LocalePlugin/
H A DsqUnixLocale.c45 #define CODELEN 2 /* 2 for ISO two-letter codes, 3 for UN three-letter codes */ macro
50 #if (CODELEN == 2)
53 #elif (CODELEN == 3)
57 # error -- CODELEN must be 2 or 3
74 #if (CODELEN == 3)
537 # if (CODELEN == 2) in getCountry()
588 # if (CODELEN == 2) in getLanguage()
590 # elif (CODELEN == 3) in getLanguage()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/tools/
H A Dhzip.cxx48 #define CODELEN 65536 macro
81 code = (char*)malloc(CODELEN); in code2table()
90 i = CODELEN; /* terminal code */ in code2table()
113 int freq[CODELEN]; in get_freqdata()
119 for (i = 0; i < CODELEN; i++) in get_freqdata()
137 for (i = 0, n = 0; i < CODELEN; i++) in get_freqdata()
221 for (i = 0; i < CODELEN + 1; i++) in encode_file()
225 if (i == CODELEN) in encode_file()
264 if (write_bits(f2, bitbuf, &bits, table[CODELEN]) != 0) in encode_file()
338 char* table[CODELEN + 1]; in hzip()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/tools/
H A Dhzip.c8 #define CODELEN 65536 macro
40 code = malloc(CODELEN); in code2table()
47 if (tree->type == code_TERM) i = CODELEN; /* terminal code */ in code2table()
68 int freq[CODELEN]; in get_freqdata()
74 for (i = 0; i < CODELEN; i++) freq[i] = 0; in get_freqdata()
90 for (i = 0, n = 0; i < CODELEN; i++) if (freq[i]) { in get_freqdata()
161 for (i = 0; i < CODELEN + 1; i++) if (table[i]) { in encode_file()
164 if (i == CODELEN) u.word = tw; in encode_file()
198 if (write_bits(f2, bitbuf, &bits, table[CODELEN]) != 0) in encode_file()
266 char * table[CODELEN + 1]; in hzip()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/tools/
H A Dhzip.cxx48 #define CODELEN 65536 macro
81 code = (char*)malloc(CODELEN); in code2table()
90 i = CODELEN; /* terminal code */ in code2table()
113 int freq[CODELEN]; in get_freqdata()
119 for (i = 0; i < CODELEN; i++) in get_freqdata()
137 for (i = 0, n = 0; i < CODELEN; i++) in get_freqdata()
221 for (i = 0; i < CODELEN + 1; i++) in encode_file()
225 if (i == CODELEN) in encode_file()
264 if (write_bits(f2, bitbuf, &bits, table[CODELEN]) != 0) in encode_file()
338 char* table[CODELEN + 1]; in hzip()
[all …]
/dports/textproc/hunspell/hunspell-1.7.0/src/tools/
H A Dhzip.cxx48 #define CODELEN 65536 macro
81 code = (char*)malloc(CODELEN); in code2table()
90 i = CODELEN; /* terminal code */ in code2table()
113 int freq[CODELEN]; in get_freqdata()
119 for (i = 0; i < CODELEN; i++) in get_freqdata()
137 for (i = 0, n = 0; i < CODELEN; i++) in get_freqdata()
221 for (i = 0; i < CODELEN + 1; i++) in encode_file()
225 if (i == CODELEN) in encode_file()
264 if (write_bits(f2, bitbuf, &bits, table[CODELEN]) != 0) in encode_file()
338 char* table[CODELEN + 1]; in hzip()
[all …]
/dports/games/tt/tt-15.1/
H A Dtt.h43 #define CODELEN 12 /* Multiple of four for struct-padding */ macro
92 char code[CODELEN]; /* Code of player (from getpwuid()) */
120 extern char user_code[CODELEN]; /* From getpwuid(getuid())->pw_name */
H A Dtt.c72 char user_code[CODELEN]; /* From getpwuid(getuid())->pw_name */
373 (void) strncpy (user_code, pw_ptr->pw_name, CODELEN-1);
374 user_code[CODELEN-1] = '\0';
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dprim.c203 new = S_code(tc, CODETYPE(old), CODELEN(old)); in s_instantiate_code_object()
222 for (i = 0; i < CODELEN(old); i++) CODEIT(new,i) = CODEIT(old,i); in s_instantiate_code_object()
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dprim.c233 new = S_code(tc, CODETYPE(old), CODELEN(old)); in s_instantiate_code_object()
253 for (i = 0; i < CODELEN(old); i++) CODEIT(new,i) = CODEIT(old,i); in s_instantiate_code_object()
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dprim.c233 new = S_code(tc, CODETYPE(old), CODELEN(old)); in s_instantiate_code_object()
253 for (i = 0; i < CODELEN(old); i++) CODEIT(new,i) = CODEIT(old,i); in s_instantiate_code_object()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/hunspell/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/textproc/R-cran-hunspell/hunspell/src/hunspell/
H A Dhunzip.cc45 #define CODELEN 65536 macro
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/hunspell/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/hunspell/src/hunspell/
H A Dhunzip.cxx48 #define CODELEN 65536 macro
/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/hunspell/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hunspell/src/hunspell/
H A Dhunzip.cxx48 #define CODELEN 65536 macro
/dports/net-im/beebeep/beebeep-code-r1476/src/hunspell/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/textproc/hunspell/hunspell-1.7.0/src/hunspell/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/hunspell/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/src/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/editors/texstudio/texstudio-4.1.2/src/hunspell/
H A Dhunzip.cxx45 #define CODELEN 65536 macro
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Dhunzip.cxx7 #define CODELEN 65536 macro
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Dhunzip.cxx8 #define CODELEN 65536 macro
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Dhunzip.cxx8 #define CODELEN 65536 macro
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Dhunzip.cxx8 #define CODELEN 65536 macro

123