Home
last modified time | relevance | path

Searched refs:value (Results 76 – 100 of 2778) sorted by relevance

12345678910>>...112

/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c185 find_pretty_printer (PyObject *value) in find_pretty_printer() argument
312 struct value *replacement = NULL; in print_string_repr()
650 struct value *value = convert_value_from_python (py_v); in print_children() local
652 if (value == NULL) in print_children()
694 const struct value *val, in apply_val_pretty_printer()
701 struct value *value; in apply_val_pretty_printer() local
790 gdbpy_get_varobj_pretty_printer (struct value *value) in gdbpy_get_varobj_pretty_printer() argument
798 value = value_copy (value); in gdbpy_get_varobj_pretty_printer()
820 struct value *value; in gdbpy_default_visualizer() local
825 if (! value) in gdbpy_default_visualizer()
[all …]
/dragonfly/usr.bin/window/
H A Dlcmd1.c62 l_window(struct value *v, struct value *a) in l_window()
135 l_def_nline(struct value *v, struct value *a) in l_def_nline()
150 l_smooth(struct value *v, struct value *a) in l_smooth()
171 l_def_smooth(struct value *v, struct value *a) in l_def_smooth()
184 l_select(struct value *v, struct value *a) in l_select()
203 l_debug(struct value *v, struct value *a) in l_debug()
216 l_escape(struct value *v, struct value *a) in l_escape()
256 l_foreground(struct value *v, struct value *a) in l_foreground()
279 l_terse(struct value *v, struct value *a) in l_terse()
292 l_source(struct value *v, struct value *a) in l_source()
[all …]
H A Dparser.h46 int p_assign(const char *, struct value *, int);
47 int p_convstr(struct value *v);
50 int p_expr(struct value *, char);
51 int p_expr0(struct value *, char);
52 int p_expr1(struct value *, char);
53 int p_expr11(struct value *, char);
54 int p_expr12(struct value *, char);
55 int p_expr2(struct value *, char);
56 int p_expr3_10(int, struct value *, char);
58 int p_function(const char *, struct value *, int);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtype_utils.hpp81 value = is_const<T>::value && is_pointer<T>::value enumerator
90 value = is_const<T>::value && is_reference<T>::value enumerator
99 value = is_fundamental<typename remove_const<T>::type>::value enumerator
100 || is_pointer<typename remove_const<T>::type>::value
101 || is_member_pointer<T>::value
114 value = 0 enumerator
123 value = 1 enumerator
130 value = is_pair_imp<T>::value enumerator
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtype_utils.hpp81 value = is_const<T>::value && is_pointer<T>::value enumerator
90 value = is_const<T>::value && is_reference<T>::value enumerator
99 value = is_fundamental<typename remove_const<T>::type>::value enumerator
100 || is_pointer<typename remove_const<T>::type>::value
101 || is_member_pointer<T>::value
114 value = 0 enumerator
123 value = 1 enumerator
130 value = is_pair_imp<T>::value enumerator
/dragonfly/usr.bin/tip/
H A Dcmds.c162 v = boolean(value(VERBOSE)); in xfer()
247 v = boolean(value(VERBOSE)); in transfer()
477 if (boolean(value(RAWFTP))) in transmit()
711 cp = value(SHELL); in shell()
733 if (boolean(value(SCRIPT))) in setscript()
734 write(fildes[1], value(RECORD), size(value(RECORD))); in setscript()
757 cp = value(HOME); in chdirectory()
809 cp = value(SHELL); in execute()
886 if (boolean(value(TAND))) in variable()
897 setparity(value(PARITY)); in variable()
[all …]
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu_helper.h52 uint32_t value, uint32_t mask);
56 uint32_t value, uint32_t mask);
88 uint32_t value, uint32_t mask);
93 uint32_t value,
119 #define PHM_GET_FIELD(value, reg, field) \ argument
164 mm##port##_INDEX, index, value, mask)
176 port, index, value, mask) \ argument
190 port, index, value, mask) \ argument
203 index, value, mask) \ argument
205 index, value, mask)
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-copy.c68 tree value; member
118 if (val->value == NULL_TREE in get_copy_of_val()
123 val->value = var; in get_copy_of_val()
154 old = copy_of[ver].value; in set_copy_of_val()
155 copy_of[ver].value = val; in set_copy_of_val()
358 phi_val.value = lhs; in visit_phi()
376 if (!arg_val->value) in visit_phi()
390 phi_val.value = lhs; in visit_phi()
407 phi_val.value = lhs; in visit_phi()
412 if (phi_val.value in visit_phi()
[all …]
H A Dopts.c1512 int value) in enable_fdo_optimizations() argument
1653 && value)
1660 && value)
1816 int value = decoded->value;
2042 if (value)
2249 if (value <= 0 || (value & (value - 1)) || value > 16)
2252 value);
2352 if (value)
2400 if (value)
2433 if (value < 2 || value > 5)
[all …]
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/command/
H A Dexplore.py66 def explore_expr(expr, value, is_child): argument
82 type_code = value.type.code
89 str(value.type))
199 (expr, value.type))
272 element = value[index]
343 element = value[index]
396 datatype = value.type
672 if value is not None:
710 if value is None:
747 if value is not None:
[all …]
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c450 *value = literal; in c_lex_with_flags()
473 *value = literal; in c_lex_with_flags()
595 tree value, type; in interpret_integer() local
672 return value; in interpret_integer()
683 tree value; in interpret_float() local
821 value = build1 (EXCESS_PRECISION_EXPR, type, value); in interpret_float()
823 return value; in interpret_float()
833 tree value; in interpret_fixed() local
948 return value; in interpret_fixed()
973 tree value; in lex_string() local
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dvalops.c125 value); in show_overload_resolution()
132 struct value *
190 struct value *
309 struct value *
354 struct value *
582 struct value *
727 struct value *
844 struct value *
855 struct value *
936 struct value *
[all …]
/dragonfly/usr.bin/evtranalyze/
H A Dxml.h41 const char *value; member
47 const char *value; member
64 el->value = NULL; in xml_elem_init()
70 xml_elem_set_value(xml_element_t el, const char *value) in xml_elem_set_value() argument
72 el->value = value; in xml_elem_set_value()
77 xml_attribute_init(xml_attribute_t at, const char *name, const char *value) in xml_attribute_init() argument
80 at->value = value; in xml_attribute_init()
85 xml_attribute_set_value(xml_attribute_t at, const char *value) in xml_attribute_set_value() argument
87 at->value = value; in xml_attribute_set_value()
/dragonfly/sys/dev/sound/pci/
H A Datiixp.c220 uint32_t value; in atiixp_enable_interrupts() local
261 uint32_t value, timeout; in atiixp_reset_aclink() local
336 uint32_t value; in atiixp_enable_dma() local
340 value |= ch->enable_bit; in atiixp_enable_dma()
348 uint32_t value; in atiixp_disable_dma() local
351 if (value & ch->enable_bit) { in atiixp_disable_dma()
352 value &= ~ch->enable_bit; in atiixp_disable_dma()
490 uint32_t value; in atiixp_chan_setformat() local
722 uint32_t value; in atiixp_chan_trigger() local
937 uint32_t value; in atiixp_chip_pre_init() local
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig_winreg.c732 char *value; in write_proto() local
740 if (value[0]) in write_proto()
748 char *value; in write_key_mgmt() local
756 if (value[0]) in write_key_mgmt()
764 char *value; in write_pairwise() local
772 if (value[0]) in write_pairwise()
780 char *value; in write_group() local
788 if (value[0]) in write_group()
796 char *value; in write_auth_alg() local
813 char *value; in write_eap() local
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dciphers.c55 .opt.value = &ciphers_config.version,
56 .value = TLS1_VERSION,
62 .opt.value = &ciphers_config.version,
63 .value = TLS1_1_VERSION,
69 .opt.value = &ciphers_config.version,
70 .value = TLS1_2_VERSION,
77 .value = TLS1_3_VERSION,
84 .value = 1,
91 .value = 2,
113 uint16_t value; in ciphers_main() local
[all …]
/dragonfly/share/examples/ppp/
H A Dchap-auth58 proc mkframe { n prompt value entry } {
63 .$n.value insert 1.0 $value;
64 pack .$n.value -side right;
68 bind .$n.value <Return> {done};
70 .$n.value configure -state disabled;
77 puts [.n.value get 1.0 {end - 1 char}];
78 puts [.k.value get];
87 entry .k.value -show "*" -width $vwidth;
88 pack .k.value -side right;
89 bind .k.value <Return> {done};
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dbind.c1246 while (*value && !whitespace (*value)) value++;
1249 while (*value && whitespace (*value)) value++;
1257 e = value + strlen (value) - 1;
1551 return (value == 0 || *value == '\0' ||
1553 (value[0] == '1' && value[1] == '\0'));
1628 if (value && *value)
1643 if (value && *value)
1659 if (value && *value)
1675 if (value && *value)
1688 if (value && *value)
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dalloc_traits.h55 { static const bool value = false; }; in _GLIBCXX_VISIBILITY() member
58 const bool __allocator_always_compares_equal<_Alloc>::value; in _GLIBCXX_VISIBILITY()
62 { static const bool value = true; }; in _GLIBCXX_VISIBILITY()
71 { static const bool value = true; }; in _GLIBCXX_VISIBILITY()
81 { static const bool value = true; }; in _GLIBCXX_VISIBILITY()
90 { static const bool value = true; }; in _GLIBCXX_VISIBILITY()
99 { static const bool value = true; }; in _GLIBCXX_VISIBILITY()
134 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value in _GLIBCXX_VISIBILITY()
135 && !std::is_pointer<_Ptr>::value> in _GLIBCXX_VISIBILITY()
167 { return _Base_type::propagate_on_container_swap::value; } in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/sys/sys/
H A Dassym.h43 #define ASSYM_ABS(value) ((value) < 0 ? -((value) + 1) + 1ULL : (value)) argument
45 #define ASSYM(name, value) \ argument
46 char name ## sign[((value) < 0 ? 1 : 0) + ASSYM_BIAS]; \
47 char name ## w0[(ASSYM_ABS(value) & 0xFFFFU) + ASSYM_BIAS]; \
48 char name ## w1[((ASSYM_ABS(value) & 0xFFFF0000UL) >> 16) + ASSYM_BIAS]; \
49 char name ## w2[((ASSYM_ABS(value) & 0xFFFF00000000ULL) >> 32) + ASSYM_BIAS]; \
50 char name ## w3[((ASSYM_ABS(value) & 0xFFFF000000000000ULL) >> 48) + ASSYM_BIAS]
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c540 value); in dce120_timing_generator_set_overscan_color_black()
550 value); in dce120_timing_generator_set_overscan_color_black()
634 value,
639 value,
649 value,
701 value, in dce120_timing_generator_enable_advanced_request()
713 value, in dce120_timing_generator_enable_advanced_request()
721 value); in dce120_timing_generator_enable_advanced_request()
745 value); in dce120_tg_program_blank_color()
782 value, in dce120_tg_is_blanked()
[all …]
/dragonfly/usr.sbin/nscd/
H A Dparser.c324 config->threads_num = value; in set_threads_num()
338 int field_count, line_num, value; in parse_config_file() local
369 ((value = get_yesno(fields[2])) != -1)) { in parse_config_file()
370 enable_cache(config, fields[1], value); in parse_config_file()
387 fields[1], value); in parse_config_file()
400 value); in parse_config_file()
410 fields[1], value); in parse_config_file()
417 fields[1], value); in parse_config_file()
434 set_threads_num(config, value); in parse_config_file()
444 fields[1], value); in parse_config_file()
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/
H A Denv.c102 unsigned long value; in parse_schedule() local
158 if ((int)value != value) in parse_schedule()
162 value = 1; in parse_schedule()
185 unsigned long value; in parse_unsigned_long_1() local
206 *pvalue = value; in parse_unsigned_long_1()
337 *p1stvalue = value; in parse_unsigned_long_list()
806 if (((value << shift) >> shift) != value) in parse_stacksize()
838 value = ~0ULL; in parse_spincount()
878 value = ~0ULL; in parse_spincount()
880 value *= mult; in parse_spincount()
[all …]
/dragonfly/sys/dev/misc/evdev/
H A Devdev.c499 .value = 0, in evdev_support_abs()
600 int32_t value) in evdev_check_event() argument
636 (value < 0 || value > MAXIMAL_MT_SLOT(evdev))) in evdev_check_event()
737 *value = (old_value * 3 + *value) / 4; in evdev_modify_event()
739 *value = (old_value + *value) / 2; in evdev_modify_event()
746 int32_t value) in evdev_sparse_event() argument
758 switch (value) { in evdev_sparse_event()
800 if (value == 0) in evdev_sparse_event()
819 == value) in evdev_sparse_event()
830 if (evdev->ev_absinfo[code].value == value) in evdev_sparse_event()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Dintel_mocs.c39 #define LE_CACHEABILITY(value) ((value) << 0) argument
40 #define LE_TGT_CACHE(value) ((value) << 2) argument
41 #define LE_LRUM(value) ((value) << 4) argument
42 #define LE_AOM(value) ((value) << 6) argument
43 #define LE_RSC(value) ((value) << 7) argument
44 #define LE_SCC(value) ((value) << 8) argument
45 #define LE_PFM(value) ((value) << 11) argument
46 #define LE_SCF(value) ((value) << 14) argument
49 #define L3_ESC(value) ((value) << 0) argument
50 #define L3_SCC(value) ((value) << 1) argument
[all …]

12345678910>>...112