Home
last modified time | relevance | path

Searched full:representation (Results 1 – 25 of 1644) sorted by relevance

12345678910>>...66

/freebsd/lib/libefivar/
H A Defivar-dp-format.c123 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
125 is FALSE, then the longer text representation of the display node
128 representation for a device node can be used, where applicable.
150 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
152 is FALSE, then the longer text representation of the display node
155 representation for a device node can be used, where applicable.
177 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
179 is FALSE, then the longer text representation of the display node
182 representation for a device node can be used, where applicable.
210 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
[all …]
H A Duefi-dplib.h400 Converts a device path to its text representation.
403 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
405 is FALSE, then the longer text representation of the display node
408 representation for a device node can be used, where applicable.
410 @return A pointer to the allocated text representation of the device path or
423 Converts a device node to its string representation.
426 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
428 is FALSE, then the longer text representation of the display node
431 representation for a device node can be used, where applicable.
433 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
[all …]
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.347 A representation of ELF addresses.
49 A class-independent representation of an ELF Compression Header.
51 A class-independent representation of ELF
55 A class-independent representation of an ELF Executable Header.
59 A class-independent representation of a ELF offset.
61 A class-independent representation of an ELF Program Header Table
64 A class-independent representation of an ELF relocation entry.
66 A class-independent representation of an ELF relocation entry with
69 A class-independent representation of an ELF Section Header Table
76 A class-independent representation of an ELF symbol table entry.
[all …]
H A Delf.392 .Ss Data Representation And Translation
103 representation, i.e., using the native byteorder and alignment mandated
107 representation of the same data could use a different byte ordering
303 representation of data in a section can be retrieved using the
483 Translate an ELF data structure from its native representation to its
484 file representation.
486 Translate an ELF data structure from its file representation to a
487 native representation.
553 Return the size of the file representation of an ELF type.
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePathToText.h22 Convert a device node to its text representation.
25 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
27 is FALSE, then the longer text representation of the display node
30 representation for a device node can be used, where applicable.
32 @retval a_pointer a pointer to the allocated text representation of the device node data
45 Convert a device path to its text representation.
48 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
50 is FALSE, then the longer text representation of the display node
53 text representation for a device node cannot be used.
55 @retval a_pointer a pointer to the allocated text representation of the device node.
H A DDevicePathFromText.h22 Convert text to the binary representation of a device node.
24 @param TextDeviceNode TextDeviceNode points to the text representation of a device
39 Convert text to the binary representation of a device node.
41 @param TextDeviceNode TextDevicePath points to the text representation of a device
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp891 ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern() argument
894 switch (representation) { in ValueAsBitPattern()
911 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument
916 representation, in _Unwind_VRS_Set()
917 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
921 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
928 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set()
930 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set()
945 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
952 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set()
[all …]
/freebsd/lib/libc/stdtime/
H A Dtime32.c7 * representation of time_t these routines are expected to assume temporal
18 * Convert a 32 bit representation of time_t into time_t. XXX needs to
28 * Convert time_t to a 32 bit representation. If time_t is 64 bits we can
29 * simply chop it down. The resulting 32 bit representation can be
39 * Convert a 64 bit representation of time_t into time_t. If time_t is
50 * Convert time_t to a 64 bit representation. If time_t is represented
H A Dstrftime.390 is replaced by national representation of the full weekday name.
92 is replaced by national representation of
95 is replaced by national representation of the full month name.
97 is replaced by national representation of
103 is replaced by national representation of time and date.
160 is replaced by national representation of either
203 is replaced by national representation of the time.
205 is replaced by national representation of the date.
218 is replaced by national representation of the date and time
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp508 : Representation(Other.Representation) { in NestedNameSpecifierLocBuilder()
527 Representation = Other.Representation; in operator =()
567 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
580 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
592 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
604 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
613 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
614 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
624 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper()
634 Representation = Qualifier; in MakeTrivial()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst1 Hierarchical Trace Representation (HTR)
3 The humongous amount of data processor traces like the ones obtained with Intel PT contain is not digestible to humans in its raw form. Given this, it is useful to summarize these massive traces by extracting useful information. Hierarchical Trace Representation (HTR) is the way lldb represents a summarized trace internally. HTR efficiently stores trace data and allows the trace data to be transformed in a way akin to compiler passes.
11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of layers:
21 **Pass:** A transformation applied to a *layer* that generates a new *layer* that is a more summarized, consolidated representation of the trace data.
24 The image below illustrates the transformation of a trace's representation (HTR)
31 A *pass* is applied to a *layer* to extract useful information (summarization) and compress the trace representation into a new *layer*. The idea is to have a series of passes where each pass specializes in extracting certain information about the trace. Some examples of potential passes include: identifying functions, identifying loops, or a more general purpose such as identifying long sequences of instructions that are repeated (i.e. Basic Super Block). Below you will find a description of each pass currently implemented in lldb.
/freebsd/lib/libcalendar/
H A Dcalendar.c38 * month. This assumes the internal date representation, where a year
52 /* The last day of Julian calendar, in internal and ndays representation */
69 date idt; /* Internal date representation */ in jdate()
95 /* return external representation of the date */ in jdate()
106 date idt; /* Internal date representation */ in ndaysj()
134 date idt; /* for internal date representation */ in gdate()
173 /* return external representation of found date */ in gdate()
185 date idt; /* Internal date representation */ in ndaysg()
194 * representation.
254 idt.y = y - 1; /* internal representation of y-1-1 */ in firstweek()
[all …]
/freebsd/contrib/mandoc/
H A Dmchars_alloc.390 string representation of a character number consisting of
112 string representation of a Unicode codepoint consisting of
114 digits into an integer representation.
171 characters and returns an ASCII string representation.
172 The length of the representation is returned in
200 and returns an ASCII string representation, or the string
/freebsd/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h482 Converts a device path to its text representation.
485 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
487 is FALSE, then the longer text representation of the display node
490 representation for a device node can be used, where applicable.
492 @return A pointer to the allocated text representation of the device path or
505 Converts a device node to its string representation.
508 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation
510 is FALSE, then the longer text representation of the display node
513 representation for a device node can be used, where applicable.
515 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
[all …]
/freebsd/contrib/kyua/utils/fs/
H A Dexceptions.cpp55 /// \param textual_path Textual representation of the invalid path.
73 /// \return The textual representation of the invalid path.
83 /// \param textual_path1_ Textual representation of the first path.
84 /// \param textual_path2_ Textual representation of the second path.
105 /// \return The textual representation of the path.
115 /// \return The textual representation of the path.
/freebsd/lib/libc/xdr/
H A Dxdr.345 .Nd "library routines for external data representation"
98 representation.
362 and its external representation.
514 between its C form and its external representation.
721 and its corresponding external representation.
788 representation.
831 .%T "eXternal Data Representation Standard: Protocol Specification"
834 .%T "eXternal Data Representation: Sun Technical Notes"
837 .%T "XDR: External Data Representation Standard"
/freebsd/lib/libc/uuid/
H A Duuid.375 To convert from the binary representation to the string representation or
95 functions encode a binary representation of a UUID into an octet stream
165 The string representation of an UUID is not valid.
167 The function can not allocate memory to store an UUID representation.
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolXCOFF.cpp1 //===- lib/MC/MCSymbolXCOFF.cpp - XCOFF Code Symbol Representation --------===//
15 "Trying to get csect representation of this symbol but none was set."); in getRepresentedCsect()
18 "representation."); in getRepresentedCsect()
29 "representation."); in setRepresentedCsect()
/freebsd/contrib/ldns/ldns/
H A Dhost2str.h15 * representation, as well as functions to print them.
55 /** Provide bubblebabble representation for DS RR's as comment */
84 * annotated in the comment section of the textual representation the record.
111 * representation of Resource Records completely.
126 * bubblebabble representation of DS RR's.
183 * \param[in] opcode to find the string representation of
193 * \param[in] rcode to find the string representation of
203 * \param[in] algorithm to find the string representation of
214 * \param[in] cert_algorithm to find the string representation of
335 * Converts an ldns_rr_type value to its string representation,
[all …]
/freebsd/share/doc/psd/24.xdr/
H A Dxdr.nts.ms13 .OH 'External Data Representation: Sun Technical Notes''Page %'
14 .EH 'Page %''External Data Representation: Sun Technical Notes'
17 \&External Data Representation: Sun Technical Notes
21 External Data Representation (XDR) standard, a set of library routines
26 .I "External Data Representation Standard: Protocol Specification".
33 For a compete specification of the system External Data Representation
175 a filter that knows the standard representation
260 floating-point representation (IEEE), and so on. Any program running on
262 local representation to the XDR standard representations; similarly, any
289 The time spent converting to and from a canonical representation is
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod65 hexadecimal number representation and converts them to a B<BIGNUM> and
67 B<a> is NULL, it only computes the length of valid representation.
78 the most significant bit signals a negative number (the representation
81 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to>
85 BN_mpi2bn() converts the B<len> bytes long representation at B<s> to
104 BN_bn2mpi() returns the length of the representation. BN_mpi2bn()
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistputil.c45 * internal representation of points as used by ecp_nistp###.c rather than
48 * coordinates each), based on an internal representation of field elements
153 * digits over the binary representation, and was merely meant to simplify the
158 * (1) Given a binary representation
171 * representation of the same value, using signed bits s_i = b_(i-1) - b_i.
172 * This representation from Booth's paper has since appeared in the
175 * "sign-alternating {+-1}-representation".
180 * (2) Various window schemes can be applied to the Booth representation of
/freebsd/contrib/tcp_wrappers/
H A Dhosts_access.342 A printable representation of the client network address.
44 An internal representation of the client network address and port. The
49 A printable representation of the server endpoint address.
51 An internal representation of the server endpoint address and port.
/freebsd/share/man/man3/
H A Dqmath.3117 .Xr Q_Q2D 3 double representation
118 .Xr Q_Q2F 3 float representation
257 than the more typical two's complement representation.
261 This binary representation used for Q numbers therefore comprises a set of
271 The following example illustrates the binary representation of a Q20.8 number
334 representation of the variable
335 .Pq including its full precision decimal C-string representation ,
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h9 // Representation of data which is passed from the compiler-generated calls into
98 /// value. Remaining bits are log_2(bit width). The value representation is
103 /// representation is that of bitcasting the floating-point value to an
106 /// Any other type. The value representation is unspecified.
142 /// \brief Representation of an operand value provided by the instrumented code.
161 /// Is \c Val a (zero-extended) integer representation of a float?

12345678910>>...66