/netbsd-src/external/gpl3/binutils/dist/zlib/examples/ |
H A D | gzlog.c | 296 uint stored; /* bytes currently in last stored block */ member 426 log->stored = PULL2(buf + HEAD + 32); in log_head() 448 PUT2(ext + 32, log->stored); in log_mark() 489 PUT2(buf + 2, log->stored); in log_last() 490 PUT2(buf + 4, log->stored ^ 0xffff); in log_last() 493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; in log_last() 517 put = (MAX_STORE << 10) - log->stored; in log_append() 526 log->stored += put; in log_append() 538 log->last += 4 + log->stored + 1; in log_append() 539 log->stored = 0; in log_append() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/ |
H A D | gzlog.c | 296 uint stored; /* bytes currently in last stored block */ member 426 log->stored = PULL2(buf + HEAD + 32); in log_head() 448 PUT2(ext + 32, log->stored); in log_mark() 489 PUT2(buf + 2, log->stored); in log_last() 490 PUT2(buf + 4, log->stored ^ 0xffff); in log_last() 493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; in log_last() 517 put = (MAX_STORE << 10) - log->stored; in log_append() 526 log->stored += put; in log_append() 538 log->last += 4 + log->stored + 1; in log_append() 539 log->stored = 0; in log_append() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/ |
H A D | gzlog.c | 296 uint stored; /* bytes currently in last stored block */ member 426 log->stored = PULL2(buf + HEAD + 32); in log_head() 448 PUT2(ext + 32, log->stored); in log_mark() 489 PUT2(buf + 2, log->stored); in log_last() 490 PUT2(buf + 4, log->stored ^ 0xffff); in log_last() 493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; in log_last() 517 put = (MAX_STORE << 10) - log->stored; in log_append() 526 log->stored += put; in log_append() 538 log->last += 4 + log->stored + 1; in log_append() 539 log->stored = 0; in log_append() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_update_shadow_word.inc | 20 if (!stored) { 22 stored = true; 32 stored = true; 39 stored = true;
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_rand_get_entropy.pod | 28 stored in a buffer which contains at least I<min_len> and at most I<max_len> 29 bytes. The buffer address is stored in I<*pout> and the buffer length is 40 The output is stored in a buffer which contains at least I<min_len> and at 41 most I<max_len> bytes. The buffer address is stored in I<*pout> and the
|
H A D | ossl_method_construct.pod | 38 to define more precisely how the methods are created, stored, etc. 81 when the provider doesn't want its dispatch table stored in a longer 91 This default store should be stored in the library context I<libctx>. 111 This default store should be stored in the library context I<libctx>.
|
H A D | ossl_global_properties_no_mirrored.pod | 23 converts it to a string. If I<buf> is non NULL then the string will be stored 27 properties in it then the empty string will be stored in I<buf>.
|
/netbsd-src/external/bsd/libfido2/dist/examples/ |
H A D | README.adoc | 56 key is stored in <pubkey>. If option -i is specified, the credential 57 ID is stored in <cred_id>. The -e option may be used to add <cred_id> 65 option -b is specified, the credential's "largeBlob" key is stored in 81 is specified, the resulting hmac-secret is stored in <hmac_secret>. 83 option -b specified, the credential's "largeBlob" key is stored in
|
/netbsd-src/lib/libc/softfloat/bits32/ |
H A D | softfloat-macros | 39 The result is stored in the location pointed to by `zPtr'. 65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 100 nonzero. The result is broken into two 32-bit pieces which are stored at 141 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 145 were all zero. This extra result is stored in the location pointed to by 212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 231 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 268 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 288 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and [all …]
|
/netbsd-src/lib/libc/softfloat/bits64/ |
H A D | softfloat-macros | 40 The result is stored in the location pointed to by `zPtr'. 67 The result is stored in the location pointed to by `zPtr'. 91 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 95 bits shifted off were all zero. This extra result is stored in the location 140 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 175 nonzero. The result is broken into two 64-bit pieces which are stored at 216 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 220 were all zero. This extra result is stored in the location pointed to by 287 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 306 64-bit pieces which are stored at the locations pointed to by `z0Ptr', [all …]
|
/netbsd-src/external/public-domain/xz/dist/doc/ |
H A D | xz-file-format.txt | 175 are stored in little endian byte order (least significant 287 data stored in a Stream. 367 stored as an unsigned 32-bit little endian integer. If the 368 calculated value does not match the stored one, the decoder 389 fields. It is stored as an unsigned 32-bit little endian 390 integer. If the calculated value does not match the stored one, 400 Backward Size is stored as a 32-bit little endian integer, 406 If the stored value does not match the real size of the Index 417 Header. The information stored to Stream Flags is needed 527 Data field, which MUST be non-zero. Compressed Size is stored [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | PCHInternals.rst | 49 headers stored within the PCH file. Thus, a precompiled header design 71 abstract syntax trees and supporting data structures, stored using the same 77 where certain important data structures are stored. The amount of data read in 181 Although not explicitly stored as part of the metadata, the predefines buffer 187 is stored within the :ref:`pchinternals-sourcemgr`, but its contents are 214 unique number (allocated starting at 1) stored in the source location. Clang 217 that file ID is stored. The data associated with a file ID is loaded only when 278 Declarations in Clang's abstract syntax trees are stored hierarchically. At 283 and so on. Within Clang, each declaration is stored within a :ref:`declaration 287 iterate over the declarations stored within a context (e.g., iterate over all [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | PKCS12_parse.pod | 30 certificate will be stored in the B<alias> and B<keyid> attributes of the 54 Only B<friendlyName> and B<localKeyID> attributes are currently stored in 57 Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
|
H A D | EVP_EncodeInit.pod | 57 B<in>. The output is stored in the buffer B<out> and the number of bytes output 58 is stored in B<*outl>. It is the caller's responsibility to ensure that the 74 data will be stored in B<out> and the length of the data written will be stored 97 to by B<in>. The output is stored in the buffer B<out> and the number of bytes 98 output is stored in B<*outl>. It is the caller's responsibility to ensure that
|
H A D | SSL_SESSION_get_ex_data.pod | 22 SSL_SESSION_get_ex_data() retrieves application specific data previously stored 30 SSL_SESSION_get_ex_data() returns the previously stored value or NULL on
|
H A D | RAND_DRBG_set_ex_data.pod | 31 RAND_DRBG_get_ex_data() retrieves application specific data previously stored 43 RAND_DRBG_get_ex_data() returns the previously stored value or NULL on
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreCallingConv.td | 18 // Integer values get stored in stack slots that are 4 bytes in 36 // Integer values get stored in stack slots that are 4 bytes in
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCCallingConv.td | 18 // Integer values get stored in stack slots that are 4 bytes in 34 // Integer values get stored in stack slots that are 4 bytes in
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | PKCS12_parse.pod | 34 certificate will be stored in the B<alias> and B<keyid> attributes of the 58 Only B<friendlyName> and B<localKeyID> attributes are currently stored in 61 Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | core_namemap.c | 34 unsigned int stored:1; /* If 1, it's stored in a library context */ member 68 namemap->stored = 1; in stored_namemap_new() 79 namemap->stored = 0; in stored_namemap_free() 526 if (namemap == NULL || namemap->stored) in ossl_namemap_free()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
H A D | inetorgperson.schema | 116 # this attribute are to be stored and requested in binary form, as 127 # information. When such information is stored in a directory service, 128 # the userPKCS12 attribute should be used. This attribute is to be stored 130 # values are PFX PDUs stored as binary data.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_PKEY-DSA.pod | 12 and I<gindex> may need to be stored for validation purposes. For B<DSA> these 13 fields are not stored in the ASN1 data so they need to be stored externally if
|
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/ |
H A D | README | 12 Passwords for logging into a Secure64 system can be stored in the 13 bind2nsd.conf file (as clear text only) or can be stored encrypted
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr500/ |
H A D | dcul.cgs | 43 ; Invalidate the data cache. Only the last value stored should have made 98 ; All of the stored values should be retrievable
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr550/ |
H A D | dcul.cgs | 43 ; Invalidate the data cache. Only the last value stored should have made 98 ; All of the stored values should be retrievable
|