Searched refs:stored (Results 1 – 25 of 319) sorted by relevance
12345678910>>...13
| /freebsd-13-stable/contrib/libfido2/examples/ |
| HD | 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
|
| /freebsd-13-stable/lib/libc/softfloat/bits32/ |
| HD | 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 …]
|
| /freebsd-13-stable/lib/libc/softfloat/bits64/ |
| HD | 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 …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | structure-indexes | 56 Indexes are stored as a sequence of variable integers. The encoding is 59 * Unsigned integers are stored in little endian order with a variable 63 0x00 .. 0x7f -> 0x00 .. 0x7f ( 7 bits stored in 8 bits) 64 0x80 .. 0xff -> 0x80 0x01 .. 0xff 0x01 (14 bits stored in 16 bits) 65 0x100 .. 0x3fff -> 0x80 0x02 .. 0xff 0x7f (14 bits stored in 16 bits) 66 0x100000000 -> 0x80 0x80 0x80 0x80 0x10 (35 bits stored in 40 bits) 79 Most data is unsigned by nature but will be stored differentially using 88 unsigned 64 bit integers only, stored in little endian byte order. 297 will not be stored in the start page. The runtime representation will 313 and revisions >= 0 stored as rev+1 [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| HD | 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
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | 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.
|
| HD | 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
|
| HD | 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
|
| HD | 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
|
| HD | SSL_CTX_set_session_id_context.pod | 31 the contexts and is stored in exported sessions. The B<sid_ctx> can be 50 certificates are used, stored sessions
|
| HD | DSA_meth_new.pod | 96 string, which will be duplicated and stored in the B<DSA_METHOD> object. It is 111 string is duplicated and the copy is stored in the DSA_METHOD structure, so the 143 of a DSA signature. The result is stored in the B<rr> parameter. This function 152 DSA_sign_setup(). The result is stored in the B<r> parameter. This function
|
| HD | SSL_get_all_async_fds.pod | 37 descriptors returned is stored in B<*numfds> and the file descriptors themselves 50 and the number of deleted fds are stored in B<*numaddfds> and B<*numdelfds>
|
| HD | DH_meth_new.pod | 67 string, which will be duplicated and stored in the B<DH_METHOD> object. It is 82 string is duplicated and the copy is stored in the DH_METHOD structure, so the 109 DH_generate_key(). The result is stored in the B<r> parameter. This function
|
| HD | SSL_CTX_set_default_passwd_cb.pod | 63 password could be stored into the userdata storage and the 64 callback only returns the password already stored.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| HD | 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
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/ve/ |
| HD | grow_stack_align.S | 23 shm.l %s62, 0x0(%s63) # stored at addr:0
|
| HD | grow_stack.S | 23 shm.l %s62, 0x0(%s63) # stored at addr:0
|
| /freebsd-13-stable/contrib/tzcode/ |
| HD | localtime.c | 480 register int stored; in tzloadbody() local 534 for (stored = 4; stored <= 8; stored *= 2) { in tzloadbody() 536 bool skip_datablock = stored == 4 && version; in tzloadbody() 558 = (timecnt * stored /* ats */ in tzloadbody() 562 + leapcnt * (stored + 4) /* lsinfos */ in tzloadbody() 585 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody() 599 p += stored; in tzloadbody() 636 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody() 637 int_fast32_t corr = detzcode(p + stored); in tzloadbody() 638 p += stored + 4; in tzloadbody()
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | dbpf | 4 # dppf: Maxis Database Packed Files, the stored data file format used by all
|
| /freebsd-13-stable/contrib/libcbor/doc/source/api/ |
| HD | streaming_decoding.rst | 8 …e` encounters a 1B unsigned integer, it will invoke the function pointer stored in ``cbor_callback…
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/power/reset/ |
| HD | nvmem-reboot-mode.txt | 6 value stored.
|
| /freebsd-13-stable/contrib/bc/ |
| HD | MEMORY_BUGS.md | 38 This happened because strings were stored per-function, and the non-local 40 at a higher index than exists in the new function. Strings are stored globally
|
| /freebsd-13-stable/sys/contrib/zlib/doc/ |
| HD | rfc1950.txt | 144 byte: 8 bits stored or transmitted as a unit (same as an octet). 183 Bytes stored within a computer do not have a "bit order", since 197 multi-byte numbers in the format described here are stored with 199 For example, the decimal number 520 is stored as: 276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG), 310 For compression method 8, the compressed data is stored in the 328 Adler-32 checksum is stored as s2*65536 + s1 in most-
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| HD | MSP430CallingConv.td | 32 // Integer values get stored in stack slots that are 2 bytes in
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| HD | htr.rst | 14 …metadata is only stored for instructions that are of interest, not every instruction in the trace.… 18 …sequence of instructions in *layer 0* (the instruction layer). Metadata is stored for each block in
|
12345678910>>...13