Home
last modified time | relevance | path

Searched full:incremented (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h22 // incremented at the end of the loop body. This is inconveient, since it
26 // "pre-incremented" value, and uses after the loop using the
27 // "post-incremented" value.
29 // Expressions for post-incremented uses are represented as an expression
/freebsd/contrib/one-true-awk/testdir/
H A DT.builtin44 j = 1; sprintf("%d", 99, ++j) # does j get incremented?
50 j = 1; substr("", 1, ++j) # does j get incremented?
56 j = 1; sub(/1/, ++j, z) # does j get incremented?
62 j = 1; length("zzzz", ++j, ++j) # does j get incremented?
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md3 * MAJOR - Incremented at the discretion of the OpenZFS developers to indicate
10 * MINOR - Incremented to indicate new functionality such as a new feature
17 * PATCH - Incremented when applying documentation updates, important bug
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z10/
H A Dextended.json96 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle…
102 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle an DTL…
108 "PublicDescription": "Incremented by one for every store sent to Level-2 (L1.5) cache"
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_session.pod18 B<ssl>. The reference count of the B<SSL_SESSION> is not incremented, so
24 count of the B<SSL_SESSION> is incremented by one.
63 reference counter is not incremented, the pointer is only valid while
H A DSSL_get_peer_certificate.pod40 is incremented by one, so that it will not be destroyed when the session
45 is not incremented, and must not be freed.
H A DX509_get_pubkey.pod28 reference count incremented: this means the returned key must be freed up
47 return the cached structure with its reference count incremented to
H A Dd2i_X509.pod387 pointer to the B<I<TYPE>> structure is returned and I<*ppin> is incremented to
415 data written to it. In this case I<*ppout> is not incremented and it points
446 The ways that I<*ppin> and I<*ppout> are incremented after the operation
577 it was incremented after the call to point after the data just written.
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z196/
H A Dextended.json18 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB…
24 …"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle…
30 "PublicDescription": "Incremented by one for every store sent to Level-2 cache"
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_atomic.h69 * integer and returns the incremented value.
80 * Returns the incremented value pointed to by p_value.
83 * The provided value is incremented and its value returned in one atomic
/freebsd/lib/libsys/
H A Dsemop.296 the semaphore's value is incremented by
123 value is incremented by the absolute value of
163 the semaphore's adjust on exit value is incremented by the
H A Dmsgsnd.2117 is incremented by the size of the message.
120 is incremented by 1.
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_local.h16 /* NOTE - c is not incremented as per c2l */
46 /* NOTE - c is not incremented as per l2c */
69 /* NOTE - c is not incremented as per n2l */
92 /* NOTE - c is not incremented as per l2n */
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddataset_kstats.h52 * is incremented whenever a new entry is added to the unlinked set
56 * nunlinked is initialized to zero on mount and is incremented when an
/freebsd/share/man/man4/
H A Dsfxge.4102 counter is incremented and the local sender receives ENOBUFS.
110 counter is incremented and the local sender receives ENOBUFS.
119 counter is incremented and the local sender receives ENOBUFS.
H A Dgenetlink.4100 monotonically incremented, starting from 0.
117 monotonically incremented, starting from 0.
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h18 /* NOTE - c is not incremented as per c2l */
48 /* NOTE - c is not incremented as per l2c */
71 /* NOTE - c is not incremented as per n2l */
94 /* NOTE - c is not incremented as per l2n */
/freebsd/share/man/man9/
H A Ddevstat.9149 generation number is incremented and the number of devices is decremented.
166 The busy count is incremented with each transaction start.
289 number is incremented for each new device that is registered.
516 subsystem, and it should be incremented each time a change is made that
/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h20 /* NOTE - c is not incremented as per c2l */
43 /* NOTE - c is not incremented as per l2c */
59 /* NOTE - c is not incremented as per n2l */
82 /* NOTE - c is not incremented as per l2n */
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_get_session.3153 \&\fBssl\fR. The reference count of the \fB\s-1SSL_SESSION\s0\fR is not incremented, so
159 count of the \fB\s-1SSL_SESSION\s0\fR is incremented by one.
197 reference counter is not incremented, the pointer is only valid while
H A Dd2i_X509.3513 pointer to the \fB\f(BI\s-1TYPE\s0\fB\fR structure is returned and \fI*ppin\fR is incremented to
537 data written to it. In this case \fI*ppout\fR is not incremented and it points
567 The ways that \fI*ppin\fR and \fI*ppout\fR are incremented after the operation
675 it was incremented after the call to point after the data just written.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dst,stm32-mdma.yaml24 0x2: Source address pointer is incremented after each data transfer
28 0x2: Destination address pointer is incremented after each data transfer
/freebsd/contrib/ldns/ldns/
H A Drr_functions.h320 * \param[in] soa The soa rr to be incremented
329 * \param[in] soa The soa rr to be incremented
338 * \param[in] soa The soa rr to be incremented
351 * \param[in] soa The soa rr to be incremented
/freebsd/crypto/openssl/crypto/bf/
H A Dbf_local.h14 /* NOTE - c is not incremented as per n2l */
37 /* NOTE - c is not incremented as per l2n */
/freebsd/contrib/ntp/html/
H A Dpoll.html20incremented by 1 at each poll interval, but is set to 0 as each packet is received. If the timer e…

12345678910>>...24