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

123456

/freebsd-10.0-release/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::__anon3546
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.0-release/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.0-release/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.0-release/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.0-release/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?
106 const char *encoding,
/freebsd-10.0-release/lib/libc/locale/
H A Drunefile.h46 char encoding[32]; member in struct:__anon5429
H A Dcollate.c77 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table);
90 __collate_load(const char *encoding, locale_t unused) argument
92 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) {
99 if (__collate_load_tables_l(encoding, table) != _LDP_LOADED) {
107 * Load the collation tables for the specified encoding into the global table.
110 __collate_load_tables(const char *encoding) argument
112 int ret = __collate_load_tables_l(encoding, &__xlocale_global_collate);
118 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) argument
126 /* 'encoding' mus
[all...]
H A Dsetrunelocale.c109 __setrunelocale(struct xlocale_ctype *l, const char *encoding) argument
120 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) {
126 /* Range checking not needed, encoding length already checked before */
129 (void) strcat(name, encoding);
/freebsd-10.0-release/sys/amd64/vmm/intel/
H A Dvmcs.c56 vmcs_fix_regval(uint32_t encoding, uint64_t val) argument
59 switch (encoding) {
180 uint32_t encoding; local
184 * the translation of 'ident' to 'encoding' by simply setting the
190 encoding = ident & 0x7fffffff;
192 encoding = vmcs_field_encoding(ident);
194 if (encoding == (uint32_t)-1)
200 error = vmread(encoding, retval);
212 uint32_t encoding; local
215 encoding
460 vmcs_read(uint32_t encoding) argument
[all...]
/freebsd-10.0-release/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.0-release/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);
H A Dauth_subr.c132 char encoding[3]; local
144 sprintf(encoding, "%.2s", cp);
145 return bin2str(encoding, digest, len);
152 genChapChallenge(char *encoding, uint len) argument
163 return bin2str(encoding, tmp, len);
/freebsd-10.0-release/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...]
/freebsd-10.0-release/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::__anon3530
/freebsd-10.0-release/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.0-release/contrib/binutils/gas/
H A Ddw2gencfi.c632 offsetT encoding;
642 encoding = get_absolute_expression ();
643 if (encoding == DW_EH_PE_omit)
646 fde->per_encoding = encoding;
650 if ((encoding & 0xff) != encoding
651 || ((encoding & 0x70) != 0
653 && (encoding & 0x70) != DW_EH_PE_pcrel
657 || (encoding & 7) == DW_EH_PE_uleb128
658 || (encoding
630 offsetT encoding; local
700 offsetT encoding; local
1020 encoding_size(unsigned char encoding) argument
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c99 static uintptr_t readEncodedPointer(const uint8_t** data, uint8_t encoding) argument
104 if ( encoding == DW_EH_PE_omit )
108 switch (encoding & 0x0F) {
148 switch ( encoding & 0x70 ) {
166 if (encoding & DW_EH_PE_indirect) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py79 encoding = getattr(sys.stdin, "encoding", None)
80 if encoding and not isinstance(line, unicode):
81 line = line.decode(encoding)
/freebsd-10.0-release/contrib/libyaml/src/
H A Dwriter.c38 assert(emitter->encoding); /* Output encoding must be set. */
49 /* If the output encoding is UTF-8, we don't need to recode the buffer. */
51 if (emitter->encoding == YAML_UTF8_ENCODING)
67 low = (emitter->encoding == YAML_UTF16LE_ENCODING ? 0 : 1);
68 high = (emitter->encoding == YAML_UTF16LE_ENCODING ? 1 : 0);
78 * See the "reader.c" code for more details on UTF-8 encoding. Note
H A Dreader.c46 * Determine the input stream encoding by checking the BOM symbol. If no BOM is
47 * found, the UTF-8 encoding is assumed. Return 1 on success, 0 on failure.
62 /* Determine the encoding. */
66 parser->encoding = YAML_UTF16LE_ENCODING;
72 parser->encoding = YAML_UTF16BE_ENCODING;
78 parser->encoding = YAML_UTF8_ENCODING;
83 parser->encoding = YAML_UTF8_ENCODING;
158 /* Determine the input encoding if it is not known yet. */
160 if (!parser->encoding) {
204 switch (parser->encoding)
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectArgs.cpp172 Encoding encoding = eEncodingSint; local
190 encoding = eEncodingUint;
210 clang_type = ast_context.GetBuiltinTypeForEncodingAndBitSize(encoding, width);
216 (encoding == eEncodingSint ? "signed" : "unsigned"),

Completed in 144 milliseconds

123456