/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/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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 170 "%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 D | t6fw_cfg.txt | 72 # Enable offset decrement after ... 78 reg[0x1925c] = 0x000041c0/0x000031c0 # Enable offset decrement after
|
H A D | t6fw_cfg_fpga.txt | 170 # Enable offset decrement after ... 176 #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/Interp/ |
H A D | Boolean.h | 121 static bool decrement(Boolean A, Boolean *R) { in decrement() function
|
H A D | Floating.h | 187 static APFloat::opStatus decrement(const Floating &A, llvm::RoundingMode RM, in decrement() function
|
H A D | Opcodes.td | 579 // Increment and decrement. 585 // Float increment and decrement.
|
H A D | Integral.h | 196 static bool decrement(Integral A, Integral *R) {
|
H A D | IntegralAP.h | 192 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
|
H A D | OSSL_LIB_CTX.pod | 67 L<OSSL_PROVIDER_unload(3)> should be subsequently called to decrement the
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OperationKinds.def | 428 // [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 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/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.
|