| /freebsd-13-stable/lib/libefivar/ |
| HD | efivar-dp-format.c | 127 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation 129 is FALSE, then the longer text representation of the display node 132 representation for a device node can be used, where applicable. 154 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation 156 is FALSE, then the longer text representation of the display node 159 representation for a device node can be used, where applicable. 181 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation 183 is FALSE, then the longer text representation of the display node 186 representation for a device node can be used, where applicable. 214 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation [all …]
|
| HD | uefi-dplib.h | 409 Converts a device path to its text representation. 412 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation 414 is FALSE, then the longer text representation of the display node 417 representation for a device node can be used, where applicable. 419 @return A pointer to the allocated text representation of the device path or 432 Converts a device node to its string representation. 435 @param DisplayOnly If DisplayOnly is TRUE, then the shorter text representation 437 is FALSE, then the longer text representation of the display node 440 representation for a device node can be used, where applicable. 442 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode [all …]
|
| /freebsd-13-stable/contrib/elftoolchain/libelf/ |
| HD | gelf.3 | 47 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 …]
|
| /freebsd-13-stable/sys/contrib/edk2/Include/Protocol/ |
| HD | DevicePathToText.h | 22 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.
|
| HD | DevicePathFromText.h | 22 Convert text to the binary representation of a device node. 24 @param TextDeviceNode TextDeviceNode points to the text representation of a device 40 Convert text to the binary representation of a device node. 42 @param TextDeviceNode TextDevicePath points to the text representation of a device
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | reps.h | 1 /* reps.h --- FSX representation container 35 * layout, representation containers cannot be updated. A builder object 38 * disk. So, builders are write only and representation containers are 41 * Extracting data from a representation container is O(length) but it 48 /* A write-only constructor object for representation containers. 52 /* A read-only representation container - 81 * representation REP. Substrings matching with any of the base reps 106 /* Return a rough estimate in bytes for the serialized representation 112 /* Read from representation containers. */ 143 /* Write a serialized representation of the final container described by [all …]
|
| HD | low_level.h | 42 * - representation (as in "text:" and "props:" lines) 44 * - representation header ("DELTA" lines) 83 /* Parse the description of a representation from TEXT and store it 92 /* Return a formatted string that represents the location of representation 121 /* this is a DELTA representation with no base representation */ 124 /* this is a DELTA representation against some base representation */ 127 /* this is a representation in a star-delta container */ 131 /* This structure is used to hold the information stored in a representation 135 /* type of the representation, i.e. whether self-DELTA etc. */ 151 /* length of the textual representation of the header in the rep or pack [all …]
|
| HD | fs.h | 226 /* Key type that identifies a representation / rep header. 231 /* Revision that contains the representation */ 234 /* Packed or non-packed representation (boolean)? */ 237 /* Item index of the representation */ 249 /* Window number within that representation. */ 252 /* Item index of the representation */ 335 /* Cache for star-delta / representation containers; 429 /*** Representation ***/ 434 /* Checksums digests for the contents produced by this representation. 449 /* Change set and item number where this representation is located. */ [all …]
|
| HD | noderevs.h | 31 * Also, the binary representation of a noderev can be much shorter than 35 * most of that redundancy and the run-time representation is also much 64 /* Return a rough estimate in bytes for the serialized representation 83 /* Write a serialized representation of CONTAINER to STREAM. 91 /* Read a noderev container from its serialized representation in STREAM. 122 * but operates on the cache serialized representation of the container.
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | low_level.h | 38 * - representation (as in "text:" and "props:" lines) 39 * - representation header ("PLAIN" and "DELTA" lines) 160 /* Parse the description of a representation from TEXT and store it 170 that represents the location of representation REP. If 185 /* this is a PLAIN representation */ 188 /* this is a DELTA representation with no base representation */ 191 /* this is a DELTA representation against some base representation */ 195 /* This structure is used to hold the information stored in a representation 199 /* type of the representation, i.e. whether it is PLAIN, self-DELTA etc. */ 215 /* length of the textual representation of the header in the rep or pack [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | fs.h | 53 /* Minimum format number that supports representation sharing. This 183 /* representation key for this node's properties. may be NULL if 187 /* representation key for this node's text data (files) or entries 191 /* data representation instance identifier. Sounds fancy, but is 196 representation after-the-fact." May be NULL (if this node 201 /* representation key for this node's text-data-in-progess (files 220 /*** Representation Kind ***/ 239 /* string-key to which this representation points. */ 245 /* representation-key to use when needed source data for 254 /*** Representation ***/ [all …]
|
| /freebsd-13-stable/contrib/llvm-project/libunwind/src/ |
| HD | Unwind-EHABI.cpp | 891 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-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | NestedNameSpecifier.cpp | 508 : 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-13-stable/lib/libc/stdtime/ |
| HD | time32.c | 7 * representation of time_t these routines are expected to assume temporal 19 * Convert a 32 bit representation of time_t into time_t. XXX needs to 29 * Convert time_t to a 32 bit representation. If time_t is 64 bits we can 30 * simply chop it down. The resulting 32 bit representation can be 40 * Convert a 64 bit representation of time_t into time_t. If time_t is 51 * Convert time_t to a 64 bit representation. If time_t is represented
|
| HD | strftime.3 | 92 is replaced by national representation of the full weekday name. 94 is replaced by national representation of 97 is replaced by national representation of the full month name. 99 is replaced by national representation of 105 is replaced by national representation of time and date. 162 is replaced by national representation of either 205 is replaced by national representation of the time. 207 is replaced by national representation of the date. 220 is replaced by national representation of the date and time
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/ |
| HD | reps-table.h | 52 /* Set *REP_P to point to the representation for the key KEY in 55 If KEY is not a representation in FS, the error 64 /* Store REP as the representation for KEY in FS, as part of 73 /* Store REP as a new representation in FS, and the new rep's key in 81 /* Delete representation KEY from FS, as part of TRAIL. 83 representation! Callers should ensure that themselves. */
|
| HD | reps-table.c | 98 _("No such representation '%s'"), key); in svn_fs_bdb__read_rep() 101 SVN_ERR(BDB_WRAP(fs, N_("reading representation"), db_err)); in svn_fs_bdb__read_rep() 103 /* Parse the REPRESENTATION skel. */ in svn_fs_bdb__read_rep() 128 return BDB_WRAP(fs, N_("storing representation"), in svn_fs_bdb__write_rep() 156 SVN_ERR(BDB_WRAP(fs, N_("allocating new representation (getting next-key)"), in svn_fs_bdb__write_new_rep() 177 return BDB_WRAP(fs, N_("bumping next representation key"), db_err); in svn_fs_bdb__write_new_rep() 200 _("No such representation '%s'"), key); in svn_fs_bdb__delete_rep() 203 return BDB_WRAP(fs, N_("deleting representation"), db_err); in svn_fs_bdb__delete_rep()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| HD | htr.rst | 1 Hierarchical Trace Representation (HTR) 3 … massive traces by extracting useful information. Hierarchical Trace Representation (HTR) is the w… 11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of lay… 21 …that generates a new *layer* that is a more summarized, consolidated representation of the trace d… 24 The image below illustrates the transformation of a trace's representation (HTR) 31 …to extract useful information (summarization) and compress the trace representation into a new *la…
|
| /freebsd-13-stable/lib/libcalendar/ |
| HD | calendar.c | 38 * 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-13-stable/contrib/mandoc/ |
| HD | mchars_alloc.3 | 90 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-13-stable/sys/contrib/edk2/Include/Library/ |
| HD | DevicePathLib.h | 482 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-13-stable/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| HD | structure | 113 PROP-KEY is the key of the representation that contains this node's 148 below), whose value is a representation pointing to a string 176 and DATA-KEY identifies the representation for the file's current 177 contents, and EDIT-DATA-KEY identifies the representation currently 194 where ENTRIES-KEY identifies the representation for the directory's 264 and parse it appropriately. A representation has the form: 273 which this representation was created. MD5 is a checksum of the 274 representation's contents, that is, what the representation produces, 283 change a representation's contents, but the rep's TXN is not T, then 285 (and probably error). Of course, "change a representation" here means [all …]
|
| /freebsd-13-stable/contrib/kyua/utils/fs/ |
| HD | exceptions.cpp | 55 /// \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-13-stable/lib/libc/xdr/ |
| HD | xdr.3 | 46 .Nd "library routines for external data representation" 99 representation. 363 and its external representation. 515 between its C form and its external representation. 722 and its corresponding external representation. 789 representation. 832 .%T "eXternal Data Representation Standard: Protocol Specification" 835 .%T "eXternal Data Representation: Sun Technical Notes" 838 .%T "XDR: External Data Representation Standard"
|
| /freebsd-13-stable/lib/libc/uuid/ |
| HD | uuid.3 | 69 To convert from the binary representation to the string representation or 89 functions encode a binary representation of a UUID into an octet stream 159 The string representation of an UUID is not valid. 161 The function can not allocate memory to store an UUID representation.
|