/external/llvm-project/mlir/test/Dialect/Async/ |
D | async-ref-counting-optimization.mlir | 5 // CHECK-NOT: async.add_ref 7 async.add_ref %arg0 {count = 1 : i32} : !async.token 15 // CHECK-NOT: async.add_ref 17 async.add_ref %arg0 {count = 1 : i32} : !async.token 36 async.add_ref %arg0 {count = 1 : i32} : !async.token 40 async.add_ref %arg0 {count = 1 : i32} : !async.token 48 // CHECK-NOT: add_ref 49 async.add_ref %arg0 {count = 1 : i32} : !async.token 66 // It is unsafe to cancel `add_ref` / `drop_ref` pair because it is possible 69 // CHECK: add_ref [all …]
|
D | async-ref-counting.mlir | 146 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32} 167 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32} 170 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32} 173 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32} 202 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32} 229 // CHECK: async.add_ref %[[TOKEN]] {count = 1 : i32} 230 // CHECK: async.add_ref %[[RESULTS]] {count = 1 : i32}
|
D | ops.mlir | 138 // CHECK-LABEL: @add_ref 139 func @add_ref(%arg0: !async.token) { 140 // CHECK: async.add_ref %arg0 {count = 1 : i32} 141 async.add_ref %arg0 {count = 1 : i32} : !async.token
|
/external/e2fsprogs/lib/ext2fs/ |
D | irel.h | 65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, member 109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref))
|
D | irel_ma.c | 125 irel->add_ref = ima_add_ref; in ext2fs_irel_memarray_create()
|
/external/rust/crates/grpcio/src/ |
D | cq.rs | 38 fn add_ref(&self) -> Result<()> { in add_ref() method 207 self.handle.add_ref()?; in borrow()
|
/external/flatbuffers/include/flatbuffers/ |
D | grpc.h | 37 Message(grpc_slice slice, bool add_ref) in Message() argument 38 : slice_(add_ref ? grpc_slice_ref(slice) : slice) {} in Message()
|
/external/tensorflow/tensorflow/python/client/ |
D | timeline.py | 329 def add_ref(self, timestamp): member in _TensorTracker 516 tensor.add_ref(start_time) 556 tensor.add_ref(start_time)
|
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/ |
D | AsyncOps.td | 256 def Async_AddRefOp : Async_Op<"add_ref"> { 259 The `async.add_ref` operation adds a reference(s) to async value (token,
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 729 fn add_ref(refcounts: &mut [u16], cluster_size: u64, cluster_address: u64) -> Result<()> { in rebuild_refcounts() function 740 add_ref(refcounts, cluster_size, 0) in rebuild_refcounts() 752 add_ref(refcounts, cluster_size, l1_table_offset + i * cluster_size)?; in rebuild_refcounts() 775 add_ref(refcounts, cluster_size, l2_addr_disk)?; in rebuild_refcounts() 787 add_ref(refcounts, cluster_size, data_cluster_addr)?; in rebuild_refcounts() 804 add_ref( in rebuild_refcounts() 837 add_ref(refcounts, cluster_size, *refblock_addr)?; in rebuild_refcounts()
|
/external/exoplayer/tree/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 363 void add_ref(int id) { in add_ref() function in JniBufferManager 608 context->buffer_manager->add_ref(id); in DECODER_FUNC()
|
/external/llvm-project/mlir/test/Conversion/AsyncToLLVM/ |
D | convert-to-llvm.mlir | 7 async.add_ref %arg0 {count = 2 : i32} : !async.token
|
/external/libxml2/doc/ |
D | apibuild.py | 206 …def add_ref(self, name, header, module, static, type, lineno, info=None, extra=None, conditionals … member in index 622 self.index.add_ref(name, module, module, static, type, 625 self.index.add_ref(name, None, module, static, type, self.lineno(),
|