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

1234

/freebsd-9.3-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-9.3-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-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dxml.h31 #include <libxml/encoding.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dxml.h31 #include <libxml/encoding.h>
/freebsd-9.3-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-9.3-release/lib/libc/locale/
H A Drunefile.h46 char encoding[32]; member in struct:__anon5092
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-9.3-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-9.3-release/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);
H A DBreakableToken.cpp46 encoding::Encoding Encoding) {
56 encoding::getCodePointNumBytes(Text[MaxSplitBytes], Encoding);
58 encoding::columnWidthWithTabs(Text.substr(MaxSplitBytes, BytesInChar),
89 encoding::Encoding Encoding) {
97 encoding::columnWidthWithTabs(Text, UsedColumns, TabWidth, Encoding) - 1);
105 Advance = encoding::getEscapeSequenceLength(Text);
108 Advance = encoding::getCodePointNumBytes(Text[0], Encoding);
109 Chars += encoding::columnWidthWithTabs(
143 encoding::columnWidthWithTabs(Line.substr(Offset, Length),
151 encoding
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/lib/libmagic/
H A DMakefile15 encoding.c fsmagic.c funcs.c \
44 mkmagic: apprentice.c cdf_time.c encoding.c funcs.c magic.c print.c
/freebsd-9.3-release/contrib/groff/src/utils/xtotroff/
H A Dxtotroff.c111 char encoding[256]; local
140 sprintf(encoding, "%s-%s", parsed.CharSetRegistry,
142 for (s = encoding; *s; s++)
145 char_map = DviFindMap(encoding);
147 fprintf(stderr, "not a standard encoding: %s\n", encoding);
171 if (!strcmp(char_map->encoding, "adobe-fontspecific"))
/freebsd-9.3-release/usr.bin/mkesdb/
H A Dyacc.y57 static char *encoding, *name, *output = NULL, *variable;
84 | property encoding R_LN
94 encoding : R_ENCODING L_STRING label
96 set_prop_string("ENCODING", &encoding, &$2);
145 if (!encoding) {
161 /* store encoding */
163 encoding));
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c132 int_encoding_to_str(uint_t encoding) argument
136 if (encoding == 0 || (encoding & ~(CTF_INT_SIGNED | CTF_INT_CHAR |
138 (void) snprintf(buf, sizeof (buf), " 0x%x", encoding);
141 if (encoding & CTF_INT_SIGNED)
143 if (encoding & CTF_INT_CHAR)
145 if (encoding & CTF_INT_BOOL)
147 if (encoding & CTF_INT_VARARGS)
155 fp_encoding_to_str(uint_t encoding) argument
165 if (encoding <
446 uint_t encoding = *((const uint_t *)u.ptr); local
460 uint_t encoding = *((const uint_t *)u.ptr); local
[all...]

Completed in 259 milliseconds

1234