Home
last modified time | relevance | path

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

/freebsd/tools/build/cross-build/include/common/sys/
H A Dparam.h64 #ifndef __PAST_END
65 #define __PAST_END(array, offset) (((__typeof__(*(array)) *)(array))[offset]) macro
/freebsd/lib/libc/db/btree/
H A Dbt_split.c484 __PAST_END(h->linp, 1) = h->upper -= NRINTERNAL; in bt_rroot()
536 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
555 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
/freebsd/sys/sys/
H A Dparam.h390 #define __PAST_END(array, offset) (((__typeof__(*(array)) *)(array))[offset]) macro
/freebsd/sbin/ipfw/
H A Dipfw2.c5268 __PAST_END(c->d, 1) = i; in compile_rule()