Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/mac/icons/additional_tools/
H A Dmaketoc.py58 toc_length = chunk_dict[b'TOC ']
59 assert toc_length % 8 == 0
61 chunk_count = (toc_length - 8) // 8
75 toc_length = 8 + len(chunk_list) * 8
76 file_length += toc_length
86 _write_header(file, b'TOC ', toc_length)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/mac/icons/additional_tools/
H A Dmaketoc.py58 toc_length = chunk_dict[b'TOC ']
59 assert toc_length % 8 == 0
61 chunk_count = (toc_length - 8) // 8
75 toc_length = 8 + len(chunk_list) * 8
76 file_length += toc_length
86 _write_header(file, b'TOC ', toc_length)
/dports/textproc/libextractor/libextractor-1.11/src/plugins/
H A Dgstreamer_extractor.c840 size_t toc_length; member
1874 ps->toc_length - ps->toc_pos, in send_toc_tags_foreach()
1924 ps->toc_length - ps->toc_pos, in send_toc_foreach()
1928 ps->toc_length += strlen (s); in send_toc_foreach()
1968 ps->toc_length += strlen (s); in send_toc_foreach()
2022 ps->toc_length = 0; in send_info()
2025 if (ps->toc_length > 0) in send_info()
2028 ps->toc_length += 1 + strlen (TOC_XML_HEADER); in send_info()
2029 ps->toc = g_malloc (ps->toc_length); in send_info()
2038 ps->toc[ps->toc_length - 1] = '\0'; in send_info()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dchunk-format.c102 int toc_length) in read_table_of_contents() argument
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
110 while (toc_length--) { in read_table_of_contents()
H A Dchunk-format.h39 int toc_length);
/dports/devel/git-p4/git-2.34.1/
H A Dchunk-format.c102 int toc_length) in read_table_of_contents() argument
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
110 while (toc_length--) { in read_table_of_contents()
H A Dchunk-format.h39 int toc_length);
/dports/devel/git/git-2.34.1/
H A Dchunk-format.c102 int toc_length) in read_table_of_contents() argument
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
110 while (toc_length--) { in read_table_of_contents()
H A Dchunk-format.h39 int toc_length);
/dports/devel/git-cvs/git-2.34.1/
H A Dchunk-format.c102 int toc_length) in read_table_of_contents() argument
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
110 while (toc_length--) { in read_table_of_contents()
H A Dchunk-format.h39 int toc_length);
/dports/devel/git-svn/git-2.34.1/
H A Dchunk-format.c102 int toc_length) in read_table_of_contents() argument
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
110 while (toc_length--) { in read_table_of_contents()
H A Dchunk-format.h39 int toc_length);
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A DCDtoc.cpp63 uint16_t toc_length; member
326 cdTOC->toc_length = UInt16FromBigEndian(cdTOCrawdata); in Extract_cdTOCrawdata()
493 cdTOC->toc_length = ((win_cdrom_toc.Length[0] & 0xFF) << 8) | in Windows_ioctlReadCDTOC()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ide/
H A Dide-cd.h42 unsigned short toc_length; member
H A Dide-cd.c1164 toc->hdr.toc_length = be16_to_cpu(toc->hdr.toc_length); in ide_cd_read_toc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ide/
H A Dide-cd.h42 unsigned short toc_length; member
H A Dide-cd.c1164 toc->hdr.toc_length = be16_to_cpu(toc->hdr.toc_length); in ide_cd_read_toc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ide/
H A Dide-cd.h42 unsigned short toc_length; member
H A Dide-cd.c1164 toc->hdr.toc_length = be16_to_cpu(toc->hdr.toc_length); in ide_cd_read_toc()
/dports/print/gv/gv-3.7.4/src/
H A Dmisc.c874 int toc_length; local
1006 toc_length = doc->numpages * toc_entry_length - 1;
1007 toc_text = XtMalloc(toc_length + 2); /* include final NULL */
1022 toc_text[toc_length] = '\0';
1030 toc_length = 0;
/dports/emulators/aranym/aranym-1.1.0/src/
H A Data.cpp1643 int toc_length; in write() local
1667 read_toc(BX_SELECTED_CONTROLLER(channel).buffer, &toc_length, msf, starting_track, in write()
1674 init_send_atapi_command(channel, atapi_command, toc_length, alloc_length); in write()
1693 read_toc(BX_SELECTED_CONTROLLER(channel).buffer, &toc_length, msf, starting_track, in write()
1700 init_send_atapi_command(channel, atapi_command, toc_length, alloc_length); in write()
/dports/emulators/bochs/bochs-2.7/iodev/
H A Dharddrv.cc1665 int toc_length = 0; in write() local
1680 … &toc_length, msf, starting_track, format))) { in write()
1684 init_send_atapi_command(channel, atapi_command, toc_length, alloc_length); in write()
1693 … &toc_length, msf, starting_track, format))) { in write()
1697 init_send_atapi_command(channel, atapi_command, toc_length, alloc_length); in write()
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3gui/src/
H A Dcr3pocketbook.cpp586 … CRPocketBookContentsWindow( CRGUIWindowManager * wm, tocentry *toc, int toc_length, int cur_page) in CRPocketBookContentsWindow() argument
587 : CRPocketBookInkViewWindow( wm ), _curPage(cur_page), _toc(toc), _tocLength(toc_length) {} in CRPocketBookContentsWindow()
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dps-pdf.cxx398 toc_length, /* Length of TOC pages */ in pspdf_export() local
427 toc_length = PageLength; in pspdf_export()
830 PageLength = toc_length; in pspdf_export()