Home
last modified time | relevance | path

Searched refs:chunkNo (Results 1 – 25 of 89) sorted by relevance

1234

/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DRIFF_Handler.cpp240 for ( XMP_Uns32 chunkNo = 0; chunkNo < rc->size(); chunkNo++ ) in UpdateFile() local
242 RIFF::Chunk* cur = rc->at(chunkNo); in UpdateFile()
258 for ( XMP_Int32 chunkNo = 0; chunkNo < (XMP_Int32)rc->size(); chunkNo++ ) in UpdateFile() local
260 if ( rc->at(chunkNo)->oldSize <= 0x80000000LL ) // ... if <2GB before in UpdateFile()
261 XMP_Validate( rc->at(chunkNo)->newSize <= 0x80000000LL, in UpdateFile()
321 for ( XMP_Int32 chunkNo = ((XMP_Int32)rc->size()) -1; chunkNo >= 0; chunkNo-- ) in UpdateFile() local
323 RIFF::Chunk* cur = rc->at(chunkNo); in UpdateFile()
332 cur->write( this, file, chunkNo == 0 ); in UpdateFile()
/dports/net/rclone/rclone-1.57.0/backend/chunker/
H A Dchunker.go589 chunkNo = -1
592 chunkNo = -1
594 if chunkNo -= f.opt.StartFrom; chunkNo < 0 {
1171 for c.chunkNo = 0; !c.done; c.chunkNo++ {
1335 chunkNo int member
1983 if chunkNo < 0 {
1986 if chunkNo == len(o.chunks) {
1993 if chunkNo > len(o.chunks) {
1994 newChunks := make([]fs.Object, (chunkNo + 1), (chunkNo+1)*2)
1998 if o.chunks[chunkNo] != nil {
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/yaffs2/
H A Dyaffs_nandif.c165 unsigned chunkNo; in ynandif_QueryNANDBlock() local
170 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
175 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/yaffs2/
H A Dyaffs_nandif.c165 unsigned chunkNo; in ynandif_QueryNANDBlock() local
170 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
175 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/yaffs2/
H A Dyaffs_nandif.c165 unsigned chunkNo; in ynandif_QueryNANDBlock() local
170 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
175 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/yaffs2/
H A Dyaffs_nandif.c165 unsigned chunkNo; in ynandif_QueryNANDBlock() local
170 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
175 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-chip/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_nandif.c166 unsigned chunkNo; in ynandif_QueryNANDBlock() local
171 chunkNo = blockId * dev->param.chunks_per_block; in ynandif_QueryNANDBlock()
176 ynandif_ReadChunkWithTagsFromNAND(dev, chunkNo, NULL, &tags); in ynandif_QueryNANDBlock()

1234