Searched defs:DSO (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/dso/
H A Ddso.h77 * behaviour can be overriden by setting the name_converter callback in the DSO
80 * one or two possible DSO methods. However, the following flag can be set in a
81 * DSO to prevent *any* native name-translation at all - eg. if the caller has
108 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
111 * callbacks) that transform filenames. They are passed a DSO structure pointer
112 * (or NULL if they are to be used independantly of a DSO object) and a
116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
119 * DSO structure pointer (or NULL if they are to be used independantly of
120 * a DSO object) and two file specifications to merge. They should
126 * sensible for the DSO metho
[all...]
/external/openssl/include/openssl/
H A Ddso.h77 * behaviour can be overriden by setting the name_converter callback in the DSO
80 * one or two possible DSO methods. However, the following flag can be set in a
81 * DSO to prevent *any* native name-translation at all - eg. if the caller has
108 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
111 * callbacks) that transform filenames. They are passed a DSO structure pointer
112 * (or NULL if they are to be used independantly of a DSO object) and a
116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
119 * DSO structure pointer (or NULL if they are to be used independantly of
120 * a DSO object) and two file specifications to merge. They should
126 * sensible for the DSO metho
[all...]
/external/qemu/disas/
H A Dppc.c1672 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
1673 #define DS_MASK DSO (0x3f, 3)
4705 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } },
4707 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } },
4709 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } },
4830 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } },
4832 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } },
4834 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },
1667 #define DSO macro

Completed in 135 milliseconds