Searched refs:decremented (Results 1 – 25 of 51) sorted by relevance
123
/external/tensorflow/tensorflow/python/training/ |
D | queue_runner_impl.py | 248 decremented = False 262 decremented = True 281 if not decremented:
|
/external/llvm-project/lldb/test/Shell/Unwind/Inputs/ |
D | eh-frame-dwarf-unwind.s | 31 # decremented by 0x47.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AssignSubVariableOp.pbtxt | 24 see the decremented value or a subsequent newer one.
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | cmpb-dec-imm.ll | 6 ; "ult with #41". The immediate value should be decremented to #40
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release-path-notes.m | 60 …[leaked release]; // expected-note{{Reference count decremented. The object now has a +1 retain co… 287 [_unownedProp release]; // FIXME-note {{Reference count decremented}} 295 [_ownedProp release]; // FIXME-note {{Reference count decremented}} 304 [_ivarOnly release]; // FIXME-note {{Reference count decremented}} 313 [_ownedProp release]; // FIXME-note {{Reference count decremented}} 322 [_ivarOnly release]; // FIXME-note {{Reference count decremented}}
|
D | retain-release-arc.m | 163 // expected-note@-7{{Reference count decremented. The object now has a +1 retain count}}
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | RetriableStream.java | 963 int decremented = currentCount - (1 * THREE_DECIMAL_PLACES_SCALE_UP); in onQualifiedFailureThenCheckIsAboveThreshold() local 964 boolean updated = tokenCount.compareAndSet(currentCount, Math.max(decremented, 0)); in onQualifiedFailureThenCheckIsAboveThreshold() 966 return decremented > threshold; in onQualifiedFailureThenCheckIsAboveThreshold()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | task_io_service.ipp | 348 // Ensure the count of outstanding work is decremented on block exit. 412 // Ensure the count of outstanding work is decremented on block exit.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | loop-01.ll | 87 ; Test a loop with a 64-bit decremented counter in which the 32-bit
|
/external/llvm-project/mlir/lib/Conversion/AffineToStandard/ |
D | AffineToStandard.cpp | 171 Value decremented = builder.create<SubIOp>(loc, lhs, oneCst); in visitCeilDivExpr() local 173 builder.create<SelectOp>(loc, nonPositive, negated, decremented); in visitCeilDivExpr()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-intrin.ll | 301 %12 = call i1 @llvm.ppc.is.decremented.ctr.nonzero() 329 declare i1 @llvm.ppc.is.decremented.ctr.nonzero() #0
|
/external/python/cpython3/Doc/library/ |
D | asyncio-sync.rst | 277 A semaphore manages an internal counter which is decremented by each
|
D | pdb.rst | 320 count is zero. When non-zero, the count is decremented each time the
|
/external/python/cpython2/Lib/ |
D | pdb.doc | 113 the count is decremented each time the breakpoint is reached
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | loop-01.ll | 89 ; Test a loop with a 64-bit decremented counter in which the 32-bit
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 718 // and are not considered done until both have been decremented.
|
/external/python/cpython2/Doc/library/ |
D | pdb.rst | 262 zero. When non-zero, the count is decremented each time the breakpoint is
|
D | threading.rst | 639 A semaphore manages an internal counter which is decremented by each
|
/external/python/cpython3/Doc/c-api/ |
D | buffer.rst | 105 the consumer and automatically decremented and set to ``NULL`` by
|
D | intro.rst | 260 it contains references to other objects, their reference count is decremented.
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz |
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes.m | 60 …[leaked release]; // expected-note{{Reference count decremented. The object now has a +1 retain co… 287 [_unownedProp release]; // FIXME-note {{Reference count decremented}} 295 [_ownedProp release]; // FIXME-note {{Reference count decremented}} 304 [_ivarOnly release]; // FIXME-note {{Reference count decremented}} 313 [_ownedProp release]; // FIXME-note {{Reference count decremented}} 322 [_ivarOnly release]; // FIXME-note {{Reference count decremented}} 913 // CHECK-NEXT: <string>Reference count decremented. The object now has a +1 retain count</stri… 915 // CHECK-NEXT: <string>Reference count decremented. The object now has a +1 retain count</stri…
|
/external/python/cpython2/Doc/c-api/ |
D | intro.rst | 119 it contains references to other objects, their reference count is decremented.
|
/external/python/cpython3/Doc/faq/ |
D | design.rst | 28 sometimes stare at it a long time wondering as to why ``y`` is being decremented even
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | FLATInstructions.td | 65 // and are not considered done until both have been decremented.
|
123