Searched refs:values (Results 126 - 150 of 297) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c117 Principal values[] = { local
126 tests[i].val = &values[i];
186 Authenticator values[] = { local
196 tests[i].val = &values[i];
731 TESTuint32 values[] = {0, 127, 128, 256, 512, local
757 if (values[i] != u) {
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S804 @ static void libunwind::Registers_arm::saveVFPWithFSTMD(unw_fpreg_t* values)
807 @ values pointer is in r0
818 @ static void libunwind::Registers_arm::saveVFPWithFSTMX(unw_fpreg_t* values)
821 @ values pointer is in r0
832 @ static void libunwind::Registers_arm::saveVFPv3(unw_fpreg_t* values)
835 @ values pointer is in r0
855 @ static void libunwind::Registers_arm::saveiWMMX(unw_fpreg_t* values)
858 @ values pointer is in r0
884 @ static void libunwind::Registers_arm::saveiWMMXControl(unw_uint32_t* values)
887 @ values pointe
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-pre.c72 generation of values/expressions by a given block. We use them
74 SSA_NAME's that represent values, so we know what values are
76 SSA, values are never killed, so we don't need a kill set, or a
79 expressions/values.
89 set. Even in SSA form, values are not live over the entire
91 remove values from the ANTIC set once we go past the definition
111 calculations with the now available values. */
139 operands with the values of the expression. Since we work on
140 values, an
219 bitmap values; member in struct:value_set
229 bitmap values; member in struct:bitmap_set
[all...]
H A Dc-cppbuiltin.c83 /* Used to convert radix-based values to base 10 values in several cases.
212 values of the two parts. The most significant part is
435 /* Newer versions have values 1002, 1003, .... */
554 The macro names and values here were chosen for compatibility with an
700 /* Hex values are really cool and convenient, except that they're
729 static const char *const values[] local
742 /* Pre-rendering the values mean we don't have to futz with printing a
755 value = values[idx + TYPE_UNSIGNED (type)];
H A Dgcov-io.h97 incorporates the values of its superlevels. This formatting allows
100 in technical documents. Level values [1..3f] are used for common
101 tags, values [41..9f] for the notes file and [a1..ff] for the data
145 values for those arcs that are instrumented. The SUMMARY records
329 consecutive values of expression. */
389 gcov_type sum_max; /* sum of individual run max values. */
421 gcov_type *values; /* their values. */ member in struct:gcov_ctr_info
457 consecutive values. */
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h72 assert(Buffer.empty() && "didn't claim all values out of buffer");
188 assert(!Finished && "cannot add more values after finishing builder");
189 assert(!Frozen && "cannot add values while subbuilder is active");
212 /// Add a bunch of new values to this initializer.
213 void addAll(llvm::ArrayRef<llvm::Constant *> values) { argument
214 assert(!Finished && "cannot add more values after finishing builder");
215 assert(!Frozen && "cannot add values while subbuilder is active");
216 Builder.Buffer.append(values.begin(), values.end());
250 assert(!Finished && "cannot add more values afte
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp179 // C-string values by having the ConstString unique the names in the global
321 bool ABISysV_s390x::GetArgumentValues(Thread &thread, ValueList &values) const {
322 unsigned int num_values = values.GetSize();
363 Value *value = values.GetValueAtIndex(value_index);
368 // We currently only support extracting values with Clang QualTypes. Do we
434 "integer values at present.");
439 "We don't support returning complex values at present");
470 "We don't support returning float values > 64 bits at present");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp218 SmallVector<void*, 16> values(NumArgs);
223 values[ArgNo] = ffiValueFor(ArgTy, ArgVals[ArgNo], ArgDataPtr);
235 ffi_call(&cif, Fn, ret.data(), values.data());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp687 // C-string values by having the ConstString unique the names in the global
797 ValueList &values) const {
798 unsigned int num_values = values.GetSize();
817 Value *value = values.GetValueAtIndex(value_index);
822 // We currently only support extracting values with Clang QualTypes. Do we
896 "integer values at present.");
901 "We don't support returning complex values at present");
904 "We don't support returning float values at present");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp66 cl::values(clEnumValN(DebugCompressionType::None, "none", "No compression"),
85 cl::desc("Prefer hex format for immediate values"));
102 cl::values(
183 cl::values(clEnumValN(AC_AsLex, "as-lex",
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp54 cl::values(clEnumValN(AccountOutputFormats::TEXT,
77 cl::values(clEnumValN(SortField::FUNCID, "funcid", "function id"),
95 cl::values(clEnumValN(SortDirection::ASCENDING, "asc", "ascending"),
341 // the values in seconds, with microsecond precision (0.000'001), so we
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh96 # 8. Repeat steps 4-7, except setting options to their default values at (6).
1610 sort > ${F}-values
1613 # Any line in $2-values which doesn't appear in $1-values and is a
1615 comm -13 $1-values $2-values |
1619 # For each path, pull out one (and only one!) entry from $1-values.
1625 look "${X}|" $1-values |
1630 rm $1-values $2-values
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp704 Ph->values()[ArgIndex] = E;
711 Ph->values().setValues(NPreds, nullptr);
713 Ph->values()[PIdx] = CurrE;
715 Ph->values()[ArgIndex] = E;
731 // Merge values from Map into the current variable map.
801 assert(Ph->values()[ArgIndex] == nullptr && "Wrong index for back edge.");
805 Ph->values()[ArgIndex] = E;
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua326 -- Indexed by valid values for loader_brand in loader.conf(5). Valid
337 -- Indexed by valid values for loader_logo in loader.conf(5). Valid keys
376 -- Indexed by valid values for loader_menu_frame in loader.conf(5).
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in56 Known values for OPTION are:
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp50 cl::values(clEnumValN(AutoPick, "auto", "Use best guess"),
67 cl::values(clEnumValN(AutoPick, "safe-auto", "Use best guess"),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp360 llvm::Metadata *values[2]; local
361 values[0] = ConstantAsMetadata::get(new_result_global);
362 values[1] = ConstantAsMetadata::get(new_constant_int);
364 ArrayRef<Metadata *> value_ref(values, 2);
1116 llvm::Metadata *values[2]; local
1117 values[0] = ConstantAsMetadata::get(persistent_global);
1118 values[1] = ConstantAsMetadata::get(constant_int);
1120 ArrayRef<llvm::Metadata *> value_ref(values, 2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc25 // are not a bitwise combination of RWX values
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc42 // Various constants whose values follow from the type parameters.
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.c1133 DRM_WARNING("timing values too large for mode info\n");
1554 if (put_user(connector->properties.values[i],
2782 property->values = malloc(sizeof(uint64_t)*num_values, DRM_MEM_KMS,
2784 if (!property->values)
2804 free(property->values, DRM_MEM_KMS);
2878 property->values[0] = min;
2879 property->values[1] = max;
2894 * Bitmask enum properties have the additional constraint of values
2919 property->values[index] = value;
2935 free(property->values, DRM_MEM_KM
[all...]
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh69 Units are required, e.g. "-e 60 days" Note that larger values
/freebsd-11-stable/sys/dev/drm/
H A Dr300_cmdbuf.c306 int values[64]; local
314 ("Cannot emit more than 64 values at a time (reg=%04x sz=%d)\n",
319 values[i] = ((int *)cmdbuf->buf)[i];
324 if (!radeon_check_offset(dev_priv, (u32) values[i])) {
340 OUT_RING_TABLE(values, sz);
384 /* the rest of the data is safe to emit, whatever the values the user passed */
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk183 # Use CC's values
190 # Export the values so sub-makes don't have to look them up again, using the
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp261 // Emit the DIE attribute values.
262 for (const auto &V : Die.values()) {

Completed in 345 milliseconds

1234567891011>>