Home
last modified time | relevance | path

Searched refs:_rofs (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vcdimager/vcdimager-2.0.1/lib/
H A Dinfo_private.c160 unsigned int _rofs = offset * obj->offset_mult; in vcdinf_visit_pbc() local
177 if (_rofs >= psd_size) in vcdinf_visit_pbc()
181 _rofs, psd_size); in vcdinf_visit_pbc()
183 vcd_warn ("psd offset out of range (%d >= %d)", _rofs, psd_size); in vcdinf_visit_pbc()
227 ofs->type = psd[_rofs]; in vcdinf_visit_pbc()
234 const PsdPlayListDescriptor_t *d = (const void *) (psd + _rofs); in vcdinf_visit_pbc()
256 (const void *) (psd + _rofs); in vcdinf_visit_pbc()
H A Dinfo.c1071 unsigned _rofs = ofs->offset * mult; in _vcdinfo_lid_get_pxd() local
1073 pxd->descriptor_type = psd[_rofs]; in _vcdinfo_lid_get_pxd()
1079 pxd->pld = (PsdPlayListDescriptor_t *) (psd + _rofs); in _vcdinfo_lid_get_pxd()
1089 pxd->psd = (PsdSelectionListDescriptor_t *) (psd + _rofs); in _vcdinfo_lid_get_pxd()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/xml/
H A Dvcd_xml_rip.c636 unsigned _rofs = offset * p_pbc_ctx->offset_mult; in _visit_pbc() local
651 if (_rofs >= p_pbc_ctx->psd_size) in _visit_pbc()
661 vcd_assert (_rofs < p_pbc_ctx->psd_size); in _visit_pbc()
692 ofs->type = p_pbc_ctx->psd[_rofs]; in _visit_pbc()
700 (const void *) (p_pbc_ctx->psd + _rofs); in _visit_pbc()
721 (const void *) (p_pbc_ctx->psd + _rofs); in _visit_pbc()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/cli/
H A Dvcd-info.c297 unsigned _rofs = ofs->offset * mult; in dump_psd() local
301 type = psd[_rofs]; in dump_psd()
307 const PsdPlayListDescriptor_t *pld = (const void *) (psd + _rofs); in dump_psd()
340 const PsdEndListDescriptor_t *d = (const void *) (psd + _rofs); in dump_psd()
360 (const void *) (psd + _rofs); in dump_psd()
427 _hexdump (&psd[_rofs], 24); in dump_psd()