/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBDataExtensions.i | 147 …ly property that returns an array with all the contents of this SBData represented as uint8 values… 148 …ly property that returns an array with all the contents of this SBData represented as uint16 value… 149 …ly property that returns an array with all the contents of this SBData represented as uint32 value… 150 …ly property that returns an array with all the contents of this SBData represented as uint64 value… 151 …ly property that returns an array with all the contents of this SBData represented as sint8 values… 152 …ly property that returns an array with all the contents of this SBData represented as sint16 value… 153 …ly property that returns an array with all the contents of this SBData represented as sint32 value… 154 …ly property that returns an array with all the contents of this SBData represented as sint64 value… 155 …ly property that returns an array with all the contents of this SBData represented as float values… 156 …ly property that returns an array with all the contents of this SBData represented as double value…
|
H A D | SBSectionDocstrings.i | 4 SBSection supports iteration through its subsection, represented as SBSection 30 Return the size of a target's byte represented by this section
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | menus.subr | 54 # Desired menu text for the continent represented by *. 61 # Desired menu text for the country-zone represented by *, the 2- 67 # Number of zones for the country represented by *, the 2- 73 # represented by *, the 2-character country code, resides. 76 # represented by * resides, the 2-character country code. 78 # Desired submenu text for zone-N of the country represented by 86 # Number of items associated with the continent represented by *, 90 # for the continent represented by *, the continent identifier. 92 # Menu-list of countries/zones for each continent represented by 96 # list of zones for said country represented by *, the 2-
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | X509_check_purpose.3 | 151 represented by \fIid\fR. If \fIca\fR is nonzero, then certificate \fIx\fR is 178 .IP " 1 if the certificate was created to perform the purpose represented by \fIid\fR" 4 179 .IX Item " 1 if the certificate was created to perform the purpose represented by id" 180 .IP " 0 if the certificate was not created to perform the purpose represented by \fIid\fR" 4 181 .IX Item " 0 if the certificate was not created to perform the purpose represented by id" 188 .IP " 0 not a \s-1CA\s0 or does not have the purpose represented by \fIid\fR" 4 189 .IX Item " 0 not a CA or does not have the purpose represented by id"
|
H A D | ASN1_TIME_set.3 | 205 functions set the structure \fIs\fR to the time represented by the time_t 209 functions set the time structure \fIs\fR to the time represented 218 to the time represented by string \fIstr\fR which must be in appropriate \s-1ASN.1\s0 224 represented by string \fIstr\fR which must be in appropriate time format 269 the two times represented by the time structure \fIs\fR and the time_t \fIt\fR. 271 The \fBASN1_TIME_compare()\fR function compares the two times represented by the 285 in \s-1RFC5280:\s0 if the date can be represented by UTCTime it is used, else 289 represented as an \fB\s-1ASN1_STRING\s0\fR internally and can be freed up using
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_check_purpose.pod | 16 represented by I<id>. If I<ca> is nonzero, then certificate I<x> is 44 =item E<32>1 if the certificate was created to perform the purpose represented by I<id> 46 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id> 56 =item E<32>0 not a CA or does not have the purpose represented by I<id>
|
H A D | ASN1_TIME_set.pod | 70 functions set the structure I<s> to the time represented by the time_t 74 functions set the time structure I<s> to the time represented 83 to the time represented by string I<str> which must be in appropriate ASN.1 89 represented by string I<str> which must be in appropriate time format 134 the two times represented by the time structure I<s> and the time_t I<t>. 136 The ASN1_TIME_compare() function compares the two times represented by the 151 in RFC5280: if the date can be represented by UTCTime it is used, else 155 represented as an B<ASN1_STRING> internally and can be freed up using
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | ti,pruss.yaml | 42 Various sub-modules within a PRU-ICSS subsystem are represented as individual 50 Each PRU-ICSS instance is represented as its own node with the individual PRU 51 processor cores, the memories node, an INTC node and an MDIO node represented 99 The various Data RAMs within a single PRU-ICSS unit are represented as a 130 PRU-ICSS configuration space. CFG sub-module represented as a SysCon. 247 MII-RT sub-module represented as a SysCon. 266 represented as a SysCon. 283 PA-STATS sub-module represented as a SysCon. PA_STATS is a set of 304 that is common to all the PRU cores. This should be represented as an 319 PRU Node. Each PRUSS has dual PRU cores, each represented as a RemoteProc
|
/freebsd/lib/libc/locale/ |
H A D | gb18030.5 | 50 characters are represented by single bytes in the range 0x00 to 0x7F. 52 Chinese characters are represented as either two bytes or four bytes. 53 Characters that are represented by two bytes begin with a byte in the range 56 Characters that are represented by four bytes begin with a byte in the range
|
H A D | big5.5 | 39 Each character is represented by either one or two bytes. 40 Characters from the ASCII character set are represented as 42 Traditional Chinese characters are represented by two bytes:
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 14 // Children are represented as a map between unsigned integers and nodes. If 15 // a node N has a child M on unsigned integer k, then the mapping represented 16 // by N is a proper prefix of the mapping represented by M. Note that this, 148 /// represented by the current node, there is a way to reach another 163 /// The start index of the suffix represented by this leaf. 183 /// \returns the start index of the suffix represented by this leaf. 186 /// Sets the start index of the suffix represented by this leaf to \p Idx.
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value.h | 112 * represented inline within the value structure (default). 118 * be represented within the value structure. 191 /** Value data is represented inline */ 195 * Value represented by an external reference to data with a static 201 * Value represented by weak external reference, which must be copied 207 * Value represented by an external reference that must be deallocated
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 24 /// Boolean variables are represented as positive integers. 31 /// Literals are represented as positive integers. Specifically, for a boolean 32 /// variable `V` that is represented as the positive integer `I`, the positive 33 /// literal `V` is represented as the integer `2*I` and the negative literal 34 /// `!V` is represented as the integer `2*I+1`. 41 /// Clause identifiers are represented as positive integers.
|
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/ |
H A D | video.txt | 8 Each video IP core is represented by an AMBA bus child node in the device 10 cores are represented as defined in ../video-interfaces.txt. 12 The whole pipeline is represented by an AMBA bus child node in the device
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_equiv_mode_np.3 | 31 .Nd check if ACL can be represented as UNIX permissions 47 If the check succeeds, the ACL can be represented as traditional UNIX 55 Upon successful completion, the function returns 0 if the ACL can be represented
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MakeGuardsExplicit.h | 10 // guard represented as widenable explicit branch to the deopt block. The 12 // the guard represented as intrinsic: 16 // transforms to a guard represented as widenable explicit branch:
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-netxbig.txt | 9 - timers: Timer array. Each timer entry is represented by three integers: 12 Each LED is represented as a sub-node of the netxbig-leds device. 16 - mode-val: Mode to value mapping. Each entry is represented by two integers:
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | reset.txt | 5 standalone chips are most likely better represented as GPIOs, although there 14 A reset signal is represented by the phandle of the provider, plus a reset 24 may be reset. Instead, reset signals should be represented in the DT node
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,lpass-cpu.txt | 45 Required properties for each DAI (represented by a subnode): 49 Each SD line should be represented by a number from 0-3. 51 Each SD line should be represented by a number from 0-3.
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mtree.h | 112 * Pointer to the switch represented by this tree node. 144 * [in] Pointer to the switch represented by this node. 246 * Returns a pointer to the switch object represented by this tree node. 265 * Returns a pointer to the switch object represented by this tree node.
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | CXSourceLocation.h | 114 * Retrieve the file, line, column, and offset represented by 141 * Retrieve the file, line and column represented by the given source 185 * Legacy API to retrieve the file, line, column, and offset represented 198 * Retrieve the file, line, column, and offset represented by 225 * Retrieve the file, line, column, and offset represented by
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | power_domain.txt | 9 represented by any node in the device tree and can provide one or more PM 47 located inside a PM domain with index 0 of a power controller represented by a 51 is represented by a node with the label "power".
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AssignmentTrackingAnalysis.h | 53 /// Return the DILocalVariable for the location definition represented by \p in getDILocalVariable() 59 /// Return the DILocalVariable of the variable represented by \p ID. 63 /// Return the DebugVariable represented by \p ID. in single_locs_begin()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MakeGuardsExplicit.cpp | 10 // guard represented as widenable explicit branch to the deopt block. The 12 // the guard represented as intrinsic: 16 // transforms to a guard represented as widenable explicit branch:
|
/freebsd/sys/kgssapi/ |
H A D | gss_names.c | 142 * This name form shall be represented by the Object Identifier {iso(1) 152 * This name form shall be represented by the Object Identifier {iso(1) 160 * This name form shall be represented by the Object Identifier {iso(1) 168 * This name form shall be represented by the Object Identifier {iso(1)
|