Home
last modified time | relevance | path

Searched +defs:PROCESS +defs:P (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/test/openmp_examples/sources/
H A DExample_tasking.3f.f12 SUBROUTINE PROCESS(p) subroutine
13 TYPE (NODE), POINTER :: P local
18 TYPE (NODE), POINTER :: P local
25 CALL PROCESS(P) argument
/dports/cad/alliance/alliance/src/vpn/src/
H A Dvpn.h247 # define IsVpnProcSequential( P ) ( (P)->TYPE & VPN_PROCESS_SEQUENTIAL_MASK ) argument
248 # define IsVpnProcWithSelect( P ) ( (P)->TYPE & VPN_PROCESS_WITHSELECT_MASK ) argument
249 # define IsVpnProcConditionnal( P ) ( (P)->TYPE & VPN_PROCESS_CONDITIONNAL_MASK ) argument
250 # define IsVpnProcGuarded( P ) ( (P)->TYPE & VPN_PROCESS_GUARDED_MASK ) argument
298 # define addvpnarctrans( F, T, P ) \ argument
301 # define addvpnarcplace( F, P, T ) \ argument
316 # define addvpnactcallafter( F, T, P, E ) \ argument
319 # define addvpnactreturnafter( F, T, P, E ) \ argument
322 # define addvpnactcallbefore( F, T, P, E ) \ argument
325 # define addvpnactreturnbefore( F, T, P, E ) \ argument
[all …]