Home
last modified time | relevance | path

Searched +defs:value +defs:type (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dsymbol.h74 struct value { struct
75 enum { booleanvalue, argument
80 } type; member
96 struct type *type; member
98 struct value *defval; argument
126 struct type { struct
127 Typetype type; member
130 struct type *subtype; argument
131 struct tagtype tag; argument
137 typedef struct type Type; argument
[all …]
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-stack.h36 #define declare_pushf(typetag, type) \ argument
45 #define declare_popf(typetag, type) \ argument
54 #define STACK_PUSH(s, typetag, value) \ argument
61 #define STACK_PUSHX(s, typetag, value) \ argument
68 #define STACK_PUSHR(s, typetag, value) \ argument
/netbsd-src/sys/external/bsd/libnv/dist/
H A Ddnvlist.c70 #define DNVLIST_GET(ftype, type) \ argument
95 const void *value; in DNVLIST_GET() local
107 #define DNVLIST_TAKE(ftype, type) \ argument
132 void *value; in DNVLIST_TAKE() local
H A Dnvlist.c350 nvlist_report_missing(int type, const char *name) in nvlist_report_missing() argument
358 nvlist_find(const nvlist_t *nvl, int type, const char *name) in nvlist_find() argument
388 nvlist_exists_type(const nvlist_t *nvl, const char *name, int type) in nvlist_exists_type() argument
400 nvlist_free_type(nvlist_t * nvl,const char * name,int type) nvlist_free_type() argument
525 const bool *value; nvlist_dump() local
541 const char * const *value; nvlist_dump() local
560 const uint64_t *value; nvlist_dump() local
577 const int *value; nvlist_dump() local
593 const nvlist_t * const *value; nvlist_dump() local
745 int type; nvlist_xdescriptors() local
761 const int *value; nvlist_xdescriptors() local
779 const nvlist_t * const *value; nvlist_xdescriptors() local
825 int type; nvlist_ndescriptors() local
845 const nvlist_t * const *value; nvlist_ndescriptors() local
981 const nvlist_t * const * value; nvlist_xpack() local
1456 NVLIST_EXISTS(type,TYPE) global() argument
1562 nvlist_add_binary(nvlist_t * nvl,const char * name,const void * value,size_t size) nvlist_add_binary() argument
1582 NVLIST_ADD(vtype,type) global() argument
1612 NVLIST_ADD_ARRAY(vtype,type) global() argument
1643 NVLIST_APPEND_ARRAY(vtype,type,TYPE) NVLIST_ADD_ARRAY() argument
1700 nvlist_move_string(nvlist_t * nvl,const char * name,char * value) nvlist_move_string() argument
1720 nvlist_move_nvlist(nvlist_t * nvl,const char * name,nvlist_t * value) nvlist_move_nvlist() argument
1742 nvlist_move_descriptor(nvlist_t * nvl,const char * name,int value) nvlist_move_descriptor() argument
1763 nvlist_move_binary(nvlist_t * nvl,const char * name,void * value,size_t size) nvlist_move_binary() argument
1783 nvlist_move_bool_array(nvlist_t * nvl,const char * name,bool * value,size_t nitems) nvlist_move_bool_array() argument
1804 nvlist_move_string_array(nvlist_t * nvl,const char * name,char ** value,size_t nitems) nvlist_move_string_array() argument
1830 nvlist_move_nvlist_array(nvlist_t * nvl,const char * name,nvlist_t ** value,size_t nitems) nvlist_move_nvlist_array() argument
1858 nvlist_move_number_array(nvlist_t * nvl,const char * name,uint64_t * value,size_t nitems) nvlist_move_number_array() argument
1880 nvlist_move_descriptor_array(nvlist_t * nvl,const char * name,int * value,size_t nitems) nvlist_move_descriptor_array() argument
1914 NVLIST_GET(ftype,type,TYPE) global() argument
1948 NVLIST_GET_ARRAY(ftype,type,TYPE) global() argument
1971 NVLIST_TAKE(ftype,type,TYPE) NVLIST_GET_ARRAY() argument
2001 void *value; global() local
2013 NVLIST_TAKE_ARRAY(ftype,type,TYPE) global() argument
2056 NVLIST_FREE(type,TYPE) global() argument
[all...]
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Drdatasetstats_test.c37 set_typestats(dns_stats_t * stats,dns_rdatatype_t type) set_typestats() argument
61 mark_stale(dns_stats_t * stats,dns_rdatatype_t type,int from,int to) mark_stale() argument
98 verify_active_counters(dns_rdatastatstype_t which,uint64_t value,void * arg) verify_active_counters() argument
101 unsigned int type; verify_active_counters() local
129 verify_stale_counters(dns_rdatastatstype_t which,uint64_t value,void * arg) verify_stale_counters() argument
132 unsigned int type; verify_stale_counters() local
158 verify_ancient_counters(dns_rdatastatstype_t which,uint64_t value,void * arg) verify_ancient_counters() argument
161 unsigned int type; verify_ancient_counters() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dtype_traits.d20 enum T value = Val; in integral_constant() local
24 alias type = typeof(this); in integral_constant() local
45 enum bool value = __is_empty; in is_empty() local
49 alias type = integral_constant!(bool, value); in is_empty() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d494 REG_VALUE_TYPE type; variable
516 private void regQueryValue(in HKEY hkey, string name, out string value, REG_VALUE_TYPE reqType) in regQueryValue()
525 REG_VALUE_TYPE type; variable
587 private void regQueryValue(in HKEY hkey, in string name, out string[] value, REG_VALUE_TYPE reqType) in regQueryValue()
594 REG_VALUE_TYPE type; variable
623 foreach (i, ref v; value) in foreach()
629 private void regQueryValue(in HKEY hkey, in string name, out uint value, REG_VALUE_TYPE reqType) in regQueryValue()
638 REG_VALUE_TYPE type; variable
667 private void regQueryValue(in HKEY hkey, in string name, out ulong value, REG_VALUE_TYPE reqType) in regQueryValue()
674 REG_VALUE_TYPE type; variable
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d494 REG_VALUE_TYPE type; variable
516 private void regQueryValue(in HKEY hkey, string name, out string value, REG_VALUE_TYPE reqType) in regQueryValue()
525 REG_VALUE_TYPE type; variable
587 private void regQueryValue(in HKEY hkey, in string name, out string[] value, REG_VALUE_TYPE reqType) in regQueryValue()
594 REG_VALUE_TYPE type; variable
623 foreach (i, ref v; value) in foreach()
629 private void regQueryValue(in HKEY hkey, in string name, out uint value, REG_VALUE_TYPE reqType) in regQueryValue()
638 REG_VALUE_TYPE type; variable
667 private void regQueryValue(in HKEY hkey, in string name, out ulong value, REG_VALUE_TYPE reqType) in regQueryValue()
674 REG_VALUE_TYPE type; variable
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmcopro.c225 ARMword value) in write_cp15_reg()
382 ARMword * value) in XScale_cp15_MRC()
401 ARMword value) in XScale_cp15_MCR()
419 ARMword * value) in XScale_cp15_read_reg()
431 ARMword value) in XScale_cp15_write_reg()
523 ARMword value; in XScale_debug_moe() local
608 write_cp13_reg (unsigned reg, unsigned CRm, ARMword value) in write_cp13_reg()
695 XScale_cp13_LDC (ARMul_State * state, unsigned type, ARMword instr, ARMword data) in XScale_cp13_LDC()
709 XScale_cp13_STC (ARMul_State * state, unsigned type, ARMword instr, ARMword * data) in XScale_cp13_STC()
726 ARMword * value) in XScale_cp13_MRC()
[all …]
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_copypaste.c65 Atom *type, in peekProc()
66 void *value, in peekProc()
130 Atom *type, in convertProc()
131 void **value, in convertProc()
209 Atom *type, in gotProc()
210 void *value, in gotProc()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/kdf/
H A Dscrypt.c34 uint64_t value = 0; in atou64() local
116 static int is_power_of_two(uint64_t value) in is_power_of_two()
121 static int pkey_scrypt_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_scrypt_ctrl()
167 static int pkey_scrypt_ctrl_uint64(EVP_PKEY_CTX *ctx, int type, in pkey_scrypt_ctrl_uint64()
168 const char *value) in pkey_scrypt_ctrl_uint64()
179 static int pkey_scrypt_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, in pkey_scrypt_ctrl_str()
180 const char *value) in pkey_scrypt_ctrl_str()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_dn.c490 int slapi_rdn_get_first( Slapi_RDN *rdn, char **type, char **value ) in slapi_rdn_get_first()
495 int slapi_rdn_get_next( Slapi_RDN *rdn, int index, char **type, char **value ) in slapi_rdn_get_next()
508 int slapi_rdn_get_index( Slapi_RDN *rdn, const char *type, const char *value, size_t length ) in slapi_rdn_get_index()
539 int slapi_rdn_get_index_attr( Slapi_RDN *rdn, const char *type, char **value ) in slapi_rdn_get_index_attr()
553 int slapi_rdn_contains( Slapi_RDN *rdn, const char *type, const char *value, size_t length ) in slapi_rdn_contains()
558 int slapi_rdn_contains_attr( Slapi_RDN *rdn, const char *type, char **value ) in slapi_rdn_contains_attr()
584 int slapi_rdn_add( Slapi_RDN *rdn, const char *type, const char *value ) in slapi_rdn_add()
635 int slapi_rdn_remove( Slapi_RDN *rdn, const char *type, const char *value, size_t length ) in slapi_rdn_remove()
642 int slapi_rdn_remove_attr( Slapi_RDN *rdn, const char *type ) in slapi_rdn_remove_attr()
644 char *value; in slapi_rdn_remove_attr() local
/netbsd-src/lib/libradius/
H A Dradlib.c289 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr()
319 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr()
423 const char *type; in rad_config() local
651 struct in_addr value; in rad_cvt_addr() local
660 u_int32_t value; in rad_cvt_int() local
684 rad_get_attr(struct rad_handle *h, const void **value, size_t *len) in rad_get_attr()
686 int type; in rad_get_attr() local
828 rad_put_addr(struct rad_handle *h, int type, struct in_addr addr) in rad_put_addr()
834 rad_put_attr(struct rad_handle *h, int type, const void *value, size_t len) in rad_put_attr()
879 rad_put_int(struct rad_handle *h, int type, u_int32_t value) in rad_put_int()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dmarshall.hh76 typename std::enable_if<std::is_integral<T>::value, T>::type * = 0) in unmarshall()
90 typename std::enable_if<std::is_enum<T>::value, T>::type * = 0) in unmarshall()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_type.c26 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) in ASN1_TYPE_set()
41 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) in ASN1_TYPE_set1()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_type.c26 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) in ASN1_TYPE_set()
41 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) in ASN1_TYPE_set1()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-ops.c121 e_type type; /* dreg/creg/greg/immed/symb */ member
134 e_type type; /* dreg/creg/greg/insn */ member
136 unsigned long value; /* opcode/instruction mask/register number */ member
207 itbl_add_insn (int yyprocessor, char *name, unsigned long value, in itbl_add_insn()
257 e_type type; in itbl_init() local
448 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name()
462 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val()
506 unsigned long value; in itbl_assemble() local
596 unsigned long value; in itbl_disassemble() local
742 e_type type, char *n) in find_entry_byname()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-ops.c121 e_type type; /* dreg/creg/greg/immed/symb */ member
134 e_type type; /* dreg/creg/greg/insn */ member
136 unsigned long value; /* opcode/instruction mask/register number */ member
207 itbl_add_insn (int yyprocessor, char *name, unsigned long value, in itbl_add_insn()
257 e_type type; in itbl_init() local
448 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name()
462 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val()
506 unsigned long value; in itbl_assemble() local
596 unsigned long value; in itbl_disassemble() local
742 e_type type, char *n) in find_entry_byname()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldexp.h26 bfd_vma value; member
53 node_type type; member
55 node_type type; member
60 node_type type; member
66 node_type type; member
72 node_type type; member
76 node_type type; member
80 node_type type; member
81 bfd_vma value; member
83 } value; member
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldexp.h26 bfd_vma value; member
53 node_type type; member
55 node_type type; member
60 node_type type; member
66 node_type type; member
72 node_type type; member
76 node_type type; member
80 node_type type; member
81 bfd_vma value; member
83 } value; member
[all …]
/netbsd-src/lib/libbluetooth/
H A Dsdp_set.c46 sdp_set_bool(const sdp_data_t *data, bool value) in sdp_set_bool()
59 sdp_set_uint(const sdp_data_t *data, uintmax_t value) in sdp_set_uint()
115 sdp_set_int(const sdp_data_t *data, intmax_t value) in sdp_set_int()
175 _sdp_set_ext(uint8_t type, const sdp_data_t *data, ssize_t len) in _sdp_set_ext()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc501 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, in c_lex_with_flags()
505 enum cpp_ttype type; in c_lex_with_flags() local
817 tree value, type; in interpret_integer() local
919 tree type; in interpret_float() local
921 tree value; in interpret_float() local
1132 tree type; in interpret_fixed() local
1133 tree value; in interpret_fixed() local
1273 tree value; in lex_string() local
1278 enum cpp_ttype type = tok->type; in lex_string() local
1441 tree type, value; in lex_charconst() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c448 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, in c_lex_with_flags()
452 enum cpp_ttype type; in c_lex_with_flags() local
757 tree value, type; in interpret_integer() local
851 tree type; in interpret_float() local
853 tree value; in interpret_float() local
1064 tree type; in interpret_fixed() local
1065 tree value; in interpret_fixed() local
1205 tree value; in lex_string() local
1210 enum cpp_ttype type = tok->type; in lex_string() local
1373 tree type, value; in lex_charconst() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_local.h86 int type; member
90 } value; member
157 ASN1_BIT_STRING *value; member
185 int type; member
192 } value; member
231 int type; member
235 } value; member
270 int type; member
276 } value; member
339 ASN1_OBJECT *type; member
[all …]
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dkeyvalq_struct.h40 #define TAILQ_ENTRY(type) \ argument
49 #define TAILQ_HEAD(name, type) \ argument
64 char *value; member

12345678910>>...44