Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 4453) sorted by relevance

12345678910>>...179

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasltypes.y161 %type <n> ArgList
162 %type <n> AslCode
172 %type <n> Object
184 %type <n> Target
185 %type <n> Term
186 %type <n> TermArg
251 %type <n> IfTerm
269 %type <n> AddTerm
301 %type <n> OrTerm
381 %type <n> String
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dstackhash.pm60 my $type = shift;
62 return generate_stack_macros_int($type, $type, $type);
66 my $type = shift;
68 return generate_stack_macros_int($type, "const $type", $type);
84 my $type = shift;
88 #define lh_${type}_new(hfn, cmp) ((LHASH_OF(${type}) *)OPENSSL_LH_new(ossl_check_${type}_lh_hashfun…
89 #define lh_${type}_free(lh) OPENSSL_LH_free(ossl_check_${type}_lh_type(lh))
91 #define lh_${type}_insert(lh, ptr) ((${type} *)OPENSSL_LH_insert(ossl_check_${type}_lh_type(lh), os…
92 #define lh_${type}_delete(lh, ptr) ((${type} *)OPENSSL_LH_delete(ossl_check_${type}_lh_type(lh), os…
93 #define lh_${type}_retrieve(lh, ptr) ((${type} *)OPENSSL_LH_retrieve(ossl_check_${type}_lh_type(lh)…
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h70 type *PEM_##readname##_##name(INTYPE *out, type **x, \
73 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \
111 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u) \
143 type *PEM_read_bio_##name(BIO *bp, type **x, \
310 # define DECLARE_PEM_write(name, type) \ argument
312 # define DECLARE_PEM_write_ex(name, type) \ argument
347 # define DECLARE_PEM_rw(name, type) \ argument
348 DECLARE_PEM_rw_attr(extern, name, type)
349 # define DECLARE_PEM_rw_ex(name, type) \ argument
364 # define DECLARE_PEM_rw_cb(name, type) \ argument
[all …]
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type argument
133 typedef int (*lh_##type##_compfunc)(const type *a, const type *b); \
135 typedef void (*lh_##type##_doallfunc)(type *a); \
136 static ossl_unused ossl_inline type *ossl_check_##type##_lh_plain_type(type *ptr) \
168 …static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *),…
182 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
186 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
190 static ossl_unused ossl_inline type *lh_##type##_retrieve(LHASH_OF(type) *lh, const type *d) \
237 int_implement_lhash_doall(type, argtype, const type)
240 int_implement_lhash_doall(type, argtype, type)
[all …]
H A Dlhash.h.in130 # define LHASH_OF(type) struct lhash_st_##type argument
135 typedef int (*lh_##type##_compfunc)(const type *a, const type *b); \
137 typedef void (*lh_##type##_doallfunc)(type *a); \
138 static ossl_unused ossl_inline type *ossl_check_##type##_lh_plain_type(type *ptr) \
170 …static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *),…
184 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
188 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
192 static ossl_unused ossl_inline type *lh_##type##_retrieve(LHASH_OF(type) *lh, const type *d) \
239 int_implement_lhash_doall(type, argtype, const type)
242 int_implement_lhash_doall(type, argtype, type)
[all …]
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi242 </array-type-def>
264 <type-decl name='variadic parameter type' id='2c1145c5'/>
268 <underlying-type type-id='9cac1fee'/>
273 <underlying-type type-id='9cac1fee'/>
279 <underlying-type type-id='9cac1fee'/>
351 <underlying-type type-id='9cac1fee'/>
867 <qualified-type-def type-id='a84c031d' const='yes' id='9b45d938'/>
872 <qualified-type-def type-id='57928edf' const='yes' id='642ee20f'/>
874 <qualified-type-def type-id='aca3bac8' const='yes' id='2498fd78'/>
2409 <underlying-type type-id='9cac1fee'/>
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi21 </array-type-def>
24 </array-type-def>
37 <type-decl name='variadic parameter type' id='2c1145c5'/>
42 <underlying-type type-id='9cac1fee'/>
66 <underlying-type type-id='9cac1fee'/>
181 <qualified-type-def type-id='a84c031d' const='yes' id='9b45d938'/>
185 <qualified-type-def type-id='8e8d4be3' const='yes' id='693c3853'/>
332 <qualified-type-def type-id='c19b74c3' const='yes' id='12373e33'/>
334 <qualified-type-def type-id='80f4b756' const='yes' id='b99c00c9'/>
336 <qualified-type-def type-id='23bd8cb5' const='yes' id='75f7b0c5'/>
[all …]
/freebsd/sys/kern/
H A Dkern_osd.c98 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_register()
114 type, i + 1); in osd_register()
124 osdm[type].osd_methods = realloc(osdm[type].osd_methods, in osd_register()
136 type, i + 1); in osd_register()
142 osdm[type].osd_methods[i * osdm[type].osd_nmethods + m] in osd_register()
154 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_deregister()
207 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_set_reserved()
219 type, slot); in osd_set_reserved()
286 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_get()
319 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in do_osd_del()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dmatrix_map.h73 .type = SND_CHN_T_FL, \
82 .type = SND_CHN_T_MAX, \
99 .type = SND_CHN_T_FL, \
107 .type = SND_CHN_T_FR, \
130 .type = SND_CHN_T_FL, \
138 .type = SND_CHN_T_FR, \
146 .type = SND_CHN_T_LF, \
167 .type = SND_CHN_T_FL, \
174 .type = SND_CHN_T_FR, \
181 .type = SND_CHN_T_BC, \
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1700 <underlying-type type-id='9cac1fee'/>
1711 <underlying-type type-id='9cac1fee'/>
1722 <underlying-type type-id='9cac1fee'/>
1828 <underlying-type type-id='9cac1fee'/>
1856 <underlying-type type-id='9cac1fee'/>
1862 <underlying-type type-id='9cac1fee'/>
2382 <underlying-type type-id='9cac1fee'/>
2860 <underlying-type type-id='9cac1fee'/>
3640 <underlying-type type-id='9cac1fee'/>
3646 <underlying-type type-id='9cac1fee'/>
[all …]
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi259 <qualified-type-def type-id='149c6638' volatile='yes' id='5120c5f7'/>
261 <qualified-type-def type-id='8f92235e' volatile='yes' id='430e0681'/>
704 <qualified-type-def type-id='928221d2' const='yes' id='effb3702'/>
1042 <qualified-type-def type-id='c9d12d66' const='yes' id='588b3216'/>
1045 <qualified-type-def type-id='dddf6ca2' const='yes' id='e824a34f'/>
1086 <type-decl name='variadic parameter type' id='2c1145c5'/>
1091 <qualified-type-def type-id='a84c031d' const='yes' id='9b45d938'/>
1350 <qualified-type-def type-id='8afd6070' const='yes' id='1d853360'/>
1571 </function-type>
1577 </function-type>
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsockaddr.c63 if (a->type.sa.sa_family != b->type.sa.sa_family) in isc_sockaddr_compare()
68 memcmp(&a->type.sin.sin_addr, &b->type.sin.sin_addr, in isc_sockaddr_compare()
72 a->type.sin.sin_port != b->type.sin.sin_port) in isc_sockaddr_compare()
77 memcmp(&a->type.sin6.sin6_addr, &b->type.sin6.sin6_addr, in isc_sockaddr_compare()
93 a->type.sin6.sin6_port != b->type.sin6.sin6_port) in isc_sockaddr_compare()
97 if (memcmp(&a->type, &b->type, a->length) != 0) in isc_sockaddr_compare()
261 sockaddr->type.sin.sin_len = sizeof(sockaddr->type.sin); in isc_sockaddr_any()
275 sockaddr->type.sin6.sin6_len = sizeof(sockaddr->type.sin6); in isc_sockaddr_any6()
290 sockaddr->type.sin.sin_len = sizeof(sockaddr->type.sin); in isc_sockaddr_fromin()
382 sockaddr->type.sin.sin_len = sizeof(sockaddr->type.sin); in isc_sockaddr_fromnetaddr()
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1110 <underlying-type type-id='9cac1fee'/>
1115 <underlying-type type-id='9cac1fee'/>
1132 <underlying-type type-id='9cac1fee'/>
1238 <underlying-type type-id='9cac1fee'/>
1249 <underlying-type type-id='9cac1fee'/>
1258 <underlying-type type-id='9cac1fee'/>
1266 <underlying-type type-id='9cac1fee'/>
1372 <underlying-type type-id='9cac1fee'/>
1386 <underlying-type type-id='9cac1fee'/>
1392 <underlying-type type-id='9cac1fee'/>
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_ssh.txt22 Ctrl.type = type:A
30 Ctrl.type = type:B
38 Ctrl.type = type:C
46 Ctrl.type = type:D
54 Ctrl.type = type:E
62 Ctrl.type = type:F
70 Ctrl.type = type:A
78 Ctrl.type = type:B
86 Ctrl.type = type:C
94 Ctrl.type = type:D
[all …]
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di819 pass in proto icmp all icmp-type inforeq
20 pass in proto icmp all icmp-type inforep
21 pass in proto icmp all icmp-type maskrep
22 pass in proto icmp all icmp-type maskreq
24 pass in proto icmp all icmp-type redir
25 pass in proto icmp all icmp-type unreach
29 pass in proto icmp all icmp-type timest
31 pass in proto icmp all icmp-type timex
32 pass in proto icmp all icmp-type 254
55 pass in proto icmp all icmp-type redir
[all …]
/freebsd/sys/sys/
H A Dtree.h435 struct type *, struct type *)
438 struct type *, struct type *)
443 struct type *, struct type **, struct type *)
451 attr struct type *name##_RB_NEXT(struct type *)
454 struct type *, struct type *)
459 struct type *, struct type *)
527 struct type *parent, struct type *elm) \
641 struct type *parent, struct type *elm) \
821 struct type **pptr, struct type *elm) \
933 struct type *elm, struct type *next) \
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Dsparse_array.h21 # define SPARSE_ARRAY_OF(type) struct sparse_array_st_ ## type argument
24 SPARSE_ARRAY_OF(type); \
31 ossl_sa_##type##_free(SPARSE_ARRAY_OF(type) *sa) \
36 ossl_sa_##type##_free_leaves(SPARSE_ARRAY_OF(type) *sa) \
41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
46 ossl_sa_##type##_doall(const SPARSE_ARRAY_OF(type) *sa, \
53 ossl_sa_##type##_doall_arg(const SPARSE_ARRAY_OF(type) *sa, \
61 *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) *sa, ossl_uintmax_t n) \
66 ossl_sa_##type##_set(SPARSE_ARRAY_OF(type) *sa, \
74 DEFINE_SPARSE_ARRAY_OF_INTERNAL(type, type)
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h62 #define P2NPHASE_TYPED(x, align, type) \ argument
63 (-(type)(x) & ((type)(align) - 1))
79 ((type)(x) & -(type)(align))
81 ((type)(x) & ((type)(align) - 1))
83 (-(type)(x) & ((type)(align) - 1))
85 ((((type)(x) - 1) | ((type)(align) - 1)) + 1)
86 #define P2END_TYPED(x, align, type) \ argument
87 (-(~(type)(x) & -(type)(align)))
89 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
91 (((type)(x) ^ (type)(y)) > (type)(align) - 1)
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy2.output3 1 declaration : class type namelist '(' class ',' type ')'
9 5 type : REAL
28 type goto 7
44 type : REAL . (5)
62 declaration : class . type namelist '(' class ',' type ')' (1)
68 type goto 8
82 declaration : class type . namelist '(' class ',' type ')' (1)
113 declaration : class type namelist . '(' class ',' type ')' (1)
145 declaration : class type namelist '(' . class ',' type ')' (1)
188 type goto 23
[all …]
H A Dbtyacc_destroy1.output3 1 declaration : class type namelist '(' class ',' type ')'
9 5 type : REAL
28 type goto 7
44 type : REAL . (5)
62 declaration : class . type namelist '(' class ',' type ')' (1)
68 type goto 8
82 declaration : class type . namelist '(' class ',' type ')' (1)
113 declaration : class type namelist . '(' class ',' type ')' (1)
145 declaration : class type namelist '(' . class ',' type ')' (1)
188 type goto 23
[all …]
H A Dbtyacc_destroy3.output3 1 declaration : class type namelist '(' class ',' type ')'
9 5 type : REAL
28 type goto 7
44 type : REAL . (5)
62 declaration : class . type namelist '(' class ',' type ')' (1)
68 type goto 8
82 declaration : class type . namelist '(' class ',' type ')' (1)
113 declaration : class type namelist . '(' class ',' type ')' (1)
145 declaration : class type namelist '(' . class ',' type ')' (1)
188 type goto 23
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp37 while (type.HasAtLeast(1) && type.Peek() != '=') in ReadStructName()
44 while (type.HasAtLeast(1) && type.Peek() != '"') in ReadQuotedString()
54 while (type.HasAtLeast(1) && isdigit(type.Peek())) in ReadNumber()
71 if (type.NextIf('"')) in ReadStructElement()
73 if (!type.NextIf('"')) in ReadStructElement()
76 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size); in ReadStructElement()
106 if (!type.NextIf('=')) in BuildAggregate()
179 if (type.NextIf('"')) { in BuildObjCObjectPointerType()
260 switch (type.Peek()) { in BuildType()
273 switch (type.Next()) { in BuildType()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h134 GetCompilerDeclContextForType(const CompilerType &type);
227 GetTypeInfo(lldb::opaque_compiler_type_t type,
238 GetArrayElementType(lldb::opaque_compiler_type_t type,
295 GetBitSize(lldb::opaque_compiler_type_t type,
313 lldb::opaque_compiler_type_t type, in ForEachEnumerator() argument
385 dump(lldb::opaque_compiler_type_t type) const = 0;
397 lldb::opaque_compiler_type_t type,
405 lldb::opaque_compiler_type_t type, Stream &s,
425 GetTypeBitAlign(lldb::opaque_compiler_type_t type,
466 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
[all …]
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c147 while (ep->type && ep->type != type) in findencryption()
159 while (ep->type && ep->type != type) in finddecryption()
227 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable()
243 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable()
490 ENCTYPE_NAME(type), type); in encrypt_support()
531 type); in encrypt_is()
540 type); in encrypt_is()
573 type); in encrypt_reply()
582 type); in encrypt_reply()
807 type); in encrypt_start_output()
[all …]
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c147 while (ep->type && ep->type != type) in findencryption()
159 while (ep->type && ep->type != type) in finddecryption()
228 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable()
244 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable()
525 ENCTYPE_NAME(type), type); in encrypt_support()
566 type); in encrypt_is()
575 type); in encrypt_is()
608 type); in encrypt_reply()
617 type); in encrypt_reply()
839 type); in encrypt_start_output()
[all …]

12345678910>>...179