Home
last modified time | relevance | path

Searched refs:byte_index (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c2187 uint8_t byte_index = 0; in set_avi_info_frame() local
2415 for (byte_index = 1; byte_index <= hdmi_info.bits.header.length; byte_index++) in set_avi_info_frame()
2416 *check_sum += hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame()
2426 for (byte_index = 0; byte_index < sizeof(hdmi_info.packet_raw_data.sb); byte_index++) in set_avi_info_frame()
2427 info_packet->sb[byte_index] = hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dxtensa-isa.c102 byte_to_word_index (int byte_index) in byte_to_word_index() argument
104 return byte_index / sizeof (xtensa_insnbuf_word); in byte_to_word_index()
109 byte_to_bit_index (int byte_index) in byte_to_bit_index() argument
111 return (byte_index & 0x3) * 8; in byte_to_bit_index()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dxtensa-isa.c103 byte_to_word_index (int byte_index) in byte_to_word_index() argument
105 return byte_index / sizeof (xtensa_insnbuf_word); in byte_to_word_index()
110 byte_to_bit_index (int byte_index) in byte_to_bit_index() argument
112 return (byte_index & 0x3) * 8; in byte_to_bit_index()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c6518 unsigned int byte_index = bit_index / BITS_PER_UNIT; in native_decode_vector_rtx() local
6520 builder.quick_push (bytes[byte_index] & (1 << lsb) in native_decode_vector_rtx()
H A Dfold-const.c8341 unsigned int byte_index = bit_index / BITS_PER_UNIT; in native_interpret_vector_part() local
8343 builder.quick_push (bytes[byte_index] & (1 << lsb) in native_interpret_vector_part()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc7049 unsigned int byte_index = bit_index / BITS_PER_UNIT; in native_decode_vector_rtx() local
7051 unsigned int value = bytes[byte_index] >> lsb; in native_decode_vector_rtx()
H A Dfold-const.cc8772 unsigned int byte_index = bit_index / BITS_PER_UNIT; in native_interpret_vector_part() local
8774 builder.quick_push (bytes[byte_index] & (1 << lsb) in native_interpret_vector_part()