Searched refs:representation (Results 1 – 25 of 83) sorted by relevance
1234
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | d2i_SSL_SESSION.pod | 5 d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation 16 d2i_SSL_SESSION() transforms the external ASN1 representation of an SSL/TLS 21 representation and stores it into the memory location pointed to by B<pp>. 22 The length of the resulting ASN1 representation is returned. If B<pp> is 30 a binary ASN1 representation. 46 large enough to hold the binary representation of the session. There is no 47 known limit on the size of the created ASN1 representation, so the necessary 58 i2d_SSL_SESSION() returns the size of the ASN1 representation in bytes.
|
| D | SSL_CIPHER_get_name.pod | 51 Textual representation of the cipher name. 66 representation of anonymous ciphers.
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BN_bn2bin.pod | 54 the most significant bit signals a negative number (the representation 57 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to> 61 BN_mpi2bn() converts the B<len> bytes long representation at B<s> to 76 BN_bn2mpi() returns the length of the representation. BN_mpi2bn()
|
| D | ASN1_STRING_print_ex.pod | 47 using exactly four characters for the hex representation. If it is 32 bits then 48 "\WXXXXXXXX" is used using eight characters of its hex representation. These forms 55 representation.
|
| D | OBJ_nid2obj.pod | 33 a representation of the ASN1 OBJECT IDENTIFIER (OID) type. 51 OBJ_obj2txt() converts the B<ASN1_OBJECT> B<a> into a textual representation. 52 The representation is written as a null terminated string to B<buf>
|
| D | RSA_sign_ASN1_OCTET_STRING.pod | 32 of size B<siglen> is the DER representation of a given octet string
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlnumber.pod | 39 "short" representation when converted to a binary fraction. For example, 49 exponents between -1024 and 1024. In decimal representation this is close 97 representation is used. 102 a representation of the closest limit is used. (I<Loss of information>) 107 a representation of one of these numbers is used. (I<Loss of information>)
|
| D | perlpacktut.pod | 9 and some well-defined representation as might be required in the 33 in binary representation? One good reason is input and output accessing 35 representation is either forced on you or will give you some benefit 308 I<specific> binary representation. Leaving floating point numbers 309 aside for the moment, the salient properties of any such representation 330 computer's representation you write 467 double-precision representation as it is provided by your system. (There 468 is no such thing as a network representation for reals, so if you want 470 to ASCII representation, unless you're absolutely sure what's on the other 606 between a Unicode number and its UTF-8 representation you can do so by [all …]
|
| /mirbsd/src/share/doc/psd/07.pascal/ |
| D | bigger.p | 2 * Graphic representation of a function
|
| D | bigger7.p | 2 * Graphic representation of a function
|
| D | bigger5.p | 2 * Graphic representation of a function
|
| D | bigger4.p | 2 * Graphic representation of a function
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTFormat.c | 85 void HTSetPresentation(const char *representation, in HTSetPresentation() argument 100 assert(representation != NULL); in HTSetPresentation() 105 NonNull(representation), in HTSetPresentation() 110 pres->rep = HTAtom_for(representation); in HTSetPresentation() 137 if (strcmp(representation, "*") == 0) { in HTSetPresentation()
|
| D | HTFile.h | 142 const char *representation,
|
| D | HTFormat.h | 246 extern void HTSetPresentation(const char *representation,
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Functions.pm | 273 ord String find a character's numeric representation 275 pack Binary,String convert a list into a binary representation
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/ |
| D | Language.pod | 135 Code for the representation of names of languages.
|
| D | Currency.pod | 165 Code for the representation of currencies and funds.
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | bfdsumm.texi | 11 between the object file's representation of symbols and an internal 50 representation internally. This means that the BFD back ends
|
| /mirbsd/src/gnu/usr.bin/perl/ext/XS/Typemap/ |
| D | Typemap.xs | 70 This simply passes the C representation of the Perl variable (an SV*)
|
| /mirbsd/src/share/doc/papers/px/ |
| D | fig2.3.raw | 85 EXPO 2.13 Returns machine representation of real exponent
|
| /mirbsd/src/sys/miscfs/procfs/ |
| D | README | 7 directory contains a representation of the system process table.
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | utf8decode.t | 107 4.3 Overlong representation of the NUL character
|
| /mirbsd/src/gnu/usr.bin/lynx/samples/ |
| D | lynx-keymaps | 46 # an intermediate representation.
|
| /mirbsd/src/lib/libcompat/regexp/ |
| D | README | 79 internal representation of the automaton, although knowledge of the details
|
1234