Home
last modified time | relevance | path

Searched defs:GOMP_LAUNCH_OP (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h272 #define GOMP_LAUNCH_OP(X) (((X) >> GOMP_LAUNCH_OP_SHIFT) & 0xffff) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h302 #define GOMP_LAUNCH_OP(X) (((X) >> GOMP_LAUNCH_OP_SHIFT) & 0xffff) macro