Searched refs:as16 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.c3633 win_strncat_to_utf16(struct archive_string *as16, const void *_p, argument
3640 if (archive_string_ensure(as16,
3641 as16->length + (length + 1) * 2) == NULL)
3644 u16 = as16->s + as16->length;
3645 avail = as16->buffer_length - 2;
3660 as16->length += count << 1;
3661 as16->s[as16->length] = 0;
3662 as16
3711 win_strncat_to_utf16be(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
3718 win_strncat_to_utf16le(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
3796 best_effort_strncat_to_utf16(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc, int bigendian) argument
3838 best_effort_strncat_to_utf16be(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
3845 best_effort_strncat_to_utf16le(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dlibhppa.h227 re_assemble_16 (unsigned as16) argument
232 t = (as16 << 1) & 0xffff;
233 s = (as16 & 0x8000);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dlibhppa.h227 re_assemble_16 (unsigned as16) argument
232 t = (as16 << 1) & 0xffff;
233 s = (as16 & 0x8000);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dlibhppa.h227 re_assemble_16 (unsigned as16) argument
232 t = (as16 << 1) & 0xffff;
233 s = (as16 & 0x8000);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dlibhppa.h227 re_assemble_16 (unsigned as16) argument
232 t = (as16 << 1) & 0xffff;
233 s = (as16 & 0x8000);

Completed in 106 milliseconds