Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/src/
H A Dgrep.c610 # define CAST_ALIGNED(type, val) \ macro
618 # define CAST_ALIGNED(type, val) ((type) (val)) macro
675 for (s = CAST_ALIGNED (uword const *, p); ! (*s & unibyte_mask); s++) in skip_easy_bytes()