Searched refs:GOMP_LAUNCH_OP_SHIFT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h265 #define GOMP_LAUNCH_OP_SHIFT 0 macro
269 | ((OP) << GOMP_LAUNCH_OP_SHIFT))
272 #define GOMP_LAUNCH_OP(X) (((X) >> GOMP_LAUNCH_OP_SHIFT) & 0xffff)
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h295 #define GOMP_LAUNCH_OP_SHIFT 0 macro
299 | ((OP) << GOMP_LAUNCH_OP_SHIFT))
302 #define GOMP_LAUNCH_OP(X) (((X) >> GOMP_LAUNCH_OP_SHIFT) & 0xffff)

Completed in 133 milliseconds