Searched refs:encoding (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h347 // Pass along (ARMEncoding)encoding as the callback data.
359 EmulateInstructionARM::ARMEncoding encoding; member in struct:lldb_private::EmulateInstructionARM::__anon3755
362 bool (EmulateInstructionARM::*callback) (const uint32_t opcode, const EmulateInstructionARM::ARMEncoding encoding);
380 EmulatePUSH (const uint32_t opcode, const ARMEncoding encoding);
384 EmulatePOP (const uint32_t opcode, const ARMEncoding encoding);
388 EmulateADDRdSPImm (const uint32_t opcode, const ARMEncoding encoding);
392 EmulateMOVRdSP (const uint32_t opcode, const ARMEncoding encoding);
396 EmulateMOVLowHigh (const uint32_t opcode, const ARMEncoding encoding);
400 EmulateLDRRtPCRelative (const uint32_t opcode, const ARMEncoding encoding);
404 EmulateADDSPImm (const uint32_t opcode, const ARMEncoding encoding);
[all...]
/freebsd-10-stable/lib/libelf/
H A Dgelf_xlate.c38 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
40 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOFILE);
44 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
46 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOFILE);
50 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
52 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOMEMORY);
56 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
58 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOMEMORY);
62 gelf_xlatetom(Elf *e, Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
65 return (_libelf_xlate(dst, src, encoding,
72 gelf_xlatetof(Elf *e, Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
[all...]
H A Dlibelf_xlate.c48 _libelf_xlate(Elf_Data *dst, const Elf_Data *src, unsigned int encoding, argument
55 if (encoding == ELFDATANONE)
56 encoding = LIBELF_PRIVATE(byteorder);
58 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) ||
136 byteswap = encoding != LIBELF_PRIVATE(byteorder);
/freebsd-10-stable/tools/tools/vt/keymaps/
H A Dconvert-keymaps.pl58 my ($lang_old, $lang_new, $encoding) = split(" ");
59 # print "$lang_old|$lang_new|$encoding\n";
61 $ENCODING{$lang_old} = $encoding;
62 $ENCODING{$lang_new} = $encoding;
73 my ($encoding, $file_old, $file_new) = split(" ");
74 # print "--> ", join("|", $encoding, $file_old, $file_new, $file_locale), "\n";
75 if ($encoding and $file_old and $file_new) {
76 $ENCODING{$file_old} = $encoding;
86 my ($encoding) = $ENCODING{$basename};
87 $encoding
[all...]
H A Dconvert-INDEX.pl58 my ($lang_old, $lang_new, $encoding) = split(" ");
59 # print "$lang_old|$lang_new|$encoding\n";
61 $ENCODING{$lang_old} = $encoding;
62 $ENCODING{$lang_new} = $encoding;
73 my ($encoding, $file_old, $file_new) = split(" ");
74 # print "--> ", join("|", $encoding, $file_old, $file_new, $file_locale), "\n";
75 if ($encoding and $file_old and $file_new) {
76 $ENCODING{$file_old} = $encoding;
89 my ($lang) = split(/,/, $langlist); # first language in list selects encoding
/freebsd-10-stable/contrib/gcc/
H A Dintl.c66 const char *encoding; local
73 encoding = nl_langinfo (CODESET);
74 if (encoding != NULL
75 && (!strcasecmp (encoding, "utf-8")
76 || !strcasecmp (encoding, "utf8")))
H A Dunwind-pe.h70 /* Given an encoding, return the number of bytes the format occupies.
75 size_of_encoded_value (unsigned char encoding)
77 if (encoding == DW_EH_PE_omit)
80 switch (encoding & 0x07)
98 /* Given an encoding and an _Unwind_Context, return the base to which
99 the encoding is relative. This base may then be passed to
104 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context)
106 if (encoding == DW_EH_PE_omit)
109 switch (encoding & 0x70)
181 by base_of_encoded_value for this encoding i
74 size_of_encoded_value(unsigned char encoding) argument
103 base_of_encoded_value(unsigned char encoding, struct _Unwind_Context *context) argument
183 read_encoded_value_with_base(unsigned char encoding, _Unwind_Ptr base, const unsigned char *p, _Unwind_Ptr *val) argument
281 read_encoded_value(struct _Unwind_Context *context, unsigned char encoding, const unsigned char *p, _Unwind_Ptr *val) argument
[all...]
H A Dunwind-dw2-fde.c90 ob->s.b.encoding = DW_EH_PE_omit;
137 ob->s.b.encoding = DW_EH_PE_omit;
241 base_from_object (unsigned char encoding, struct object *ob)
243 if (encoding == DW_EH_PE_omit)
246 switch (encoding & 0x70)
262 /* Return the FDE pointer encoding from the CIE. */
292 /* Personality encoding and pointer. */
300 /* LSDA encoding. */
343 base = base_from_object (ob->s.b.encoding, ob);
344 read_encoded_value_with_base (ob->s.b.encoding, bas
240 base_from_object(unsigned char encoding, struct object *ob) argument
602 int encoding = DW_EH_PE_absptr; local
656 int encoding = ob->s.b.encoding; local
773 int encoding = ob->s.b.encoding; local
869 int encoding = ob->s.b.encoding; local
907 int encoding; local
1015 int encoding; local
[all...]
H A Dunwind-dw2-fde-darwin.c195 ob->s.b.encoding = DW_EH_PE_omit;
222 int encoding;
228 encoding = ob->s.b.encoding;
230 encoding = get_fde_encoding (result);
231 read_encoded_value_with_base (encoding,
232 base_from_object (encoding, ob),
221 int encoding; local
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dxml.h31 #include <libxml/encoding.h>
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh64 dtrace -qs /dev/stdin -x encoding=utf8 <<EOF
68 dtrace -qs /dev/stdin -x encoding=ascii -x aggzoom <<EOF
72 dtrace -qs /dev/stdin -x encoding=utf8 -x aggzoom <<EOF
H A Dtst.aggencoding.d17 #pragma D option encoding=utf8
H A Dtst.aggzoom.d16 #pragma D option encoding=ascii
H A Dtst.aggpackzoom.d16 #pragma D option encoding=ascii
/freebsd-10-stable/contrib/apr/
H A Dbuild.conf9 encoding/*.c
/freebsd-10-stable/contrib/groff/src/include/
H A DDviChar.h8 * The encoding names are taken from X -
24 const char *encoding; member in struct:_dviCharNameMap
/freebsd-10-stable/lib/libc/locale/
H A Drunefile.h46 char encoding[32]; member in struct:__anon5716
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_diff_private.h82 * Write all mark-up text (headers and so on) using the character encoding
83 * @a encoding.
85 * ### I think the idea is: we want the output to use @a encoding, and
87 * user-defined properties are already using @a encoding, so we don't
90 * values to @a encoding, since we know those are stored in UTF-8?
109 const char *encoding,
/freebsd-10-stable/contrib/groff/src/libs/libxutil/
H A DDviChar.c30 DviFindMap (char *encoding) argument
37 if (!strcmp (m->map->encoding, encoding))
50 if (!strcmp (m->map->encoding, map->encoding))
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmcs.c61 vmcs_fix_regval(uint32_t encoding, uint64_t val) argument
64 switch (encoding) {
193 uint32_t encoding; local
197 * the translation of 'ident' to 'encoding' by simply setting the
203 encoding = ident & 0x7fffffff;
205 encoding = vmcs_field_encoding(ident);
207 if (encoding == (uint32_t)-1)
213 error = vmread(encoding, retval);
225 uint32_t encoding; local
228 encoding
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.h76 bool InPPDirective, encoding::Encoding Encoding,
84 const encoding::Encoding Encoding;
102 encoding::Encoding Encoding,
124 encoding::Encoding Encoding, const FormatStyle &Style);
143 encoding::Encoding Encoding, const FormatStyle &Style);
171 encoding::Encoding Encoding, const FormatStyle &Style);
/freebsd-10-stable/sbin/iscontrol/
H A Dmisc.c158 bin2str(char *encoding, unsigned char *md, int blen) argument
164 if(strncasecmp(encoding, "0x", 2) == 0) {
169 strcpy(dst, encoding);
172 sprintf(ofmt, "%%02%c", encoding[1]);
180 if(strncasecmp(encoding, "0b", 2) == 0) {
185 strcpy(dst, encoding);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h21 // name (optional), encoding, size in bytes and the default display
30 lldb::Encoding encoding; // Encoding of the register bits member in struct:lldb_private::__anon3735
/freebsd-10-stable/sys/i386/include/
H A Dpcaudioio.h40 unsigned encoding; /* encoding method used */ member in struct:audio_prinfo
64 #define AUDIO_ENCODING_ULAW (1) /* u-law encoding */
65 #define AUDIO_ENCODING_ALAW (2) /* A-law encoding */
66 #define AUDIO_ENCODING_RAW (3) /* linear encoding */
/freebsd-10-stable/contrib/libcxxrt/
H A Ddwarf_eh.h57 /// DWARF data encoding types.
81 * Returns the encoding for a DWARF EH table entry. The encoding is stored in
92 * is. The low four bits tell you the encoding, allowing you to decode a
114 * Returns the addressing mode component of this encoding.
121 * Returns whether an encoding represents an indirect address.
129 * Returns the size of a fixed-size encoding. This function will abort if
130 * called with a value that is not a fixed-size encoding.
214 * Reads a value using the specified encoding from the address pointed to by
218 static uint64_t read_value(char encoding, dw_eh_ptr_
[all...]

Completed in 133 milliseconds

12345678