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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Doptimize-6a.s1 # Check instructions with optimized encoding
H A Dx86-64-optimize-7a.s1 # Check 64bit instructions with optimized encoding
H A Dx86-64-optimize-2b.s1 # Check 64bit instructions with optimized encoding
H A Dx86-64-optimize-8.s1 # Check 64bit instructions with optimized encoding
H A Doptimize-7.s1 # Check instructions with optimized encoding
H A Doptimize-4.s1 # Check instructions with optimized encoding
H A Dx86-64-optimize-8.l6 [ ]*1[ ]+\# Check 64bit instructions with optimized encoding
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dlc-charset-dispatch.c1 /* Dispatching based on the current locale's character encoding.
44 const char *encoding = locale_charset (); local
45 if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0))
47 if (STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0))
49 if (STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0)
50 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0)
51 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0))
53 if (STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0))
55 if (STREQ_OPT (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0))
57 if (STREQ_OPT (encoding, "SJI
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dlc-charset-dispatch.c1 /* Dispatching based on the current locale's character encoding.
44 const char *encoding = locale_charset (); local
45 if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0))
47 if (STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0))
49 if (STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0)
50 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0)
51 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0))
53 if (STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0))
55 if (STREQ_OPT (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0))
57 if (STREQ_OPT (encoding, "SJI
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dgroup-reloc-alu-encoding-bad.d1 #name: Group relocation tests, encoding failures (alu)
3 #error_output: group-reloc-alu-encoding-bad.l
H A Dgroup-reloc-ldc-encoding-bad.d1 #name: Group relocation tests, encoding failures (ldc)
3 #error_output: group-reloc-ldc-encoding-bad.l
H A Dgroup-reloc-ldr-encoding-bad.d1 #name: Group relocation tests, encoding failures (ldr)
3 #error_output: group-reloc-ldr-encoding-bad.l
H A Dgroup-reloc-ldrs-encoding-bad.d1 #name: Group relocation tests, encoding failures (ldrs)
3 #error_output: group-reloc-ldrs-encoding-bad.l
H A Dmsr-imm-bad.l2 [^:]*:9: Error: Thumb encoding does not support an immediate here -- `msr APSR_nzcvq,#0xc0000004'
3 [^:]*:10: Error: Thumb encoding does not support an immediate here -- `msr APSR_g,#0xc0000004'
4 [^:]*:11: Error: Thumb encoding does not support an immediate here -- `msr APSR_nzcvq,#0xc0000004'
5 [^:]*:12: Error: Thumb encoding does not support an immediate here -- `msr APSR_nzcvqg,#0xc0000004'
6 [^:]*:15: Error: Thumb encoding does not support an immediate here -- `msr CPSR,#0xc0000004'
7 [^:]*:16: Error: Thumb encoding does not support an immediate here -- `msr CPSR_s,#0xc0000004'
8 [^:]*:17: Error: Thumb encoding does not support an immediate here -- `msr CPSR_f,#0xc0000004'
9 [^:]*:18: Error: Thumb encoding does not support an immediate here -- `msr CPSR_c,#0xc0000004'
10 [^:]*:19: Error: Thumb encoding does not support an immediate here -- `msr CPSR_x,#0xc0000004'
11 [^:]*:22: Error: Thumb encoding doe
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlinebreak.h28 /* These functions are locale dependent. The encoding argument identifies
29 the encoding (e.g. "ISO-8859-2" for Polish). */
31 /* Return the encoding of the current locale. */
35 extern int uc_width (unsigned int uc, const char *encoding);
39 extern int u8_width (const unsigned char *s, size_t n, const char *encoding);
40 extern int u16_width (const unsigned short *s, size_t n, const char *encoding);
41 extern int u32_width (const unsigned int *s, size_t n, const char *encoding);
64 const char *encoding,
67 const char *encoding,
70 const char *encoding,
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlinebreak.h28 /* These functions are locale dependent. The encoding argument identifies
29 the encoding (e.g. "ISO-8859-2" for Polish). */
31 /* Return the encoding of the current locale. */
35 extern int uc_width (unsigned int uc, const char *encoding);
39 extern int u8_width (const unsigned char *s, size_t n, const char *encoding);
40 extern int u16_width (const unsigned short *s, size_t n, const char *encoding);
41 extern int u32_width (const unsigned int *s, size_t n, const char *encoding);
64 const char *encoding,
67 const char *encoding,
70 const char *encoding,
[all...]
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_xlate.c41 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
43 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE,
48 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
50 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE,
55 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
57 return _libelf_xlate(dst, src, encoding, ELFCLASS32, EM_NONE,
62 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
64 return _libelf_xlate(dst, src, encoding, ELFCLASS64, EM_NONE,
70 unsigned int encoding)
73 return (_libelf_xlate(dst, src, encoding,
69 gelf_xlatetom(Elf *e, Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
80 gelf_xlatetof(Elf *e, Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/doc/
H A DMakefile.am29 MAKEINFOFLAGS = --enable-encoding
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64-opts.d3 #name: x86-64 (ILP32) encoding option
H A Dx86-64-opts-intel.d3 #name: x86-64 (ILP32) encoding option (Intel mode)
H A Dx86-64-sse2avx-opts.d4 #name: x86-64 (ILP32) encoding option with -msse2avx
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-pe.h65 /* Given an encoding, return the number of bytes the format occupies.
70 size_of_encoded_value (unsigned char encoding) __attribute__ ((unused));
73 size_of_encoded_value (unsigned char encoding)
75 if (encoding == DW_EH_PE_omit)
78 switch (encoding & 0x07)
96 /* Given an encoding and an _Unwind_Context, return the base to which
97 the encoding is relative. This base may then be passed to
102 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context)
104 if (encoding == DW_EH_PE_omit)
107 switch (encoding
72 size_of_encoded_value(unsigned char encoding) argument
101 base_of_encoded_value(unsigned char encoding, struct _Unwind_Context *context) argument
184 read_encoded_value_with_base(unsigned char encoding, _Unwind_Ptr base, const unsigned char *p, _Unwind_Ptr *val) argument
301 read_encoded_value(struct _Unwind_Context *context, unsigned char encoding, const unsigned char *p, _Unwind_Ptr *val) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-pe.h65 /* Given an encoding, return the number of bytes the format occupies.
70 size_of_encoded_value (unsigned char encoding) __attribute__ ((unused));
73 size_of_encoded_value (unsigned char encoding)
75 if (encoding == DW_EH_PE_omit)
78 switch (encoding & 0x07)
96 /* Given an encoding and an _Unwind_Context, return the base to which
97 the encoding is relative. This base may then be passed to
102 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context)
104 if (encoding == DW_EH_PE_omit)
107 switch (encoding
72 size_of_encoded_value(unsigned char encoding) argument
101 base_of_encoded_value(unsigned char encoding, struct _Unwind_Context *context) argument
184 read_encoded_value_with_base(unsigned char encoding, _Unwind_Ptr base, const unsigned char *p, _Unwind_Ptr *val) argument
301 read_encoded_value(struct _Unwind_Context *context, unsigned char encoding, const unsigned char *p, _Unwind_Ptr *val) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dxml.h33 #include <libxml/encoding.h>
/netbsd-current/sys/dev/audio/
H A Daudiovar.h280 if (fmt->encoding != AUDIO_ENCODING_SLINEAR_NE)
290 * Return true if fmt's encoding is one of LINEAR.
295 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE)
296 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE)
297 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_LE)
298 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_BE);
302 * Return true if fmt's encoding is one of SLINEAR.
307 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE)
308 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE);
322 if (fmt->encoding
[all...]

Completed in 233 milliseconds

1234567891011>>