Home
last modified time | relevance | path

Searched refs:decrement (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_atomic_osd.h94 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement) in cl_atomic_sub() argument
99 new_val = *p_value - decrement; in cl_atomic_sub()
H A Dcl_atomic.h168 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement);
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Datomic.h241 fetch_sub(T decrement, MemoryOrder mem_ord = MemoryOrder::SEQ_CST,
245 return __scoped_atomic_fetch_sub(impl::addressof(val), decrement,
249 return __atomic_fetch_sub(impl::addressof(val), decrement,
387 T decrement, MemoryOrder mem_ord = MemoryOrder::SEQ_CST,
391 return __scoped_atomic_fetch_sub(ptr, decrement, impl::order(mem_ord),
394 return __atomic_fetch_sub(ptr, decrement, impl::order(mem_ord));
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h74 template <class Iterator> static void decrement(Iterator &I) {
100 template <class Iterator> static void decrement(Iterator &I) {
256 this->decrement(MII);
/freebsd/bin/sh/tests/expansion/
H A Darith13.01 # Pre-increment and pre-decrement in arithmetic expansion are not in POSIX.
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h122 void decrement() noexcept { in decrement() function
198 decrement();
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg.txt72 # Enable offset decrement after ...
78 reg[0x1925c] = 0x000041c0/0x000031c0 # Enable offset decrement after
/freebsd/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; in decrement() function
96 decrement(Bigint *b)
858 decrement(rvb);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_iterator.h44 template <class T> static void decrement(T *&I) { I = Access::getPrev(*I); }
50 template <class T> static void decrement(T *&I) { I = Access::getNext(*I); }
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBoolean.h124 static bool decrement(Boolean A, Boolean *R) { in decrement() function
H A DFixedPoint.h185 static bool decrement(const FixedPoint &A, FixedPoint *R) { return true; } in decrement() function
H A DFloating.h265 static APFloat::opStatus decrement(const Floating &A, llvm::RoundingMode RM, in decrement() function
H A DIntegral.h233 static bool decrement(Integral A, Integral *R) {
H A DOpcodes.td601 // Increment and decrement.
615 // Float increment and decrement.
H A DIntegralAP.h239 static bool decrement(IntegralAP A, IntegralAP *R) { in decrement() function
/freebsd/stand/ficl/softwords/
H A Dclasses.fr98 \ decrement the pointer in place
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_session.pod74 to decrement the reference count again.
H A DX509_LOOKUP_meth_new.pod156 additionally call X509_free() or X509_CRL_free() to decrement the
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def434 // [C99 6.5.2.4] Postfix increment and decrement
437 // [C99 6.5.3.1] Prefix increment and decrement
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod108 to decrement it.
H A Dossl_method_construct.pod65 subsystem destruct() method to decrement the reference count when
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dbig_int.h921 decrement();
927 decrement();
982 LIBC_INLINE constexpr void decrement() {
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc228 // be not below that value (see g(x) above), so it is safe to decrement just
320 // Add 2 to U_N due to final decrement.

123