Home
last modified time | relevance | path

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

12345678910

/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-dw2-fde.c269 if (encoding == DW_EH_PE_omit) in base_from_object()
272 switch (encoding & 0x70) in base_from_object()
661 ob->s.b.encoding = encoding; in classify_object_over_fdes()
662 else if (ob->s.b.encoding != encoding) in classify_object_over_fdes()
694 int encoding = ob->s.b.encoding; in add_fdes() local
829 int encoding = ob->s.b.encoding; in linear_search_fdes() local
925 int encoding = ob->s.b.encoding; in binary_search_single_encoding_fdes() local
963 int encoding; in binary_search_mixed_encoding_fdes() local
1084 int encoding; in _Unwind_Find_FDE() local
1090 encoding = ob->s.b.encoding; in _Unwind_Find_FDE()
[all …]
H A Dunwind-pe.h72 size_of_encoded_value (unsigned char encoding) in size_of_encoded_value() argument
74 if (encoding == DW_EH_PE_omit) in size_of_encoded_value()
77 switch (encoding & 0x07) in size_of_encoded_value()
103 if (encoding == DW_EH_PE_omit) in base_of_encoded_value()
106 switch (encoding & 0x70) in base_of_encoded_value()
198 if (encoding == DW_EH_PE_aligned) in read_encoded_value_with_base()
207 switch (encoding & 0x0f) in read_encoded_value_with_base()
262 result += ((encoding & 0x70) == DW_EH_PE_pcrel in read_encoded_value_with_base()
264 if (encoding & DW_EH_PE_indirect) in read_encoded_value_with_base()
282 return read_encoded_value_with_base (encoding, in read_encoded_value()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-dw2-fde.c238 if (encoding == DW_EH_PE_omit) in base_from_object()
241 switch (encoding & 0x70) in base_from_object()
630 ob->s.b.encoding = encoding; in classify_object_over_fdes()
631 else if (ob->s.b.encoding != encoding) in classify_object_over_fdes()
663 int encoding = ob->s.b.encoding; in add_fdes() local
798 int encoding = ob->s.b.encoding; in linear_search_fdes() local
894 int encoding = ob->s.b.encoding; in binary_search_single_encoding_fdes() local
932 int encoding; in binary_search_mixed_encoding_fdes() local
1040 int encoding; in _Unwind_Find_FDE() local
1046 encoding = ob->s.b.encoding; in _Unwind_Find_FDE()
[all …]
H A Dunwind-pe.h72 size_of_encoded_value (unsigned char encoding) in size_of_encoded_value() argument
74 if (encoding == DW_EH_PE_omit) in size_of_encoded_value()
77 switch (encoding & 0x07) in size_of_encoded_value()
103 if (encoding == DW_EH_PE_omit) in base_of_encoded_value()
106 switch (encoding & 0x70) in base_of_encoded_value()
198 if (encoding == DW_EH_PE_aligned) in read_encoded_value_with_base()
207 switch (encoding & 0x0f) in read_encoded_value_with_base()
262 result += ((encoding & 0x70) == DW_EH_PE_pcrel in read_encoded_value_with_base()
264 if (encoding & DW_EH_PE_indirect) in read_encoded_value_with_base()
282 return read_encoded_value_with_base (encoding, in read_encoded_value()
[all …]
/dragonfly/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, ELF_TOFILE); in elf32_xlatetof()
42 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf64_xlatetof() argument
44 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOFILE); in elf64_xlatetof()
48 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) in elf32_xlatetom() argument
50 return _libelf_xlate(dst, src, encoding, ELFCLASS32, ELF_TOMEMORY); in elf32_xlatetom()
56 return _libelf_xlate(dst, src, encoding, ELFCLASS64, ELF_TOMEMORY); in elf64_xlatetom()
61 unsigned int encoding) in gelf_xlatetom() argument
64 return (_libelf_xlate(dst, src, encoding, e->e_class, in gelf_xlatetom()
72 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
54 if (encoding == ELFDATANONE) in _libelf_xlate()
55 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate()
57 if ((encoding != ELFDATA2LSB && encoding != ELFDATA2MSB) || in _libelf_xlate()
135 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
/dragonfly/contrib/diffutils/lib/uniwidth/
H A Dcjk.h21 is_cjk_encoding (const char *encoding) in is_cjk_encoding() argument
25 || STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0) in is_cjk_encoding()
27 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) in is_cjk_encoding()
28 || STREQ_OPT (encoding, "GBK", 'G', 'B', 'K', 0, 0, 0, 0, 0, 0) in is_cjk_encoding()
29 || STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0) in is_cjk_encoding()
30 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0) in is_cjk_encoding()
32 || STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) in is_cjk_encoding()
33 || STREQ_OPT (encoding, "CP949", 'C', 'P', '9', '4', '9', 0, 0, 0, 0) in is_cjk_encoding()
34 || STREQ_OPT (encoding, "JOHAB", 'J', 'O', 'H', 'A', 'B', 0, 0, 0, 0)) in is_cjk_encoding()
/dragonfly/contrib/grep/lib/uniwidth/
H A Dcjk.h21 is_cjk_encoding (const char *encoding) in is_cjk_encoding() argument
25 || STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0) in is_cjk_encoding()
27 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) in is_cjk_encoding()
28 || STREQ_OPT (encoding, "GBK", 'G', 'B', 'K', 0, 0, 0, 0, 0, 0) in is_cjk_encoding()
29 || STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0) in is_cjk_encoding()
30 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0) in is_cjk_encoding()
32 || STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) in is_cjk_encoding()
33 || STREQ_OPT (encoding, "CP949", 'C', 'P', '9', '4', '9', 0, 0, 0, 0) in is_cjk_encoding()
34 || STREQ_OPT (encoding, "JOHAB", 'J', 'O', 'H', 'A', 'B', 0, 0, 0, 0)) in is_cjk_encoding()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-lazy-string.c38 char *encoding; member
68 if (self_string->encoding) in stpy_get_encoding()
69 result = PyString_FromString (self_string->encoding); in stpy_get_encoding()
123 xfree (self_string->encoding); in stpy_dealloc()
128 const char *encoding, struct type *type) in gdbpy_create_lazy_string_object() argument
153 if (encoding == NULL || !strcmp (encoding, "")) in gdbpy_create_lazy_string_object()
154 str_obj->encoding = NULL; in gdbpy_create_lazy_string_object()
156 str_obj->encoding = xstrdup (encoding); in gdbpy_create_lazy_string_object()
187 long *length, char **encoding) in gdbpy_extract_lazy_string() argument
198 *encoding = lazy->encoding ? xstrdup (lazy->encoding) : NULL; in gdbpy_extract_lazy_string()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_types.c29 int encoding; member
47 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
54 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
73 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
80 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
99 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
106 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
125 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
132 .encoding = ASN1_ENCODING_PRIMITIVE_ONLY,
145 .encoding = ASN1_ENCODING_CONSTRUCTED_ONLY,
[all …]
/dragonfly/contrib/binutils-2.27/include/opcode/
H A Dmetag.h589 enum insn_encoding encoding; member
806 meta_mask, insn_type, encoding, args) \ argument
808 insn_type, encoding, args }, \
810 insn_type, encoding, args }, \
812 meta_mask, insn_type, encoding, args }, \
814 meta_mask, insn_type, encoding, args }, \
816 meta_mask, insn_type, encoding, args }, \
897 meta_mask, insn_type, encoding, args) \ argument
899 insn_type, encoding, args }, \
901 insn_type, encoding, args }, \
[all …]
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Duniwidth.h42 uc_width (ucs4_t uc, const char *encoding)
48 u8_width (const uint8_t *s, size_t n, const char *encoding)
51 u16_width (const uint16_t *s, size_t n, const char *encoding)
54 u32_width (const uint32_t *s, size_t n, const char *encoding)
59 u8_strwidth (const uint8_t *s, const char *encoding)
62 u16_strwidth (const uint16_t *s, const char *encoding)
65 u32_strwidth (const uint32_t *s, const char *encoding)
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Duniwidth.h42 uc_width (ucs4_t uc, const char *encoding)
48 u8_width (const uint8_t *s, size_t n, const char *encoding)
51 u16_width (const uint16_t *s, size_t n, const char *encoding)
54 u32_width (const uint32_t *s, size_t n, const char *encoding)
59 u8_strwidth (const uint8_t *s, const char *encoding)
62 u16_strwidth (const uint16_t *s, const char *encoding)
65 u32_strwidth (const uint32_t *s, const char *encoding)
/dragonfly/contrib/binutils-2.34/gas/
H A Ddw2gencfi.c165 switch (encoding & 0x7) in encoding_size()
193 out_one (encoding); in emit_expr_encoded()
983 offsetT encoding; in dot_cfi_personality() local
1001 if ((encoding & 0xff) != encoding in dot_cfi_personality()
1054 offsetT encoding; in dot_cfi_lsda() local
1072 if ((encoding & 0xff) != encoding in dot_cfi_lsda()
1127 offsetT encoding; in dot_cfi_val_encoded_addr() local
1149 if ((encoding & 0xff) != encoding in dot_cfi_val_encoded_addr()
1178 insn_ptr->u.ea.encoding = encoding; in dot_cfi_val_encoded_addr()
1763 unsigned encoding = insn->u.ea.encoding; in output_cfi_insn() local
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A Ddw2gencfi.c165 switch (encoding & 0x7) in encoding_size()
193 out_one (encoding); in emit_expr_encoded()
967 offsetT encoding; in dot_cfi_personality() local
985 if ((encoding & 0xff) != encoding in dot_cfi_personality()
1038 offsetT encoding; in dot_cfi_lsda() local
1056 if ((encoding & 0xff) != encoding in dot_cfi_lsda()
1111 offsetT encoding; in dot_cfi_val_encoded_addr() local
1133 if ((encoding & 0xff) != encoding in dot_cfi_val_encoded_addr()
1161 insn_ptr->u.ea.encoding = encoding; in dot_cfi_val_encoded_addr()
1708 unsigned encoding = insn->u.ea.encoding; in output_cfi_insn() local
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Df-lang.c52 const char *encoding; in f_get_encoding() local
57 encoding = target_charset (get_type_arch (type)); in f_get_encoding()
61 encoding = "UTF-32BE"; in f_get_encoding()
63 encoding = "UTF-32LE"; in f_get_encoding()
70 return encoding; in f_get_encoding()
82 const char *encoding = f_get_encoding (type); in f_emit_char() local
84 generic_emit_char (c, type, stream, quoter, encoding); in f_emit_char()
106 unsigned int length, const char *encoding, int force_ellipses, in f_printstr() argument
114 if (!encoding || !*encoding) in f_printstr()
115 encoding = type_encoding; in f_printstr()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dpgp-binary-keys70 # 255: partial body encoding
72 # The partial body encoding is similar to HTTP's chunk encoding. It
85 # || | length encoding
109 # Length encoding:
184 #>>&0 ubyte x (1 byte length encoding, %d bytes)
192 #>>>&0 ubeshort x (2 byte length encoding, %d bytes)
196 #>>&0 belong x (5 byte length encoding, %d bytes)
201 # >>&0 ubyte <255 partial body encoding
210 #>>&0 ubyte x (1 byte length encoding, %d bytes)
218 #>>&0 ubelong x (4 byte length encoding, %d bytes)
[all …]
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
/dragonfly/sbin/iscontrol/
H A Dmisc.c154 bin2str(char *encoding, unsigned char *md, int blen) in bin2str() argument
160 if(strncasecmp(encoding, "0x", 2) == 0) { in bin2str()
165 strcpy(dst, encoding); in bin2str()
168 sprintf(ofmt, "%%02%c", encoding[1]); in bin2str()
176 if(strncasecmp(encoding, "0b", 2) == 0) { in bin2str()
181 strcpy(dst, encoding); in bin2str()
H A Dauth_subr.c129 char encoding[3]; in chapDigest() local
141 sprintf(encoding, "%.2s", cp); in chapDigest()
142 return bin2str(encoding, digest, len); in chapDigest()
149 genChapChallenge(char *encoding, size_t len) in genChapChallenge() argument
160 return bin2str(encoding, tmp, len); in genChapChallenge()
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Ddwarf.c159 enum attr_val_encoding encoding; member
684 val->encoding = ATTR_VAL_UINT; in read_attribute()
688 val->encoding = ATTR_VAL_UINT; in read_attribute()
692 val->encoding = ATTR_VAL_UINT; in read_attribute()
706 val->encoding = ATTR_VAL_UINT; in read_attribute()
710 val->encoding = ATTR_VAL_UINT; in read_attribute()
714 val->encoding = ATTR_VAL_SINT; in read_attribute()
727 val->encoding = ATTR_VAL_STRING; in read_attribute()
732 val->encoding = ATTR_VAL_UINT; in read_attribute()
776 val->encoding = ATTR_VAL_EXPR; in read_attribute()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dunwind-dw2-fde-darwin.c192 ob->s.b.encoding = DW_EH_PE_omit; in examine_objects()
219 int encoding; in examine_objects() local
225 encoding = ob->s.b.encoding; in examine_objects()
227 encoding = get_fde_encoding (result); in examine_objects()
228 read_encoded_value_with_base (encoding, in examine_objects()
229 base_from_object (encoding, ob), in examine_objects()
/dragonfly/lib/libc/locale/
H A Dcollate.c66 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table);
79 __collate_load(const char *encoding, __unused locale_t unused) in __collate_load() argument
81 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) { in __collate_load()
88 if (__collate_load_tables_l(encoding, table) != _LDP_LOADED) { in __collate_load()
99 __collate_load_tables(const char *encoding) in __collate_load_tables() argument
101 return (__collate_load_tables_l(encoding, &__xlocale_global_collate)); in __collate_load_tables()
105 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l() argument
118 if (strcmp(encoding, "C") == 0 || strcmp(encoding, "POSIX") == 0) { in __collate_load_tables_l()
123 _PathLocale, encoding); in __collate_load_tables_l()
/dragonfly/usr.bin/mkesdb/
H A Dyacc.y55 static char *name, *encoding, *variable; variable
87 | property encoding R_LN
97 encoding : R_ENCODING L_STRING
99 set_prop_string("ENCODING", &encoding, &$2);
148 if (!encoding) { in dump_file()
166 encoding)); in dump_file()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dstrings.c82 && ((c) == '\t' || ISPRINT (c) || (encoding == 'S' && (c) > 127) \
115 static char encoding; variable
173 encoding = 's'; in main()
242 encoding = optarg[0]; in main()
272 switch (encoding) in main()
490 switch (encoding) in get_char()
521 switch (encoding) in unget_part_char()

12345678910