Home
last modified time | relevance | path

Searched refs:counted (Results 1 – 25 of 83) sorted by relevance

1234

/src/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c500 load_count(const void *val, const struct counted_info *counted, in load_count() argument
503 const void *countptr = (const char *)val + counted->lenoff; in load_count()
506 if (counted->lensigned) { in load_count()
507 intmax_t xlen = load_int(countptr, counted->lensize); in load_count()
512 uintmax_t xlen = load_uint(countptr, counted->lensize); in load_count()
581 store_count(size_t count, const struct counted_info *counted, void *val) in store_count() argument
583 void *countptr = (char *)val + counted->lenoff; in store_count()
585 if (counted->lensigned) { in store_count()
587 return store_int(-1, counted->lensize, countptr); in store_count()
591 return store_int(count, counted->lensize, countptr); in store_count()
[all …]
H A DREADME.asn1117 represented as "counted types", meaning the C representation is a
119 declare a counted type descriptor (we will describe those in more
135 Once you have defined the counted type, you can define a normal type
293 represented this way is defined using a counted type descriptor:
306 To use a counted sequence-of type in a sequence, use DEFCOUNTEDTYPE:
312 the name of the counted type descriptor.
363 sequence, and use DEFCHOICETYPE to create a counted type descriptor:
374 3. Wrap the counted type descriptor in a type descriptor for the
397 "counted type descriptors" without defining what they are. Counted
401 counted type descriptors, defined using the following macros:
[all …]
/src/crypto/krb5/src/lib/krb5/os/
H A Dt_trace.ref5 size_t and const char *, as a counted string: example.data
6 size_t and const char *, as a counted string: (null)
15 krb5_data *, display as counted string: example.data
16 krb5_data *, display as counted string: (null)
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_sess_number.pod49 successfully reused is counted as a hit. In server mode a session successfully
50 retrieved from internal or external cache is counted as a hit.
H A DEVP_MD_meth_new.pod71 These B<EVP_MD> structures are reference counted.
194 counted in OpenSSL 3.0.
H A DSSL_new.pod21 reference counted. Creating an B<SSL> structure for the first time increments
H A DSSL_CTX_sess_set_get_cb.pod61 Since sessions are reference-counted objects, the reference count on the
/src/sys/contrib/device-tree/Bindings/arc/
H A Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/src/tests/sys/kern/tty/
H A Dtest_canon.orch67 -- make sure those are counted where VEOF generally wouldn't be.
/src/contrib/llvm-project/libcxx/include/__ranges/
H A Dcounted.h78 inline constexpr auto counted = __counted::__fn{};
/src/contrib/llvm-project/libcxx/modules/std/
H A Dranges.inc243 // [range.counted], counted view
245 using std::ranges::views::counted;
H A Diterator.inc211 // [iterators.counted], counted iterators
/src/contrib/llvm-project/libcxx/include/
H A Dranges226 // [range.counted], counted view
227 namespace views { inline constexpr unspecified counted = unspecified; }
390 # include <__ranges/counted.h>
/src/contrib/bmake/unit-tests/
H A Ddirective-for.mk44 WORDS+= counted
/src/contrib/ldns/ldns/
H A Dutil.h.in181 * The bits are counted from left to right, so bit #0 is the
192 * The bits are counted from right to left, so bit #0 is the
203 * The bits are counted from right to left, so bit #0 is the
/src/stand/ficl/softwords/
H A Dstring.fr7 \ counted string, buffer sized dynamically
/src/lib/libc/locale/
H A DDESIGN.xlocale50 The components are reference counted, and so can be aliased between locale
56 All locales and locale components are reference counted. The global locale,
/src/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-ppmu.txt24 - event-data-type : Define the type of data which shell be counted
/src/contrib/file/magic/Magdir/
H A Dvorbis90 # A kludge to read the vendor string. It's a counted string, not a
/src/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod24 Many objects within OpenSSL are reference-counted, so resources are not
/src/contrib/ntp/scripts/monitoring/
H A DREADME78 Errors are counted for:
/src/contrib/pam_modules/pam_passwdqc/
H A DREADME45 password are not counted.
/src/contrib/one-true-awk/
H A DFIXES159 were counted.
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-fc.md192 counted only once, and the stream-level flow control is therefore in the best
244 remember if they have already counted a specific controlled byte in a STREAM
/src/sys/geom/
H A Dnotes48 are counted, and this is only because GEOM internally uses the difference

1234