Home
last modified time | relevance | path

Searched refs:low_byte (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/Porting/
Dmakerel175 my $low_byte = substr($cur, $utf16_low, 1);
176 $low_byte = chr $a2e->[ord $low_byte];
177 substr($cur, $utf16_low, 1) = $low_byte;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-sh.c2240 int low_byte = target_big_endian ? 1 : 0; in build_Mytes() local
2296 insert (output + low_byte, BFD_RELOC_SH_IMM3, 0, operand); in build_Mytes()
2301 insert (output + low_byte, BFD_RELOC_SH_IMM3U, 0, operand); in build_Mytes()
2336 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand); in build_Mytes()
2339 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand); in build_Mytes()
2342 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand); in build_Mytes()
2345 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1); in build_Mytes()
2348 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1); in build_Mytes()
2351 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1); in build_Mytes()
2354 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand); in build_Mytes()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-sh.c2132 int low_byte = target_big_endian ? 1 : 0; in build_Mytes() local
2171 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand); in build_Mytes()
2174 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand); in build_Mytes()
2177 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand); in build_Mytes()
2180 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1); in build_Mytes()
2183 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1); in build_Mytes()
2186 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1); in build_Mytes()
2189 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand); in build_Mytes()
2192 insert (output + low_byte, BFD_RELOC_SH_IMM8BY2, 0, operand); in build_Mytes()
2195 insert (output + low_byte, BFD_RELOC_SH_IMM8, 0, operand); in build_Mytes()
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dutf8.c2834 const bool low_byte) in Perl_utf16_to_utf8_base() argument
2851 U32 uv = (p[(U8) high_byte] << 8) + p[(U8) low_byte]; in Perl_utf16_to_utf8_base()
2868 U32 low_surrogate = (p[(U8) high_byte] << 8) + p[(U8) low_byte]; in Perl_utf16_to_utf8_base()
2929 const bool low_byte) in Perl_utf8_to_utf16_base() argument
2960 d[(U8) low_byte] = high_surrogate & nBIT_MASK(8); in Perl_utf8_to_utf16_base()
2972 d[(U8) low_byte] = uv & nBIT_MASK(8); in Perl_utf8_to_utf16_base()
/openbsd/src/sys/dev/pci/
Dif_em_hw.c7484 uint8_t low_byte = 0; in em_commit_shadow_ram() local
7554 low_byte = (uint8_t) in em_commit_shadow_ram()
7558 (i << 1) + new_bank_offset, low_byte); in em_commit_shadow_ram()
7570 old_bank_offset, &low_byte); in em_commit_shadow_ram()
7573 (i << 1) + new_bank_offset, low_byte); in em_commit_shadow_ram()