Home
last modified time | relevance | path

Searched refs:trailing_bytes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/lib/libkern/arch/powerpc/
H A Dmemset.S88 blt- trailing_bytes /* no? finish writing */
95 trailing_bytes: label
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_log.c42 trailing_bytes = msg_size % bytes_per_line; in mod_hdcp_dump_binary_message() local
44 byte_size * trailing_bytes + newline_size + terminator_size; in mod_hdcp_dump_binary_message()
/netbsd-src/sys/netinet/
H A Dcpu_in_cksum.c283 goto trailing_bytes; in cpu_in_cksum()
352 trailing_bytes: in cpu_in_cksum()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3625 poly_uint64 subreg_end, trailing_bytes, byte_pos; in subreg_size_lsb() local
3636 trailing_bytes = inner_bytes - subreg_end; in subreg_size_lsb()
3638 byte_pos = trailing_bytes; in subreg_size_lsb()
3648 = force_align_down (trailing_bytes, UNITS_PER_WORD); in subreg_size_lsb()
3654 && known_eq (trailing_word_part, trailing_bytes))); in subreg_size_lsb()
3658 byte_pos = leading_word_part + (trailing_bytes - trailing_word_part); in subreg_size_lsb()