Home
last modified time | relevance | path

Searched refs:ALIGN_TO (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/gnu/usr.bin/grep/
H A Dgrep.c262 #define ALIGN_TO(val, alignment) \ macro
277 bufalloc = ALIGN_TO (INITIAL_BUFSIZE, pagesize) + pagesize + 1; in reset()
295 bufbeg = buflim = ALIGN_TO (buffer + 1, pagesize); in reset()
400 readbuf = ALIGN_TO (newbuf + 1 + save, pagesize); in fillbuf()
H A DChangeLog1802 (ALIGN_TO): New macro.