Searched refs:IS_ALIGNED (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.h156 const unsigned long IS_ALIGNED = 010000000; variable
H A Dpic.y1076 $$->flags |= IS_ALIGNED;
H A Dobject.cpp1862 obj->add_text(text, (flags & IS_ALIGNED) != 0);
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_os_freebsd.h108 #define IS_ALIGNED(x, y) (((x) & ((y) - 1)) == 0) macro
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dr600_cs.c422 if (!IS_ALIGNED(pitch, pitch_align)) {
427 if (!IS_ALIGNED(height, height_align)) {
432 if (!IS_ALIGNED(base_offset, base_align)) {
613 if (!IS_ALIGNED(pitch, pitch_align)) {
618 if (!IS_ALIGNED(height, height_align)) {
623 if (!IS_ALIGNED(base_offset, base_align)) {
1693 if (!IS_ALIGNED(pitch, pitch_align)) {
1698 if (!IS_ALIGNED(base_offset, base_align)) {
1703 if (!IS_ALIGNED(mip_offset, base_align)) {
/freebsd-10.0-release/sys/dev/oce/
H A Doce_if.h1115 #define IS_ALIGNED(x,a) ((x % a) == 0) macro
H A Doce_sysctl.c652 if (!IS_ALIGNED(fw->datasize, sizeof(uint32_t))) {

Completed in 274 milliseconds