Home
last modified time | relevance | path

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

1234

/freebsd/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 …]
/freebsd/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)
/freebsd/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
/freebsd/sys/contrib/device-tree/Bindings/arc/
H A Dpct.txt9 counted, the HW events themselves cannot serve as a trigger for a sample.
/freebsd/tests/sys/kern/tty/
H A Dtest_canon.orch67 -- make sure those are counted where VEOF generally wouldn't be.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.cppm
H A Dranges.inc246 // [range.counted], counted view
248 using std::ranges::views::counted;
H A Diterator.cppm
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-dependency.rst62 …Commas are counted as whitespace to allow for constructs such as ``@SUBSTVAR@, zlib`` being proces…
74 …Commas are counted as whitespace to allow for constructs such as ``@SUBSTVAR@, zlib`` being proces…
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dcounted.h78 inline constexpr auto counted = __counted::__fn{};
/freebsd/contrib/llvm-project/libcxx/include/
H A Dranges226 // [range.counted], counted view
227 namespace views { inline constexpr unspecified counted = unspecified; }
402 # include <__ranges/counted.h>
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for.mk44 WORDS+= counted
/freebsd/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
/freebsd/stand/ficl/softwords/
H A Dstring.fr7 \ counted string, buffer sized dynamically
/freebsd/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,
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-ppmu.txt24 - event-data-type : Define the type of data which shell be counted
/freebsd/contrib/file/magic/Magdir/
H A Dvorbis90 # A kludge to read the vendor string. It's a counted string, not a
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod24 Many objects within OpenSSL are reference-counted, so resources are not
/freebsd/contrib/ntp/scripts/monitoring/
H A DREADME78 Errors are counted for:
/freebsd/contrib/one-true-awk/
H A DFIXES159 were counted.
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME45 password are not counted.

1234