Searched refs:values (Results 176 - 200 of 297) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp223 bool ABISysV_ppc64::GetArgumentValues(Thread &thread, ValueList &values) const {
224 unsigned int num_values = values.GetSize();
263 Value *value = values.GetValueAtIndex(value_index);
268 // We currently only support extracting values with Clang QualTypes. Do we
334 "integer values at present.");
339 "We don't support returning complex values at present");
366 "We don't support returning float values > 64 bits at present");
394 // first register used to return values) or by specifying the offset of a
433 "No more than 8 registers should be used to return values");
688 // get first V register used to return values
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp336 bool ABISysV_ppc::GetArgumentValues(Thread &thread, ValueList &values) const {
337 unsigned int num_values = values.GetSize();
387 Value *value = values.GetValueAtIndex(value_index);
392 // We currently only support extracting values with Clang QualTypes. Do we
456 "integer values at present.");
461 "We don't support returning complex values at present");
488 "We don't support returning float values > 64 bits at present");
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s5 ; slightly different given all values must be 32-bit between
6 ; function calls. Thus the 64-bit return values are returned
48 ; return values ; r28,r29 (ret0,ret1)
918 ; Registers to hold 64-bit values to manipulate. The "L" part
926 ; Floating point registers to use to save values that
1118 ; Load up all of the values we are going to use
1249 ; Load up all of the values we are going to use
1374 ; Load up all of the values we are going to use
1547 ; Load up all of the values we are going to use
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c182 /* Array of corresponding values. */
183 bfd_signed_vma *values; member in struct:debug_enum_type
399 values. */
1344 array of strings, and an array of corresponding values. */
1348 bfd_signed_vma *values)
1362 e->values = values;
2555 type->u.kenum->values);
3106 pv1 = t1->u.kenum->values;
3107 pv2 = t2->u.kenum->values;
1345 debug_make_enum_type(void *handle, const char **names, bfd_signed_vma *values) argument
[all...]
H A Dprdbg.c622 bfd_signed_vma *values)
658 if (values[i] != val)
662 print_vma (values[i], ab, FALSE, FALSE);
666 val = values[i];
1967 bfd_signed_vma *values)
1974 if (! pr_enum_type (p, tag, names, values))
1983 /* Generate entries for the values. */
1988 print_vma (values[i], ab, FALSE, FALSE);
616 pr_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *values) argument
1960 tg_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *values) argument
H A Dstabs.c1113 /* FIXME: gdb converts structure values to structure pointers in a
1929 bfd_signed_vma *values; local
1946 /* Read the value-names and their values.
1951 values = (bfd_signed_vma *) xmalloc (alloc * sizeof *values);
1979 values = ((bfd_signed_vma *)
1980 xrealloc (values, alloc * sizeof *values));
1984 values[n] = val;
1989 values[
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c29 line numbers. For example, the CONST_DECLs for enum values. */
1831 values we should copy from old to new. */
3410 See tree.h for possible values.
3462 See tree.h for possible values.
5150 compile-time constant. INIT must be either a TREE_LIST of values,
7475 so that we can warn about default return values, or explicit
7476 return values which do not match prescribed defaults. */
9576 This function can be used as a predicate. Positive values indicate
9577 a copy constructor and nonzero values indicate a copy assignment
10652 may be used to declare the individual values a
10679 tree values; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp131 cl::ValuesClass ChunkValues = cl::values(
228 cl::values(
256 cl::values(clEnumValN(SymbolSortMode::None, "none",
265 cl::values(
284 cl::values(
638 cl::desc("Don't write fields with default values"),
711 cl::values(clEnumValN(InputFileType::PDBFile, "pdb-file",
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c669 * Extract min and max values from an IPAddressOrRange.
934 STACK_OF(CONF_VALUE) *values)
947 for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
948 CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
984 * the other input values.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp195 // C-string values by having the ConstString unique the names in the global
368 ValueList &values) const {
369 unsigned int num_values = values.GetSize();
413 Value *value = values.GetValueAtIndex(value_index);
418 // We currently only support extracting values with Clang QualTypes. Do we
484 "integer values at present.");
489 "We don't support returning complex values at present");
521 "We don't support returning float values > 64 bits at present");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1063 // C-string values by having the ConstString unique the names in the global
1209 ValueList &values) const {
1210 unsigned int num_values = values.GetSize();
1248 Value *value = values.GetValueAtIndex(value_index);
1317 "integer values at present.");
1322 "We don't support returning complex values at present");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1301 // C-string values by having the ConstString unique the names in the global
1444 bool ABISysV_arm::GetArgumentValues(Thread &thread, ValueList &values) const {
1445 uint32_t num_values = values.GetSize();
1448 // For now, assume that the types in the AST values come from the Target's
1461 // We currently only support extracting values with Clang QualTypes. Do we
1463 Value *value = values.GetValueAtIndex(value_idx);
1831 } else { // Some error occurred while getting values from registers
1900 "integer values at present.");
1905 "We don't support returning complex values at present");
1908 "We don't support returning float values a
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1300 // C-string values by having the ConstString unique the names in the global
1443 bool ABIMacOSX_arm::GetArgumentValues(Thread &thread, ValueList &values) const {
1444 uint32_t num_values = values.GetSize();
1447 // For now, assume that the types in the AST values come from the Target's
1460 // We currently only support extracting values with Clang QualTypes. Do we
1462 Value *value = values.GetValueAtIndex(value_idx);
1786 "integer values at present.");
1791 "We don't support returning complex values at present");
1794 "We don't support returning float values at present");
/freebsd-11-stable/contrib/gcc/
H A Dtree.h227 because emit_library_call_value can't handle complex values. */
1118 of cached values, or is something else. */
1519 /* CASE_LABEL_EXPR accessors. These give access to the high and low values
1873 /* An index number for this block. These values are not guaranteed to
1932 Note that the type.values, type.minval, and type.maxval fields are
1942 #define TYPE_VALUES(NODE) (ENUMERAL_TYPE_CHECK (NODE)->type.values)
1943 #define TYPE_DOMAIN(NODE) (ARRAY_TYPE_CHECK (NODE)->type.values)
1944 #define TYPE_FIELDS(NODE) (RECORD_OR_UNION_CHECK (NODE)->type.values)
1945 #define TYPE_CACHED_VALUES(NODE) (TYPE_CHECK(NODE)->type.values)
1947 (INTEGER_TYPE_CHECK (NODE)->type.values \
2126 tree values; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py238 for raw in ds.get_fsacl().values():
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.h366 struct ibv_values_ex *values);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs_compat.h530 int q_values, struct ib_device_values *values)
529 ib_query_values(struct ib_device *device, int q_values, struct ib_device_values *values) argument
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk126 # Common values for FreeBSD
153 # Typical values for cores:
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh443 * Find out the values of any resources we
599 * values from probe routines.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp79 cl::values(
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp39 cl::values(clEnumValN(ConvertFormats::BINARY, "raw", "output in binary"),
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex77 information about the device. The values are arbitrary byte strings,
220 size) pairs of 64 bit values, terminated by a zero size entry. The
447 \emph{value}\texttt{;}}. The property values can be given in any
497 values. For example, it checks that \texttt{reg} properties have a
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h59 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties
122 #define CRTC_INTERLACE_HALVE_V 0x1 /* halve V values for interlacing */
134 /* Proposed mode values */
290 uint64_t *values; member in struct:drm_property
376 * @gamma_store: gamma ramp values
677 * drm_mode_set - new values for a CRTC config change
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk20 # _* hold the original values of .*

Completed in 423 milliseconds

1234567891011>>