Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Dhistogram.c226 unsigned long bytes = SUPERLINESIZE > ONEMEGABYTE ? SUPERLINESIZE : ONEMEGABYTE; in read_bayes_fromfile()
H A Ddefinitions.h333 #define ONEMEGABYTE 1024000 macro
H A Dbayes.c1924 unsigned long bytes = bayes->linesize > ONEMEGABYTE ? bayes->linesize : ONEMEGABYTE; in print_bayes_tofile()