OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tab_lim
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/primes/
primes.c
213
char *
tab_lim
; /* the limit to sieve on the table */
local in function:primes
291
tab_lim
= &table[TABSIZE]; /* sieve it all */
294
tab_lim
= &table[(stop-start)/2]; /* partial sieve */
309
for ( ; q <
tab_lim
; q += factor) {
318
for (q = table; q <
tab_lim
; ++q, start+=2) {
primes.c
213
char *
tab_lim
; /* the limit to sieve on the table */
local in function:primes
291
tab_lim
= &table[TABSIZE]; /* sieve it all */
294
tab_lim
= &table[(stop-start)/2]; /* partial sieve */
309
for ( ; q <
tab_lim
; q += factor) {
318
for (q = table; q <
tab_lim
; ++q, start+=2) {
Completed in 20 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025