HomeSort by relevance Sort by last modified time
    Searched full:decrement (Results 1 - 25 of 789) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/progs/test_data/
test.icount 14 decrement 0
18 decrement 20001
52 decrement 2
61 decrement 2
63 decrement 2
65 decrement 2
67 decrement 2
68 decrement 2
75 decrement 3
77 decrement
    [all...]
expect.icount 9 test_icount: decrement 0
10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
17 test_icount: decrement 20001
18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
60 test_icount: decrement 2
61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
78 test_icount: decrement 2
82 test_icount: decrement 2
86 test_icount: decrement 2
90 test_icount: decrement
    [all...]
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 22 request do_decrement, "Decrement an icount entry",
23 decrement, dec;
  /external/llvm/test/CodeGen/ARM/
tail-dup.ll 10 @fn.codetable = internal unnamed_addr constant [3 x i8*] [i8* blockaddress(@fn, %RETURN), i8* blockaddress(@fn, %INCREMENT), i8* blockaddress(@fn, %DECREMENT)], align 4
24 DECREMENT: ; preds = %indirectgoto
30 indirectgoto: ; preds = %DECREMENT, %INCREMENT, %entry
31 %result.0 = phi i32 [ 0, %entry ], [ %dec, %DECREMENT ], [ %inc, %INCREMENT ]
32 %opcodes.pn = phi i32* [ %opcodes, %entry ], [ %opcodes.addr.0, %DECREMENT ], [ %opcodes.addr.0, %INCREMENT ]
33 %indirect.goto.dest.in = phi i8** [ %arrayidx, %entry ], [ %arrayidx4, %DECREMENT ], [ %arrayidx2, %INCREMENT ]
36 indirectbr i8* %indirect.goto.dest, [label %RETURN, label %INCREMENT, label %DECREMENT]
  /external/chromium/base/
atomic_ref_count.h 28 // Decrement a reference count by "decrement", which must exceed 0,
33 AtomicRefCount decrement) {
35 bool res = (subtle::Barrier_AtomicIncrement(ptr, -decrement) != 0);
47 // Decrement a reference count by 1 and return whether the result is non-zero.
  /external/clang/test/CodeGen/
2003-09-18-BitfieldTests.c 14 void test2(BF *b) { // Increment and decrement operators
  /external/clang/test/SemaCXX/
bool.cpp 14 --b; // expected-error {{cannot decrement expression of type bool}}
15 b--; // expected-error {{cannot decrement expression of type bool}}
  /external/clang/test/SemaObjC/
error-implicit-property.m 19 --arg.P; // expected-error {{no getter method 'P' for decrement of property}}
23 arg.P--; // expected-error {{no setter method 'setP:' for decrement of property}}
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
  /dalvik/vm/compiler/template/mips/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
  /external/iptables/extensions/
libip6t_HL.man 14 Decrement the Hop Limit `value' times.
libipt_TTL.man 16 Decrement the TTL value `value' times.
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 11 addic. 15,15,-1 # decrement counter
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 85 * decrement the indentation field
87 protected void decrement() { method in class:Indentation
  /external/llvm/test/CodeGen/Thumb/
2009-12-17-pre-regalloc-taildup.ll 10 @codetable.2928 = internal constant [5 x i8*] [i8* blockaddress(@interpret_threaded, %RETURN), i8* blockaddress(@interpret_threaded, %INCREMENT), i8* blockaddress(@interpret_threaded, %DECREMENT), i8* blockaddress(@interpret_threaded, %DOUBLE), i8* blockaddress(@interpret_threaded, %SWAPWORD)] ; <[5 x i8*]*> [#uses=5]
26 indirectbr i8* %gotovar.22.0, [label %RETURN, label %INCREMENT, label %DECREMENT, label %DOUBLE, label %SWAPWORD]
38 bb.backedge: ; preds = %SWAPWORD, %DOUBLE, %DECREMENT, %INCREMENT
39 %gotovar.22.0.in.be = phi i8** [ %20, %SWAPWORD ], [ %14, %DOUBLE ], [ %10, %DECREMENT ], [ %6, %INCREMENT ] ; <i8**> [#uses=1]
40 %result.0.be = phi i32 [ %17, %SWAPWORD ], [ %11, %DOUBLE ], [ %7, %DECREMENT ], [ %3, %INCREMENT ] ; <i32> [#uses=1]
44 DECREMENT: ; preds = %bb
  /ndk/sources/cxx-stl/llvm-libc++/src/
memory.cpp 29 decrement(T& t) _NOEXCEPT
59 if (decrement(__shared_owners_) == -1)
93 if (decrement(__shared_weak_owners_) == -1)
  /external/webkit/Source/JavaScriptCore/wtf/
RefCountedLeakCounter.cpp 37 void RefCountedLeakCounter::decrement() { } function in class:WTF::RefCountedLeakCounter
89 void RefCountedLeakCounter::decrement()
RefCountedLeakCounter.h 37 void decrement();
  /external/webkit/Source/WebCore/dom/
PositionIterator.h 35 // increment, decrement, and several predicates on the Position it is at.
55 void decrement();
  /external/webkit/Source/WebCore/manual-tests/
scrollbar-hover-active.html 14 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-start {
24 div::-webkit-scrollbar-button:-webkit-decrement:-webkit-end {
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateSemaphore.3 12 \fBSDL_CreateSemaphore()\fP creates a new semaphore and initializes it with the value \fBinitial_value\fR\&. Each locking operation on the semaphore by \fISDL_SemWait\fR, \fISDL_SemTryWait\fR or \fISDL_SemWaitTimeout\fR will atomically decrement the semaphore value\&. The locking operation will be blocked if the semaphore value is not positive (greater than zero)\&. Each unlock operation by \fISDL_SemPost\fR will atomically increment the semaphore value\&.
SDL_SemTryWait.3 12 \fBSDL_SemTryWait\fP is a non-blocking varient of \fI\fBSDL_SemWait\fP\fR\&. If the value of the semaphore pointed to by \fBsem\fR is positive it will atomically decrement the semaphore value and return 0, otherwise it will return \fBSDL_MUTEX_TIMEOUT\fR instead of suspending the thread\&.
SDL_SemWait.3 12 \fBSDL_SemWait()\fP suspends the calling thread until either the semaphore pointed to by \fBsem\fR has a positive value, the call is interrupted by a signal or error\&. If the call is successful it will atomically decrement the semaphore value\&.
SDL_SemWaitTimeout.3 12 \fBSDL_SemWaitTimeout()\fP is a varient of \fISDL_SemWait\fR with a maximum timeout value\&. If the value of the semaphore pointed to by \fBsem\fR is positive (greater than zero) it will atomically decrement the semaphore value and return 0, otherwise it will wait up to \fBtimeout\fR milliseconds trying to lock the semaphore\&. This function is to be avoided if possible since on some platforms it is implemented by polling the semaphore every millisecond in a busy loop\&.
  /external/skia/legacy/include/effects/
SkGradientShader.h 28 The caller should decrement the shader's reference count when done with the shader.
49 The caller should decrement the shader's reference count when done with the shader.
71 The caller should decrement the shader's reference count when done with the shader.
99 The caller should decrement the shader's reference count when done with the shader.

Completed in 2618 milliseconds

1 2 3 4 5 6 7 8 91011>>