/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | CodeEmitter.h | 10 /// A utility class used to compute instruction encodings. It buffers encodings 11 /// for later usage. It exposes a simple API to compute and get the encodings as 30 /// A utility class used to compute instruction encodings for a code region. 32 /// It provides a simple API to compute and return instruction encodings as 33 /// strings. Encodings are cached internally for later usage. 46 // A cache of encodings. 47 SmallVector<EncodingInfo, 16> Encodings; variable 54 : STI(ST), MAB(AB), MCE(CE), Sequence(S), Encodings(S.size()) {} in CodeEmitter()
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 77 ASN.1 types and their BER and DER encodings. Sections 2-4 303 type. Implicit tags result in shorter encodings, but 353 give the concatenation of the BER encodings of the 431 Contents octets. The concatenation of the BER encodings of 436 BER encodings of consecutive substrings of the 441 encodings of components of the value (underlying 510 5. Notation and encodings for some types 520 DER encoding. The focus of the encodings is primarily on the 763 concatenation of the BER encodings of consecutive substrings 812 their encodings in any way. [all …]
|
/freebsd/contrib/expat/lib/ |
H A D | xmltok_ns.c | 57 static const ENCODING *const NS(encodings)[] = { variable 67 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, in NS() 74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, in NS() 108 return NS(encodings)[i]; in NS()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_types_etmv4.h | 97 /* conditional instruction tracing - (reserved encodings ETE) */ 103 /* unused encodings 0x4B,0x4F b01001011, b01001111 */ 105 /* unused encodings 0x60-0x67 b01100xxx */ 123 /* unused encodings 0x89-0x8F b10001001 to b10001111 */ 125 /* unused encodings 0x93-0x94 b10010011 to b10010010 */ 128 /* unused encodings 0x97 b10010111 to b10011001 0x99 */ 147 /* unused encodings 0xBA-0xBF b10111010 - b10111111 */
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | txtvsbin.txt | 31 and it handles single-byte encodings (ISO-8859, MacRoman, KOI8, etc.) 32 and variable-sized encodings (ISO-2022, UTF-8, etc.). Wider encodings
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Encoding.h | 11 /// 8-bit encodings and escape sequences in C++ string literals. 28 Encoding_Unknown // We treat all other encodings as 8-bit encodings.
|
/freebsd/usr.bin/localedef/ |
H A D | wide.c | 68 * Table of supported encodings. We only bother to list the multibyte 69 * encodings here, because single byte locales are handed by "NONE". 105 * high order byte is 0x8E. However, with 4 byte encodings, 178 * This is used for 8-bit encodings. 237 /* 5 and 6 byte encodings are not legal unicode */ in towide_utf8() 299 * Several encodings share a simplistic dual byte encoding. In these 470 * EUC forms. EUC encodings are "variable". FreeBSD carries some additional
|
H A D | localedef.1 | 103 collating element symbols to actual character encodings. 127 encodings, even when some symbols are not present in a given encoding. 133 generally not account for East Asian encodings requiring more than a single
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsEVAInstrInfo.td | 15 // Instruction encodings 19 // Memory Load/Store EVA encodings 30 // load/store left/right EVA encodings 36 // Load-linked EVA, Store-conditional EVA encodings
|
/freebsd/share/i18n/csmapper/APPLE/ |
H A D | ROMAN%UCS.src | 71 # For general information about Mac OS encodings and these mapping 109 # Turkish, Romanian, and other encodings. Separate mapping tables 110 # are available for these encodings. 126 # In all Mac OS encodings, fonts such as Chicago which are used
|
H A D | UCS%ROMAN.src | 71 # For general information about Mac OS encodings and these mapping 109 # Turkish, Romanian, and other encodings. Separate mapping tables 110 # are available for these encodings. 126 # In all Mac OS encodings, fonts such as Chicago which are used
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_ALGOR_dup.pod | 38 encodings and nonzero otherwise. 52 X509_ALGOR_cmp() returns 0 if the two parameters have identical encodings and
|
/freebsd/lib/libc/iconv/ |
H A D | __iconv_get_list.3 | 41 .Nd retrieving a list of character encodings supported by 54 function obtains a list of character encodings that are supported by the
|
H A D | iconvlist.3 | 40 .Nd retrieving a list of character encodings supported by 54 function obtains a list of character encodings that are supported by the
|
/freebsd/crypto/openssh/ |
H A D | utf8.c | 49 * For US-ASCII and UTF-8 encodings, we can safely recover from 51 * other encodings, err to the side of caution and abort parsing: 52 * For state-dependent encodings, recovery is impossible. 53 * For arbitrary encodings, replacement of non-printable
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_req.c | 18 * invalid encodings. Some broken certificate requests don't 114 * encodings
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 34 // TODO: Support other encodings. in extract() 164 // Unsupported encodings should have been reported during extraction, in getAbsoluteRanges() 194 // Unsupported encodings should have been reported during parsing. in dump()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | UnwindInfoSection.cpp | 492 // Common LSDA encodings (e.g. for C++ and Objective-C) contain offsets from in finalize() 527 // Count frequencies of the folded encodings in finalize() 532 // Make a vector of encodings, sorted by descending frequency in finalize() 555 // Split folded encodings into pages, where each page is limited by ... in finalize() 559 // for which 0..126 references the global common-encodings table, in finalize() 597 // encodings, and we saturated the local encoding table early. in finalize() 646 // Common encodings in writeTo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 14 // ad-hoc solution used to emit machine instruction encodings by our machine 84 // part of the ad-hoc solution used to emit machine instruction encodings by our 180 // Operand size for encodings that change based on mode. 188 // Address size for encodings that change based on mode.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | X509_ALGOR_dup.3 | 173 encodings and nonzero otherwise. 186 \&\fBX509_ALGOR_cmp()\fR returns 0 if the two parameters have identical encodings and
|
/freebsd/contrib/llvm-project/libunwind/include/mach-o/ |
H A D | compact_unwind_encoding.h | 8 // Darwin's alternative to DWARF based unwind encodings. 383 // different compact unwind encodings that correspond to the non-volatiles 390 // Runtime support for compact unwind encodings are only available on 10.6 468 // encodings array
|
/freebsd/tools/tools/vt/keymaps/ |
H A D | KBDFILES.map | 129 #CP850 uk.cp850.kbd uk.kbd.from-cp850 (no � and different Alt/Alt-Shift encodings) 130 #CP850 uk.cp850-ctrl.kbd uk.capsctrl.kbd.from-cp850 (no � and different Alt/Alt-Shift encodings)
|
/freebsd/tools/tools/locale/ |
H A D | Makefile | 121 ENCODINGS= UTF-8 \ macro 160 .for enc in ${ENCODINGS}
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 766 /// Line Number Standard Opcode Encodings. 772 /// Line Number Extended Opcode Encodings. 788 // Macinfo Type Encodings 796 /// DWARF v5 macro information entry type encodings. 804 /// GNU .debug_macro macro information entry type encodings. 824 /// Call frame instruction encodings.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | InstructionInfoView.cpp | 42 << "[9] Encodings: Instructions:\n"; in printView() 46 << "Encodings: Instructions:\n"; in printView()
|