Searched refs:decrement (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_atomic.h107 * [in] Pointer to a 32-bit integer to decrement.
168 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement);
174 * decrement
175 * [in] Value by which to decrement the integer pointed to by p_value.
181 * The provided decrement is subtracted from the value and the result
H A Dcl_atomic_osd.h94 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement) argument
99 new_val = *p_value - decrement;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h74 template <class Iterator> static void decrement(Iterator &I) { function in struct:llvm::MachineInstrBundleIteratorHelper
100 template <class Iterator> static void decrement(Iterator &I) { function in struct:llvm::MachineInstrBundleIteratorHelper
254 // Increment and decrement operators...
256 this->decrement(MII);
/freebsd-13-stable/contrib/gdtoa/
H A DstrtoIg.c97 decrement(b1);
H A Dgdtoaimp.h558 #define decrement __decrement_D2A macro
610 extern void decrement ANSI((Bigint*));
H A Dstrtodg.c94 decrement(b) Bigint *b; function
96 decrement(Bigint *b)
833 /* boundary case -- decrement exponent */
858 decrement(rvb);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_iterator.h44 template <class T> static void decrement(T *&I) { I = Access::getPrev(*I); } function in struct:llvm::ilist_detail::IteratorHelper
50 template <class T> static void decrement(T *&I) { I = Access::getNext(*I); } function in struct:llvm::ilist_detail::IteratorHelper
151 // Increment and decrement operators...
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h119 static bool decrement(Boolean A, Boolean *R) { function in class:clang::interp::Boolean
120 llvm_unreachable("Cannot decrement booleans");
H A DIntegral.h190 static bool decrement(Integral A, Integral *R) { function in class:clang::interp::Integral
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl158 || [A2] SUB A2,1,A2 ; decrement loop counter
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp140 void decrement() noexcept {
204 decrement();
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm563 add edx,eax ; Calculate total size of the stack decrement.
1265 sub rdx, 8 ; decrement p_argv pointer to previous parm
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl330 || [B0] SUB B0,1,B0 ; decrement inner loop counter
683 || [B0] SUB B0,1,B0 ; decrement inner loop counter

Completed in 162 milliseconds