Searched refs:value (Results 251 - 275 of 2518) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darc-opc.c60 /* The value of the a nullify condition we inserted. */
69 /* The value of the shimm we inserted (each insn only gets one but it can
77 /* The value of the limm we inserted. Each insn only gets one but it can
127 'S' SHIMMFINISH finish inserting a shimm value
128 'L' LIMMFINISH finish inserting a limm value
161 'r' REG generic register value, for register table
186 /* Fake operand used to insert shimm value into most instructions. */
190 /* Fake operand used to insert limm value into most instructions. */
251 value is right shifted by 2). */
255 /* Jump flags; j{,l} insn value o
330 insert_reg(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
476 insert_nullify(arc_insn insn, const struct arc_operand *operand, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value, const char **errmsg ATTRIBUTE_UNUSED) argument
514 insert_cond(arc_insn insn, const struct arc_operand *operand, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value, const char **errmsg ATTRIBUTE_UNUSED) argument
557 insert_base(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
608 insert_offset(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
933 insert_jumpflags(arc_insn insn, const struct arc_operand *operand, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value, const char **errmsg) argument
978 insert_reladdr(arc_insn insn, const struct arc_operand *operand, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value, const char **errmsg) argument
1082 long value; local
1283 int value = 0; local
1309 int value; local
1690 arc_opcode_lookup_suffix(const struct arc_operand *type, int value) argument
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c151 op_udp(struct snmp_context *ctx __unused, struct snmp_value *value, argument
174 switch (value->var.subs[sub - 1]) {
177 value->v.uint32 = udpstat.udps_ipackets;
181 value->v.uint32 = udpstat.udps_noport +
187 value->v.uint32 = udpstat.udps_hdrops +
194 value->v.uint32 = udpstat.udps_opackets;
201 op_udptable(struct snmp_context *ctx __unused, struct snmp_value *value, argument
214 if (index_compare(&value->var, sub, &udpoids[i].index) < 0)
218 index_append(&value->var, sub, &udpoids[i].index);
223 if (index_compare(&value
[all...]
/freebsd-9.3-release/contrib/dialog/samples/
H A Dmixedform12 value=`$DIALOG --title "Mixed form demonstration" --ok-label "Submit" \
24 show=`echo "$value" |sed -e 's/^/ /'`
H A Dmixedform212 value=`$DIALOG --title "Mixed form demonstration" --ok-label "Submit" \
24 show=`echo "$value" |sed -e 's/^/ /'`
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-dump.h38 extern struct value *parse_and_eval_with_error (char *exp, const char *fmt, ...) ATTR_FORMAT (printf, 2, 3);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-lang.h22 struct value;
34 extern int pascal_value_print (struct value *, struct ui_file *, int, enum val_prettyprint);
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp70 static uint64_t value; local
87 value += random_time_bits ^ getpid();
89 for (int count = 0; count < TMP_MAX; value += 7777, ++count) {
90 uint64_t v = value;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DObjCRuntime.cpp28 raw_ostream &clang::operator<<(raw_ostream &out, const ObjCRuntime &value) { argument
29 switch (value.getKind()) {
37 if (value.getVersion() > VersionTuple(0)) {
38 out << '-' << value.getVersion();
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dinit_keytry.c78 /* The sp->_keytry value is initialized in newterm(), where the sp
101 char *value = tp->Strings[n]; local
104 && value != 0
105 && key_defined(value) == 0) {
107 value,
/freebsd-9.3-release/contrib/sendmail/contrib/
H A DsocketmapServer.pl55 my $value = mapLookup($mapName, $key);
56 my $result = (defined($value)) ? "OK $value" : "NOTFOUND";
71 my $value = ($mapName eq "virtuser") ? $mapping{$key} : undef;
72 return $value;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c76 int value; local
83 value = select(net+1, 0, 0, &excepts, &timeout);
84 } while ((value == -1) && (errno == EINTR));
86 if (value < 0) {
117 * The return value indicates whether we did any
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dnt_gss_common.c66 if (write (sock, buf->value, len) != len)
90 buf->value = malloc(len);
91 if (read (sock, buf->value, len) != len)
110 fprintf (stderr, "%s\n", (char *)status_string.value);
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Ddisplay_status.c50 status_string->value = NULL;
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dslc.h43 char *value; member in union:assignment::__anon4681
/freebsd-9.3-release/lib/libgssapi/
H A Dgss_compare_name.c50 if (name1->gn_value.value && name2->gn_value.value) {
55 memcmp(name1->gn_value.value, name1->gn_value.value,
H A Dgss_decapsulate_token.c39 unsigned char *p = input_token->value;
101 output_token->value = malloc(len);
102 if (!output_token->value)
104 memcpy(output_token->value, p, len);
H A Dgss_encapsulate_token.c116 memcpy(p, input_token->value, input_token->length);
123 output_token->value = malloc(len);
124 if (!output_token->value)
126 p = output_token->value;
H A Dgss_export_sec_context.c60 interprocess_token->value = malloc(interprocess_token->length);
61 if (!interprocess_token->value) {
73 p = interprocess_token->value;
77 memcpy(p + 2 + m->gm_mech_oid.length, buf.value, buf.length);
H A Dgss_utils.c89 to_buf->value = malloc(len);
90 if (!to_buf->value) {
96 memcpy(to_buf->value, from_buf->value, len);
H A Dutils.h30 do { (buffer)->value = NULL; (buffer)->length = 0; } while(0)
/freebsd-9.3-release/sbin/dhclient/
H A Dtree.h49 unsigned char *value; member in struct:tree_cache
/freebsd-9.3-release/sys/dev/cm/
H A Dsmc90cx6var.h99 #define PUTREG(off, value) \
102 (off), (value))
107 #define PUTMEM(off, value) \
110 (off), (value))
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_osdep.h155 #define E1000_WRITE_OFFSET(hw, offset, value) \
157 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset, value)
166 #define E1000_WRITE_REG(hw, reg, value) \
169 E1000_REGISTER(hw, reg), value)
176 #define E1000_WRITE_REG_ARRAY(hw, reg, index, value) \
179 E1000_REGISTER(hw, reg) + ((index)<< 2), value)
189 #define E1000_WRITE_REG_ARRAY_BYTE(hw, reg, index, value) \
192 E1000_REGISTER(hw, reg) + index, value)
194 #define E1000_WRITE_REG_ARRAY_WORD(hw, reg, index, value) \
197 E1000_REGISTER(hw, reg) + (index << 1), value)
[all...]
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsci_base_state.h87 * This field indicates the defined value for this state. After
90 U32 value; member in struct:SCI_BASE_STATE
/freebsd-9.3-release/sys/dev/usb/storage/
H A Drio500_usb.h38 int value; member in struct:RioCommand

Completed in 239 milliseconds

<<11121314151617181920>>