Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h301 EmulateInstructionARM::ARMEncoding encoding; member
306 const EmulateInstructionARM::ARMEncoding encoding);
324 bool EmulatePOP(const uint32_t opcode, const ARMEncoding encoding);
337 const ARMEncoding encoding);
382 bool EmulateIT(const uint32_t opcode, const ARMEncoding encoding);
388 bool EmulateB(const uint32_t opcode, const ARMEncoding encoding);
391 bool EmulateCB(const uint32_t opcode, const ARMEncoding encoding);
394 bool EmulateTB(const uint32_t opcode, const ARMEncoding encoding);
474 const ARMEncoding encoding);
487 const ARMEncoding encoding);
[all …]
H A DEmulateInstructionARM.cpp941 switch (encoding) { in EmulatePUSH()
1056 switch (encoding) { in EmulatePOP()
1182 switch (encoding) { in EmulateADDRdSPImm()
1242 switch (encoding) { in EmulateMOVRdSP()
1303 switch (encoding) { in EmulateMOVRdRm()
1394 switch (encoding) { in EmulateMOVRdImm()
2920 switch (encoding) { in EmulateCB()
3316 switch (encoding) { in EmulateCMNImm()
3366 switch (encoding) { in EmulateCMNReg()
3429 switch (encoding) { in EmulateCMPImm()
[all …]
/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dgelf_xlate.c36 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 Dlibelf_xlate.c47 _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()
136 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
/freebsd-12.1/contrib/gcc/
H A Dunwind-dw2-fde.c242 if (encoding == DW_EH_PE_omit) in base_from_object()
245 switch (encoding & 0x70) in base_from_object()
623 ob->s.b.encoding = encoding; in classify_object_over_fdes()
624 else if (ob->s.b.encoding != encoding) in classify_object_over_fdes()
656 int encoding = ob->s.b.encoding; in add_fdes() local
773 int encoding = ob->s.b.encoding; in linear_search_fdes() local
869 int encoding = ob->s.b.encoding; in binary_search_single_encoding_fdes() local
907 int encoding; in binary_search_mixed_encoding_fdes() local
1015 int encoding; in _Unwind_Find_FDE() local
1021 encoding = ob->s.b.encoding; in _Unwind_Find_FDE()
[all …]
H A Dunwind-pe.h74 size_of_encoded_value (unsigned char encoding) in size_of_encoded_value() argument
76 if (encoding == DW_EH_PE_omit) in size_of_encoded_value()
79 switch (encoding & 0x07) in size_of_encoded_value()
105 if (encoding == DW_EH_PE_omit) in base_of_encoded_value()
108 switch (encoding & 0x70) in base_of_encoded_value()
200 if (encoding == DW_EH_PE_aligned) in read_encoded_value_with_base()
209 switch (encoding & 0x0f) in read_encoded_value_with_base()
264 result += ((encoding & 0x70) == DW_EH_PE_pcrel in read_encoded_value_with_base()
266 if (encoding & DW_EH_PE_indirect) in read_encoded_value_with_base()
284 return read_encoded_value_with_base (encoding, in read_encoded_value()
[all …]
H A Dintl.c66 const char *encoding; in gcc_init_libintl() local
73 encoding = nl_langinfo (CODESET); in gcc_init_libintl()
74 if (encoding != NULL in gcc_init_libintl()
75 && (!strcasecmp (encoding, "utf-8") in gcc_init_libintl()
76 || !strcasecmp (encoding, "utf8"))) in gcc_init_libintl()
H A Dunwind-dw2-fde-darwin.c194 ob->s.b.encoding = DW_EH_PE_omit; in examine_objects()
221 int encoding; in examine_objects() local
227 encoding = ob->s.b.encoding; in examine_objects()
229 encoding = get_fde_encoding (result); in examine_objects()
230 read_encoded_value_with_base (encoding, in examine_objects()
231 base_from_object (encoding, ob), in examine_objects()
/freebsd-12.1/tools/tools/vt/keymaps/
H A Dconvert-keymaps.pl58 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 Dconvert-INDEX.pl58 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-12.1/contrib/libunwind/src/
H A DCompactUnwinder.hpp227 encoding, functionStart); in stepWithCompactEncodingFrameless()
540 if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) { in stepWithCompactEncodingFrameless()
546 if (encoding & UNWIND_ARM64_FRAME_X21_X22_PAIR) { in stepWithCompactEncodingFrameless()
552 if (encoding & UNWIND_ARM64_FRAME_X23_X24_PAIR) { in stepWithCompactEncodingFrameless()
558 if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) { in stepWithCompactEncodingFrameless()
564 if (encoding & UNWIND_ARM64_FRAME_X27_X28_PAIR) { in stepWithCompactEncodingFrameless()
571 if (encoding & UNWIND_ARM64_FRAME_D8_D9_PAIR) { in stepWithCompactEncodingFrameless()
579 if (encoding & UNWIND_ARM64_FRAME_D10_D11_PAIR) { in stepWithCompactEncodingFrameless()
587 if (encoding & UNWIND_ARM64_FRAME_D12_D13_PAIR) { in stepWithCompactEncodingFrameless()
595 if (encoding & UNWIND_ARM64_FRAME_D14_D15_PAIR) { in stepWithCompactEncodingFrameless()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c687 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-12.1/contrib/binutils/gas/
H A Ddw2gencfi.c630 offsetT encoding; in dot_cfi_personality() local
641 if (encoding == DW_EH_PE_omit) in dot_cfi_personality()
648 if ((encoding & 0xff) != encoding in dot_cfi_personality()
677 encoding = DW_EH_PE_omit; in dot_cfi_personality()
680 encoding = DW_EH_PE_omit; in dot_cfi_personality()
684 fde->per_encoding = encoding; in dot_cfi_personality()
700 offsetT encoding; in dot_cfi_lsda() local
718 if ((encoding & 0xff) != encoding in dot_cfi_lsda()
749 encoding = DW_EH_PE_omit; in dot_cfi_lsda()
752 encoding = DW_EH_PE_omit; in dot_cfi_lsda()
[all …]
/freebsd-12.1/crypto/heimdal/doc/
H A Dlayman.asc710 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-12.1/crypto/openssl/doc/man7/
H A Dpassphrase-encoding.pod3 =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-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp183 if (function_info.encoding == 0) in GetUnwindPlan()
495 unwind_info.encoding = 0; in GetCompactUnwindInfoForFunction()
574 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
585 if (unwind_info.encoding & UNWIND_PERSONALITY_MASK) { in GetCompactUnwindInfoForFunction()
640 uint32_t encoding = 0; in GetCompactUnwindInfoForFunction() local
644 encoding = m_unwindinfo_data.GetU32( in GetCompactUnwindInfoForFunction()
651 encoding = m_unwindinfo_data.GetU32( in GetCompactUnwindInfoForFunction()
654 if (encoding == 0) in GetCompactUnwindInfoForFunction()
657 unwind_info.encoding = encoding; in GetCompactUnwindInfoForFunction()
658 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
[all …]
/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmcs.c66 switch (encoding) { in vmcs_fix_regval()
195 uint32_t encoding; in vmcs_getreg() local
205 encoding = ident & 0x7fffffff; in vmcs_getreg()
207 encoding = vmcs_field_encoding(ident); in vmcs_getreg()
209 if (encoding == (uint32_t)-1) in vmcs_getreg()
215 error = vmread(encoding, retval); in vmcs_getreg()
227 uint32_t encoding; in vmcs_setreg() local
230 encoding = ident & 0x7fffffff; in vmcs_setreg()
234 if (encoding == (uint32_t)-1) in vmcs_setreg()
237 val = vmcs_fix_regval(encoding, val); in vmcs_setreg()
[all …]
H A Dvmcs.h64 vmcs_read(uint32_t encoding) in vmcs_read() argument
69 error = vmread(encoding, &val); in vmcs_read()
70 KASSERT(error == 0, ("vmcs_read(%u) error %d", encoding, error)); in vmcs_read()
75 vmcs_write(uint32_t encoding, uint64_t val) in vmcs_write() argument
79 error = vmwrite(encoding, val); in vmcs_write()
80 KASSERT(error == 0, ("vmcs_write(%u) error %d", encoding, error)); in vmcs_write()
99 #define VMCS_IDENT(encoding) ((encoding) | 0x80000000) argument
/freebsd-12.1/contrib/elftoolchain/strings/
H A Dstrings.c69 (encoding == ENCODING_8BIT && (c) > 127)))
72 static enum encoding_style encoding; variable
119 encoding = ENCODING_7BIT; in main()
121 encoding = ENCODING_8BIT; in main()
123 encoding = ENCODING_16BIT_BIG; in main()
126 encoding = ENCODING_32BIT_BIG; in main()
129 encoding = ENCODING_16BIT_LITTLE; in main()
132 encoding = ENCODING_32BIT_LITTLE; in main()
307 switch(encoding) { in getcharacter()
366 if (encoding == ENCODING_8BIT && in find_strings()
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dzyxel12 >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-12.1/sbin/iscontrol/
H A Dmisc.c160 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()
/freebsd-12.1/contrib/libcxxrt/
H A Ddwarf_eh.h218 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-12.1/lib/libc/locale/
H A Dcollate.c72 __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()
95 if (__collate_load_tables_l(encoding, table) != _LDP_LOADED) { in __collate_load()
106 __collate_load_tables(const char *encoding) in __collate_load_tables() argument
109 return (__collate_load_tables_l(encoding, &__xlocale_global_collate)); in __collate_load_tables()
113 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l() argument
126 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0 || in __collate_load_tables_l()
127 strncmp(encoding, "C.", 2) == 0) { in __collate_load_tables_l()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c136 if (encoding == 0 || (encoding & ~(CTF_INT_SIGNED | CTF_INT_CHAR | in int_encoding_to_str()
141 if (encoding & CTF_INT_SIGNED) in int_encoding_to_str()
143 if (encoding & CTF_INT_CHAR) in int_encoding_to_str()
145 if (encoding & CTF_INT_BOOL) in int_encoding_to_str()
147 if (encoding & CTF_INT_VARARGS) in int_encoding_to_str()
165 if (encoding < 1 || encoding >= (sizeof (encs) / sizeof (char *))) { in fp_encoding_to_str()
170 return (encs[encoding]); in fp_encoding_to_str()
452 CTF_INT_OFFSET(encoding), in read_types()
453 CTF_INT_BITS(encoding)); in read_types()
466 CTF_FP_OFFSET(encoding), in read_types()
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DCompactUnwindPass.cpp49 uint32_t encoding; member
54 encoding(0) {} in CompactUnwindEntry()
142 for (uint32_t encoding : commonEncodings) { in addCommonEncodings() local
143 write32(commonEncodingsArea, encoding, _isBig); in addCommonEncodings()
236 if ((entry.encoding & 0x0f000000U) == in addRegularSecondLevelPage()
428 entry.encoding = in extractCompactUnwindEntry()
546 if (entry.encoding == _archHandler.dwarfCompactUnwindType() || in finalizeUnwindInfoEntryForAtom()
547 entry.encoding == 0) { in finalizeUnwindInfoEntryForAtom()
550 entry.encoding = _archHandler.dwarfCompactUnwindType(); in finalizeUnwindInfoEntryForAtom()
565 entry.encoding |= personalityIdx << 28; in finalizeUnwindInfoEntryForAtom()
[all …]

12345678910>>...25