Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/ld/
HDsysdep.h57 #ifndef __PAST_END
58 # define __PAST_END(array, offset) (((typeof(*(array)) *)(array))[offset]) macro
HDldexp.c1115 __PAST_END(fill->data, 1) = (val >> 16) & 0xff; in exp_get_fill()
1116 __PAST_END(fill->data, 2) = (val >> 8) & 0xff; in exp_get_fill()
1117 __PAST_END(fill->data, 3) = (val >> 0) & 0xff; in exp_get_fill()
/NextBSD/lib/libc/db/btree/
HDbt_split.c486 __PAST_END(h->linp, 1) = h->upper -= NRINTERNAL; in bt_rroot()
538 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
554 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
/NextBSD/sys/sys/
HDparam.h361 #define __PAST_END(array, offset) (((__typeof__(*(array)) *)(array))[offset]) macro
/NextBSD/contrib/gcc/
HDrtl.h26 #ifndef __PAST_END
27 # define __PAST_END(array, offset) (((typeof(*(array)) *)(array))[offset]) macro
573 #define RTL_CHECKC1(RTX, N, C) __PAST_END((RTX)->u.fld, N)
575 #define RTVEC_ELT(RTVEC, I) __PAST_END((RTVEC)->elem, I)
578 #define XCMWINT(RTX, N, C, M) __PAST_END((RTX)->u.hwint, N)
HDtree.h26 #ifndef __PAST_END
27 # define __PAST_END(array, offset) (((typeof(*(array)) *)(array))[offset]) macro
847 #define TREE_VEC_ELT_CHECK(T, I) __PAST_END((T)->vec.a, I)
848 #define TREE_OPERAND_CHECK(T, I) __PAST_END((T)->exp.operands, I)
849 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) __PAST_END((T)->exp.operands, I)
852 #define OMP_CLAUSE_ELT_CHECK(T, i) __PAST_END((T)->omp_clause.ops, i)
/NextBSD/sbin/ipfw/
HDipfw2.c4556 __PAST_END(c->d, 1) = j; // i converted to option in compile_rule()