Home
last modified time | relevance | path

Searched refs:value (Results 226 – 250 of 2778) sorted by relevance

12345678910>>...112

/dragonfly/sbin/camcontrol/
H A Dmodeedit.c81 } value; member
195 return (src->value.ivalue); in editentry_save()
275 dest->value.ivalue = ival; in editentry_set()
303 free(dest->value.svalue); in editentry_set()
304 dest->value.svalue = NULL; in editentry_set()
306 dest->value.svalue = cval; in editentry_set()
658 *value = '\0'; in modepage_read()
677 RTRIM(value); in modepage_read()
678 while (isspace(*value)) in modepage_read()
679 value++; in modepage_read()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dunique_ptr.h148 pointer>::value in _GLIBCXX_VISIBILITY()
149 && !std::is_array<_Up>::value in _GLIBCXX_VISIBILITY()
150 && ((std::is_reference<_Dp>::value in _GLIBCXX_VISIBILITY()
151 && std::is_same<_Ep, _Dp>::value) in _GLIBCXX_VISIBILITY()
152 || (!std::is_reference<_Dp>::value in _GLIBCXX_VISIBILITY()
163 default_delete<_Tp>>::value>::type> in _GLIBCXX_VISIBILITY()
189 pointer>::value in _GLIBCXX_VISIBILITY()
190 && !std::is_array<_Up>::value>::type> in _GLIBCXX_VISIBILITY()
424 pointer>::value>::type* = 0) = delete; in _GLIBCXX_VISIBILITY()
429 pointer>::value>::type* = 0) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-prop.h72 tree value; member
129 tree value; member
150 widest_int value; member
196 } GTY ((desc ("%1.type"))) value;
206 return jfunc->value.constant.value; in ipa_get_jf_constant()
213 return jfunc->value.constant.rdesc; in ipa_get_jf_constant_rdesc()
222 return jfunc->value.pass_through.operand; in ipa_get_jf_pass_through_operand()
269 return jfunc->value.ancestor.offset; in ipa_get_jf_ancestor_offset()
279 return jfunc->value.ancestor.formal_id; in ipa_get_jf_ancestor_formal_id()
538 tree value; member
[all …]
H A Ddbgcnt.c71 dbg_cnt_set_limit_by_index (enum debug_counter index, int value) in dbg_cnt_set_limit_by_index() argument
73 limit[index] = value; in dbg_cnt_set_limit_by_index()
75 fprintf (stderr, "dbg_cnt '%s' set to %d\n", map[index].name, value); in dbg_cnt_set_limit_by_index()
79 dbg_cnt_set_limit_by_name (const char *name, int len, int value) in dbg_cnt_set_limit_by_name() argument
90 dbg_cnt_set_limit_by_index ((enum debug_counter) i, value); in dbg_cnt_set_limit_by_name()
104 int value; in dbg_cnt_process_single_pair() local
109 value = strtol (colon + 1, &endptr, 10); in dbg_cnt_process_single_pair()
112 && dbg_cnt_set_limit_by_name (arg, colon - arg, value)) in dbg_cnt_process_single_pair()
/dragonfly/contrib/dialog/
H A Drc.c197 code = color_names[i].value; in from_color_name()
243 if (code == color_names[n].value) { in to_color_name()
423 i = (int) strlen(*value) - 1; in parse_line()
426 (*value)[i + 1] = '\0'; in parse_line()
539 char *value; in dlg_parse_rc() local
615 if (!isquote(value[0]) || !isquote(lastch(value)) in dlg_parse_rc()
616 || strlen(value) < 2) { in dlg_parse_rc()
621 value++; in dlg_parse_rc()
622 lastch(value) = '\0'; in dlg_parse_rc()
623 strcpy((char *) vars[i].var, value); in dlg_parse_rc()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsdbout.c698 rtx value; in sdbout_symbol() local
791 if (REG_P (value)) in sdbout_symbol()
793 regno = REGNO (value); in sdbout_symbol()
800 value = SUBREG_REG (value); in sdbout_symbol()
801 if (REG_P (value)) in sdbout_symbol()
812 else if (MEM_P (value) && CONSTANT_P (XEXP (value, 0)) in sdbout_symbol()
831 && MEM_P (value) in sdbout_symbol()
846 if (MEM_P (value) in sdbout_symbol()
867 else if (MEM_P (value) in sdbout_symbol()
902 else if (MEM_P (value) in sdbout_symbol()
[all …]
H A Dtree-ssa-uncprop.c282 tree value; local
297 tree const value = ((const struct equiv_hash_elt *)p)->value; in equiv_hash() local
298 return iterative_hash_expr (value, 0); in equiv_hash()
323 remove_equivalence (tree value) in remove_equivalence() argument
328 equiv_hash_elt.value = value; in remove_equivalence()
340 record_equiv (tree value, tree equivalence) in record_equiv() argument
346 equiv_hash_elt->value = value; in record_equiv()
429 tree value = VEC_pop (tree, equiv_stack); in uncprop_leave_block() local
433 if (value != NULL) in uncprop_leave_block()
434 remove_equivalence (value); in uncprop_leave_block()
[all …]
H A Ddbgcnt.c73 dbg_cnt_set_limit_by_index (enum debug_counter index, int value) in dbg_cnt_set_limit_by_index() argument
75 limit[index] = value; in dbg_cnt_set_limit_by_index()
77 fprintf (stderr, "dbg_cnt '%s' set to %d\n", map[index].name, value); in dbg_cnt_set_limit_by_index()
81 dbg_cnt_set_limit_by_name (const char *name, int len, int value) in dbg_cnt_set_limit_by_name() argument
92 dbg_cnt_set_limit_by_index ((enum debug_counter) i, value); in dbg_cnt_set_limit_by_name()
106 int value; in dbg_cnt_process_single_pair() local
111 value = strtol (colon + 1, &endptr, 10); in dbg_cnt_process_single_pair()
114 && dbg_cnt_set_limit_by_name (arg, colon - arg, value)) in dbg_cnt_process_single_pair()
H A Dipa-prop.c166 jump_func->value.known_type.offset); in ipa_print_node_jump_functions_for_edge()
172 tree val = jump_func->value.constant; in ipa_print_node_jump_functions_for_edge()
209 jump_func->value.ancestor.offset); in ipa_print_node_jump_functions_for_edge()
904 jfunc->value.constant = arg; in compute_scalar_jump_functions()
1024 jfunc->value.member_cst.pfn = pfn; in fill_member_ptr_cst_jump_function()
1685 combined_offset = src->value.known_type.offset + dst->value.ancestor.offset; in combine_known_type_and_ancestor_jfs()
1689 dst->value.known_type.base_type = src->value.known_type.base_type; in combine_known_type_and_ancestor_jfs()
1729 dst->value.ancestor.formal_id = src->value.pass_through.formal_id; in update_jump_functions_after_inlining()
1732 dst->value.ancestor.formal_id = src->value.ancestor.formal_id; in update_jump_functions_after_inlining()
1733 dst->value.ancestor.offset += src->value.ancestor.offset; in update_jump_functions_after_inlining()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c2074 init.value = save_expr (init.value); in c_parser_declaration_or_fndef()
2430 value = c_parser_expr_no_commas (parser, NULL).value; in c_parser_static_assert_declaration_no_semi()
2463 value = c_fully_fold (value, false, NULL); in c_parser_static_assert_declaration_no_semi()
2623 tree value = name_token->value; in c_parser_declspecs() local
2803 value = c_parser_peek_token (parser)->value; in c_parser_declspecs()
6712 cond.value = TREE_OPERAND (cond.value, 0); in c_parser_conditional_expression()
7143 if (ret.value && expr.value) in c_parser_cast_expression()
8899 e1_p->value, e2_p->value); in c_parser_postfix_expression()
9373 expr.value = build_compound_expr (loc, expr.value, next.value); in c_parser_expression()
10419 tree value = token->value; in c_parser_objc_selector() local
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dmyndbm.c191 node->data = xmalloc (value.dsize + 1); in mydbm_store()
193 strncat (node->data, value.dptr, value.dsize); in mydbm_store()
217 char *value; in mydbm_load_file() local
225 value = xmalloc (value_allocated); in mydbm_load_file()
254 value[0] = '\0'; in mydbm_load_file()
274 expand_string (&value, in mydbm_load_file()
276 strlen (value) + line_length + 5); in mydbm_load_file()
277 strcat (value, line); in mydbm_load_file()
279 if (value[0] == '#') in mydbm_load_file()
281 vp = value; in mydbm_load_file()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_hw_sequencer.c72 uint32_t value = 0; in dce112_init_pte() local
77 value = dm_read_reg(ctx, addr); in dce112_init_pte()
80 value, in dce112_init_pte()
85 value, in dce112_init_pte()
92 value, in dce112_init_pte()
98 value, in dce112_init_pte()
104 value, in dce112_init_pte()
109 dm_write_reg(ctx, addr, value); in dce112_init_pte()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlibgcov.c229 for (ix = 32; ix--; value <<= 1) in crc32_unsigned()
782 gcov_type value, counter, all; in __gcov_merge_single() local
792 if (counters[0] == value) in __gcov_merge_single()
796 counters[0] = value; in __gcov_merge_single()
832 if (counters[1] == value) in __gcov_merge_delta()
836 counters[1] = value; in __gcov_merge_delta()
873 if (value & (value - 1)) in __gcov_pow2_profiler()
893 if (value == counters[0]) in __gcov_one_value_profiler_body()
898 counters[0] = value; in __gcov_one_value_profiler_body()
955 counters[0] += value; in __gcov_average_profiler()
[all …]
/dragonfly/libexec/getty/
H A Dsubr.c81 if (sp->value != NULL) { in gettable()
95 sp->value = p; in gettable()
122 if (sp->value) { in gettable()
125 free(sp->value); in gettable()
128 p = sp->value; in gettable()
131 sp->value = p; in gettable()
133 free(sp->value); in gettable()
134 sp->value = NULL; in gettable()
143 np->value = n; in gettable()
165 if (sp->value) in gendefaults()
[all …]
/dragonfly/usr.sbin/usbconfig/
H A Ddump.c47 dump_mode(uint8_t value) in dump_mode() argument
49 if (value == LIBUSB20_MODE_HOST) in dump_mode()
55 dump_speed(uint8_t value) in dump_speed() argument
58 switch (value) { in dump_speed()
76 dump_power_mode(uint8_t value) in dump_power_mode() argument
79 switch (value) { in dump_power_mode()
107 if (value & 0x80) in dump_field()
114 switch (value & 0x03) { in dump_field()
119 switch (value & 0x0C) { in dump_field()
146 if (value == 0) { in dump_field()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dframe.c97 CORE_ADDR value; member
111 struct frame_id value; member
185 value); in show_backtrace_past_main()
195 value); in show_backtrace_past_entry()
206 value); in show_backtrace_limit()
854 struct value *value; in frame_register_unwind() local
886 value_free (value); in frame_register_unwind()
935 struct value *
939 struct value *value; in frame_unwind_register_value() local
995 return value; in frame_unwind_register_value()
[all …]
H A Dframe-unwind.c161 struct value *
165 struct value *reg_val; in frame_unwind_got_optimized()
175 struct value *
185 struct value *
189 struct value *v = value_at_lazy (register_type (gdbarch, regnum), addr); in frame_unwind_got_memory()
198 struct value *
204 struct value *reg_val; in frame_unwind_got_constant()
212 struct value *
216 struct value *reg_val; in frame_unwind_got_bytes()
227 struct value *
[all …]
/dragonfly/crypto/libressl/crypto/kdf/
H A Dhkdf_evp.c161 const char *value) in pkey_hkdf_ctrl_str() argument
166 if (strcmp(value, "EXTRACT_AND_EXPAND") == 0) in pkey_hkdf_ctrl_str()
168 else if (strcmp(value, "EXTRACT_ONLY") == 0) in pkey_hkdf_ctrl_str()
170 else if (strcmp(value, "EXPAND_ONLY") == 0) in pkey_hkdf_ctrl_str()
180 EVP_PKEY_CTRL_HKDF_MD, value); in pkey_hkdf_ctrl_str()
184 value); in pkey_hkdf_ctrl_str()
188 value); in pkey_hkdf_ctrl_str()
191 return EVP_PKEY_CTX_str2ctrl(ctx, EVP_PKEY_CTRL_HKDF_KEY, value); in pkey_hkdf_ctrl_str()
194 return EVP_PKEY_CTX_hex2ctrl(ctx, EVP_PKEY_CTRL_HKDF_KEY, value); in pkey_hkdf_ctrl_str()
198 value); in pkey_hkdf_ctrl_str()
[all …]
/dragonfly/sys/dev/video/cxm/
H A Dcxm_msp34xxx.c340 settings[i].value, in cxm_msp_init()
341 sizeof(settings[i].value)) in cxm_msp_init()
342 != sizeof(settings[i].value)) in cxm_msp_init()
367 settings[i].value, in cxm_msp_mute()
369 != sizeof(settings[i].value)) in cxm_msp_mute()
389 settings[i].value, in cxm_msp_unmute()
391 != sizeof(settings[i].value)) in cxm_msp_unmute()
446 settings[i].value, in cxm_msp_select_source()
448 != sizeof(settings[i].value)) in cxm_msp_select_source()
540 settings[i].value, in cxm_msp_autodetect_standard()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c150 static int string_is_numeric (const char* value) in string_is_numeric() argument
152 size_t len = strlen(value); in string_is_numeric()
158 else if (len == 1 && !(value[0] >= '0' && value[0] <= '9')) { in string_is_numeric()
161 else if (!(value[0] >= '0' && value[0] <= '9') && in string_is_numeric()
162 value[0] != '-' && value[0] != '+') { in string_is_numeric()
167 if (!(value[i] >= '0' && value[i] <= '9')) { in string_is_numeric()
180 const char *value) in archive_compressor_zstd_options() argument
185 int level = atoi(value); in archive_compressor_zstd_options()
189 if (string_is_numeric(value) != ARCHIVE_OK) { in archive_compressor_zstd_options()
210 int threads = atoi(value); in archive_compressor_zstd_options()
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dexpr.c1264 top[-1].value = num_unary_op (pfile, top->value, top->op); in reduce()
1273 top[-1].value = num_binary_op (pfile, top[-1].value, in reduce()
1303 top[-1].value = num_mul (pfile, top[-1].value, top->value); in reduce()
1309 top[-1].value = num_div_op (pfile, top[-1].value, in reduce()
1318 top->value.low = (!num_zerop (top->value) in reduce()
1330 top->value.low = (!num_zerop (top->value) in reduce()
1347 top->value = top[1].value; in reduce()
1356 top->value = top[1].value; in reduce()
1361 top->value = top[2].value; in reduce()
1364 top->value.unsignedp = (top[1].value.unsignedp in reduce()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dsystem_error66 is_error_code_enum<_Tp>::value;
69 is_error_condition_enum<_Tp>::value;
178 value() const noexcept { return _M_value; }
189 { return category().message(value()); }
212 && __lhs.value() < __rhs.value()));
247 <_ErrorConditionEnum>::value, error_condition&>::type
257 value() const noexcept { return _M_value; }
265 { return category().message(value()); }
287 && __lhs.value() < __rhs.value()));
294 && __lhs.value() == __rhs.value()); }
[all …]
/dragonfly/contrib/ncurses/include/
H A Dedit_cfg.sh52 value=1
54 value=0
56 echo '** edit: '$name $value
58 -e "s@#define ${name}.*\$@#define $name $value@" \
59 -e "s@#if $name\$@#if $value /* $name */@" \
60 -e "s@#if !$name\$@#if $value /* !$name */@" \
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-progspace.c112 pspy_set_printers (PyObject *o, PyObject *value, void *ignore) in pspy_set_printers() argument
117 if (! value) in pspy_set_printers()
124 if (! PyList_Check (value)) in pspy_set_printers()
133 Py_INCREF (value); in pspy_set_printers()
134 self->printers = value; in pspy_set_printers()
154 pspy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in pspy_set_type_printers() argument
159 if (! value) in pspy_set_type_printers()
166 if (! PyList_Check (value)) in pspy_set_type_printers()
175 Py_INCREF (value); in pspy_set_type_printers()
176 self->type_printers = value; in pspy_set_type_printers()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dbinders.h111 typename _Operation::first_argument_type value; in _GLIBCXX_VISIBILITY() local
116 : op(__x), value(__y) { } in _GLIBCXX_VISIBILITY()
120 { return op(value, __x); } in _GLIBCXX_VISIBILITY()
126 { return op(value, __x); } in _GLIBCXX_VISIBILITY()
146 typename _Operation::second_argument_type value; in _GLIBCXX_VISIBILITY() local
151 : op(__x), value(__y) { } in _GLIBCXX_VISIBILITY()
155 { return op(__x, value); } in _GLIBCXX_VISIBILITY()
161 { return op(__x, value); } in _GLIBCXX_VISIBILITY()

12345678910>>...112