/freebsd-src/crypto/openssl/include/openssl/ |
H A D | pem.h | 69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \ argument 72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument 78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument 80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument 85 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument 89 # define PEM_write_cb_ex_fnsig(name, type, OUTTYPE, writename) \ argument 99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument [all …]
|
H A D | asn1.h.in | 162 int type; member 239 # define DECLARE_ASN1_FUNCTIONS_attr(attr, type) \ argument 241 # define DECLARE_ASN1_FUNCTIONS(type) \ argument 244 # define DECLARE_ASN1_ALLOC_FUNCTIONS_attr(attr, type) \ argument 246 # define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \ argument 249 # define DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, name) \ argument 252 # define DECLARE_ASN1_FUNCTIONS_name(type, name) \ argument 255 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument 258 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument 261 # define DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) \ argument [all …]
|
/freebsd-src/contrib/ncurses/ncurses/ |
H A D | report_offsets.c | 39 #define show_size(type) \ argument 45 #define show_offset(type,member) \ argument 54 #define show_COLORS(type,member) { flag = "c"; show_offset(type,member); } argument 60 #define show_DRIVER(type,member) { flag = "d"; show_offset(type,member); } argument 66 #define show_MLEAKS(type,member) { flag = "L"; show_offset(type,member); } argument 71 #define show_NORMAL(type,member) { flag = "n"; show_offset(type,member); } argument 72 #define show_OPTION(type,member) { flag = "+"; show_offset(type,member); } argument 75 #define show_REENTR(type,member) { flag = "r"; show_offset(type,member); } argument 81 #define show_SPFUNC(type,member) { flag = "s"; show_offset(type,member); } argument 87 #define show_THREAD(type,member) { flag = "t"; show_offset(type,member); } argument [all …]
|
/freebsd-src/contrib/less/ |
H A D | optfunc.c | 102 opt_o(int type,char * s) opt_o() argument 152 opt__O(int type,char * s) opt__O() argument 162 opt_j(int type,char * s) opt_j() argument 222 opt_shift(int type,char * s) opt_shift() argument 280 opt_k(int type,char * s) opt_k() argument 297 opt_ks(int type,char * s) opt_ks() argument 319 opt_t(int type,char * s) opt_t() argument 357 opt__T(int type,char * s) opt__T() argument 386 opt_p(int type,char * s) opt_p() argument 419 opt__P(int type,char * s) opt__P() argument 455 opt_b(int type,char * s) opt_b() argument 475 opt_i(int type,char * s) opt_i() argument 492 opt__V(int type,char * s) opt__V() argument 602 opt_D(int type,char * s) opt_D() argument 709 opt_x(int type,char * s) opt_x() argument 745 opt_quote(int type,char * s) opt_quote() argument 784 opt_rscroll(int type,char * s) opt_rscroll() argument 816 opt_query(int type,char * s) opt_query() argument 833 opt_mousecap(int type,char * s) opt_mousecap() argument 853 opt_wheel_lines(int type,char * s) opt_wheel_lines() argument 871 opt_linenum_width(int type,char * s) opt_linenum_width() argument 895 opt_status_col_width(int type,char * s) opt_status_col_width() argument 919 opt_filesize(int type,char * s) opt_filesize() argument 937 opt_intr(int type,char * s) opt_intr() argument 960 opt_header(int type,char * s) opt_header() argument 1007 opt_search_type(int type,char * s) opt_search_type() argument 1070 opt_ttyin_name(int type,char * s) opt_ttyin_name() argument [all...] |
/freebsd-src/contrib/libucl/klib/ |
H A D | kvec.h | 57 #define kvec_t(type) struct { size_t n, m; type *a; } argument 65 #define kv_resize_safe(type, v, s, el) do { \ argument 76 #define kv_grow_safe(type, v, el) do { \ argument 87 #define kv_copy_safe(type, v1, v0, el) do { \ argument 93 #define kv_push_safe(type, v, x, el) do { \ argument 100 #define kv_prepend_safe(type, v, x, el) do { \ argument 109 #define kv_concat_safe(type, v1, v0, el) do { \ argument 116 #define kv_del(type, v, i) do { \ argument 128 #define kv_resize(type, v, s) ((v).m = (s), (v).a = (type*)realloc((v).a, sizeof(type) * (v).m)) argument 130 #define kv_grow(type, v) ((v).m = ((v).m > 1 ? (v).m * kv_grow_factor : 2), \ argument [all …]
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 66 bool TypeSystem::Verify(lldb::opaque_compiler_type_t type) { return true; } in Verify() argument 69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() argument 73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() argument 79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() argument 84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() argument 88 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() argument 92 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() argument 102 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() argument 97 AddVolatileModifier(lldb::opaque_compiler_type_t type) AddVolatileModifier() argument 106 CreateTypedef(lldb::opaque_compiler_type_t type,const char * name,const CompilerDeclContext & decl_ctx,uint32_t opaque_payload) CreateTypedef() argument 117 GetTypeForFormatters(void * type) GetTypeForFormatters() argument 121 IsTemplateType(lldb::opaque_compiler_type_t type) IsTemplateType() argument 125 GetNumTemplateArguments(lldb::opaque_compiler_type_t type,bool expand_pack) GetNumTemplateArguments() argument 131 GetTemplateArgumentKind(opaque_compiler_type_t type,size_t idx,bool expand_pack) GetTemplateArgumentKind() argument 136 GetTypeTemplateArgument(opaque_compiler_type_t type,size_t idx,bool expand_pack) GetTypeTemplateArgument() argument 142 GetIntegralTemplateArgument(opaque_compiler_type_t type,size_t idx,bool expand_pack) GetIntegralTemplateArgument() argument 147 ShouldPrintAsOneLiner(void * type,ValueObject * valobj) ShouldPrintAsOneLiner() argument 151 IsMeaninglessWithoutDynamicResolution(void * type) IsMeaninglessWithoutDynamicResolution() argument 200 GetCompilerDeclContextForType(const CompilerType & type) GetCompilerDeclContextForType() argument [all...] |
/freebsd-src/crypto/openssl/crypto/pem/ |
H A D | pem_local.h | 42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ argument 81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument 96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument 114 # define IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, \ argument 135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument 136 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) argument 140 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) \ argument 142 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) \ argument 147 # define IMPLEMENT_PEM_provided_write_bio(name, TYPE, type, str, asn1) \ argument 149 # define IMPLEMENT_PEM_provided_write_cb_bio(name, TYPE, type, str, asn1) \ argument [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic.c | 143 TRY_LOCK_FREE_CASE(n,type,ptr) global() argument 170 LOCK_FREE_ACTION(type) __atomic_is_lock_free_c() argument 179 LOCK_FREE_ACTION(type) __atomic_load_c() argument 193 LOCK_FREE_ACTION(type) __atomic_store_c() argument 211 LOCK_FREE_ACTION(type) __atomic_compare_exchange_c() argument 232 LOCK_FREE_ACTION(type) __atomic_exchange_c() argument 264 OPTIMISED_CASE(n,lockfree,type) global() argument 277 OPTIMISED_CASE(n,lockfree,type) global() argument 292 OPTIMISED_CASE(n,lockfree,type) global() argument 306 OPTIMISED_CASE(n,lockfree,type) global() argument 329 ATOMIC_RMW(n,lockfree,type,opname,op) global() argument 341 ATOMIC_RMW_NAND(n,lockfree,type) global() argument 353 OPTIMISED_CASE(n,lockfree,type) global() argument 356 OPTIMISED_CASE(n,lockfree,type) global() argument 359 OPTIMISED_CASE(n,lockfree,type) global() argument 362 OPTIMISED_CASE(n,lockfree,type) global() argument 365 OPTIMISED_CASE(n,lockfree,type) global() argument 370 OPTIMISED_CASE(n,lockfree,type) global() argument [all...] |
/freebsd-src/sys/kern/ |
H A D | subr_csan.c | 380 #define _CSAN_ATOMIC_FUNC_ADD(name, type) \ argument 388 #define CSAN_ATOMIC_FUNC_ADD(name, type) \ argument 393 #define _CSAN_ATOMIC_FUNC_CLEAR(name, type) \ argument 401 CSAN_ATOMIC_FUNC_CLEAR(name,type) global() argument 406 _CSAN_ATOMIC_FUNC_CMPSET(name,type) global() argument 415 CSAN_ATOMIC_FUNC_CMPSET(name,type) global() argument 420 _CSAN_ATOMIC_FUNC_FCMPSET(name,type) global() argument 429 CSAN_ATOMIC_FUNC_FCMPSET(name,type) global() argument 434 CSAN_ATOMIC_FUNC_FETCHADD(name,type) global() argument 442 _CSAN_ATOMIC_FUNC_LOAD(name,type) global() argument 450 CSAN_ATOMIC_FUNC_LOAD(name,type) global() argument 454 CSAN_ATOMIC_FUNC_READANDCLEAR(name,type) global() argument 462 _CSAN_ATOMIC_FUNC_SET(name,type) global() argument 470 CSAN_ATOMIC_FUNC_SET(name,type) global() argument 475 _CSAN_ATOMIC_FUNC_SUBTRACT(name,type) global() argument 483 CSAN_ATOMIC_FUNC_SUBTRACT(name,type) global() argument 488 _CSAN_ATOMIC_FUNC_STORE(name,type) global() argument 496 CSAN_ATOMIC_FUNC_STORE(name,type) global() argument 500 CSAN_ATOMIC_FUNC_SWAP(name,type) global() argument 508 CSAN_ATOMIC_FUNC_TESTANDCLEAR(name,type) global() argument 516 CSAN_ATOMIC_FUNC_TESTANDSET(name,type) global() argument 742 CSAN_BUS_READ_FUNC(func,width,type) global() argument 750 CSAN_BUS_READ_PTR_FUNC(func,width,type) global() argument 791 CSAN_BUS_WRITE_FUNC(func,width,type) global() argument 798 CSAN_BUS_WRITE_PTR_FUNC(func,width,type) global() argument 839 CSAN_BUS_SET_FUNC(func,width,type) global() argument 878 CSAN_BUS_PEEK_FUNC(width,type) global() argument 894 CSAN_BUS_POKE_FUNC(width,type) global() argument [all...] |
H A D | kern_osd.c | 93 osd_register(u_int type, osd_destructor_t destructor, const osd_method_t *methods) in osd_register() argument 150 osd_deregister(u_int type,u_int slot) osd_deregister() argument 185 osd_set(u_int type,struct osd * osd,u_int slot,void * value) osd_set() argument 202 osd_set_reserved(u_int type,struct osd * osd,u_int slot,void ** rsv,void * value) osd_set_reserved() argument 281 osd_get_unlocked(u_int type,struct osd * osd,u_int slot) osd_get_unlocked() argument 299 osd_get(u_int type,struct osd * osd,u_int slot) osd_get() argument 314 osd_del(u_int type,struct osd * osd,u_int slot) osd_del() argument 324 do_osd_del(u_int type,struct osd * osd,u_int slot,int list_locked) do_osd_del() argument 376 osd_call(u_int type,u_int method,void * obj,void * data) osd_call() argument 404 osd_exit(u_int type,struct osd * osd) osd_exit() argument [all...] |
H A D | subr_hash.c | 52 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags() 81 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() 88 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy() 109 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags() 143 phashinit(int elements, struct malloc_type *type, u_long *nentries) in phashinit()
|
/freebsd-src/contrib/xz/src/liblzma/check/ |
H A D | check.c | 16 lzma_check_is_supported(lzma_check type) in lzma_check_is_supported() 63 lzma_check_size(lzma_check type) in lzma_check_size() 83 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init() 116 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update() 147 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
|
/freebsd-src/lib/libnv/tests/ |
H A D | cnv_tests.cc | 47 int type; in ATF_TEST_CASE_BODY() local 81 int type; in ATF_TEST_CASE_BODY() local 116 int type; in ATF_TEST_CASE_BODY() local 150 int type; in ATF_TEST_CASE_BODY() local 218 int type; in ATF_TEST_CASE_BODY() local 252 int type; in ATF_TEST_CASE_BODY() local 296 int type, i; in ATF_TEST_CASE_BODY() local 338 int type, i; in ATF_TEST_CASE_BODY() local 380 int type, i; in ATF_TEST_CASE_BODY() local 423 int type, i; in ATF_TEST_CASE_BODY() local [all …]
|
/freebsd-src/sys/sys/ |
H A D | tree.h | 74 #define SPLAY_HEAD(name, type) \ argument 86 #define SPLAY_ENTRY(type) \ argument 131 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 173 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 308 #define RB_HEAD(name, type) \ argument 320 #define RB_ENTRY(type) \ argument 408 #define RB_PROTOTYPE(name, type, field, cmp) \ argument 410 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument 412 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument 428 #define RB_PROTOTYPE_RANK(name, type, attr) \ argument [all …]
|
H A D | arb.h | 45 #define ARB_HEAD(name, type, idxbits) \ argument 55 #define ARB8_HEAD(name, type) ARB_HEAD(name, type, 8) argument 56 #define ARB16_HEAD(name, type) ARB_HEAD(name, type, 16) argument 57 #define ARB32_HEAD(name, type) ARB_HEAD(name, type, 32) argument 235 #define ARB_PROTOTYPE(name, type, field, cmp) \ argument 237 #define ARB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument 239 #define ARB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument 254 #define ARB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument 256 #define ARB_PROTOTYPE_REMOVE_COLOR(name, type, attr) \ argument 258 #define ARB_PROTOTYPE_REMOVE(name, type, attr) \ argument [all …]
|
/freebsd-src/sys/netgraph/ |
H A D | ng_parse.c | 146 ng_parse(const struct ng_parse_type *type, in ng_parse() argument 156 ng_unparse(const struct ng_parse_type * type,const u_char * data,char * cbuf,int cbuflen) ng_unparse() argument 168 ng_parse_getDefault(const struct ng_parse_type * type,u_char * buf,int * buflen) ng_parse_getDefault() argument 182 ng_struct_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_struct_parse() argument 190 ng_struct_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_struct_unparse() argument 197 ng_struct_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_struct_getDefault() argument 207 ng_struct_getAlign(const struct ng_parse_type * type) ng_struct_getAlign() argument 236 ng_fixedarray_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_fixedarray_parse() argument 245 ng_fixedarray_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_fixedarray_unparse() argument 253 ng_fixedarray_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_fixedarray_getDefault() argument 263 ng_fixedarray_getAlign(const struct ng_parse_type * type) ng_fixedarray_getAlign() argument 285 ng_array_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_array_parse() argument 293 ng_array_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_array_unparse() argument 300 ng_array_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_array_getDefault() argument 310 ng_array_getAlign(const struct ng_parse_type * type) ng_array_getAlign() argument 332 ng_int8_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int8_parse() argument 351 ng_int8_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int8_unparse() argument 383 ng_int8_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int8_getDefault() argument 397 ng_int8_getAlign(const struct ng_parse_type * type) ng_int8_getAlign() argument 427 ng_int16_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int16_parse() argument 447 ng_int16_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int16_unparse() argument 479 ng_int16_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int16_getDefault() argument 493 ng_int16_getAlign(const struct ng_parse_type * type) ng_int16_getAlign() argument 523 ng_int32_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int32_parse() argument 546 ng_int32_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int32_unparse() argument 578 ng_int32_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int32_getDefault() argument 592 ng_int32_getAlign(const struct ng_parse_type * type) ng_int32_getAlign() argument 622 ng_int64_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int64_parse() argument 641 ng_int64_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int64_unparse() argument 673 ng_int64_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_int64_getDefault() argument 687 ng_int64_getAlign(const struct ng_parse_type * type) ng_int64_getAlign() argument 717 ng_string_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_string_parse() argument 735 ng_string_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_string_unparse() argument 754 ng_string_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_string_getDefault() argument 780 ng_fixedstring_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_fixedstring_parse() argument 804 ng_fixedstring_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_fixedstring_unparse() argument 817 ng_fixedstring_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_fixedstring_getDefault() argument 884 ng_sizedstring_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_sizedstring_parse() argument 907 ng_sizedstring_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_sizedstring_unparse() argument 927 ng_sizedstring_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_sizedstring_getDefault() argument 952 ng_ipaddr_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_ipaddr_parse() argument 973 ng_ipaddr_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_ipaddr_unparse() argument 989 ng_ipaddr_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_ipaddr_getDefault() argument 1016 ng_enaddr_parse(const struct ng_parse_type * type,const char * s,int * const off,const u_char * const start,u_char * const buf,int * const buflen) ng_enaddr_parse() argument 1043 ng_enaddr_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_enaddr_unparse() argument 1073 ng_parse_bytearray_subtype_getLength(const struct ng_parse_type * type,const u_char * start,const u_char * buf) ng_parse_bytearray_subtype_getLength() argument 1093 ng_bytearray_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_bytearray_parse() argument 1131 ng_bytearray_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_bytearray_unparse() argument 1142 ng_bytearray_getDefault(const struct ng_parse_type * type,const u_char * const start,u_char * buf,int * buflen) ng_bytearray_getDefault() argument 1168 ng_parse_ng_mesg_getLength(const struct ng_parse_type * type,const u_char * start,const u_char * buf) ng_parse_ng_mesg_getLength() argument 1199 ng_parse_composite(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen,const enum comptype ctype) ng_parse_composite() argument 1376 ng_unparse_composite(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen,const enum comptype ctype) ng_unparse_composite() argument 1469 ng_get_composite_elem_default(const struct ng_parse_type * type,int index,const u_char * const start,u_char * buf,int * buflen,const enum comptype ctype) ng_get_composite_elem_default() argument 1515 ng_get_composite_len(const struct ng_parse_type * type,const u_char * const start,const u_char * buf,const enum comptype ctype) ng_get_composite_len() argument 1556 ng_get_composite_etype(const struct ng_parse_type * type,int index,const enum comptype ctype) ng_get_composite_etype() argument 1594 ng_parse_get_elem_pad(const struct ng_parse_type * type,int index,enum comptype ctype,int posn) ng_parse_get_elem_pad() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 35 ReadStructName(StringLexer & type) ReadStructName() argument 42 ReadQuotedString(StringLexer & type) ReadQuotedString() argument 52 ReadNumber(StringLexer & type) ReadNumber() argument 68 ReadStructElement(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) ReadStructElement() argument 82 BuildStruct(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) BuildStruct() argument 88 BuildUnion(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) BuildUnion() argument 94 BuildAggregate(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression,char opener,char closer,uint32_t kind) BuildAggregate() argument 152 BuildArray(TypeSystemClang & ast_ctx,StringLexer & type,bool for_expression) BuildArray() argument 171 BuildObjCObjectPointerType(TypeSystemClang & clang_ast_ctx,StringLexer & type,bool for_expression) BuildObjCObjectPointerType() argument 253 BuildType(TypeSystemClang & clang_ast_ctx,StringLexer & type,bool for_expression,uint32_t * bitfield_bit_size) BuildType() argument [all...] |
/freebsd-src/crypto/openssl/include/crypto/ |
H A D | sparse_array.h | 21 # define SPARSE_ARRAY_OF(type) struct sparse_array_st_ ## type argument 23 # define DEFINE_SPARSE_ARRAY_OF_INTERNAL(type, ctype) \ argument 73 # define DEFINE_SPARSE_ARRAY_OF(type) \ argument 75 # define DEFINE_SPARSE_ARRAY_OF_CONST(type) \ argument
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | interval_tree_generic.h | 31 #define INTERVAL_TREE_DEFINE(type, field, valtype, dummy, START, LAST, \ argument 39 #define __IT_DEFINE_ITER_FROM(type, field, valtype, START, LAST, name) \ argument 56 #define __IT_DEFINE_ITER_FIRST(type, valtype, attr, name) \ argument 63 #define __IT_DEFINE_ITER_NEXT(type, field, valtype, attr, name) \ argument 70 #define __IT_DEFINE_INSERT(type, field, START, attr, name) \ argument 94 #define __IT_DEFINE_REMOVE(type, field, attr, name) \ argument
|
/freebsd-src/bin/date/ |
H A D | vary.c | 57 domktime(struct tm *t, char type) in domktime() 127 adjyear(struct tm *t, char type, int64_t val, int mk) in adjyear() 148 adjmon(struct tm *t, char type, int64_t val, int istext, int mk) in adjmon() 208 adjday(struct tm *t, char type, int64_t val, int mk) in adjday() 252 adjwday(struct tm *t, char type, int64_t val, int istext, int mk) in adjwday() 288 adjhour(struct tm *t, char type, int64_t val, int mk) in adjhour() 333 adjmin(struct tm *t, char type, int64_t val, int mk) in adjmin() 374 adjsec(struct tm *t, char type, int64_t val, int mk) in adjsec() 417 char type; in vary_apply() local
|
/freebsd-src/sys/contrib/openzfs/lib/libspl/ |
H A D | atomic.c | 32 #define ATOMIC_INC(name, type) \ argument 50 ATOMIC_DEC(name,type) ATOMIC_INC() argument 116 ATOMIC_OR(name,type) ATOMIC_SUB() argument 134 ATOMIC_AND(name,type) global() argument 156 ATOMIC_INC_NV(name,type) global() argument 174 ATOMIC_DEC_NV(name,type) global() argument 240 ATOMIC_OR_NV(name,type) ATOMIC_SUB_NV() argument 258 ATOMIC_AND_NV(name,type) global() argument 286 ATOMIC_CAS(name,type) global() argument 319 ATOMIC_SWAP(name,type) ATOMIC_CAS() argument [all...] |
/freebsd-src/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 34 uint_t index, type; in ctf_get_ctt_index() local 133 uint_t name, type; in ctf_get_ctm_info() local 184 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() 209 uint_t type; in ctf_member_iter() local 225 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() 287 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() 322 ctf_type_qlname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qlname() 435 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_lname() 445 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() 452 ctf_type_qname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qname() [all …]
|
/freebsd-src/crypto/heimdal/lib/asn1/ |
H A D | symbol.h | 78 } type; member 94 struct type *type; member 124 struct type { struct 125 Typetype type; argument 128 struct type *subtype; argument 129 struct tagtype tag; argument 134 typedef struct type Type; argument 140 Type *type; member 157 Type *type; member
|
/freebsd-src/sys/contrib/libnv/ |
H A D | cnvlist.c | 72 #define CNVLIST_GET(ftype, type, NVTYPE) \ argument 94 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ in CNVLIST_GET() argument 125 #define CNVLIST_TAKE(ftype, type, NVTYPE) \ argument 153 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ argument 197 #define CNVLIST_FREE(type) \ argument
|
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | sysmacros.h | 63 #define P2NPHASE_TYPED(x, align, type) \ argument 79 #define P2ALIGN_TYPED(x, align, type) \ argument 81 #define P2PHASE_TYPED(x, align, type) \ argument 83 #define P2NPHASE_TYPED(x, align, type) \ argument 85 #define P2ROUNDUP_TYPED(x, align, type) \ argument 87 #define P2END_TYPED(x, align, type) \ argument 89 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument 91 #define P2CROSS_TYPED(x, y, align, type) \ argument 93 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
|