Home
last modified time | relevance | path

Searched refs:symlen (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/comms/fldigi/fldigi-4.1.20/src/throb/
H A Dthrob.cxx143 symlen = SYMLEN_1; in throb()
144 txpulse = mk_semi_pulse(symlen); in throb()
156 symlen = SYMLEN_2; in throb()
157 txpulse = mk_semi_pulse(symlen); in throb()
170 symlen = SYMLEN_4; in throb()
171 txpulse = mk_full_pulse(symlen); in throb()
222 outbuf = new double[symlen]; in throb()
224 rxsymlen = symlen / DOWN_SAMPLE; in throb()
242 fragmentsize = symlen; in throb()
612 for (i = 0; i < symlen; i++) in send()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/mfsk/
H A Dmfsk.cxx186 symlen = 2048; in mfsk()
195 symlen = 1024; in mfsk()
204 symlen = 256; in mfsk()
213 symlen = 256; in mfsk()
223 symlen = 128; in mfsk()
233 symlen = 64; in mfsk()
244 symlen = 128; in mfsk()
253 symlen = 64; in mfsk()
263 symlen = 1024; in mfsk()
272 symlen = 512; in mfsk()
[all …]
/dports/devel/rcs/rcs-5.10.0/src/
H A Db-anchor.c104 size_t symlen = *p; in pool_lookup() local
106 if (x->size == symlen && MEM_SAME (symlen, p + 1, x->string)) in pool_lookup()
112 p += 1 + symlen + 1; in pool_lookup()
146 size_t count = kwsub_pool[0], symlen; in kwsub_string() local
151 symlen = *p; in kwsub_string()
152 p += 1 + symlen + 1; in kwsub_string()
/dports/comms/fldigi/fldigi-4.1.20/src/thor/
H A Dthor.cxx222 symlen = 2048; in thor()
229 symlen = 1024; in thor()
236 symlen = 512; in thor()
243 symlen = 4000; in thor()
250 symlen = 2048; in thor()
256 symlen = 1024; in thor()
262 symlen = 320; in thor()
270 symlen = 160; in thor()
278 symlen = 160; in thor()
286 symlen = 80; in thor()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/dominoex/
H A Ddominoex.cxx225 symlen = 2048; in dominoex()
230 symlen = 1024; in dominoex()
235 symlen = 512; in dominoex()
241 symlen = 4000; in dominoex()
246 symlen = 2048; in dominoex()
251 symlen = 1024; in dominoex()
256 symlen = 512; in dominoex()
262 symlen = 256; in dominoex()
267 symlen = 128; in dominoex()
274 symlen = 1024; in dominoex()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dtokenizer.cpp295 int symlen; in tok_scan_defsym() local
305 for (symlen = 0 ; len && TOKISSYM(*p) ; ++p, --len, ++symlen) ; in tok_scan_defsym()
306 return symlen; in tok_scan_defsym()
313 int symlen; in tokdefine() local
330 expan = sym + symlen; in tokdefine()
331 len -= symlen; in tokdefine()
379 int symlen; in tok_ifdef_ifndef() local
494 int symlen; in tokundef() local
513 tok_del_define(ctx, sym, symlen); in tokundef()
986 int symlen; in toknext() local
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Dtok.c355 int symlen; in tok_scan_defsym() local
365 for (symlen = 0 ; len && TOKISSYM(*p) ; ++p, --len, ++symlen) ; in tok_scan_defsym()
366 return symlen; in tok_scan_defsym()
373 int symlen; in tokdefine() local
390 expan = sym + symlen; in tokdefine()
391 len -= symlen; in tokdefine()
439 int symlen; in tok_ifdef_ifndef() local
554 int symlen; in tokundef() local
573 tok_del_define(ctx, sym, symlen); in tokundef()
1044 int symlen; in toknext() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dtokenizer.cpp295 int symlen; in tok_scan_defsym() local
305 for (symlen = 0 ; len && TOKISSYM(*p) ; ++p, --len, ++symlen) ; in tok_scan_defsym()
306 return symlen; in tok_scan_defsym()
313 int symlen; in tokdefine() local
330 expan = sym + symlen; in tokdefine()
331 len -= symlen; in tokdefine()
379 int symlen; in tok_ifdef_ifndef() local
494 int symlen; in tokundef() local
513 tok_del_define(ctx, sym, symlen); in tokundef()
986 int symlen; in toknext() local
[all …]
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dnxm.c91 uint32_t pathlen, symlen; in nxm_new() local
116 symlen = nxo_string_len_get(a_sym); in nxm_new()
117 sym = cw_malloc(symlen + 1); in nxm_new()
118 memcpy(sym, nxo_string_get(a_sym), symlen); in nxm_new()
119 sym[symlen] = '\0'; in nxm_new()
/dports/news/husky/husky-1.9.20191207/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/fastlst/
H A Dcommon.cc195 void HeapStrStore::StrStore (const char *sym, int symlen, const char *text, int textlen) in StrStore() argument
197 int totstrlen = symlen + 1 + textlen; in StrStore()
201 objbuf->symsize = word (symlen + 1); in StrStore()
203 strncpy ((char *)objbuf->buffer, sym, symlen); // symbol name in StrStore()
204 objbuf->buffer[symlen] = '\0'; in StrStore()
/dports/comms/fldigi/fldigi-4.1.20/src/rsid/
H A Drsid.cxx146 symlen = 0; in cRsId()
962 if (unlikely(len != symlen)) { in send()
963 symlen = len; in send()
965 outbuf = new double[symlen]; in send()
969 memset(outbuf, 0, symlen * sizeof(*outbuf)); in send()
971 active_modem->ModulateXmtr(outbuf, symlen); in send()
984 for (size_t j = 0; j < symlen; j++) { in send()
1001 if (unlikely(len != symlen)) { in send()
1002 symlen = len; in send()
1004 outbuf = new double[symlen]; in send()
[all …]
/dports/www/vimb/vimb-3.6.0/src/
H A Dmap.c426 int symlen, rawlen; in convert_keys() local
442 symlen = 1; in convert_keys()
444 if (&p[symlen] == &in[inlen] in convert_keys()
445 || p[symlen] == '<' in convert_keys()
446 || p[symlen] == ' ' in convert_keys()
450 } while (p[symlen++] != '>'); in convert_keys()
455 if (p[symlen - 1] == '>') { in convert_keys()
456 if (symlen == 5 && p[2] == '-') { in convert_keys()
473 raw = convert_keylabel(p, symlen, &rawlen); in convert_keys()
479 rawlen = symlen; in convert_keys()
[all …]
/dports/www/civetweb/civetweb-1.15/src/
H A Dmod_lua_shared.inl102 size_t symlen = 0; local
103 const char *sym = lua_tolstring(L, 1, &symlen);
106 double ret = shared_locked_add(sym, symlen, num, 1);
115 size_t symlen = 0; local
116 const char *sym = lua_tolstring(L, 1, &symlen);
118 double ret = shared_locked_add(sym, symlen, +1.0, 1);
127 size_t symlen = 0; local
128 const char *sym = lua_tolstring(L, 1, &symlen);
130 double ret = shared_locked_add(sym, symlen, -1.0, 1);
/dports/security/signify/outils-0.10/src/usr.bin/lndir/
H A Dlndir.c187 int n_dirs, symlen, basesymlen = -1; in dodir() local
282 symlen = readlink(dp->d_name, symbuf, sizeof(symbuf) - 1); in dodir()
283 if (symlen >= 0) in dodir()
284 symbuf[symlen] = '\0'; in dodir()
299 if (symlen >= 0) { in dodir()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/util/
H A Dlndir.c188 int symlen; local
274 symlen = readlink (dp->d_name, symbuf, sizeof(symbuf) - 1);
275 if (symlen >= 0)
276 symbuf[symlen] = '\0';
288 if (symlen >= 0) {
/dports/x11-toolkits/open-motif/motif-2.3.8/config/util/
H A Dlndir.c189 int symlen; local
275 symlen = readlink (dp->d_name, symbuf, sizeof(symbuf) - 1);
276 if (symlen >= 0)
277 symbuf[symlen] = '\0';
289 if (symlen >= 0) {
/dports/devel/lndir/lndir-1.0.3/
H A Dlndir.c151 int symlen; in dodir() local
252 symlen = readlink (dp->d_name, symbuf, sizeof(symbuf) - 1); in dodir()
253 if (symlen >= 0) in dodir()
254 symbuf[symlen] = '\0'; in dodir()
266 if (symlen >= 0) { in dodir()
/dports/games/tads/tads-3.0.8/tads3/
H A Dtclibprs.cpp179 size_t symlen; in parse_lib() local
186 symlen = closep - p; in parse_lib()
192 vallen = get_pp_symbol(dst, rem, p, symlen); in parse_lib()
198 err_undef_sym(p, symlen); in parse_lib()

12345678910