Home
last modified time | relevance | path

Searched refs:blockend (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/config/vax/
H A Dnm-vax.h23 #define REGISTER_U_ADDR(addr, blockend, regno) \ argument
24 { addr = blockend - 0110 + regno * 4; \
25 if (regno == PC_REGNUM) addr = blockend - 8; \
26 if (regno == PS_REGNUM) addr = blockend - 4; \
27 if (regno == DEPRECATED_FP_REGNUM) addr = blockend - 0120; \
28 if (regno == AP_REGNUM) addr = blockend - 0124; \
29 if (regno == SP_REGNUM) addr = blockend - 20; }
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/config/vax/
H A Dnm-vax.h23 #define REGISTER_U_ADDR(addr, blockend, regno) \ argument
24 { addr = blockend - 0110 + regno * 4; \
25 if (regno == PC_REGNUM) addr = blockend - 8; \
26 if (regno == PS_REGNUM) addr = blockend - 4; \
27 if (regno == DEPRECATED_FP_REGNUM) addr = blockend - 0120; \
28 if (regno == AP_REGNUM) addr = blockend - 0124; \
29 if (regno == SP_REGNUM) addr = blockend - 20; }
/dports/sysutils/u-boot-utilite/u-boot-2015.07/fs/ext4/
H A Dext4fs.c76 int blockend = blocksize; in ext4fs_read_file() local
86 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
89 if (!blockend) in ext4fs_read_file()
90 blockend = blocksize; in ext4fs_read_file()
96 blockend -= skipfirst; in ext4fs_read_file()
103 delayed_extent += blockend; in ext4fs_read_file()
104 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
114 delayed_extent = blockend; in ext4fs_read_file()
118 (blockend >> log2blksz); in ext4fs_read_file()
123 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/ext4/
H A Dext4fs.c78 int blockend = blocksize; in ext4fs_read_file() local
88 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
91 if (!blockend) in ext4fs_read_file()
92 blockend = blocksize; in ext4fs_read_file()
98 blockend -= skipfirst; in ext4fs_read_file()
105 delayed_extent += blockend; in ext4fs_read_file()
106 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
116 delayed_extent = blockend; in ext4fs_read_file()
120 (blockend >> log2blksz); in ext4fs_read_file()
125 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/ext4/
H A Dext4fs.c78 int blockend = blocksize; in ext4fs_read_file() local
88 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
91 if (!blockend) in ext4fs_read_file()
92 blockend = blocksize; in ext4fs_read_file()
98 blockend -= skipfirst; in ext4fs_read_file()
105 delayed_extent += blockend; in ext4fs_read_file()
106 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
116 delayed_extent = blockend; in ext4fs_read_file()
120 (blockend >> log2blksz); in ext4fs_read_file()
125 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/ext4/
H A Dext4fs.c78 int blockend = blocksize; in ext4fs_read_file() local
88 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
91 if (!blockend) in ext4fs_read_file()
92 blockend = blocksize; in ext4fs_read_file()
98 blockend -= skipfirst; in ext4fs_read_file()
105 delayed_extent += blockend; in ext4fs_read_file()
106 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
116 delayed_extent = blockend; in ext4fs_read_file()
120 (blockend >> log2blksz); in ext4fs_read_file()
125 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/ext4/
H A Dext4fs.c78 int blockend = blocksize; in ext4fs_read_file() local
88 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
91 if (!blockend) in ext4fs_read_file()
92 blockend = blocksize; in ext4fs_read_file()
98 blockend -= skipfirst; in ext4fs_read_file()
105 delayed_extent += blockend; in ext4fs_read_file()
106 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
116 delayed_extent = blockend; in ext4fs_read_file()
120 (blockend >> log2blksz); in ext4fs_read_file()
125 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/fs/ext4/
H A Dext4fs.c78 int blockend = blocksize; in ext4fs_read_file() local
88 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
91 if (!blockend) in ext4fs_read_file()
92 blockend = blocksize; in ext4fs_read_file()
98 blockend -= skipfirst; in ext4fs_read_file()
105 delayed_extent += blockend; in ext4fs_read_file()
106 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
116 delayed_extent = blockend; in ext4fs_read_file()
120 (blockend >> log2blksz); in ext4fs_read_file()
125 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/fs/ext4/
H A Dext4fs.c88 int blockend = blocksize; in ext4fs_read_file() local
100 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
103 if (!blockend) in ext4fs_read_file()
104 blockend = blocksize; in ext4fs_read_file()
110 blockend -= skipfirst; in ext4fs_read_file()
117 delayed_extent += blockend; in ext4fs_read_file()
118 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
130 delayed_extent = blockend; in ext4fs_read_file()
134 (blockend >> log2blksz); in ext4fs_read_file()
139 delayed_extent = blockend; in ext4fs_read_file()
[all …]

12345678910>>...17