Home
last modified time | relevance | path

Searched refs:lostc (Results 1 – 3 of 3) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/src/
H A Dstream.c80 int lostc; in lostcalc() local
83 lostc = 0; in lostcalc()
87 lostc = delta - 1; in lostcalc()
89 lostc = 0; in lostcalc()
95 return lostc; in lostcalc()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dsymbol.c157 int i, oldsize = table->size, newsize, lostc; in rehash_symbol_bucket() local
166 lostc = 0; in rehash_symbol_bucket()
170 lostc++; in rehash_symbol_bucket()
172 if ((lostc * 2) < table->count) in rehash_symbol_bucket()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dsymbol.c157 int i, oldsize = table->size, newsize, lostc; in rehash_symbol_bucket() local
166 lostc = 0; in rehash_symbol_bucket()
170 lostc++; in rehash_symbol_bucket()
172 if ((lostc * 2) < table->count) in rehash_symbol_bucket()