Home
last modified time | relevance | path

Searched refs:some_primes (Results 1 – 9 of 9) sorted by relevance

/dports/x11/xedit/xedit-1.2.2/lisp/
H A Dhash.c59 static long some_primes[] = { variable
307 for (i = 0; i < sizeof(some_primes) / sizeof(some_primes[0]); i++) in LispRehash()
308 if (some_primes[i] >= size) { in LispRehash()
309 size = some_primes[i]; in LispRehash()
589 for (i = 0; i < sizeof(some_primes) / sizeof(some_primes[0]); i++) in Lisp_MakeHashTable()
590 if (some_primes[i] >= isize) { in Lisp_MakeHashTable()
591 isize = some_primes[i]; in Lisp_MakeHashTable()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c1874 static const int some_primes[] = { variable
1941 for (i = 0; i < count_of(some_primes); i++) in gs_copy_font()
1942 if (glyphs_size <= some_primes[i]) in gs_copy_font()
1944 if (i >= count_of(some_primes)) in gs_copy_font()
1946 glyphs_size = some_primes[i]; in gs_copy_font()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c1874 static const int some_primes[] = { variable
1941 for (i = 0; i < count_of(some_primes); i++) in gs_copy_font()
1942 if (glyphs_size <= some_primes[i]) in gs_copy_font()
1944 if (i >= count_of(some_primes)) in gs_copy_font()
1946 glyphs_size = some_primes[i]; in gs_copy_font()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c1960 static const int some_primes[] = { variable
2027 for (i = 0; i < count_of(some_primes); i++) in gs_copy_font()
2028 if (glyphs_size <= some_primes[i]) in gs_copy_font()
2030 if (i >= count_of(some_primes)) in gs_copy_font()
2032 glyphs_size = some_primes[i]; in gs_copy_font()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c1920 static const int some_primes[] = { variable
1987 for (i = 0; i < count_of(some_primes); i++) in gs_copy_font()
1988 if (glyphs_size <= some_primes[i]) in gs_copy_font()
1990 if (i >= count_of(some_primes)) in gs_copy_font()
1992 glyphs_size = some_primes[i]; in gs_copy_font()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c1960 static const int some_primes[] = { variable
2027 for (i = 0; i < count_of(some_primes); i++) in gs_copy_font()
2028 if (glyphs_size <= some_primes[i]) in gs_copy_font()
2030 if (i >= count_of(some_primes)) in gs_copy_font()
2032 glyphs_size = some_primes[i]; in gs_copy_font()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c1920 static const int some_primes[] = { variable
1987 for (i = 0; i < count_of(some_primes); i++) in gs_copy_font()
1988 if (glyphs_size <= some_primes[i]) in gs_copy_font()
1990 if (i >= count_of(some_primes)) in gs_copy_font()
1992 glyphs_size = some_primes[i]; in gs_copy_font()
/dports/games/simutrans/simutrans-121.0/
H A Dsimhalt.cc772 …static const uint32 some_primes[] = { 19, 31, 109, 199, 409, 571, 631, 829, 1489, 1999, 2341, 2971… in create_name() local
775 for(uint8 i=0; i<lengthof(some_primes); i++) { in create_name()
776 if (count % some_primes[i]!=0) { in create_name()
777 offset = some_primes[i]; in create_name()
H A Dsimcity.cc1040 …static const uint32 some_primes[] = { 19, 31, 109, 199, 409, 571, 631, 829, 1489, 1999, 2341, 2971… in stadt_t() local
1043 for( uint8 i=0; i < lengthof(some_primes); i++ ) { in stadt_t()
1044 if( count % some_primes[i] != 0 ) { in stadt_t()
1045 offset = some_primes[i]; in stadt_t()