Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dcompat.h72 #ifndef __PAST_END
77 #define __PAST_END(array, offset) (((__typeof__(*(array)) *)(array))[offset]) macro
/f-stack/freebsd/sys/
H A Dparam.h372 #define __PAST_END(array, offset) (((__typeof__(*(array)) *)(array))[offset]) macro
/f-stack/tools/ipfw/
H A Dipfw2.c5046 __PAST_END(c->d, 1) = j; // i converted to option in compile_rule()