Home
last modified time | relevance | path

Searched refs:numpget (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/fragroute/
H A Dbget.c521 static long numpget = 0, numprel = 0; /* Number of block gets and rels */ variable
957 assert(numpblk == numpget - numprel);
999 numpget++; /* Number of block acquisitions */
1001 assert(numpblk == numpget - numprel);
1082 *npget = numpget;
/dports/security/fragroute/fragroute-1.2/
H A Dbget.c521 static long numpget = 0, numprel = 0; /* Number of block gets and rels */ variable
948 assert(numpblk == numpget - numprel);
990 numpget++; /* Number of block acquisitions */
992 assert(numpblk == numpget - numprel);
1073 *npget = numpget;
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_alloc.cpp174 long numpget, numprel; /* Number of block gets and rels */ member
853 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
895 thr->numpget++; /* Number of block acquisitions */ in bpool()
897 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
953 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1033 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_alloc.cpp173 long numpget, numprel; /* Number of block gets and rels */ member
852 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in brel()
894 thr->numpget++; /* Number of block acquisitions */ in bpool()
896 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in bpool()
952 (kmp_int64)thr->numpget, (kmp_int64)thr->numprel, in bfreed()
1032 KMP_DEBUG_ASSERT(thr->numpblk == thr->numpget - thr->numprel); in __kmp_finalize_bget()