| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 300 EmulateInstructionARM::ARMEncoding encoding; member 305 const EmulateInstructionARM::ARMEncoding encoding); 323 bool EmulatePOP(const uint32_t opcode, const ARMEncoding encoding); 336 const ARMEncoding encoding); 381 bool EmulateIT(const uint32_t opcode, const ARMEncoding encoding); 387 bool EmulateB(const uint32_t opcode, const ARMEncoding encoding); 390 bool EmulateCB(const uint32_t opcode, const ARMEncoding encoding); 393 bool EmulateTB(const uint32_t opcode, const ARMEncoding encoding); 473 const ARMEncoding encoding); 486 const ARMEncoding encoding); [all …]
|
| H A D | EmulateInstructionARM.cpp | 931 switch (encoding) { in EmulatePUSH() 1046 switch (encoding) { in EmulatePOP() 1172 switch (encoding) { in EmulateADDRdSPImm() 1232 switch (encoding) { in EmulateMOVRdSP() 1293 switch (encoding) { in EmulateMOVRdRm() 1386 switch (encoding) { in EmulateMOVRdImm() 2912 switch (encoding) { in EmulateCB() 3308 switch (encoding) { in EmulateCMNImm() 3358 switch (encoding) { in EmulateCMNReg() 3421 switch (encoding) { in EmulateCMPImm() [all …]
|
| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | gelf_xlate.c | 36 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetof() argument 38 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE, in elf32_xlatetof() 43 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetof() argument 45 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE, in elf64_xlatetof() 50 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetom() argument 52 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE, in elf32_xlatetom() 59 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE, in elf64_xlatetom() 65 unsigned int encoding) in gelf_xlatetom() argument 68 return (_libelf_xlate(dst, src, encoding, e->e_class, in gelf_xlatetom() 76 unsigned int encoding) in gelf_xlatetof() argument [all …]
|
| H A D | libelf_xlate.c | 47 _libelf_xlate(Elf_Data *dst, const Elf_Data *src, unsigned int encoding, in _libelf_xlate() argument 55 if (encoding == ELFDATANONE) in _libelf_xlate() 56 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate() 58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate() 135 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
|
| /freebsd-13.1/tools/tools/vt/keymaps/ |
| H A D | convert-keymaps.pl | 58 my ($lang_old, $lang_new, $encoding) = split(" "); 61 $ENCODING{$lang_old} = $encoding; 62 $ENCODING{$lang_new} = $encoding; 73 my ($encoding, $file_old, $file_new) = split(" "); 75 if ($encoding and $file_old and $file_new) { 76 $ENCODING{$file_old} = $encoding; 86 my ($encoding) = $ENCODING{$basename}; 87 $encoding =~ s/\+/ /g; # e.g. "ISO8859-1+EURO" -> "ISO8859-1 EURO" 89 if ($encoding and $outfile) { 91 print "converting from '$basename' ($encoding) to '$outfile' (UCS)\n"; [all …]
|
| H A D | convert-INDEX.pl | 58 my ($lang_old, $lang_new, $encoding) = split(" "); 61 $ENCODING{$lang_old} = $encoding; 62 $ENCODING{$lang_new} = $encoding; 73 my ($encoding, $file_old, $file_new) = split(" "); 75 if ($encoding and $file_old and $file_new) { 76 $ENCODING{$file_old} = $encoding;
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | CompactUnwinder.hpp | 226 encoding, functionStart); in stepWithCompactEncodingFrameless() 539 if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) { in stepWithCompactEncodingFrameless() 545 if (encoding & UNWIND_ARM64_FRAME_X21_X22_PAIR) { in stepWithCompactEncodingFrameless() 551 if (encoding & UNWIND_ARM64_FRAME_X23_X24_PAIR) { in stepWithCompactEncodingFrameless() 557 if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) { in stepWithCompactEncodingFrameless() 563 if (encoding & UNWIND_ARM64_FRAME_X27_X28_PAIR) { in stepWithCompactEncodingFrameless() 570 if (encoding & UNWIND_ARM64_FRAME_D8_D9_PAIR) { in stepWithCompactEncodingFrameless() 578 if (encoding & UNWIND_ARM64_FRAME_D10_D11_PAIR) { in stepWithCompactEncodingFrameless() 586 if (encoding & UNWIND_ARM64_FRAME_D12_D13_PAIR) { in stepWithCompactEncodingFrameless() 594 if (encoding & UNWIND_ARM64_FRAME_D14_D15_PAIR) { in stepWithCompactEncodingFrameless() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 687 uint32_t encoding) { in print_encoding_i386() argument 688 int mode = encoding & UNWIND_X86_MODE_MASK; in print_encoding_i386() 903 uint32_t encoding) { in print_encoding_arm64() argument 1010 int mode = encoding & UNWIND_ARM_MODE_MASK; in print_encoding_armv7() 1146 uint32_t encoding) { in print_encoding() argument 1217 encoding); in print_function_encoding() 1219 bool has_lsda = encoding & UNWIND_HAS_LSDA; in print_function_encoding() 1310 uint32_t encoding; in print_second_level_index_compressed() local 1319 encoding = in print_second_level_index_compressed() 1327 encoding = *((uint32_t *)(this_index + in print_second_level_index_compressed() [all …]
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | layman.asc | 710 BER encoding. Same as the BER encoding of the actual value. 717 DER encoding. Same as the DER encoding of the actual value. 830 BER encoding. Same as the BER encoding of the chosen 839 DER encoding. Same as the DER encoding of the chosen 881 primitive BER encoding. 944 primitive BER encoding. 1070 primitive BER encoding. 1124 primitive BER encoding. 1173 primitive BER encoding. 1421 primitive BER encoding. [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | passphrase-encoding.pod | 3 =encoding utf8 7 passphrase-encoding 8 - How diverse parts of OpenSSL treat pass phrases character encoding 25 Using the wrong encoding is expected to cause a decryption failure. 29 PKCS#12 is a bit different regarding pass phrase encoding. 49 encoding of the characters, which it stores as a BMPString. 53 for other character sets, such as any ISO-8859-X encoding other than 84 other pass phrase encoding may give undefined results. 102 to convert your pass phrase from your default encoding to the target encoding. 126 encoding again. [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 180 if (function_info.encoding == 0) in GetUnwindPlan() 194 function_info.encoding, strm.GetData()); in GetUnwindPlan() 493 unwind_info.encoding = 0; in GetCompactUnwindInfoForFunction() 572 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction() 638 uint32_t encoding = 0; in GetCompactUnwindInfoForFunction() local 642 encoding = m_unwindinfo_data.GetU32( in GetCompactUnwindInfoForFunction() 649 encoding = m_unwindinfo_data.GetU32( in GetCompactUnwindInfoForFunction() 652 if (encoding == 0) in GetCompactUnwindInfoForFunction() 655 unwind_info.encoding = encoding; in GetCompactUnwindInfoForFunction() 656 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction() [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | pgp-binary-keys | 70 # 255: partial body encoding 72 # The partial body encoding is similar to HTTP's chunk encoding. It 85 # || | length encoding 109 # Length encoding: 184 #>>&0 ubyte x (1 byte length encoding, %d bytes) 192 #>>>&0 ubeshort x (2 byte length encoding, %d bytes) 196 #>>&0 belong x (5 byte length encoding, %d bytes) 201 # >>&0 ubyte <255 partial body encoding 210 #>>&0 ubyte x (1 byte length encoding, %d bytes) 218 #>>&0 ubelong x (4 byte length encoding, %d bytes) [all …]
|
| H A D | zyxel | 12 >10 byte 0 - CELP encoding 13 >10 byte&0x0B 1 - ADPCM2 encoding 14 >10 byte&0x0B 2 - ADPCM3 encoding 15 >10 byte&0x0B 3 - ADPCM4 encoding 16 >10 byte&0x0B 8 - New ADPCM3 encoding
|
| /freebsd-13.1/contrib/elftoolchain/strings/ |
| H A D | strings.c | 74 (encoding == ENCODING_8BIT && (c) > 127))) 77 static enum encoding_style encoding; variable 126 encoding = ENCODING_7BIT; in main() 128 encoding = ENCODING_8BIT; in main() 130 encoding = ENCODING_16BIT_BIG; in main() 133 encoding = ENCODING_32BIT_BIG; in main() 136 encoding = ENCODING_16BIT_LITTLE; in main() 139 encoding = ENCODING_32BIT_LITTLE; in main() 328 switch (encoding) { in getcharacter() 389 if (encoding == ENCODING_8BIT && in find_strings() [all …]
|
| /freebsd-13.1/sbin/iscontrol/ |
| H A D | misc.c | 160 bin2str(char *encoding, unsigned char *md, int blen) in bin2str() argument 166 if(strncasecmp(encoding, "0x", 2) == 0) { in bin2str() 171 strcpy(dst, encoding); in bin2str() 174 sprintf(ofmt, "%%02%c", encoding[1]); in bin2str() 182 if(strncasecmp(encoding, "0b", 2) == 0) { in bin2str() 187 strcpy(dst, encoding); in bin2str()
|
| H A D | auth_subr.c | 134 char encoding[3]; in chapDigest() local 146 sprintf(encoding, "%.2s", cp); in chapDigest() 147 return bin2str(encoding, digest, len); in chapDigest() 154 genChapChallenge(char *encoding, uint len) in genChapChallenge() argument 165 return bin2str(encoding, tmp, len); in genChapChallenge()
|
| /freebsd-13.1/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 68 switch (encoding) { in vmcs_fix_regval() 199 uint32_t encoding; in vmcs_getreg() local 209 encoding = ident & 0x7fffffff; in vmcs_getreg() 211 encoding = vmcs_field_encoding(ident); in vmcs_getreg() 213 if (encoding == (uint32_t)-1) in vmcs_getreg() 219 error = vmread(encoding, retval); in vmcs_getreg() 231 uint32_t encoding; in vmcs_setreg() local 234 encoding = ident & 0x7fffffff; in vmcs_setreg() 238 if (encoding == (uint32_t)-1) in vmcs_setreg() 241 val = vmcs_fix_regval(encoding, val); in vmcs_setreg() [all …]
|
| H A D | vmcs.h | 77 vmcs_read(uint32_t encoding) in vmcs_read() argument 82 error = vmread(encoding, &val); in vmcs_read() 83 KASSERT(error == 0, ("vmcs_read(%u) error %d", encoding, error)); in vmcs_read() 88 vmcs_write(uint32_t encoding, uint64_t val) in vmcs_write() argument 92 error = vmwrite(encoding, val); in vmcs_write() 93 KASSERT(error == 0, ("vmcs_write(%u) error %d", encoding, error)); in vmcs_write() 112 #define VMCS_IDENT(encoding) ((encoding) | 0x80000000) argument
|
| /freebsd-13.1/contrib/libcxxrt/ |
| H A D | dwarf_eh.h | 218 static uint64_t read_value(char encoding, dw_eh_ptr_t *data) in read_value() argument 220 enum dwarf_data_encoding type = get_encoding(encoding); in read_value() 257 unsigned char encoding, in resolve_indirect_value() argument 261 switch (get_base(encoding)) in resolve_indirect_value() 281 if (is_indirect(encoding)) in resolve_indirect_value() 297 unsigned char encoding = *((*data)++); in read_value_with_encoding() local 299 if (encoding == DW_EH_PE_omit) { return; } in read_value_with_encoding() 301 *out = read_value(encoding, data); in read_value_with_encoding() 302 *out = resolve_indirect_value(context, encoding, *out, start); in read_value_with_encoding()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | UnwindInfoSection.cpp | 302 cu->encoding |= in encodePersonalities() 436 (*foldBegin)->encoding == (*foldEnd)->encoding && in finalize() 439 canFoldEncoding((*foldEnd)->encoding)) in finalize() 451 encodingFrequencies[cuPtrEntry->encoding]++; in finalize() 504 page.localEncodings.emplace_back(cuPtr->encoding); in finalize() 505 page.localEncodingIndexes[cuPtr->encoding] = n++; in finalize() 571 for (const auto &encoding : commonEncodings) in writeTo() local 572 *i32p++ = encoding.first; in writeTo() 632 auto it = commonEncodingIndexes.find(cuep->encoding); in writeTo() 634 it = page.localEncodingIndexes.find(cuep->encoding); in writeTo() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | CompactUnwindPass.cpp | 48 uint32_t encoding; member 53 encoding(0) {} in CompactUnwindEntry() 141 for (uint32_t encoding : commonEncodings) { in addCommonEncodings() local 142 write32(commonEncodingsArea, encoding, _isBig); in addCommonEncodings() 235 if ((entry.encoding & 0x0f000000U) == in addRegularSecondLevelPage() 424 entry.encoding = in extractCompactUnwindEntry() 542 if (entry.encoding == _archHandler.dwarfCompactUnwindType() || in finalizeUnwindInfoEntryForAtom() 543 entry.encoding == 0) { in finalizeUnwindInfoEntryForAtom() 546 entry.encoding = _archHandler.dwarfCompactUnwindType(); in finalizeUnwindInfoEntryForAtom() 560 entry.encoding |= personalityIdx << 28; in finalizeUnwindInfoEntryForAtom() [all …]
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | collate.c | 72 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table); 85 __collate_load(const char *encoding, __unused locale_t unused) in __collate_load() argument 87 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0 || in __collate_load() 88 strncmp(encoding, "C.", 2) == 0) { in __collate_load() 101 if (__collate_load_tables_l(encoding, table) != _LDP_LOADED) { in __collate_load() 112 __collate_load_tables(const char *encoding) in __collate_load_tables() argument 115 return (__collate_load_tables_l(encoding, &__xlocale_global_collate)); in __collate_load_tables() 119 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l() argument 132 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0 || in __collate_load_tables_l() 133 strncmp(encoding, "C.", 2) == 0) { in __collate_load_tables_l() [all …]
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/dump/ |
| H A D | dump.c | 138 if (encoding == 0 || (encoding & ~(CTF_INT_SIGNED | CTF_INT_CHAR | in int_encoding_to_str() 143 if (encoding & CTF_INT_SIGNED) in int_encoding_to_str() 145 if (encoding & CTF_INT_CHAR) in int_encoding_to_str() 147 if (encoding & CTF_INT_BOOL) in int_encoding_to_str() 149 if (encoding & CTF_INT_VARARGS) in int_encoding_to_str() 167 if (encoding < 1 || encoding >= (sizeof (encs) / sizeof (char *))) { in fp_encoding_to_str() 172 return (encs[encoding]); in fp_encoding_to_str() 489 uint_t encoding = in read_types() local 497 CTF_INT_BITS(encoding)); in read_types() 504 uint_t encoding = in read_types() local [all …]
|
| /freebsd-13.1/usr.bin/mkesdb/ |
| H A D | yacc.y | 59 static char *encoding, *name, *output = NULL, *variable; variable 86 | property encoding R_LN 96 encoding : R_ENCODING L_STRING 98 set_prop_string("ENCODING", &encoding, &$2); 147 if (!encoding) { in dump_file() 165 encoding)); in dump_file()
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | asn1_err.et | 15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly" 18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding" 25 error_code INDEF_OVERRUN, "ASN.1 BER indefinte encoding overrun" 26 error_code INDEF_UNDERRUN, "ASN.1 BER indefinte encoding underun"
|