Home
last modified time | relevance | path

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

12

/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/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/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td170 "%select{read of|read of|assignment to|increment of|decrement of|"
175 "%select{read of|read of|assignment to|increment of|decrement of|"
187 "%select{read of|read of|assignment to|increment of|decrement of|"
191 "%select{read of|read of|assignment to|increment of|decrement of|"
198 "%select{read of|read of|assignment to|increment of|decrement of|"
212 "%select{read of|read of|assignment to|increment of|decrement of|"
217 "%select{read of|read of|assignment to|increment of|decrement of|"
223 "%select{read of|read of|assignment to|increment of|decrement of|"
229 "%select{read of|read of|assignment to|increment of|decrement of|"
238 "%select{read of|read of|assignment to|increment of|decrement of|"
[all …]
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg.txt72 # Enable offset decrement after ...
78 reg[0x1925c] = 0x000041c0/0x000031c0 # Enable offset decrement after
H A Dt6fw_cfg_fpga.txt170 # Enable offset decrement after ...
176 #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/Interp/
H A DBoolean.h121 static bool decrement(Boolean A, Boolean *R) { in decrement() function
H A DFloating.h187 static APFloat::opStatus decrement(const Floating &A, llvm::RoundingMode RM, in decrement() function
H A DOpcodes.td579 // Increment and decrement.
585 // Float increment and decrement.
H A DIntegral.h196 static bool decrement(Integral A, Integral *R) {
H A DIntegralAP.h192 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
H A DOSSL_LIB_CTX.pod67 L<OSSL_PROVIDER_unload(3)> should be subsequently called to decrement the
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def428 // [C99 6.5.2.4] Postfix increment and decrement
431 // [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/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.

12