Searched refs:default_value (Results 51 - 65 of 65) sorted by relevance

123

/netbsd-current/sys/sys/
H A Dvideoio.h2646 int32_t default_value; member in struct:v4l2_queryctrl
2659 int64_t default_value; member in struct:v4l2_query_ext_ctrl
3191 int32_t default_value; member in struct:v4l2_event_ctrl
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doptions.h166 const char* default_value; member in struct:gold::options::One_option
176 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doptions.h166 const char* default_value; member in struct:gold::options::One_option
176 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doptions.h166 const char* default_value; member in struct:gold::options::One_option
176 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.c5924 aarch64_insn default_value = get_optional_operand_default_value (opcode);
5958 operand->reg.regno = default_value;
5966 operand->reglane.regno = default_value;
5988 operand->imm.value = default_value;
5992 operand->imm.value = default_value;
6002 operand->barrier = aarch64_barrier_options + default_value;
6006 operand->hint_option = aarch64_hint_options + default_value;
5227 aarch64_insn default_value = get_optional_operand_default_value (opcode); local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c5924 aarch64_insn default_value = get_optional_operand_default_value (opcode);
5958 operand->reg.regno = default_value;
5966 operand->reglane.regno = default_value;
5988 operand->imm.value = default_value;
5992 operand->imm.value = default_value;
6002 operand->barrier = aarch64_barrier_options + default_value;
6006 operand->hint_option = aarch64_hint_options + default_value;
5917 aarch64_insn default_value = get_optional_operand_default_value (opcode); local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-aarch64.c5258 aarch64_insn default_value = get_optional_operand_default_value (opcode);
5291 operand->reg.regno = default_value;
5299 operand->reglane.regno = default_value;
5321 operand->imm.value = default_value;
5325 operand->imm.value = default_value;
5335 operand->barrier = aarch64_barrier_options + default_value;
5339 operand->hint_option = aarch64_hint_options + default_value;
5251 aarch64_insn default_value = get_optional_operand_default_value (opcode); local
/netbsd-current/external/mit/expat/dist/tests/
H A Druntests.c1850 const XML_Char *default_value; member in struct:AttTest
1858 const XML_Char *default_value, int is_required) {
1867 if ((default_value == NULL && at->default_value != NULL)
1868 || (default_value != NULL && at->default_value == NULL)
1869 || (default_value != NULL && xcstrcmp(default_value, at->default_value)))
1855 verify_attlist_decl_handler(void *userData, const XML_Char *element_name, const XML_Char *attr_name, const XML_Char *attr_type, const XML_Char *default_value, int is_required) argument
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2317 gcc_expr default_value,
2342 parm = build_tree_list (convert_in (default_value), parm);
2305 plugin_build_value_template_parameter(cc1_plugin::connection *self, gcc_type type, const char *id, gcc_expr default_value, const char *filename, unsigned int line_number) argument
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2155 gcc_expr default_value,
2180 parm = build_tree_list (convert_in (default_value), parm);
2147 plugin_build_value_template_parameter(cc1_plugin::connection *self, gcc_type type, const char *id, gcc_expr default_value, const char *filename, unsigned int line_number) argument
/netbsd-current/sys/dev/
H A Dvideo.c586 query->default_value = desc.def;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c13415 tree default_value, parm_decl;
13424 default_value = TREE_PURPOSE (t);
13432 default_value = tsubst_template_arg (default_value, args,
13436 tree r = build_tree_list (default_value, parm_decl);
13414 tree default_value, parm_decl; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc13739 tree default_value, parm_decl;
13748 default_value = TREE_PURPOSE (t);
13755 default_value = tsubst_template_arg (default_value, args,
13758 tree r = build_tree_list (default_value, parm_decl);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c14153 mips_get_sync_operand (rtx *operands, int index, rtx default_value)
14156 default_value = operands[index - 1];
14157 return default_value;
14096 mips_get_sync_operand(rtx *operands, int index, rtx default_value) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc14297 mips_get_sync_operand (rtx *operands, int index, rtx default_value)
14300 default_value = operands[index - 1];
14301 return default_value;
14240 mips_get_sync_operand(rtx *operands, int index, rtx default_value) argument

Completed in 804 milliseconds

123