| /src/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.c | 500 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 D | README.asn1 | 117 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 D | t_trace.ref | 5 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 D | SSL_CTX_sess_number.pod | 49 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 D | EVP_MD_meth_new.pod | 71 These B<EVP_MD> structures are reference counted. 194 counted in OpenSSL 3.0.
|
| H A D | SSL_new.pod | 21 reference counted. Creating an B<SSL> structure for the first time increments
|
| H A D | SSL_CTX_sess_set_get_cb.pod | 61 Since sessions are reference-counted objects, the reference count on the
|
| /src/sys/contrib/device-tree/Bindings/arc/ |
| H A D | pct.txt | 9 counted, the HW events themselves cannot serve as a trigger for a sample.
|
| /src/tests/sys/kern/tty/ |
| H A D | test_canon.orch | 67 -- make sure those are counted where VEOF generally wouldn't be.
|
| /src/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | counted.h | 78 inline constexpr auto counted = __counted::__fn{};
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ranges.inc | 243 // [range.counted], counted view 245 using std::ranges::views::counted;
|
| H A D | iterator.inc | 211 // [iterators.counted], counted iterators
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | ranges | 226 // [range.counted], counted view 227 namespace views { inline constexpr unspecified counted = unspecified; } 390 # include <__ranges/counted.h>
|
| /src/contrib/bmake/unit-tests/ |
| H A D | directive-for.mk | 44 WORDS+= counted
|
| /src/contrib/ldns/ldns/ |
| H A D | util.h.in | 181 * 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 D | string.fr | 7 \ counted string, buffer sized dynamically
|
| /src/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 50 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 D | exynos-ppmu.txt | 24 - event-data-type : Define the type of data which shell be counted
|
| /src/contrib/file/magic/Magdir/ |
| H A D | vorbis | 90 # A kludge to read the vendor string. It's a counted string, not a
|
| /src/crypto/openssl/doc/man7/ |
| H A D | openssl-threads.pod | 24 Many objects within OpenSSL are reference-counted, so resources are not
|
| /src/contrib/ntp/scripts/monitoring/ |
| H A D | README | 78 Errors are counted for:
|
| /src/contrib/pam_modules/pam_passwdqc/ |
| H A D | README | 45 password are not counted.
|
| /src/contrib/one-true-awk/ |
| H A D | FIXES | 159 were counted.
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-fc.md | 192 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 D | notes | 48 are counted, and this is only because GEOM internally uses the difference
|