/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | nuvoton,npcm-fiu.txt | 34 fiu0 represent fiu 0 controller 35 fiu1 represent fiu 3 controller 36 fiu2 represent fiu x controller 39 fiu0 represent fiu 0 controller 40 fiu1 represent fiu 1 controller 41 fiu2 represent fiu 3 controller 42 fiu3 represent fiu x controller
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 84 …eturns a list() that contains a collection of lldb.SBValue objects that represent the variables in… 85 …eturns a list() that contains a collection of lldb.SBValue objects that represent the variables in… 86 …eturns a list() that contains a collection of lldb.SBValue objects that represent the local variab… 87 …eturns a list() that contains a collection of lldb.SBValue objects that represent the argument var… 88 …eturns a list() that contains a collection of lldb.SBValue objects that represent the argument var… 89 …eturns a list() that contains a collection of lldb.SBValue objects that represent the static varia… 90 …eturns a list() that contains a collection of lldb.SBValue objects that represent the CPU register… 91 …eturns a list() that contains a collection of lldb.SBValue objects that represent the CPU register…
|
H A D | SBTypeExtensions.i | 66 template_args = property(template_arg_array, None, doc='''A read only property that returns a list() of lldb.SBType objects that represent all template arguments in this type.''') 137 bases = property(get_bases_array, None, doc='''A read only property that returns a list() of lldb.SBTypeMember objects that represent all of the direct base classes for this type.''') 138 vbases = property(get_vbases_array, None, doc='''A read only property that returns a list() of lldb.SBTypeMember objects that represent all of the virtual base classes for this type.''') 139 fields = property(get_fields_array, None, doc='''A read only property that returns a list() of lldb.SBTypeMember objects that represent all of the fields for this type.''') 140 members = property(get_members_array, None, doc='''A read only property that returns a list() of all lldb.SBTypeMember objects that represent all of the base classes, virtual base classes and fields for this type in ascending bit offset order.''') 141 enum_members = property(get_enum_members_array, None, doc='''A read only property that returns a list() of all lldb.SBTypeEnumMember objects that represent the enum members for this type.''')
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | cl_common_defines.h | 64 // represent any image type 83 // represent address info 91 // represent normalization 100 // represent address info
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-touch-jobs.mk | 12 # .PHONY targets are not touched since they do not represent actual files. 17 # .JOIN targets are not touched since they do not represent actual files. 22 # .USE targets are not touched since they do not represent actual files.
|
H A D | opt-no-action-touch.mk | 18 # .PHONY targets are not touched since they do not represent actual files. 23 # .JOIN targets are not touched since they do not represent actual files. 28 # .USE targets are not touched since they do not represent actual files.
|
/freebsd/contrib/ntp/html/ |
H A D | select.html | 24 …to determine from a set of correctness intervals, which represent truechimers and which represent … 29 …d one falseticker D. In DTSS any point in the intersection interval can represent the true time; h… 30 …represent the true time of each correctness interval? Fortunately, we already have the maximum lik… 31 <p>The DTSS correctness assertions do not consider how best to represent the truechimer time. To su…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 50 // Class to represent a DWARF Type. 147 // Class to represent DW_TAG_typedef_type. 170 // Class to represent a DW_TAG_enumerator. 199 // Class to represent DW_TAG_imported_module / DW_TAG_imported_declaration. 213 // Class to represent a DWARF Template parameter holder (type or param). 242 // Class to represent a DW_TAG_subrange_type.
|
H A D | LVScope.h | 72 // Class to represent a DWARF Scope. 325 // Class to represent a DWARF Union/Structure/Class. 363 // Class to represent a DWARF Template alias. 380 // Class to represent a DWARF array (DW_TAG_array_type). 396 // Class to represent a DWARF Compilation Unit (CU). 616 // Class to represent a DWARF enumerator (DW_TAG_enumeration_type). 630 // Class to represent a DWARF formal parameter pack 645 // Class to represent a DWARF Function. 697 // Class to represent a DWARF inlined function. 740 // Class to represent a DWARF subroutine type. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | chosen.txt | 4 The chosen node does not represent a real device, but serves as a place 6 arguments. Data in the chosen node does not represent the hardware. 102 While this property does not represent a real hardware, the address 120 While this property does not represent a real hardware, the address
|
/freebsd/share/man/man9/ |
H A D | counter.9 | 165 oid that would represent a 177 oid that would represent a 189 oid that would represent an array of 206 oid that would represent an array of
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | reset.txt | 3 This binding is intended to represent the hardware reset signals present 11 ordinate module is reset). This binding exists to represent the provider and 22 at once. In this case, it would be unwise to represent this reset signal in
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ti,am3359-tsc.yaml | 39 first four bits represent the analog lines and the next 4 bits represent 40 positive/negative terminal on that input line. Notations to represent the
|
H A D | ti-tsc-adc.txt | 25 8 bit number where in the 1st four bits represent the 26 analog lines and the next 4 bits represent positive/ 28 represent the input lines and terminals resoectively
|
/freebsd/lib/libc/locale/ |
H A D | mbrtowc.3 | 107 is not large enough to represent certain multibyte characters, the 123 represent the null wide character 128 or fewer bytes represent a valid character, these functions
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.h | 44 // 0 to represent 'true' and anything negative to represent 'false', or 45 // maybe 0 to represent 'true' and non-zero for 'false'. If no comparison is
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 8 /// A type node that is only used to represent dependent types in C++. For 9 /// example, DependentTemplateSpecializationType is used to represent types 14 /// A type node that is never used to represent a canonical type, which is to 27 /// represent the alignment attribute on typedefs, and so it is necessary to
|
H A D | DarwinSDKInfo.h | 47 /// Returns the os-environment mapping pair that's used to represent the 54 /// Returns the os-environment mapping pair that's used to represent the 61 /// Returns the os-environment mapping pair that's used to represent the 68 /// Returns the os-environment mapping pair that's used to represent the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 43 // std::optional<uint63_t> that also carries a bit to represent whether the 47 // precise values, and can conservatively represent all of the values unioned 65 // If asked to represent a pathologically large value, this will degrade to 78 // The maximum value we can represent without falling back to 'unknown'. 150 // Returns a LocationSize that can correctly represent either `*this` or 221 /// This abstraction can be used to represent a specific location in memory. 222 /// The goal of the location is to represent enough information to describe
|
/freebsd/contrib/libc-vis/ |
H A D | vis.3 | 318 sequence; two backslashes are used to represent a real backslash, 332 to represent meta characters (characters with the 8th 335 to represent control characters (see 378 Use C-style backslash sequences to represent standard non-printable 380 The following sequences are used to represent the indicated characters:
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Win64EH.h | 83 // the following. AllocSmall, AllocLarge and AllocHuge represent a 16 bit 84 // instruction, while the WideAlloc* opcodes represent a 32 bit instruction. 85 // Small can represent a stack offset of 0x7f*4 (252) bytes, Medium can 86 // represent up to 0x3ff*4 (4092) bytes, Large up to 0xffff*4 (262140) bytes,
|
/freebsd/lib/libc/gen/ |
H A D | statvfs.3 | 87 which represent counts of file serial numbers 93 and represent the number of file serial numbers which exist in total, 102 represent the respective allocation-block counts.
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | input-reset.txt | 3 A simple binding to represent a set of keys as described in 33 Would represent KEY_2, KEY_3 and KEY_9.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetItinerary.td | 18 // Processor functional unit - These values represent the function units 42 // Instruction stage - These values represent a non-pipelined step in 44 // discrete time slots needed to complete the stage. Units represent 72 // Instruction itinerary classes - These values represent 'named' instruction 120 // Processor itineraries - These values represent the set of all itinerary
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | OutputSection.h | 31 // Output sections represent the finalized sections present within the final 32 // linked executable. They can represent special sections (like the symbol 33 // table), or represent coalesced sections from the various inputs given to the
|