Home
last modified time | relevance | path

Searched refs:partoffset (Results 1 – 18 of 18) sorted by relevance

/dports/comms/sunxi-tools/sunxi-tools-1.4.2/
H A Dnand-part.c217 mbr->PartCount = nparts + partoffset; in writembrs()
218 if (partoffset) in writembrs()
223 memset((void *) mbr->array[i+partoffset].res, 0, sizeof(mbr->array[i+partoffset].res)); in writembrs()
225 mbr->array[i+partoffset].ro = 0; in writembrs()
226 mbr->array[i+partoffset].addrhi = 0; in writembrs()
227 mbr->array[i+partoffset].lenhi = 0; in writembrs()
228 mbr->array[i+partoffset].addrlo = start; in writembrs()
229 mbr->array[i+partoffset].lenlo = lens[i]; in writembrs()
264 int partoffset = 0; in nand_part() local
276 partoffset++; in nand_part()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/partitions/
H A Dmac.c36 unsigned secsize, datasize, partoffset; in mac_partition() local
58 partoffset = secsize % 512; in mac_partition()
59 if (partoffset + sizeof(*part) > datasize) in mac_partition()
61 part = (struct mac_partition *) (data + partoffset); in mac_partition()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/partitions/
H A Dmac.c36 unsigned secsize, datasize, partoffset; in mac_partition() local
58 partoffset = secsize % 512; in mac_partition()
59 if (partoffset + sizeof(*part) > datasize) in mac_partition()
61 part = (struct mac_partition *) (data + partoffset); in mac_partition()
/dports/multimedia/libv4l/linux-5.13-rc2/block/partitions/
H A Dmac.c36 unsigned secsize, datasize, partoffset; in mac_partition() local
58 partoffset = secsize % 512; in mac_partition()
59 if (partoffset + sizeof(*part) > datasize) in mac_partition()
61 part = (struct mac_partition *) (data + partoffset); in mac_partition()
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dllrasterize.cpp151 int partoffset = 0; in GDALdllImageFilledPolygon() local
165 if( i == partoffset + panPartSize[part] ) { in GDALdllImageFilledPolygon()
166 partoffset += panPartSize[part]; in GDALdllImageFilledPolygon()
170 if( i == partoffset ) { in GDALdllImageFilledPolygon()
171 ind1 = partoffset + panPartSize[part] - 1; in GDALdllImageFilledPolygon()
172 ind2 = partoffset; in GDALdllImageFilledPolygon()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp120 int partoffset = 0; in GDALdllImageFilledPolygon() local
129 if( i == partoffset + panPartSize[part] ) in GDALdllImageFilledPolygon()
131 partoffset += panPartSize[part]; in GDALdllImageFilledPolygon()
137 if( i == partoffset ) in GDALdllImageFilledPolygon()
139 ind1 = partoffset + panPartSize[part] - 1; in GDALdllImageFilledPolygon()
140 ind2 = partoffset; in GDALdllImageFilledPolygon()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dllrasterize.cpp120 int partoffset = 0; in GDALdllImageFilledPolygon() local
129 if( i == partoffset + panPartSize[part] ) in GDALdllImageFilledPolygon()
131 partoffset += panPartSize[part]; in GDALdllImageFilledPolygon()
137 if( i == partoffset ) in GDALdllImageFilledPolygon()
139 ind1 = partoffset + panPartSize[part] - 1; in GDALdllImageFilledPolygon()
140 ind2 = partoffset; in GDALdllImageFilledPolygon()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp120 int partoffset = 0; in GDALdllImageFilledPolygon() local
129 if( i == partoffset + panPartSize[part] ) in GDALdllImageFilledPolygon()
131 partoffset += panPartSize[part]; in GDALdllImageFilledPolygon()
137 if( i == partoffset ) in GDALdllImageFilledPolygon()
139 ind1 = partoffset + panPartSize[part] - 1; in GDALdllImageFilledPolygon()
140 ind2 = partoffset; in GDALdllImageFilledPolygon()
/dports/sysutils/syslinux/syslinux-6.03/mbr/
H A Disohdpfx.S49 partoffset = (stack-8) define
236 addl (partoffset), %eax
237 adcl (partoffset+4), %edx
/dports/games/rockdodger/rockdodger-1.1.4/
H A Dyellifish.c142 return yellifish_get_tentacle_surface(yelli, tentaclenum, yelli->partoffset[tentaclenum]); in yellifish_get_current_tentacle_surface()
197 int tentaclepart = yelli->partoffset[day_of_the_tentacle]; in display_yellifish()
215 yelli->partoffset[day_of_the_tentacle]++; in display_yellifish()
217 --yelli->partoffset[day_of_the_tentacle]; in display_yellifish()
H A Dyellifish.h19 unsigned short partoffset[YELLIFISH_TENTACLENO]; //!< offset in the tentacleparts table member
/dports/sysutils/syslinux/syslinux-6.03/com32/include/syslinux/
H A Dconfig.h115 const uint64_t *partoffset; member
142 const uint64_t *partoffset; member
/dports/sysutils/syslinux/syslinux-6.03/core/
H A Dldlinux-c.c18 di->disk.partoffset = &Hidden; in get_derivative_info()
H A Disolinux-c.c21 di->iso.partoffset = &Hidden; in get_derivative_info()
/dports/sysutils/syslinux/syslinux-6.03/com32/chain/
H A Dchain.c326 fs_lba = *sdi->iso.partoffset; in find_dp()
329 fs_lba = *sdi->disk.partoffset; in find_dp()
H A Dmangle.c247 fs_lba = *sdi->disk.partoffset;
/dports/multimedia/dvbcut/dvbcut-deb-0.7.3/src/
H A Ddvbcut.cpp1321 dvbcut_off_t partoffset; in playPlay() local
1322 int partindex = buf.getfilenum(offset, partoffset); in playPlay()
1330 arguments << "-sb" << QString::number(offset - partoffset); in playPlay()
/dports/editors/nedit/nedit-5.7/
H A DChangeLog689 (1.5), SlideCP.h (1.4): Revert out partoffset stuff - it's Motif