Home
last modified time | relevance | path

Searched defs:Rusage (Results 1 – 25 of 13260) sorted by relevance

12345678910>>...531

/dports/net/tshark-lite/wireshark-3.6.1/radius/
H A Ddictionary.versanet34 VALUE Versanet-Termination-Cause Physical-Carrier-Loss 4
35 VALUE Versanet-Termination-Cause No-err-correction-at-other-end 5
37 VALUE Versanet-Termination-Cause 1st-modem-async-only-2nd-sync 7
39 VALUE Versanet-Termination-Cause No-protocol-in-common 9
44 VALUE Versanet-Termination-Cause Protocol-violation-occurred 14
45 VALUE Versanet-Termination-Cause Lost-DTR 15
46 VALUE Versanet-Termination-Cause Received-GSTN-cleardown 16
47 VALUE Versanet-Termination-Cause Inactivity-timeout 17
48 VALUE Versanet-Termination-Cause Speed-not-supported 18
49 VALUE Versanet-Termination-Cause Long-space-disconnect 19
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/detail/
H A Dsha1.hpp36 return *this;
39 operator std::string() {
40 unsigned int digest[5];
41 h.get_digest(digest);
43 std::ostringstream buf;
44 for(int i = 0; i < 5; ++i)
45 buf << std::hex << std::setfill('0') << std::setw(8) << digest[i];
47 return buf.str();
49 private:
50 boost::uuids::detail::sha1 h;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/mpi/
H A DTypeMismatchCheck.h33 void check(const ast_matchers::MatchFinder::MatchResult &Result) override;
35 void onEndOfTranslationUnit() override;
38 /// Check if the buffer type MPI datatype pairs match.
40 /// \param BufferTypes buffer types
41 /// \param BufferExprs buffer arguments as expressions
42 /// \param MPIDatatypes MPI datatype
43 /// \param LO language options
44 void checkArguments(ArrayRef<const Type *> BufferTypes,
45 ArrayRef<const Expr *> BufferExprs,
48 Optional<ento::mpi::MPIFunctionClassifier> FuncClassifier;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/tools/llvm-mca/X86/BtVer2/
H A Dresources-lzcnt.s34 # CHECK-NEXT: [4] - JFPM
35 # CHECK-NEXT: [5] - JFPU0
36 # CHECK-NEXT: [6] - JFPU1
37 # CHECK-NEXT: [7] - JLAGU
38 # CHECK-NEXT: [8] - JMul
39 # CHECK-NEXT: [9] - JSAGU
40 # CHECK-NEXT: [10] - JSTC
41 # CHECK-NEXT: [11] - JVALU0
42 # CHECK-NEXT: [12] - JVALU1
45 # CHECK: Resource pressure per iteration:
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/XRay/
H A DFDRTraceWriter.h34 ~FDRTraceWriter();
36 Error visit(BufferExtents &) override;
37 Error visit(WallclockRecord &) override;
38 Error visit(NewCPUIDRecord &) override;
39 Error visit(TSCWrapRecord &) override;
41 Error visit(CallArgRecord &) override;
42 Error visit(PIDRecord &) override;
43 Error visit(NewBufferRecord &) override;
44 Error visit(EndBufferRecord &) override;
45 Error visit(FunctionRecord &) override;
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/providers/firebird/
H A Dgda-firebird-provider.h36 struct _GdaFirebirdProvider {
37 GdaServerProvider provider;
40 struct _GdaFirebirdProviderClass {
41 GdaServerProviderClass parent_class;
44 G_BEGIN_DECLS
45
46 GType gda_firebird_provider_get_type (void) G_GNUC_CONST;
50 #endif
/dports/databases/libgda5-ui/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-blob-op.h34 #define GDA_IS_CAPI_BLOB_OP(obj) (G_TYPE_CHECK_INSTANCE_TYPE (obj, GDA_TYPE_CAPI_BLOB_OP))
35 #define GDA_IS_CAPI_BLOB_OP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDA_TYPE_CAPI_BLOB_OP))
37 typedef struct _GdaCapiBlobOp GdaCapiBlobOp;
38 typedef struct _GdaCapiBlobOpClass GdaCapiBlobOpClass;
39 typedef struct _GdaCapiBlobOpPrivate GdaCapiBlobOpPrivate;
41 struct _GdaCapiBlobOp {
42 GdaBlobOp parent;
43 GdaCapiBlobOpPrivate *priv;
46 struct _GdaCapiBlobOpClass {
47 GdaBlobOpClass parent_class;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/rl78/
H A Danddi3.S34 mov r8, a
36 mov a, [hl+5]
37 and a, [hl+13]
38 mov r9, a
40 mov a, [hl+6]
41 and a, [hl+14]
42 mov r10, a
44 mov a, [hl+7]
46 mov r11, a
48 mov a, [hl+8]
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/examples/
H A Dcolumn_families_example.cc36 // have to open default column family
37 column_families.push_back(ColumnFamilyDescriptor(
39 // open the new one, too
41 "new_cf", ColumnFamilyOptions()));
42 std::vector<ColumnFamilyHandle*> handles;
44 assert(s.ok());
46 // put and get from non-default column family
48 assert(s.ok());
49 std::string value;
51 assert(s.ok());
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dsleep.m453 # Guess no on native Windows.
54 mingw*) gl_cv_func_sleep_works="guessing no" ;;
55 # If we don't know, obey --enable-cross-guesses.
56 *) gl_cv_func_sleep_works="$gl_cross_guess_normal" ;;
58 ])])
59 case "$gl_cv_func_sleep_works" in
60 *yes) ;;
62 REPLACE_SLEEP=1
64 esac
66 ])
H A Dsize_max.m434 [#include <stddef.h>], [fits_in_uint=])
36 if test $fits_in_uint = 1; then
39 AC_COMPILE_IFELSE(
40 [AC_LANG_PROGRAM(
41 [[#include <stddef.h>
42 extern size_t foo;
43 extern unsigned long foo;
44 ]],
45 [[]])],
46 [fits_in_uint=0])
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/rs6000/
H A Dcrtsavgpr.S40 CFI_STARTPROC
41 HIDDEN_FUNC(_savegpr_14) stw 14,-72(11) /* save gp registers */
42 HIDDEN_FUNC(_savegpr_15) stw 15,-68(11)
43 HIDDEN_FUNC(_savegpr_16) stw 16,-64(11)
44 HIDDEN_FUNC(_savegpr_17) stw 17,-60(11)
45 HIDDEN_FUNC(_savegpr_18) stw 18,-56(11)
46 HIDDEN_FUNC(_savegpr_19) stw 19,-52(11)
47 HIDDEN_FUNC(_savegpr_20) stw 20,-48(11)
48 HIDDEN_FUNC(_savegpr_21) stw 21,-44(11)
49 HIDDEN_FUNC(_savegpr_22) stw 22,-40(11)
[all …]
H A Dcxa_finalize.c35 return ! __atomic_compare_exchange (mem, &oldval, &newval, 0,
36 __ATOMIC_ACQUIRE, __ATOMIC_ACQUIRE);
39 /* If D is non-NULL, call all functions registered with `__cxa_atexit'
40 with the same dso handle. Otherwise, if D is NULL, call all of the
41 registered handlers. */
43 __cxa_finalize (void *d)
45 struct exit_function_list *funcs;
48 for (funcs = __exit_funcs; funcs; funcs = funcs->next)
50 struct exit_function *f;
/dports/databases/leveldb/leveldb-1.23/db/
H A Dbuilder.cc34 for (; iter->Valid(); iter->Next()) {
35 key = iter->key();
36 builder->Add(key, iter->value());
38 if (!key.empty()) {
39 meta->largest.DecodeFrom(key);
42 // Finish and check for builder errors
43 s = builder->Finish();
44 if (s.ok()) {
46 assert(meta->file_size > 0);
48 delete builder;
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/test/
H A Dsuite_extcaps.py37 def check_extcap_execution_real(extcap_name, always_present=True):
39 Check if an extcap runs flawlessly.
42 self = request.instance
43 self.assertRun([cmd_extcap(extcap_name), '--help'], cwd=program_path)
44 extcap_proc = self.assertRun(
46 interfaces = extcap_get_interfaces(extcap_proc.stdout_str)
47 if always_present:
48 self.assertGreaterEqual(len(interfaces), 1)
49 for interface in interfaces:
50 check_extcap_interface_execution(extcap_name, interface)
[all …]
H A Dsuite_unittests.py66 in_list = True
67 continue
68 if in_list:
69 if ')' in cml_line:
70 break
72 cml_groups.sort()
73 if not all_test_groups == cml_groups:
78 class Proto:
79 """Data for a protocol."""
80 def __init__(self, line):
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heap/
H A DObjectSizeTests.java35 import nsk.share.jvmti.unit.*;
36 import java.io.PrintStream;
37 import nsk.share.Consts;
39 public class ObjectSizeTests {
41 static class A {
42 static Object static_foo; // static field
43 Object foo;
46 static class B extends A {
47 Object bar; // instance field
49 static Object static_bar;
[all …]
/dports/audio/stmp/stmp-0.0.2/vendor/golang.org/x/text/
H A DREADME.md33 run go generate from this directory. By default tables are generated for the
34 Unicode version in core and the CLDR version defined in
35 golang.org/x/text/unicode/cldr.
37 Running go generate will as a side effect create a DATA subdirectory in this
38 directory, which holds all files that are used as a source for generating the
39 tables. This directory will also serve as a cache.
42 Run
44 go test ./...
46 from this directory to run all tests. Add the "-tags icu" flag to also run
48 ICU version installed on your system.
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/grpc/credentials/tls/certprovider/pemfile/
H A Dbuilder.go68 RefreshInterval json.RawMessage `json:"refresh_interval,omitempty"`
70 if err := json.Unmarshal(jd, cfg); err != nil {
74 opts := Options{
75 CertFile: cfg.CertificateFile,
76 KeyFile: cfg.PrivateKeyFile,
77 RootFile: cfg.CACertificateFile,
79 // support a default value. We cannot possibly have valid defaults for
80 // file paths to watch. Also, it is valid to specify an empty path for
81 // some of those fields if the user does not want to watch them.
82 RefreshDuration: defaultRefreshInterval,
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/
H A Dmallocfin.go66 runtime.GC()
67 runtime.Gosched()
68 time.Sleep(1e6)
69 if nfinal >= N*8/10 {
72 }
73 if nfinal < N*8/10 {
74 println("not enough finalizing:", nfinal, "/", N)
75 panic("fail")
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/objc/
H A DDeallocInCategoryCheck.h35 } // namespace objc
36 } // namespace tidy
37 } // namespace clang
39 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_OBJC_DEALLOCINCATEGORYCHECK_H
/dports/sysutils/fd/fd-8.3.0/cargo-crates/bstr-0.2.17/src/byteset/
H A Dmod.rs34 _ => {
35 let table = build_table(byteset);
38 }
41 #[inline]
42 pub(crate) fn find_not(haystack: &[u8], byteset: &[u8]) -> Option<usize> {
43 if haystack.is_empty() {
44 return None;
46 match byteset.len() {
47 0 => return Some(0),
48 1 => scalar::inv_memchr(byteset[0], haystack),
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/grpc/grpc-go-1.16.0/internal/syscall/
H A Dsyscall_linux.go42 type Rusage syscall.Rusage type
53 func CPUTimeDiff(first *Rusage, latest *Rusage) (float64, float64) {
H A Dsyscall_nonlinux.go36 type Rusage struct{} struct
45 func CPUTimeDiff(first *Rusage, latest *Rusage) (float64, float64) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/
H A Dcl_common_defines.h34 typedef enum clk_channel_type {
35 // valid formats for float return types
36 CLK_SNORM_INT8 = 0x10D0, // four channel RGBA unorm8
38 CLK_UNORM_INT8 = 0x10D2, // four channel RGBA unorm8
40 CLK_HALF_FLOAT = 0x10DD, // four channel RGBA half
41 CLK_FLOAT = 0x10DE, // four channel RGBA float
43 #if (__NV_CL_C_VERSION >= __NV_CL_C_VERSION_1_1)
44 CLK_UNORM_SHORT_565 = 0x10D4,
45 CLK_UNORM_SHORT_555 = 0x10D5,
46 CLK_UNORM_INT_101010 = 0x10D6,
[all …]

12345678910>>...531