Home
last modified time | relevance | path

Searched defs:OpState (Results 1 – 25 of 63) sorted by relevance

123

/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dop_attr_types.h193 struct OpState { struct
197 OpState(engine::VarHandle var_, void* state_) : var(var_), state(state_) {} in OpState() argument
199 OpState& operator=(const OpState& other) = delete; argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dop_attr_types.h193 struct OpState { struct
197 OpState(engine::VarHandle var_, void* state_) : var(var_), state(state_) {} in OpState() function
199 OpState& operator=(const OpState& other) = delete; argument
/dports/devel/opendht/opendht-1.10.1/src/indexation/
H A Dpht.cpp449 struct OpState { in getRealPrefix() struct
450 unsigned entry_count {0}; /* Total number of data on 3 nodes */ in getRealPrefix()
451 unsigned ended {0}; /* How many ops have ended */ in getRealPrefix()
452 Prefix parent; in getRealPrefix()
453 OpState(Prefix p) : parent(p) {} in getRealPrefix() argument
/dports/devel/py-opendht/opendht-1.10.1/src/indexation/
H A Dpht.cpp449 struct OpState { in getRealPrefix() struct
450 unsigned entry_count {0}; /* Total number of data on 3 nodes */ in getRealPrefix()
451 unsigned ended {0}; /* How many ops have ended */ in getRealPrefix()
452 Prefix parent; in getRealPrefix()
453 OpState(Prefix p) : parent(p) {} in getRealPrefix() function
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DCompoundXactInfo.h30 typedef enum { opNone, opIng, opDone } OpState; // operation progress typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DOpDefinition.h188 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOpDefinition.h186 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOpDefinition.h186 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOpDefinition.h186 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DOpDefinition.h240 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/audio/bristol/bristol-0.60.10/include/slab/
H A Dslabaudiodev.h186 int OpState; /* output operation to be executed */ member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DOpDefinition.h244 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DOpDefinition.h199 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DOpDefinition.h199 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DOpDefinition.h251 explicit OpState(Operation *state) : state(state) {} in OpState() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp987 auto OpState = GetStateForBDV(BDV, Op); in findBasePointer() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp987 auto OpState = GetStateForBDV(BDV, Op); in findBasePointer() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp987 auto OpState = GetStateForBDV(BDV, Op); in findBasePointer() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp987 auto OpState = GetStateForBDV(BDV, Op); in findBasePointer() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp987 auto OpState = GetStateForBDV(BDV, Op); in findBasePointer() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp987 auto OpState = GetStateForBDV(BDV, Op); in findBasePointer() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestBlobs.cpp352 enum OpState {Normal, Retrying}; enum
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestBlobs.cpp352 enum OpState {Normal, Retrying}; enum
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestBlobs.cpp355 enum OpState {Normal, Retrying}; enum
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestBlobs.cpp355 enum OpState {Normal, Retrying}; enum

123