Home
last modified time | relevance | path

Searched refs:mode_bytes (Results 1 – 20 of 20) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_copyb.c97 static ir_mode *get_ir_mode(unsigned mode_bytes) in get_ir_mode() argument
99 switch (mode_bytes) { in get_ir_mode()
122 unsigned mode_bytes = allow_misalignments ? native_mode_bytes : tp->align; in lower_small_copyb_node() local
128 mode = get_ir_mode(mode_bytes); in lower_small_copyb_node()
129 for (; offset + mode_bytes <= size; offset += mode_bytes) { in lower_small_copyb_node()
155 mode_bytes /= 2; in lower_small_copyb_node()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/
H A Dfdb_c.cpp472 int mode_bytes; in fdb_transaction_get_range_impl() local
478 mode_bytes = iteration_progression[iteration - 1]; in fdb_transaction_get_range_impl()
481 mode_bytes = mode_bytes_array[mode]; in fdb_transaction_get_range_impl()
486 target_bytes = mode_bytes; in fdb_transaction_get_range_impl()
487 else if(mode_bytes != CLIENT_KNOBS->BYTE_LIMIT_UNLIMITED) in fdb_transaction_get_range_impl()
488 target_bytes = std::min(target_bytes, mode_bytes); in fdb_transaction_get_range_impl()
/dports/emulators/atari800/atari800-3.1.0/src/
H A Datari.c1059 static const UBYTE mode_bytes[16] = in basic_antic_scanline() local
1100 bytes = mode_bytes[IR & 0xf] * 8 / 10; in basic_antic_scanline()
1103 bytes = mode_bytes[IR & 0xf]; in basic_antic_scanline()
1106 bytes = mode_bytes[IR & 0xf] * 12 / 10; in basic_antic_scanline()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drandr.rs1953 mode_bytes[0], in serialize()
2426 mode_bytes[0], in serialize()
2427 mode_bytes[1], in serialize()
2428 mode_bytes[2], in serialize()
2429 mode_bytes[3], in serialize()
2497 mode_bytes[0], in serialize()
2498 mode_bytes[1], in serialize()
2499 mode_bytes[2], in serialize()
2500 mode_bytes[3], in serialize()
2571 mode_bytes[0], in serialize()
[all …]
H A Dxinput.rs1233 mode_bytes[0], in serialize()
1611 mode_bytes[0], in serialize()
3025 mode_bytes[0], in serialize()
8813 mode_bytes[0], in serialize()
11411 mode_bytes[0],
11511 mode_bytes[0],
11687 mode_bytes[0],
11781 mode_bytes[0],
12441 mode_bytes[0], in serialize()
13615 mode_bytes[0], in serialize()
[all …]
H A Dxproto.rs1975 let mode_bytes = u8::from(input.mode).serialize(); in from() localVariable
2008 mode_bytes[0], in from()
2065 let mode_bytes = u8::from(input.mode).serialize(); in from() localVariable
2075 mode_bytes[0], in from()
6889 mode_bytes[0], in serialize()
9020 mode_bytes[0], in serialize()
12576 mode_bytes[0], in serialize()
24536 mode_bytes[0], in serialize()
24836 mode_bytes[0], in serialize()
24959 mode_bytes[0], in serialize()
[all …]
H A Dglx.rs3891 let mode_bytes = self.mode.serialize(); in serialize() localVariable
3905 mode_bytes[0], in serialize()
3906 mode_bytes[1], in serialize()
3907 mode_bytes[2], in serialize()
3908 mode_bytes[3], in serialize()
4376 let mode_bytes = self.mode.serialize(); in serialize() localVariable
4386 mode_bytes[0], in serialize()
4387 mode_bytes[1], in serialize()
4388 mode_bytes[2], in serialize()
4389 mode_bytes[3], in serialize()
H A Dxfixes.rs331 let mode_bytes = u8::from(self.mode).serialize(); in serialize() localVariable
340 mode_bytes[0], in serialize()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drandr.rs1953 mode_bytes[0], in serialize()
2426 mode_bytes[0], in serialize()
2427 mode_bytes[1], in serialize()
2428 mode_bytes[2], in serialize()
2429 mode_bytes[3], in serialize()
2497 mode_bytes[0], in serialize()
2498 mode_bytes[1], in serialize()
2499 mode_bytes[2], in serialize()
2500 mode_bytes[3], in serialize()
2571 mode_bytes[0], in serialize()
[all …]
H A Dxinput.rs1233 mode_bytes[0], in serialize()
1611 mode_bytes[0], in serialize()
3025 mode_bytes[0], in serialize()
8813 mode_bytes[0], in serialize()
11411 mode_bytes[0],
11511 mode_bytes[0],
11687 mode_bytes[0],
11781 mode_bytes[0],
12441 mode_bytes[0], in serialize()
13615 mode_bytes[0], in serialize()
[all …]
H A Dxproto.rs1975 let mode_bytes = u8::from(input.mode).serialize(); in from() localVariable
2008 mode_bytes[0], in from()
2065 let mode_bytes = u8::from(input.mode).serialize(); in from() localVariable
2075 mode_bytes[0], in from()
6889 mode_bytes[0], in serialize()
9020 mode_bytes[0], in serialize()
12576 mode_bytes[0], in serialize()
24536 mode_bytes[0], in serialize()
24836 mode_bytes[0], in serialize()
24959 mode_bytes[0], in serialize()
[all …]
H A Dglx.rs3891 let mode_bytes = self.mode.serialize(); in serialize() localVariable
3905 mode_bytes[0], in serialize()
3906 mode_bytes[1], in serialize()
3907 mode_bytes[2], in serialize()
3908 mode_bytes[3], in serialize()
4376 let mode_bytes = self.mode.serialize(); in serialize() localVariable
4386 mode_bytes[0], in serialize()
4387 mode_bytes[1], in serialize()
4388 mode_bytes[2], in serialize()
4389 mode_bytes[3], in serialize()
H A Dxfixes.rs331 let mode_bytes = u8::from(self.mode).serialize(); in serialize() localVariable
340 mode_bytes[0], in serialize()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsimplify-rtx.c6410 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6411 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()
6424 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6459 mode_bytes - index * bytes_per_el32); in native_encode_rtx()
6474 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6592 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local
6593 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
6598 mode_bytes - index * bytes_per_el32); in native_decode_rtx()
6617 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local
6618 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsimplify-rtx.c6410 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6411 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()
6424 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6459 mode_bytes - index * bytes_per_el32); in native_encode_rtx()
6474 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6592 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local
6593 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
6598 mode_bytes - index * bytes_per_el32); in native_decode_rtx()
6617 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local
6618 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsimplify-rtx.c6410 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6411 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()
6424 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6459 mode_bytes - index * bytes_per_el32); in native_encode_rtx()
6474 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6592 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local
6593 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
6598 mode_bytes - index * bytes_per_el32); in native_decode_rtx()
6617 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local
6618 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsimplify-rtx.c6660 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6661 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()
6674 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6709 mode_bytes - index * bytes_per_el32); in native_encode_rtx()
6724 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6842 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local
6843 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
6848 mode_bytes - index * bytes_per_el32); in native_decode_rtx()
6867 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local
6868 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsimplify-rtx.c6660 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6661 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()
6674 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6709 mode_bytes - index * bytes_per_el32); in native_encode_rtx()
6724 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6842 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local
6843 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
6848 mode_bytes - index * bytes_per_el32); in native_decode_rtx()
6867 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local
6868 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsimplify-rtx.c6660 unsigned int mode_bytes = GET_MODE_SIZE (smode);
6661 gcc_assert (end_byte <= mode_bytes);
6674 = subreg_size_lsb (1, mode_bytes, byte).to_constant ();
6709 mode_bytes - index * bytes_per_el32);
6724 = subreg_size_lsb (1, mode_bytes, byte).to_constant ();
6842 unsigned int mode_bytes = GET_MODE_SIZE (fmode);
6843 for (unsigned int byte = 0; byte < mode_bytes; ++byte)
6848 mode_bytes - index * bytes_per_el32);
6867 unsigned int mode_bytes = GET_MODE_SIZE (smode);
6868 for (unsigned int byte = 0; byte < mode_bytes; ++byte)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsimplify-rtx.c6921 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_encode_rtx() local
6922 gcc_assert (end_byte <= mode_bytes); in native_encode_rtx()
6935 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
6970 mode_bytes - index * bytes_per_el32); in native_encode_rtx()
6985 = subreg_size_lsb (1, mode_bytes, byte).to_constant (); in native_encode_rtx()
7103 unsigned int mode_bytes = GET_MODE_SIZE (fmode); in native_decode_rtx() local
7104 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
7109 mode_bytes - index * bytes_per_el32); in native_decode_rtx()
7128 unsigned int mode_bytes = GET_MODE_SIZE (smode); in native_decode_rtx() local
7129 for (unsigned int byte = 0; byte < mode_bytes; ++byte) in native_decode_rtx()
[all …]