Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
H A Dtop.h48 #define LOG1024 10 macro
H A Dm_dragonfly.c301 pageshift -= LOG1024; in machine_init()
/dragonfly/contrib/tcsh-6/
H A Dsh.time.c237 #define LOG1024 10 macro
247 # define pagetok(size) ((size) << (PGSHIFT - LOG1024))
249 # define pagetok(size) ((size) >> (LOG1024 - PGSHIFT))