| /freebsd/contrib/ofed/opensm/include/complib/ |
| H A D | cl_atomic_osd.h | 94 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 D | cl_atomic.h | 168 cl_atomic_sub(IN atomic32_t * const p_value, IN const int32_t decrement);
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | atomic.h | 241 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 D | MachineInstrBundleIterator.h | 74 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 D | arith13.0 | 1 # Pre-increment and pre-decrement in arithmetic expansion are not in POSIX.
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | path_parser.h | 122 void decrement() noexcept { in decrement() function 198 decrement();
|
| /freebsd/sys/dev/cxgbe/firmware/ |
| H A D | t6fw_cfg.txt | 72 # Enable offset decrement after ... 78 reg[0x1925c] = 0x000041c0/0x000031c0 # Enable offset decrement after
|
| /freebsd/contrib/gdtoa/ |
| H A D | strtoIg.c | 97 decrement(b1);
|
| H A D | gdtoaimp.h | 558 #define decrement __decrement_D2A macro 610 extern void decrement ANSI((Bigint*));
|
| H A D | strtodg.c | 94 decrement(b) Bigint *b; in decrement() function 96 decrement(Bigint *b) 858 decrement(rvb);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_iterator.h | 44 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 D | Boolean.h | 124 static bool decrement(Boolean A, Boolean *R) { in decrement() function
|
| H A D | FixedPoint.h | 185 static bool decrement(const FixedPoint &A, FixedPoint *R) { return true; } in decrement() function
|
| H A D | Floating.h | 265 static APFloat::opStatus decrement(const Floating &A, llvm::RoundingMode RM, in decrement() function
|
| H A D | Integral.h | 233 static bool decrement(Integral A, Integral *R) {
|
| H A D | Opcodes.td | 601 // Increment and decrement. 615 // Float increment and decrement.
|
| H A D | IntegralAP.h | 239 static bool decrement(IntegralAP A, IntegralAP *R) { in decrement() function
|
| /freebsd/stand/ficl/softwords/ |
| H A D | classes.fr | 98 \ decrement the pointer in place
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_get_session.pod | 74 to decrement the reference count again.
|
| H A D | X509_LOOKUP_meth_new.pod | 156 additionally call X509_free() or X509_CRL_free() to decrement the
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 434 // [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 D | OSSL_METHOD_STORE.pod | 108 to decrement it.
|
| H A D | ossl_method_construct.pod | 65 subsystem destruct() method to decrement the reference count when
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | big_int.h | 921 decrement(); 927 decrement(); 982 LIBC_INLINE constexpr void decrement() {
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 228 // 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.
|