Searched defs:bigend (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/nvi/common/
H A Dencoding.c124 int bigend; local
209 int decode_utf16(const char* ibuf, int bigend) { argument
/freebsd-10.0-release/contrib/file/
H A Dencoding.c375 int bigend; local
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c280 one_utf8_to_utf32 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, argument
307 one_utf32_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, argument
337 one_utf8_to_utf16(iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, uchar **outbufp, size_t *outbytesleftp) argument
400 one_utf16_to_utf8(iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, uchar **outbufp, size_t *outbytesleftp) argument
1078 bool bigend = CPP_OPTION (pfile, bytes_big_endian); local
1453 bool bigend = CPP_OPTION (pfile, bytes_big_endian); local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c605 parse_symbol(SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, struct section_offsets *section_offsets, struct objfile *objfile) argument
1412 parse_type(int fd, union aux_ext *ax, unsigned int aux_index, int *bs, int bigend, char *sym_name) argument
1750 upgrade_type(int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, char *sym_name) argument
2046 parse_external(EXTR *es, int bigend, struct section_offsets *section_offsets, struct objfile *objfile) argument
4224 cross_ref(int fd, union aux_ext *ax, struct type **tpp, enum type_code type_code, char **pname, int bigend, char *sym_name) argument
[all...]

Completed in 86 milliseconds