Home
last modified time | relevance | path

Searched defs:in (Results 101 – 125 of 28458) sorted by relevance

12345678910>>...1139

/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dbase64_test.cc40 std::string in = "\xff"; in test_base64_encode() local
45 std::string in = "\xff\xfe"; in test_base64_encode() local
50 std::string in = "\xff\xfe\xfd"; in test_base64_encode() local
64 std::string in = "/w=="; in test_base64_decode() local
70 std::string in = "//4="; in test_base64_decode() local
77 std::string in = "//79"; in test_base64_decode() local
84 std::string in = "//79/A=="; in test_base64_decode() local
92 std::string in = "//79="; in test_base64_decode() local
100 std::string in = "bmdodHRw\n"; in test_base64_decode() local
107 std::string in = "//79/A=A"; in test_base64_decode() local
[all …]
/dports/sysutils/b2sum/BLAKE2-20190724/testvectors/
H A Dblake2-kat.json4 "in": "", string
10 "in": "00", string
16 "in": "0001", string
22 "in": "000102", string
28 "in": "00010203", string
1540 "in": "", string
3076 "in": "", string
4612 "in": "", string
6148 "in": "", string
7684 "in": "", string
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/tests/data/
H A Dblake2-kat.json4 "in": "", string
10 "in": "00", string
16 "in": "0001", string
22 "in": "000102", string
28 "in": "00010203", string
1540 "in": "", string
3076 "in": "", string
4612 "in": "", string
6148 "in": "", string
7684 "in": "", string
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/3rdparty/BLAKE2/testvectors/
H A Dblake2-kat.json4 "in": "", string
10 "in": "00", string
16 "in": "0001", string
22 "in": "000102", string
28 "in": "00010203", string
1540 "in": "", string
3076 "in": "", string
4612 "in": "", string
6148 "in": "", string
7684 "in": "", string
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Dtpm_json_serialize.c89 ifapi_json_TPMS_PCR_SELECT_serialize(const TPMS_PCR_SELECT *in, in ifapi_json_TPMS_PCR_SELECT_serialize()
168 ifapi_json_UINT16_serialize(const UINT16 in, json_object **jso) in ifapi_json_UINT16_serialize()
187 ifapi_json_UINT32_serialize(const UINT32 in, json_object **jso) in ifapi_json_UINT32_serialize()
206 ifapi_json_INT32_serialize(const INT32 in, json_object **jso) in ifapi_json_INT32_serialize()
225 ifapi_json_UINT64_serialize(UINT64 in, json_object **jso) in ifapi_json_UINT64_serialize()
385 static const struct { TPM2_CC in; char *name; } tab[] = { in ifapi_json_TPM2_CC_serialize() member
526 static const struct { TPM2_EO in; char *name; } tab[] = { in ifapi_json_TPM2_EO_serialize() member
562 static const struct { TPM2_ST in; char *name; } tab[] = { in ifapi_json_TPM2_ST_serialize() member
638 static const struct { TPM2_PT in; char *name; } tab[] = { in ifapi_json_TPM2_PT_serialize() member
926 static const struct { TPMA_CC in; char *name; } tab[] = { in ifapi_json_TPMA_CC_serialize() member
[all …]
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-parse-utils.h32 #define skip_comment(in) g_mime_skip_comment (in) argument
35 #define skip_lwsp(in) g_mime_skip_lwsp (in) argument
38 #define skip_cfws(in) g_mime_skip_cfws (in) argument
41 #define skip_quoted(in) g_mime_skip_quoted (in) argument
44 #define skip_atom(in) g_mime_skip_atom (in) argument
47 #define skip_word(in) g_mime_skip_word (in) argument
51 #define decode_word(in) g_mime_decode_word (in) argument
54 #define decode_domain(in, domain) g_mime_decode_domain (in, domain) argument
58 #define decode_addrspec(in) g_mime_decode_addrspec (in) argument
61 #define decode_msgid(in) g_mime_decode_msgid (in) argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/win/
H A Dlogging.cc22 std::string Quoted(base::StringPiece in) { in Quoted()
29 base::string16 Quoted16(const base::StringPiece16 in) { in Quoted16()
41 const WEBAUTHN_RP_ENTITY_INFORMATION& in) { in operator <<()
47 const WEBAUTHN_USER_ENTITY_INFORMATION& in) { in operator <<()
54 const WEBAUTHN_COSE_CREDENTIAL_PARAMETER& in) { in operator <<()
60 const WEBAUTHN_COSE_CREDENTIAL_PARAMETERS& in) { in operator <<()
95 const WEBAUTHN_CREDENTIAL_LIST& in) { in operator <<()
103 std::ostream& operator<<(std::ostream& out, const WEBAUTHN_EXTENSION& in) { in operator <<()
117 const WEBAUTHN_AUTHENTICATOR_GET_ASSERTION_OPTIONS& in) { in operator <<()
144 const WEBAUTHN_AUTHENTICATOR_MAKE_CREDENTIAL_OPTIONS& in) { in operator <<()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/genisoimage/
H A Dendian.c15 void write_be64(unsigned long long in, unsigned char *out) in write_be64()
28 unsigned long long read_be64(unsigned char *in) in read_be64()
58 unsigned long long read_le64(unsigned char *in) in read_le64()
86 unsigned long long read_le48(unsigned char *in) in read_le48()
101 void write_be32(unsigned long in, unsigned char *out) in write_be32()
110 unsigned long read_be32(unsigned char *in) in read_be32()
123 void write_le32(unsigned long in, unsigned char *out) in write_le32()
132 unsigned long read_le32(unsigned char *in) in read_le32()
145 void write_be16(unsigned short in, unsigned char *out) in write_be16()
152 unsigned short read_be16(unsigned char *in) in read_be16()
[all …]
/dports/sysutils/genisoimage/cdrkit-1.1.11/genisoimage/
H A Dendian.c15 void write_be64(unsigned long long in, unsigned char *out) in write_be64()
28 unsigned long long read_be64(unsigned char *in) in read_be64()
58 unsigned long long read_le64(unsigned char *in) in read_le64()
86 unsigned long long read_le48(unsigned char *in) in read_le48()
101 void write_be32(unsigned long in, unsigned char *out) in write_be32()
110 unsigned long read_be32(unsigned char *in) in read_be32()
123 void write_le32(unsigned long in, unsigned char *out) in write_le32()
132 unsigned long read_le32(unsigned char *in) in read_le32()
145 void write_be16(unsigned short in, unsigned char *out) in write_be16()
152 unsigned short read_be16(unsigned char *in) in read_be16()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/base/
H A Dfint_2_int.h44 #define OMPI_ARRAY_FINT_2_INT(in, n) argument
47 #define OMPI_SINGLE_FINT_2_INT(in) argument
48 #define OMPI_SINGLE_INT_2_FINT(in) argument
49 #define OMPI_ARRAY_INT_2_FINT(in, n) argument
66 #define OMPI_ARRAY_FINT_2_INT(in, n) \ argument
92 #define OMPI_SINGLE_FINT_2_INT(in) \ argument
96 #define OMPI_SINGLE_INT_2_FINT(in) \ argument
100 #define OMPI_ARRAY_INT_2_FINT(in, n) \ argument
122 #define OMPI_ARRAY_FINT_2_INT(in, n) \ argument
145 #define OMPI_SINGLE_FINT_2_INT(in) \ argument
[all …]
/dports/devel/p5-InlineX-C2XS/InlineX-C2XS-0.26/demos/context/src/
H A DFOO.c2 SV * dubble(SV * in) { in dubble()
6 int dubb (int in) { in dubb()
21 void dv( int in ) { in dv()
29 void vv ( int in ) { in vv()
33 int dub( SV * in ) { in dub()
37 unsigned long dubul (SV* in) { in dubul()
41 double dubd (double in) { in dubd()
46 SV * call_dub(SV * in) { in call_dub()
50 SV * call_dubd ( SV* in ) { in call_dubd()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dumax-scsidef.h179 #define get_inquiry_0x05(in) in[0x05] argument
180 #define get_inquiry_0x06(in) in[0x06] argument
221 #define get_inquiry_0x36(in) in[0x36] argument
222 #define get_inquiry_0x37(in) in[0x37] argument
285 #define get_inquiry_0x65(in) in[0x65] argument
287 #define get_inquiry_gib(in) in[0x66] argument
299 #define get_inquiry_0x67(in) in[0x67] argument
301 #define get_inquiry_gob(in) in[0x68] argument
327 #define get_inquiry_0x6b(in) in[0x6b] argument
328 #define get_inquiry_0x6c(in) in[0x6c] argument
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DParsingUtils.h62 AI_FORCE_INLINE char_t ToLower( char_t in) in ToLower()
68 AI_FORCE_INLINE char_t ToUpper( char_t in) in ToUpper()
74 AI_FORCE_INLINE bool IsUpper( char_t in) in IsUpper()
80 AI_FORCE_INLINE bool IsLower( char_t in) in IsLower()
86 AI_FORCE_INLINE bool IsSpace( char_t in) in IsSpace()
92 AI_FORCE_INLINE bool IsLineEnd( char_t in) in IsLineEnd()
98 AI_FORCE_INLINE bool IsSpaceOrNewLine( char_t in) in IsSpaceOrNewLine()
118 inline bool SkipLine( const char_t* in, const char_t** out) in SkipLine()
165 AI_FORCE_INLINE bool IsNumeric( char_t in) in IsNumeric()
196 AI_FORCE_INLINE void SkipToken(const char*& in) in SkipToken()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A DParsingUtils.h75 char_t ToLower( char_t in ) { in ToLower()
82 char_t ToUpper( char_t in) { in ToUpper()
89 bool IsUpper( char_t in) { in IsUpper()
96 bool IsLower( char_t in) { in IsLower()
103 bool IsSpace( char_t in) { in IsSpace()
110 bool IsLineEnd( char_t in) { in IsLineEnd()
117 bool IsSpaceOrNewLine( char_t in) { in IsSpaceOrNewLine()
142 bool SkipLine( const char_t* in, const char_t** out) { in SkipLine()
204 AI_FORCE_INLINE bool IsNumeric( char_t in) { in IsNumeric()
242 void SkipToken(const char*& in) { in SkipToken()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DParsingUtils.h66 AI_FORCE_INLINE char_t ToLower( char_t in) in ToLower()
73 AI_FORCE_INLINE char_t ToUpper( char_t in) { in ToUpper()
79 AI_FORCE_INLINE bool IsUpper( char_t in) in IsUpper()
86 AI_FORCE_INLINE bool IsLower( char_t in) in IsLower()
93 AI_FORCE_INLINE bool IsSpace( char_t in) in IsSpace()
100 AI_FORCE_INLINE bool IsLineEnd( char_t in) in IsLineEnd()
107 AI_FORCE_INLINE bool IsSpaceOrNewLine( char_t in) in IsSpaceOrNewLine()
132 AI_FORCE_INLINE bool SkipLine( const char_t* in, const char_t** out) in SkipLine()
195 AI_FORCE_INLINE bool IsNumeric( char_t in) in IsNumeric()
231 AI_FORCE_INLINE void SkipToken(const char*& in) in SkipToken()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DParsingUtils.h67 AI_FORCE_INLINE char_t ToLower( char_t in) in ToLower()
74 AI_FORCE_INLINE char_t ToUpper( char_t in) { in ToUpper()
80 AI_FORCE_INLINE bool IsUpper( char_t in) in IsUpper()
87 AI_FORCE_INLINE bool IsLower( char_t in) in IsLower()
94 AI_FORCE_INLINE bool IsSpace( char_t in) in IsSpace()
101 AI_FORCE_INLINE bool IsLineEnd( char_t in) in IsLineEnd()
108 AI_FORCE_INLINE bool IsSpaceOrNewLine( char_t in) in IsSpaceOrNewLine()
133 AI_FORCE_INLINE bool SkipLine( const char_t* in, const char_t** out) in SkipLine()
196 AI_FORCE_INLINE bool IsNumeric( char_t in) in IsNumeric()
232 AI_FORCE_INLINE void SkipToken(const char*& in) in SkipToken()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DParsingUtils.h75 char_t ToLower( char_t in ) { in ToLower()
82 char_t ToUpper( char_t in) { in ToUpper()
89 bool IsUpper( char_t in) { in IsUpper()
96 bool IsLower( char_t in) { in IsLower()
103 bool IsSpace( char_t in) { in IsSpace()
110 bool IsLineEnd( char_t in) { in IsLineEnd()
117 bool IsSpaceOrNewLine( char_t in) { in IsSpaceOrNewLine()
142 bool SkipLine( const char_t* in, const char_t** out) { in SkipLine()
204 AI_FORCE_INLINE bool IsNumeric( char_t in) { in IsNumeric()
242 void SkipToken(const char*& in) { in SkipToken()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DParsingUtils.h75 char_t ToLower( char_t in ) { in ToLower()
82 char_t ToUpper( char_t in) { in ToUpper()
89 bool IsUpper( char_t in) { in IsUpper()
96 bool IsLower( char_t in) { in IsLower()
103 bool IsSpace( char_t in) { in IsSpace()
110 bool IsLineEnd( char_t in) { in IsLineEnd()
117 bool IsSpaceOrNewLine( char_t in) { in IsSpaceOrNewLine()
142 bool SkipLine( const char_t* in, const char_t** out) { in SkipLine()
204 AI_FORCE_INLINE bool IsNumeric( char_t in) { in IsNumeric()
242 void SkipToken(const char*& in) { in SkipToken()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DParsingUtils.h68 AI_FORCE_INLINE char_t ToLower( char_t in) in ToLower()
75 AI_FORCE_INLINE char_t ToUpper( char_t in) { in ToUpper()
81 AI_FORCE_INLINE bool IsUpper( char_t in) in IsUpper()
88 AI_FORCE_INLINE bool IsLower( char_t in) in IsLower()
95 AI_FORCE_INLINE bool IsSpace( char_t in) in IsSpace()
102 AI_FORCE_INLINE bool IsLineEnd( char_t in) in IsLineEnd()
109 AI_FORCE_INLINE bool IsSpaceOrNewLine( char_t in) in IsSpaceOrNewLine()
134 AI_FORCE_INLINE bool SkipLine( const char_t* in, const char_t** out) in SkipLine()
197 AI_FORCE_INLINE bool IsNumeric( char_t in) in IsNumeric()
233 AI_FORCE_INLINE void SkipToken(const char*& in) in SkipToken()
[all …]
/dports/math/fftw3-long/fftw-3.3.9/api/
H A Dfftw3q.f0316 complex(16), dimension(*), intent(out) :: in local
25 complex(16), dimension(*), intent(out) :: in local
35 complex(16), dimension(*), intent(out) :: in local
46 complex(16), dimension(*), intent(out) :: in local
58 complex(16), dimension(*), intent(out) :: in local
146 real(16), dimension(*), intent(out) :: in local
161 real(16), dimension(*), intent(out) :: in local
169 real(16), dimension(*), intent(out) :: in local
178 real(16), dimension(*), intent(out) :: in local
188 real(16), dimension(*), intent(out) :: in local
[all …]
H A Dfftw3l.f03146 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
161 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
169 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
178 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
188 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
253 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
277 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
303 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
327 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
382 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
[all …]
/dports/math/fftw3/fftw-3.3.9/api/
H A Dfftw3l.f03146 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
161 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
169 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
178 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
188 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
253 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
277 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
303 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
327 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
382 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
[all …]
H A Dfftw3q.f0316 complex(16), dimension(*), intent(out) :: in local
25 complex(16), dimension(*), intent(out) :: in local
35 complex(16), dimension(*), intent(out) :: in local
46 complex(16), dimension(*), intent(out) :: in local
58 complex(16), dimension(*), intent(out) :: in local
146 real(16), dimension(*), intent(out) :: in local
161 real(16), dimension(*), intent(out) :: in local
169 real(16), dimension(*), intent(out) :: in local
178 real(16), dimension(*), intent(out) :: in local
188 real(16), dimension(*), intent(out) :: in local
[all …]
/dports/math/fftw3-float/fftw-3.3.9/api/
H A Dfftw3q.f0316 complex(16), dimension(*), intent(out) :: in local
25 complex(16), dimension(*), intent(out) :: in local
35 complex(16), dimension(*), intent(out) :: in local
46 complex(16), dimension(*), intent(out) :: in local
58 complex(16), dimension(*), intent(out) :: in local
146 real(16), dimension(*), intent(out) :: in local
161 real(16), dimension(*), intent(out) :: in local
169 real(16), dimension(*), intent(out) :: in local
178 real(16), dimension(*), intent(out) :: in local
188 real(16), dimension(*), intent(out) :: in local
[all …]
H A Dfftw3l.f03146 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
161 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
169 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
178 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
188 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
253 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
277 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
303 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
327 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
382 real(C_LONG_DOUBLE), dimension(*), intent(out) :: in local
[all …]

12345678910>>...1139