Searched refs:values (Results 201 - 225 of 297) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in405 refreshed. Note that larger values imply more frequent refreshes.
/freebsd-11-stable/stand/
H A Ddefs.mk7 # because it includes bsd.own.mk which needs the right MK_ values,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h863 self()->printSExpr(E->values()[0], SS, Prec_MAX);
866 for (const auto *V : E->values()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h88 /// This cheats a bit in all of the uses since the values in the standard
269 /// A container for string pool string values.
288 /// A container for inline string values.
368 /// All values that aren't standard layout (or are larger than 8 bytes)
620 /// A list of DIE values.
632 /// have 2 or fewer values, and 90% have 5 or fewer. A vector would be
700 value_range values() { function in class:llvm::DIEValueList
703 const_value_range values() const { function in class:llvm::DIEValueList
935 /// DIEBlock - Represents a block of values.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp290 cl::values(clEnumValN(NoPGO, "nopgo", "Do not use PGO."),
303 cl::values(
498 OS << "Pass Name" << ',' << "# of missing debug values" << ','
927 // Before executing passes, print the final values of the LLVM options.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1524 sqlite3_value *values[])
1529 void *void_values = values;
1522 wrapped_func(sqlite3_context *context, int argc, sqlite3_value *values[]) argument
H A Dcache-membuffer.c193 /* To save space in our group structure, we only use 32 bit size values
255 const char **values; member in struct:prefix_pool_t
301 result->values = capacity
346 const apr_size_t idx = value - prefix_pool->values;
370 value = &prefix_pool->values[prefix_pool->values_used];
397 * a mismatch found in any of them when being compared with the values
409 * (content), key and type as hash values and is the baseline against which
657 * All offset values are global / absolute to that whole buffer.
701 and that all segments must / will report the same values here. */
773 * Updates are not synchronized and values ma
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp719 // If we can't store the values in the current type (if it's something
804 std::vector<StringRef> values, enums, uniques; member in class:__anon55::EnumArgument
809 values(Arg.getValueAsListOfStrings("Values")),
894 OS << " .Case(\"" << values[I] << "\", "; local
903 // Mapping from enumeration values back to enumeration strings isn't
904 // trivial because some enumeration values have multiple named
914 << ": return \"" << values[I] << "\";\n"; local
924 std::vector<StringRef> values, enums, uniques; member in class:__anon55::VariadicEnumArgument
939 values(Arg.getValueAsListOfStrings("Values")),
1006 OS << " .Case(\"" << values[ local
1022 << ": return \\"" << values[I] << "\\";\\n"; local
[all...]
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c104 struct ibv_values_ex *values)
109 if (values->comp_mask & IBV_VALUES_MASK_RAW_CLOCK) {
114 values->raw_clock.tv_sec = 0;
115 values->raw_clock.tv_nsec = cycles;
120 values->comp_mask = comp_mask;
103 mlx5_query_rt_values(struct ibv_context *context, struct ibv_values_ex *values) argument
H A Dmlx5.h575 struct ibv_values_ex *values);
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c640 /* Precompute all register parameters as described by ARGS, storing values
814 direct copy into registers. Copy the values into a group of pseudos
1570 /* Handle calls that pass values in multiple non-contiguous
1608 /* If we have pre-computed the values to put in the registers in
1660 /* Handle calls that pass values in multiple non-contiguous
1820 of the MIPS port, which requires SImode values to be sign-extended
2724 and update VALREG accordingly. BLKmode values are handled by the
2738 if return type is void. Disable for PARALLEL return values, because
2739 we have no way to move such values into a pseudo register. */
2826 if nonvolatile values ar
3161 split_complex_values(tree values) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S72 1: @ Look for zeroes, equal values, INF, or NAN.
765 @ Compare values.
769 subpls r0, r2, r3 @ if same sign compare values, set r0
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s42 ; return values ; r28 (ret0,ret1)
905 ; Registers to hold 64-bit values to manipulate. The "L" part
913 ; Floating point registers to use to save values that
1105 ; Load up all of the values we are going to use
1236 ; Load up all of the values we are going to use
1361 ; Load up all of the values we are going to use
1534 ; Load up all of the values we are going to use
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py239 return repr(self.symbols.values())
690 for ver in self.versions.values():
691 for sym in ver.symbols.values():
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1639 // C-string values by having the ConstString unique the names in the global
1742 bool ABISysV_arm64::GetArgumentValues(Thread &thread, ValueList &values) const {
1743 uint32_t num_values = values.GetSize();
1757 // We currently only support extracting values with Clang QualTypes. Do we
1759 Value *value = values.GetValueAtIndex(value_idx);
1885 "integer values at present.");
1891 "returning complex float values are not supported");
1906 "returning float values with a byte size of %" PRIu64
1911 error.SetErrorString("returning float values longer than 128 "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1641 // C-string values by having the ConstString unique the names in the global
1740 ValueList &values) const {
1741 uint32_t num_values = values.GetSize();
1755 // We currently only support extracting values with Clang QualTypes. Do we
1757 Value *value = values.GetValueAtIndex(value_idx);
1912 "integer values at present.");
1918 "returning complex float values are not supported");
1933 "returning float values with a byte size of %" PRIu64
1938 error.SetErrorString("returning float values longer than 128 "
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h49 /* default values for configuration options */
694 void sc_get_bios_values(bios_values_t *values);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h881 u_int32 values[NUMCBUGVALUES]; member in struct:info_clkbug
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp224 // Skip over target values.
305 bool ABISysV_arc::GetArgumentValues(Thread &thread, ValueList &values) const {
368 "We don't support returning large integer values at present.");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp980 // C-string values by having the ConstString unique the names in the global
1058 // . handle 64bit values and their register / stack requirements
1095 // skip over target values
1185 ValueList &values) const {
1265 a = the caller can change parameter values
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h257 /* Gather all svn:externals property values from the actual properties on
259 to const char * values.
443 * added and deleted nodes). All other output values will be set to the current
444 * values or those they would have after a commit.
460 * wc_ctx. Allocate the return values in @a result_pool; use @a scratch_pool
503 * @a repos_uuid to the original (if a copy) or their current values.
538 * svn_wc__db_status_server_excluded. Otherwise set these values to FALSE.
599 * svn_node_unknown, @a revision SVN_INVALID_REVNUM and all other values NULL.
794 * svn_string_t *</tt> values for all the regular properties of the node
854 * property values i
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.sys.mk77 # is set to low values, these have to be disabled explicitly.
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c92 struct namedobjects_head *values; member in struct:namedobj_instance
540 * 2) Add high bit to O_SETFIB/O_SETDSCP values (to make room
626 * 2) Remove highest bit from O_SETFIB/O_SETDSCP values.
1265 * Flushes rules counters and/or log values on matching range.
2841 * Rewrites user-supplied opcode values with kernel ones.
4316 /* Save old values */
4349 ni->values = &ni->names[ni->nn_size];
4355 TAILQ_INIT(&ni->values[i]);
4535 TAILQ_FOREACH(no, &ni->values[hash], nv_next) {
4563 TAILQ_INSERT_HEAD(&ni->values[has
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp117 cl::values(clEnumVal(Default, "At top of block or after label"),
123 cl::values(clEnumValN(AccelTableKind::Default, "Default",
133 cl::values(clEnumVal(Default, "Default for platform"),
146 cl::values(clEnumVal(Default, "Default for platform"),
159 cl::values(clEnumValN(DefaultLinkageNames, "Default",
543 /// Try to interpret values loaded into registers that forward parameters
800 // Try to interpret values of call site parameters.
1410 // second and third debug values are ended by the overlapping debug value entry
1441 // Remove all values that are no longer live.
1473 // Do not add undef debug values, a
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c58 /* We store P2L proto-index entries as 6 values, 64 bits each on disk.
122 * invalid item index values. */
186 /* underlying data file containing the packed values */
217 /* buffer for prefetched values */
521 * we have and unsigned values have well-defined conversions in C.
565 * Assert that we never read partial values. */
706 const apr_uint64_t *values = (const apr_uint64_t *)entries->elts; local
712 apr_int64_t diff = values[i] - last_value;
713 last_value = values[i];
1184 /* resolve all pointer values o
[all...]

Completed in 347 milliseconds

1234567891011>>