Searched refs:value (Results 276 - 300 of 2518) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/ia64/include/
H A Dpcpu.h55 uint64_t clock_load; /* Clock reload value. */
91 #define PCPU_ADD(member, value) (pcpup->pc_ ## member += (value))
94 #define PCPU_SET(member,value) (pcpup->pc_ ## member = (value))
/freebsd-9.3-release/sys/mips/nlm/hal/
H A Dmmu.h53 nlm_write_c0_config6(uint32_t value) argument
60 : : "r" (value));
79 nlm_write_c0_config7(uint32_t value) argument
86 : : "r" (value));
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dpowermac_thermal.h41 int (*set)(struct pmac_fan *, int value);
/freebsd-9.3-release/sys/sparc64/include/
H A Dpcpu.h91 #define PCPU_ADD(member, value) (pcpup->pc_ ## member += (value))
94 #define PCPU_SET(member,value) (pcpup->pc_ ## member = (value))
/freebsd-9.3-release/tools/regression/tls/ttls3/
H A Dtls-test-lib.c48 #define THREAD_SETMEM(num, value) \
50 void *__value = (value); \
72 #define __GL_TLS_SET(num, value) \
74 void *__dummy, *__value = (value); \
/freebsd-9.3-release/usr.bin/csup/
H A Dparse.y83 | value
86 value
/freebsd-9.3-release/usr.bin/getconf/
H A Dgetconf.h40 int find_limit(const char *name, intmax_t *value);
/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c135 if (sk_ASN1_TYPE_num(attrib->value.set))
136 return sk_ASN1_TYPE_value(attrib->value.set, 0);
151 return uni2asc(atype->value.bmpstring->data,
152 atype->value.bmpstring->length);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c91 input.value = buf;
100 memmove(buf, output.value, output.length);
122 input.value = from;
130 *to = output.value;
145 gss_addr->value = &sin6->sin6_addr;
154 gss_addr->value = &sin4->sin_addr;
191 bindings->application_data.value = NULL;
195 input_token.value = buf;
214 if(base64_encode(output_token.value, output_token.length, &p) < 0) {
243 memcpy(name, export_name.value, export_nam
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c91 input.value = buf;
100 memmove(buf, output.value, output.length);
122 input.value = from;
130 *to = output.value;
145 gss_addr->value = &sin6->sin6_addr;
154 gss_addr->value = &sin4->sin_addr;
191 bindings->application_data.value = NULL;
195 input_token.value = buf;
214 if(base64_encode(output_token.value, output_token.length, &p) < 0) {
243 memcpy(name, export_name.value, export_nam
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h104 * This macro spins on a field waiting for it to reach a value. It
106 * to match a specific value. Conceptually this macro expands to:
109 * 2) Check if ("type".s."field" "op" "value")
112 #define CVMX_WAIT_FOR_FIELD64(address, type, field, op, value, timeout_usec)\
121 if ((c.s.field) op (value)) { \
159 * Perform mask and shift to place the supplied value into
162 * Example: cvmx_build_bits(39,24,value)
170 * @param high_bit Highest bit value can occupy (inclusive) 0-63
171 * @param low_bit Lowest bit value can occupy inclusive 0-high_bit
172 * @param value Valu
175 cvmx_build_bits(uint64_t high_bit, uint64_t low_bit, uint64_t value) argument
274 cvmx_write64(uint64_t address, uint64_t value) argument
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dalpha-dis.c162 int value; local
170 /* Extract the value from the instruction. */
172 value = (*operand->extract) (insn, (int *) NULL);
175 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
179 value = (value ^ signbit) - signbit;
194 (*info->fprintf_func) (info->stream, "%s", regnames[value]);
196 (*info->fprintf_func) (info->stream, "%s", regnames[value + 32]);
198 (*info->print_address_func) (memaddr + 4 + value, info);
200 (*info->fprintf_func) (info->stream, "%d", value); local
202 (*info->fprintf_func) (info->stream, "%#x", value); local
[all...]
H A Dcgen-dis.c115 unsigned long value; local
124 value = CGEN_INSN_BASE_VALUE (insn);
125 bfd_put_bits ((bfd_vma) value,
129 hash = (* cd->dis_hash) (buf, value);
153 unsigned long value; local
161 value = CGEN_INSN_BASE_VALUE (ilist->insn);
162 bfd_put_bits((bfd_vma) value,
166 hash = (* cd->dis_hash) (buf, value);
231 cgen_dis_lookup_insn (CGEN_CPU_DESC cd, const char * buf, CGEN_INSN_INT value) argument
238 hash = (* cd->dis_hash) (buf, value);
[all...]
H A Dia64-dis.c76 BFD_HOST_U_64_BIT value; local
157 value = ((insn >> 13) & 0x7f) | (((insn >> 27) & 0x1ff) << 7)
164 value = ((slot[1] & 0x1ffffffffffLL) << 21)
171 value = (((insn >> 13) & 0xfffff)
177 err = (*odesc->extract) (odesc, insn, &value);
194 switch (value)
198 sprintf (regname, "ar.k%u", (unsigned int) value);
212 sprintf (regname, "ar%u", (unsigned int) value);
218 (*info->fprintf_func) (info->stream, "%s%d", odesc->str, (int)value);
222 (*info->fprintf_func) (info->stream, "%s[r%d]", odesc->str, (int)value);
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c93 DBT key, value; local
99 &key, &value, 0) != 0) {
104 DBT2DATUM(&value, &dvalue);
112 DBT key, value; local
117 if(cursor->c_get(cursor, &key, &value, flags) != 0) {
121 DBT2DATUM(&value, &datum);
123 db->seq(db, &key, &value, flags);
194 DBT key, value; local
199 DATUM2DBT(&dvalue, &value);
204 &key, &value, myflag
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c33 int value; member in struct:item
40 item_init(item_t *item, int value) { argument
41 item->value = value;
86 ATF_CHECK_EQ(p->value, 1);
112 ATF_CHECK_EQ(p->value, 1);
116 ATF_CHECK_EQ(p->value, 2);
120 ATF_CHECK_EQ(p->value, 3);
124 ATF_CHECK_EQ(p->value, 4);
128 ATF_CHECK_EQ(p->value,
[all...]
/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rngvs.c42 char *keyword, *value; local
55 if (!parse_line(&keyword, &value, lbuf, buf))
58 key = hex2bin_m(value, &i);
65 dt = hex2bin_m(value, &i);
71 v = hex2bin_m(value, &i);
86 fprintf(stderr, "Error getting PRNG value\n");
109 char *keyword, *value; local
123 if (!parse_line(&keyword, &value, lbuf, buf))
126 key = hex2bin_m(value, &i);
133 dt = hex2bin_m(value,
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dconfig.c61 * line: oid '=' value
73 * value: EMPTY | STRING | NUM
120 struct snmp_value value; member in struct:assign
133 char *value; member in struct:macro
269 memcpy(input->input_str, m->value, m->length);
689 const struct snmp_value *value)
715 tp->value = *value;
721 tp->value.var = node->oid;
723 tp->value
688 handle_assignment(const struct snmp_node *node, struct asn_oid *vindex, const struct snmp_value *value) argument
876 parse_syntax_integer(struct snmp_value *value) argument
888 parse_syntax_counter64(struct snmp_value *value) argument
898 parse_syntax_octetstring(struct snmp_value *value) argument
947 parse_syntax_oid(struct snmp_value *value) argument
969 parse_syntax_ipaddress(struct snmp_value *value) argument
1000 parse_syntax_uint32(struct snmp_value *value) argument
1017 struct snmp_value value; local
1360 define_macro(const char *name, const char *value) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dopts.c134 /* Parse the -femit-struct-debug-detailed option value
379 static int common_handle_option (size_t scode, const char *arg, int value,
398 value, otherwise return -1. */
467 int value = 1; local
486 value = 0;
497 if (!value && (option->flags & CL_REJECT_NEGATIVE))
518 if (!value)
557 value = integral_argument (arg);
558 if (value == -1)
570 *(int *) option->flag_var = value;
1000 common_handle_option(size_t scode, const char *arg, int value, unsigned int lang_mask) argument
1409 int value; local
1590 int value = atoi (p); local
[all...]
H A Dtree-profile.c46 #include "value-prof.h"
121 variable containing the value. */
125 histogram_value value)
127 tree val = value->hvalue.value;
133 counter. VALUE is the expression whose value is profiled. TAG is the
137 tree_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base)
139 tree stmt = value->hvalue.stmt;
143 tree start = build_int_cst_type (integer_type_node, value->hdata.intvl.int_start);
144 tree steps = build_int_cst_type (unsigned_type_node, value
123 prepare_instrumented_value(block_stmt_iterator *bsi, histogram_value value) argument
136 tree_gen_interval_profiler(histogram_value value, unsigned tag, unsigned base) argument
163 tree_gen_pow2_profiler(histogram_value value, unsigned tag, unsigned base) argument
186 tree_gen_one_value_profiler(histogram_value value, unsigned tag, unsigned base) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dleaf.hpp114 value();
117 value() const;
142 value() function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
148 value() const function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
159 const_reference r_val = value();
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c46 int value[2]; member in struct:__anon3655
101 int wide = wcwidth(table[n].value[active]);
105 SetChar(_nc_wacs[m], table[n].value[active], A_NORMAL);
109 SetChar(_nc_wacs[m], table[n].value[0], A_NORMAL);
114 table[n].value[active],
/freebsd-9.3-release/lib/libc/gen/
H A Dsysconf.c68 * and then simply return the cached value on subsequent calls. This is
77 int mib[2], sverrno, value; local
316 len = sizeof(value);
317 if (sysctl(mib, 2, &value, &len, NULL, 0) == -1)
319 if (value == 0)
321 return ((long)value);
520 value = sysconf(_SC_ASYNCHRONOUS_IO) > 0 &&
531 if (value)
573 value = socket(PF_INET6, SOCK_DGRAM, 0);
575 if (value >
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dmtsm.cpp34 : value(0), is_known(0)
48 fputs(i_to_a(compare.value), fp);
50 value = compare.value;
60 value = v;
77 && (!is_known || value != compare.value);
94 value = compare.value;
115 fputs(i_to_a(compare.value), f
[all...]
/freebsd-9.3-release/lib/msun/src/
H A Dmath_private.h29 * value. That is non-ANSI, and, moreover, the gcc instruction
55 double value; member in union:__anon5391
73 double value; member in union:__anon5394
92 ew_u.value = (d); \
101 ew_u.value = (d); \
110 gh_u.value = (d); \
119 gl_u.value = (d); \
130 (d) = iw_u.value; \
138 (d) = iw_u.value; \
146 sh_u.value
168 float value; member in union:__anon5397
[all...]

Completed in 254 milliseconds

<<11121314151617181920>>