HomeSort by: relevance | last modified time | path
    Searched defs:ALIGN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
nbsd-namespace.h 38 #undef ALIGN
41 #define ALIGN round_up
  /src/usr.sbin/tpctl/
fb.c 48 #define ALIGN(a, n) ((typeof(a))(((int)(a) + (n) - 1) / (n) * (n)))
104 size = ALIGN(size, getpagesize());
110 size = ALIGN(fb->conf.hf_bytes_per_line, 16);
132 ALIGN(fb->conf.hf_bytes_per_line, 16));
144 n = ALIGN(fb->conf.hf_bytes_per_line, 16) / sizeof(fb_pixel_t);
209 n = ALIGN(fb->conf.hf_bytes_per_line, 16) / sizeof(fb_pixel_t);
231 n = ALIGN(fb->conf.hf_bytes_per_line, 16) / sizeof(fb_pixel_t);
  /src/sys/sys/
param.h 285 #ifndef ALIGN
286 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)

Completed in 13 milliseconds