Searched refs:value (Results 476 - 500 of 2924) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/sys/mips/malta/
H A Dgt_pci_bus_space.c292 * Write the 2 or 4 byte value `value' to bus space
297 bus_size_t offset, uint16_t value)
300 wr16(bsh + offset, value);
305 bus_size_t offset, uint32_t value)
308 wr32(bsh + offset, value);
364 * Write the 2 or 4 byte value `val' to bus space described
369 bus_size_t offset, uint16_t value, size_t count)
374 wr16(addr, value);
379 bus_size_t offset, uint32_t value, size_
296 gt_pci_bs_w_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value) argument
304 gt_pci_bs_w_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value) argument
368 gt_pci_bs_sm_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value, size_t count) argument
378 gt_pci_bs_sm_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value, size_t count) argument
392 gt_pci_bs_sr_2(void *t, bus_space_handle_t bsh, bus_size_t offset, uint16_t value, size_t count) argument
402 gt_pci_bs_sr_4(void *t, bus_space_handle_t bsh, bus_size_t offset, uint32_t value, size_t count) argument
[all...]
/freebsd-10.0-release/sys/mips/rmi/dev/xlr/
H A Ddebug.h90 #define xlr_set_counter(x, value) atomic_set_int(&xlr_counters[PCPU_GET(cpuid)][(x)], (value))
97 #define xlr_set_counter(x, value)
/freebsd-10.0-release/usr.bin/dc/
H A Dbcode.h45 struct value { struct
55 struct value *data;
60 struct value *stack;
/freebsd-10.0-release/usr.bin/protect/
H A Dprotect.c54 long value; local
61 value = strtol(id, &ch, 0);
66 return (value);
/freebsd-10.0-release/sys/mips/rmi/
H A Dbus_space_rmi.c116 bus_size_t offset, u_int8_t value);
121 bus_size_t offset, u_int16_t value);
126 bus_size_t offset, u_int32_t value);
167 bus_size_t offset, u_int16_t value,
172 bus_size_t offset, u_int32_t value,
217 bus_size_t offset, u_int8_t value);
220 bus_size_t offset, u_int16_t value);
224 bus_size_t offset, u_int32_t value);
446 * Write the 1, 2, 4, or 8 byte value `value' t
451 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
458 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
465 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
505 rmi_bus_space_set_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
515 rmi_bus_space_set_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
621 rmi_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
629 rmi_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
637 rmi_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
[all...]
/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c120 static void dump_entry(int value);
131 static void print_entry(FILE *fp, int value);
390 print_entry(FILE *fp, int value) argument
392 int val = value & ~SPECIAL;
394 switch (value) {
486 if (value & SPECIAL) {
591 dump_entry(int value) argument
593 if (value & SPECIAL) {
594 value &= ~SPECIAL;
595 switch (value) {
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h55 /// static void enumeration(IO &io, Colors &value) {
56 /// io.enumCase(value, "red", cRed);
57 /// io.enumCase(value, "blue", cBlue);
58 /// io.enumCase(value, "green", cGreen);
64 // static void enumeration(IO &io, T &value);
73 /// static void bitset(IO &io, MyFlags &value) {
74 /// io.bitSetCase(value, "big", flagBig);
75 /// io.bitSetCase(value, "flat", flagFlat);
76 /// io.bitSetCase(value, "round", flagRound);
82 // static void bitset(IO &io, T &value);
173 static bool const value = (sizeof(test<ScalarEnumerationTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_ScalarEnumerationTraits
190 static bool const value = (sizeof(test<ScalarBitSetTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_ScalarBitSetTraits
209 static bool const value = (sizeof(test<ScalarTraits<T> >(0,0)) == 1); member in struct:llvm::yaml::has_ScalarTraits
226 static bool const value = (sizeof(test<MappingTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_MappingTraits
243 static bool const value = (sizeof(test<SequenceTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_SequenceMethodTraits
254 static const bool value = false; member in class:llvm::yaml::has_FlowTraits
273 static bool const value = sizeof(f<Derived>(0)) == 2; member in struct:llvm::yaml::has_FlowTraits
297 static bool const value = (sizeof(test<DocumentListTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_DocumentListTraits
743 StringRef value() const { return _value; } function in class:llvm::yaml::Input::ScalarHNode
[all...]
H A DEndian.h30 /// \brief ::value is either alignment, or alignof(T) if alignment is 0.
33 enum {value = alignment == 0 ? AlignOf<T>::Alignment : alignment}; enumerator in enum:llvm::support::detail::PickAlignment::__anon2027
39 inline value_type byte_swap(value_type value) { argument
41 return sys::SwapByteOrder(value);
42 return value;
53 (detail::PickAlignment<value_type, alignment>::value)),
61 inline void write(void *memory, value_type value) { argument
62 value = byte_swap<value_type, endian>(value);
64 (detail::PickAlignment<value_type, alignment>::value)),
65 &value, local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/
H A Ditbl-ops.c36 * 0xddd..d - immediate value
68 * uint value = 0x1
87 * would both assemble to the hex value:
137 unsigned long value; /* opcode/instruction mask/register number */ member in struct:itbl_entry
139 struct itbl_range range; /* bit range within instruction for value */
161 e_type type, char *name, unsigned long value);
162 static unsigned long apply_range (unsigned long value, struct itbl_range r);
163 static unsigned long extract_range (unsigned long value, struct itbl_range r);
208 itbl_add_insn (int yyprocessor, char *name, unsigned long value, argument
212 e = alloc_entry (get_processor (yyprocessor), e_insn, name, value);
505 unsigned long value; local
595 unsigned long value; local
841 alloc_entry(e_processor processor, e_type type, char *name, unsigned long value) argument
[all...]
H A Dhash.c72 Note this value can be reduced to 4051 by using the command line
226 hash_insert (struct hash_control *table, const char *key, PTR value) argument
243 p->data = value;
253 error. If an entry already exists, its value is replaced. */
256 hash_jam (struct hash_control *table, const char *key, PTR value) argument
269 p->data = value;
280 p->data = value;
290 value stored for the entry. If the entry is not found in the hash
294 hash_replace (struct hash_control *table, const char *key, PTR value) argument
309 p->data = value;
377 hash_traverse(struct hash_control *table, void (*pfn) (const char *key, PTR value)) argument
456 char *value; variable
[all...]
/freebsd-10.0-release/sys/mips/nlm/
H A Dbus_space_rmi_pci.c118 bus_size_t offset, u_int8_t value);
123 bus_size_t offset, u_int16_t value);
128 bus_size_t offset, u_int32_t value);
169 bus_size_t offset, u_int16_t value,
174 bus_size_t offset, u_int32_t value,
219 bus_size_t offset, u_int8_t value);
222 bus_size_t offset, u_int16_t value);
226 bus_size_t offset, u_int32_t value);
410 u_int16_t value; local
412 value
420 uint32_t value; local
470 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
478 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
487 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
539 rmi_pci_bus_space_set_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
549 rmi_pci_bus_space_set_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
676 rmi_pci_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
684 rmi_pci_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
693 rmi_pci_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.c61 # Any configuration value is only changed the first time it is set.
416 int negated, opcode, *intptr, value, value2; local
459 fatal("%s line %d: missing time value.",
461 if ((value = convtime(arg)) == -1)
462 fatal("%s line %d: invalid time value.",
465 *intptr = value;
474 value = 0; /* To avoid compiler warning... */
476 value = 1;
478 value = 0;
482 *intptr = value;
[all...]
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dcomconsole.c57 const void *value);
60 const void *value);
63 const void *value);
175 comc_speed_set(struct env_var *ev, int flags, const void *value) argument
179 if (value == NULL || (speed = comc_parseint(value)) <= 0) {
188 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
194 comc_port_set(struct env_var *ev, int flags, const void *value) argument
198 if (value == NULL || (port = comc_parseint(value)) <
283 comc_pcidev_set(struct env_var *ev, int flags, const void *value) argument
[all...]
/freebsd-10.0-release/sys/boot/pc98/libpc98/
H A Dcomconsole.c57 const void *value);
60 const void *value);
63 const void *value);
175 comc_speed_set(struct env_var *ev, int flags, const void *value) argument
179 if (value == NULL || (speed = comc_parseint(value)) <= 0) {
188 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
194 comc_port_set(struct env_var *ev, int flags, const void *value) argument
198 if (value == NULL || (port = comc_parseint(value)) <
283 comc_pcidev_set(struct env_var *ev, int flags, const void *value) argument
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldexp.h27 bfd_vma value; member in struct:__anon618
79 bfd_vma value; member in struct:etree_union::__anon626
81 } value; member in union:etree_union
85 bfd_vma value; member in struct:etree_union::__anon627
140 bfd_vma value; member in struct:segment_struct
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck2.c71 value may not be changed thereafter. Thus, we emit hard errors for these,
112 (*fn) ("%s of read-only named return value %qD", string, arg);
143 /* Compute the hash value of the node VAL. This function is used by the
349 cxx_incomplete_type_diagnostic (tree value, tree type, int diag_type)
365 if (value != 0 && (TREE_CODE (value) == VAR_DECL
366 || TREE_CODE (value) == PARM_DECL
367 || TREE_CODE (value) == FIELD_DECL))
369 p_msg ("%q+D has incomplete type", value);
420 if (value
348 cxx_incomplete_type_diagnostic(tree value, tree type, int diag_type) argument
439 cxx_incomplete_type_error(tree value, tree type) argument
452 tree field_index, value; local
587 tree value, type; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDataEncoder.h59 /// A new address byte size value.
78 /// A new address byte size value.
163 /// Get the current byte order value.
166 /// The current byte order value from this object's internal
201 /// @param[in] value
202 /// The value to encode into the data.
209 PutU8 (uint32_t offset, uint8_t value);
212 PutU16 (uint32_t offset, uint16_t value);
215 PutU32 (uint32_t offset, uint32_t value);
218 PutU64 (uint32_t offset, uint64_t value);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h58 ReadRegister (const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value);
61 WriteRegister (const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value);
123 // Provide a location for where THIS function saved the CALLER's register value
129 // or may not be the value of that reg when the function was executing), we won't return any value.
140 lldb_private::RegisterValue &value);
145 const lldb_private::RegisterValue &value);
153 ReadGPRValue (int register_kind, uint32_t regnum, lldb::addr_t &value);
189 // to the instruction after the CALL, this value will have 1
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dnamed_atomic.c73 /* We need 8 bytes for the actual value and the remainder is used to
106 #define synched_write(mem, value) InterlockedExchange64(mem, value)
108 #define synched_cmpxchg(mem, value, comperand) \
109 InterlockedCompareExchange64(mem, value, comperand)
119 #define synched_write(mem, value) __sync_lock_test_and_set(mem, value)
121 #define synched_cmpxchg(mem, value, comperand) \
122 __sync_val_compare_and_swap(mem, comperand, value)
138 synched_write(volatile apr_int64_t *mem, apr_int64_t value) argument
153 synched_cmpxchg(volatile apr_int64_t *mem, apr_int64_t value, apr_int64_t comperand) argument
179 volatile apr_int64_t value; member in struct:named_atomic_data_t
607 svn_named_atomic__read(apr_int64_t *value, svn_named_atomic__t *atomic) argument
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py140 for key, value in options:
147 interface_name = value
150 if ( int(value) >= 0):
151 timeout = value
158 wpas_dbus_interface = value
H A Dp2p_listen.py130 for key, value in options:
137 interface_name = value
140 if ( int(value) >= 0):
141 timeout = value
148 wpas_dbus_interface = value
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Dgss_common.c53 if (net_write (sock, buf->value, len) != len)
79 buf->value = emalloc(len);
80 enet_read (sock, buf->value, len);
99 (char *)status_string.value);
150 (char *)name_token.value);
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A Dcm_pmeth.c156 const char *type, const char *value)
158 if (!value)
164 void *p = (void *)value;
171 c = EVP_get_cipherbyname(value);
181 key = string_to_hex(value, &keylen);
155 pkey_cmac_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost_pmeth.c121 const char *type, const char *value)
126 if (!value)
130 if (strlen(value) == 1)
132 switch(toupper((unsigned char)value[0]))
151 else if ((strlen(value) == 2) && (toupper((unsigned char)value[0]) == 'X'))
153 switch (toupper((unsigned char)value[1]))
172 param_nid = OBJ_txt2nid(value);
196 const char *type, const char *value)
201 if (!value)
120 pkey_gost_ctrl94_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
195 pkey_gost_ctrl01_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
508 pkey_gost_mac_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Dmodf.c36 double value; member in union:__anon5364
50 double value; member in union:__anon5366
65 ew_u.value = (d); \
75 gh_u.value = (d); \
86 (d) = iw_u.value; \

Completed in 165 milliseconds

<<11121314151617181920>>