Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Domp-builtins.def49 /* NOTE: Do not change the order of BUILT_IN_GOMP_LOOP_*_START. They
104 /* NOTE: Do not change the order of BUILT_IN_GOMP_PARALLEL_LOOP_*_START.
/freebsd-12.1/cddl/contrib/opensolaris/head/
H A Dsyms.h224 #define _START "_start" macro
/freebsd-12.1/sys/dev/oce/
H A Doce_if.h284 #define GET_Q_NEXT(_START, _STEP, _END) \ argument
285 (((_START) + (_STEP)) < (_END) ? ((_START) + (_STEP)) \
286 : (((_START) + (_STEP)) - (_END)))