Searched refs:value (Results 26 - 50 of 3901) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_item_val.c44 | Function : int set_item_value(ITEM *item, int value)
46 | Description : Programmatically set the item's selection value. This is
56 set_item_value(ITEM * item, bool value) argument
60 T((T_CALLED("set_item_value(%p,%d)"), (void *)item, value));
69 if (item->value ^ value)
71 item->value = value ? TRUE : FALSE;
83 _nc_Default_Item.value = value;
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dutil.c58 str_to_uint64(const char *name, const char *value, uint64_t min, uint64_t max) argument
63 while (*value == ' ' || *value == '\t')
64 ++value;
66 // Accept special value "max". Supporting "min" doesn't seem useful.
67 if (strcmp(value, "max") == 0)
70 if (*value < '0' || *value > '9')
72 "decimal integer"), value);
82 const uint32_t add = (uint32_t)(*value
171 uint64_to_str(uint64_t value, uint32_t slot) argument
187 uint64_to_nicestr(uint64_t value, enum nicestr_unit unit_min, enum nicestr_unit unit_max, bool always_also_bytes, uint32_t slot) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h24 ThreadSafeValue(const T &value) : m_value(value), m_mutex() {} argument
29 T value; local
32 value = m_value;
34 return value;
41 void SetValue(const T &value) { argument
43 m_value = value;
48 void SetValueNoLock(const T &value) { m_value = value; } argument
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtype_utils.hpp87 value = is_const<T>::value && is_pointer<T>::value enumerator in enum:pb_ds::detail::is_const_pointer::__anon2067
96 value = is_const<T>::value && is_reference<T>::value enumerator in enum:pb_ds::detail::is_const_reference::__anon2068
105 value = is_fundamental<typename remove_const<T>::type>::value enumerator in enum:pb_ds::detail::is_simple::__anon2069
106 || is_pointer<typename remove_const<T>::type>::value
107 || is_member_pointer<T>::value
120 value = 0 enumerator in enum:pb_ds::detail::is_pair::is_pair_imp::__anon2070
129 value = 1 enumerator in enum:pb_ds::detail::is_pair::is_pair_imp::__anon2071
136 value = is_pair_imp<T>::value enumerator in enum:pb_ds::detail::is_pair::__anon2072
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-fau.h88 * bit will be set. Otherwise the value of the register before
94 int64_t value : 63; member in struct:__anon8517
99 * bit will be set. Otherwise the value of the register before
105 int32_t value : 31; member in struct:__anon8518
110 * bit will be set. Otherwise the value of the register before
116 int16_t value : 15; member in struct:__anon8519
121 * bit will be set. Otherwise the value of the register before
127 int8_t value : 7; member in struct:__anon8520
132 * the error bit will be set. Otherwise the value of the
147 * @param noadd 0 = Store value i
179 __cvmx_fau_atomic_address(uint64_t tagwait, uint64_t reg, int64_t value) argument
196 cvmx_fau_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t value) argument
210 cvmx_fau_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t value) argument
223 cvmx_fau_fetch_and_add16(cvmx_fau_reg_16_t reg, int16_t value) argument
235 cvmx_fau_fetch_and_add8(cvmx_fau_reg_8_t reg, int8_t value) argument
252 cvmx_fau_tagwait_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t value) argument
275 cvmx_fau_tagwait_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t value) argument
297 cvmx_fau_tagwait_fetch_and_add16(cvmx_fau_reg_16_t reg, int16_t value) argument
318 cvmx_fau_tagwait_fetch_and_add8(cvmx_fau_reg_8_t reg, int8_t value) argument
352 __cvmx_fau_iobdma_data(uint64_t scraddr, int64_t value, uint64_t tagwait, cvmx_fau_op_size_t size, uint64_t reg) argument
376 cvmx_fau_async_fetch_and_add64(uint64_t scraddr, cvmx_fau_reg_64_t reg, int64_t value) argument
393 cvmx_fau_async_fetch_and_add32(uint64_t scraddr, cvmx_fau_reg_32_t reg, int32_t value) argument
409 cvmx_fau_async_fetch_and_add16(uint64_t scraddr, cvmx_fau_reg_16_t reg, int16_t value) argument
424 cvmx_fau_async_fetch_and_add8(uint64_t scraddr, cvmx_fau_reg_8_t reg, int8_t value) argument
444 cvmx_fau_async_tagwait_fetch_and_add64(uint64_t scraddr, cvmx_fau_reg_64_t reg, int64_t value) argument
464 cvmx_fau_async_tagwait_fetch_and_add32(uint64_t scraddr, cvmx_fau_reg_32_t reg, int32_t value) argument
483 cvmx_fau_async_tagwait_fetch_and_add16(uint64_t scraddr, cvmx_fau_reg_16_t reg, int16_t value) argument
501 cvmx_fau_async_tagwait_fetch_and_add8(uint64_t scraddr, cvmx_fau_reg_8_t reg, int8_t value) argument
513 cvmx_fau_atomic_add64(cvmx_fau_reg_64_t reg, int64_t value) argument
525 cvmx_fau_atomic_add32(cvmx_fau_reg_32_t reg, int32_t value) argument
537 cvmx_fau_atomic_add16(cvmx_fau_reg_16_t reg, int16_t value) argument
548 cvmx_fau_atomic_add8(cvmx_fau_reg_8_t reg, int8_t value) argument
560 cvmx_fau_atomic_write64(cvmx_fau_reg_64_t reg, int64_t value) argument
572 cvmx_fau_atomic_write32(cvmx_fau_reg_32_t reg, int32_t value) argument
584 cvmx_fau_atomic_write16(cvmx_fau_reg_16_t reg, int16_t value) argument
595 cvmx_fau_atomic_write8(cvmx_fau_reg_8_t reg, int8_t value) argument
[all...]
H A Dcvmx-scratch.h72 * Reads an 8 bit value from the processor local scratchpad memory.
76 * @return value read
83 * Reads a 16 bit value from the processor local scratchpad memory.
87 * @return value read
94 * Reads a 32 bit value from the processor local scratchpad memory.
98 * @return value read
105 * Reads a 64 bit value from the processor local scratchpad memory.
109 * @return value read
119 * Writes an 8 bit value to the processor local scratchpad memory.
122 * @param value valu
124 cvmx_scratch_write8(uint64_t address, uint64_t value) argument
134 cvmx_scratch_write16(uint64_t address, uint64_t value) argument
144 cvmx_scratch_write32(uint64_t address, uint64_t value) argument
154 cvmx_scratch_write64(uint64_t address, uint64_t value) argument
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c262 u32 value; local
267 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_LOW);
268 /*printf("LOW 0x%08x\n", value);*/
269 sge_dbg_reg[(i << 1) | 1] = HTONL_NIBBLE(value);
270 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_HIGH);
271 /*printf("HIGH 0x%08x\n", value);*/
272 sge_dbg_reg[(i << 1)] = HTONL_NIBBLE(value);
284 t4_tp_mib_read(padap, &tp_mib[i].value, 1,
302 u32 value = 0; local
335 value
944 u32 value = 0; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_type.c66 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
72 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) argument
74 if (a->value.ptr != NULL) {
80 a->value.boolean = value ? 0xff : 0;
82 a->value.ptr = value;
85 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) argument
87 if (!value || (type == V_ASN1_BOOLEAN)) {
88 void *p = (void *)value;
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_erasewchar.c47 int value; local
51 if ((value = erasechar()) != ERR) {
52 *wch = (wchar_t) value;
68 int value; local
72 if ((value = killchar()) != ERR) {
73 *wch = (wchar_t) value;
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ifmib.c40 op_ifmib(struct snmp_context *ctx __unused, struct snmp_value *value, argument
59 switch (value->var.subs[sub - 1]) {
63 value->v.uint32 = mib_iftable_last_change - start_tick;
65 value->v.uint32 = 0;
70 value->v.uint32 = mib_ifstack_last_change - start_tick;
72 value->v.uint32 = 0;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h173 /* _FDE return value */
186 * _GRT return value
187 * _SRT input value
205 /* _GTM return value */
218 * Formatted _PLD return value. The minimum size is a package containing
274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* Offset 0, Len 7 */
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* Offset 7, Len 1 */
280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BIT
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dencode.c56 apr_uint64_t value = val; local
57 value = value & APR_UINT64_C(0x8000000000000000)
58 ? APR_UINT64_MAX - (2 * value)
59 : 2 * value;
61 return svn__encode_uint(p, value);
98 apr_uint64_t value; local
99 const unsigned char *result = svn__decode_uint(&value, p, end);
101 value = value
[all...]
/freebsd-11-stable/sys/powerpc/include/
H A Dcpufunc.h55 mtmsr(register_t value) argument
58 __asm __volatile ("mtmsr %0; isync" :: "r"(value));
63 mtmsrd(register_t value) argument
66 __asm __volatile ("mtmsrd %0; isync" :: "r"(value));
73 register_t value; local
75 __asm __volatile ("mfmsr %0" : "=r"(value));
77 return (value);
82 mtsrin(vm_offset_t va, register_t value) argument
85 __asm __volatile ("mtsrin %0,%1; isync" :: "r"(value), "r"(va));
91 register_t value; local
102 register_t value; local
111 mtdec(register_t value) argument
120 register_t value; local
130 register_t value; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dunique.h35 /* The number of significant bits in each unique value. */
42 * Return a new unique value (which will not be uniquified against until
47 /* Return a unique value, which equals the one passed in if possible. */
48 uint64_t unique_insert(uint64_t value);
50 /* Indicate that this value no longer needs to be uniquified against. */
51 void unique_remove(uint64_t value);
/freebsd-11-stable/lib/libgssapi/
H A Dgss_release_buffer.c40 if (buffer->value)
41 free(buffer->value);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Drelease_buffer.c42 free (buffer->value);
43 buffer->value = NULL;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_release_buffer.c37 if (buffer->value)
38 free(buffer->value);
/freebsd-11-stable/etc/rc.d/
H A Dpower_profile22 # Set a given sysctl node to a value.
25 # $node: sysctl node to set with the new value
26 # $value: HIGH for the highest performance value, LOW for the best
27 # economy value, or the value itself.
28 # $highest_value: maximum value for this sysctl, when $value is "HIGH"
29 # $lowest_value: minimum value for this sysctl, when $value i
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port_registers.h82 #define scu_port_task_scheduler_write(port, reg, value) \
86 (value) \
89 #define scu_port_viit_register_write(port, reg, value) \
93 (value) \
109 #define SCU_PTSxCR_WRITE(port, value) \
110 scu_port_task_scheduler_write(port, control, value)
119 #define SCU_PCSPExCR_WRITE(port, phy_id, value) \
123 (value) \
H A Dscic_sds_phy_registers.h88 #define scu_transport_layer_write(phy, reg, value) \
92 (value) \
108 #define SCU_TLCR_WRITE(phy, value) \
109 scu_transport_layer_write(phy, control, value)
121 scu_transport_layer_write(phy, address_translation, value)
153 #define scu_link_layer_register_write(phy, reg, value) \
157 (value) \
169 #define SCU_SAS_TIPID_WRITE(phy, value) \
170 scu_link_layer_register_write(phy, identify_frame_phy_id, value)
177 #define SCU_SAS_TIID_WRITE(phy, value) \
[all...]
/freebsd-11-stable/sys/dev/iicbus/
H A Diic_recover_bus.h41 void (*setsda)(void *ctx, int value);
43 void (*setscl)(void *ctx, int value);
/freebsd-11-stable/usr.bin/dc/
H A Dextern.h30 void print_value(FILE *, const struct value *, const char *, u_int);
45 void stack_free_value(struct value *);
46 struct value *stack_dup_value(const struct value *, struct value *);
52 void stack_push(struct stack *, struct value *);
53 void stack_set_tos(struct stack *, struct value *);
54 struct value *stack_tos(const struct stack *);
55 struct value *stack_pop(struct stack *);
61 void frame_assign(struct stack *, size_t, const struct value *);
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Dl64a.c19 l64a(long value) argument
23 (void)l64a_r(value, buf, sizeof(buf));
28 l64a_r(long value, char *buffer, int buflen) argument
34 v = value;
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtypes.h41 int value; member in struct:termspeeds
/freebsd-11-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c59 sdp_data_t value, seq; local
65 ATF_REQUIRE(sdp_get_data(&test, &value));
66 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_UINT16);
67 ATF_CHECK_EQ(sdp_data_size(&value), 3);
69 ATF_REQUIRE(sdp_get_data(&test, &value));
70 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_SEQ8);
71 ATF_CHECK_EQ(sdp_data_size(&value), 7);
73 ATF_REQUIRE(sdp_get_data(&test, &value));
74 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_SEQ16);
75 ATF_CHECK_EQ(sdp_data_size(&value),
106 sdp_data_t value; local
178 uuid_t value; local
217 bool value; local
280 uintmax_t value; local
390 intmax_t value; local
476 sdp_data_t value; local
516 sdp_data_t value; local
[all...]

Completed in 161 milliseconds

1234567891011>>