Home
last modified time | relevance | path

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

12345678910>>...12

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-qpack/src/
H A Dhuffman_decode_helper.rs844 next_table: &[],
1109 next_table: &[],
1374 next_table: &[],
1639 next_table: &[],
1904 next_table: &[],
2169 next_table: &[],
2434 next_table: &[],
2699 next_table: &[],
2964 next_table: &[],
3229 next_table: &[],
[all …]
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx/
H A Ddfa-iso8859-1.c123 rx_transition_table next_table; in rx_dfa_iso8859_1_advance() local
130 while (!next_table) in rx_dfa_iso8859_1_advance()
146 next_table = (rx_transition_table)inx->data; in rx_dfa_iso8859_1_advance()
148 while (!next_table) in rx_dfa_iso8859_1_advance()
165 next_table = (rx_transition_table)inx->data; in rx_dfa_iso8859_1_advance()
207 inx_table = next_table; in rx_dfa_iso8859_1_advance()
268 rx_transition_table next_table; in rx_dfa_iso8859_1_advance_to_final() local
276 while (!next_table) in rx_dfa_iso8859_1_advance_to_final()
292 next_table = (rx_transition_table)inx->data; in rx_dfa_iso8859_1_advance_to_final()
294 while (!next_table) in rx_dfa_iso8859_1_advance_to_final()
[all …]
H A Ddfa-utf16.c122 rx_transition_table next_table; in rx_dfa_utf16_advance() local
129 while (!next_table) in rx_dfa_utf16_advance()
153 next_table = (rx_transition_table)inx->data; in rx_dfa_utf16_advance()
155 while (!next_table) in rx_dfa_utf16_advance()
172 next_table = (rx_transition_table)inx->data; in rx_dfa_utf16_advance()
213 inx_table = next_table; in rx_dfa_utf16_advance()
274 rx_transition_table next_table; in rx_dfa_utf16_advance_to_final() local
282 while (!next_table) in rx_dfa_utf16_advance_to_final()
307 next_table = (rx_transition_table)inx->data; in rx_dfa_utf16_advance_to_final()
309 while (!next_table) in rx_dfa_utf16_advance_to_final()
[all …]
H A Ddfa-utf8.c122 rx_transition_table next_table; in rx_dfa_utf8_advance() local
129 while (!next_table) in rx_dfa_utf8_advance()
198 next_table = (rx_transition_table)inx->data; in rx_dfa_utf8_advance()
200 while (!next_table) in rx_dfa_utf8_advance()
217 next_table = (rx_transition_table)inx->data; in rx_dfa_utf8_advance()
259 inx_table = next_table; in rx_dfa_utf8_advance()
320 rx_transition_table next_table; in rx_dfa_utf8_advance_to_final() local
328 while (!next_table) in rx_dfa_utf8_advance_to_final()
397 next_table = (rx_transition_table)inx->data; in rx_dfa_utf8_advance_to_final()
399 while (!next_table) in rx_dfa_utf8_advance_to_final()
[all …]
H A Ddfa.c273 rx_transition_table next_table; in rx_dfa_advance() local
279 next_table = (rx_transition_table)inx->data; in rx_dfa_advance()
280 while (!next_table) in rx_dfa_advance()
309 next_table = (rx_transition_table)inx->data; in rx_dfa_advance()
319 inx_table = next_table; in rx_dfa_advance()
382 rx_transition_table next_table; in rx_dfa_advance_to_final() local
388 next_table = (rx_transition_table)inx->data; in rx_dfa_advance_to_final()
390 while (!next_table) in rx_dfa_advance_to_final()
421 next_table = (rx_transition_table)inx->data; in rx_dfa_advance_to_final()
434 frame->state = rx_transitions_to_suprestate (next_table); in rx_dfa_advance_to_final()
[all …]
/dports/irc/srvx/srvx-1.3.1/rx/
H A Drxanal.c400 struct rx_inx * next_table; local
403 next_table = (struct rx_inx *)inx->data;
404 while (!next_table)
450 inx_table = next_table;
500 struct rx_inx * next_table; local
503 next_table = (struct rx_inx *)inx->data;
504 while (!next_table)
550 inx_table = next_table;
597 struct rx_inx * next_table; local
605 while (!next_table)
[all …]
/dports/sysutils/fusefs-httpdirfs/httpdirfs-1.2.3/src/
H A Dlink.c674 LinkTable *next_table = link->next_table;
675 if (!next_table) {
682 next_table =
690 link->next_table = next_table;
691 return next_table;
746 LinkTable *next_table = linktbl->links[i]->next_table;
747 if (!next_table) {
749 next_table =
753 next_table =
757 next_table =
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/squashfs/
H A Dsuper.c76 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
221 next_table = msblk->bytes_used; in squashfs_fill_super()
235 next_table = msblk->xattr_table; in squashfs_fill_super()
240 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
247 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
256 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
263 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
281 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
288 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()
292 if (msblk->directory_table > next_table) { in squashfs_fill_super()
H A Dfragment.c64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument
74 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
H A Did.c61 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument
81 if (length != (next_table - id_table_start)) in squashfs_read_id_index_table()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/squashfs/
H A Dsuper.c76 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
221 next_table = msblk->bytes_used; in squashfs_fill_super()
235 next_table = msblk->xattr_table; in squashfs_fill_super()
240 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
247 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
256 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
263 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
281 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
288 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()
292 if (msblk->directory_table > next_table) { in squashfs_fill_super()
H A Dfragment.c64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument
74 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
H A Did.c61 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument
81 if (length != (next_table - id_table_start)) in squashfs_read_id_index_table()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/squashfs/
H A Dsuper.c76 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
221 next_table = msblk->bytes_used; in squashfs_fill_super()
235 next_table = msblk->xattr_table; in squashfs_fill_super()
240 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
247 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
256 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super()
263 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
281 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
288 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super()
292 if (msblk->directory_table > next_table) { in squashfs_fill_super()
H A Dfragment.c64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument
74 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfk.c610 profile_table_t *next_table = tables; in pdf_convert_cie_to_iccbased() local
630 DISCARD(add_table(&next_table, "desc", desc, sizeof(desc))); in pdf_convert_cie_to_iccbased()
644 add_trc(&next_table, "rTRC", rTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
646 add_trc(&next_table, "gTRC", gTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
648 add_trc(&next_table, "bTRC", bTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
655 add_table_xyz3(&next_table, "rXYZ", rXYZ, &pmat->cu); in pdf_convert_cie_to_iccbased()
656 add_table_xyz3(&next_table, "gXYZ", gXYZ, &pmat->cv); in pdf_convert_cie_to_iccbased()
657 add_table_xyz3(&next_table, "bXYZ", bXYZ, &pmat->cw); in pdf_convert_cie_to_iccbased()
661 profile_table_t *pnt = add_a2b0(&next_table, &a2b0, ncomps, pcs); in pdf_convert_cie_to_iccbased()
669 int num_tables = next_table - tables; in pdf_convert_cie_to_iccbased()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfk.c610 profile_table_t *next_table = tables; in pdf_convert_cie_to_iccbased() local
630 DISCARD(add_table(&next_table, "desc", desc, sizeof(desc))); in pdf_convert_cie_to_iccbased()
644 add_trc(&next_table, "rTRC", rTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
646 add_trc(&next_table, "gTRC", gTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
648 add_trc(&next_table, "bTRC", bTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
655 add_table_xyz3(&next_table, "rXYZ", rXYZ, &pmat->cu); in pdf_convert_cie_to_iccbased()
656 add_table_xyz3(&next_table, "gXYZ", gXYZ, &pmat->cv); in pdf_convert_cie_to_iccbased()
657 add_table_xyz3(&next_table, "bXYZ", bXYZ, &pmat->cw); in pdf_convert_cie_to_iccbased()
661 profile_table_t *pnt = add_a2b0(&next_table, &a2b0, ncomps, pcs); in pdf_convert_cie_to_iccbased()
669 int num_tables = next_table - tables; in pdf_convert_cie_to_iccbased()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfk.c698 profile_table_t *next_table = tables; in pdf_convert_cie_to_iccbased() local
723 DISCARD(add_table(&next_table, "desc", desc, sizeof(desc))); in pdf_convert_cie_to_iccbased()
726 add_table_xyz3(&next_table, "wtpt", wtpt, &white_d50); in pdf_convert_cie_to_iccbased()
737 add_trc(&next_table, "rTRC", rTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
739 add_trc(&next_table, "gTRC", gTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
741 add_trc(&next_table, "bTRC", bTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
752 add_table_xyz3(&next_table, "rXYZ", rXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
754 add_table_xyz3(&next_table, "gXYZ", gXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
756 add_table_xyz3(&next_table, "bXYZ", bXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
768 int num_tables = next_table - tables; in pdf_convert_cie_to_iccbased()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfk.c698 profile_table_t *next_table = tables; in pdf_convert_cie_to_iccbased() local
723 DISCARD(add_table(&next_table, "desc", desc, sizeof(desc))); in pdf_convert_cie_to_iccbased()
726 add_table_xyz3(&next_table, "wtpt", wtpt, &white_d50); in pdf_convert_cie_to_iccbased()
737 add_trc(&next_table, "rTRC", rTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
739 add_trc(&next_table, "gTRC", gTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
741 add_trc(&next_table, "bTRC", bTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
752 add_table_xyz3(&next_table, "rXYZ", rXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
754 add_table_xyz3(&next_table, "gXYZ", gXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
756 add_table_xyz3(&next_table, "bXYZ", bXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
768 int num_tables = next_table - tables; in pdf_convert_cie_to_iccbased()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfk.c665 profile_table_t *next_table = tables; in pdf_convert_cie_to_iccbased() local
690 DISCARD(add_table(&next_table, "desc", desc, sizeof(desc))); in pdf_convert_cie_to_iccbased()
693 add_table_xyz3(&next_table, "wtpt", wtpt, &white_d50); in pdf_convert_cie_to_iccbased()
704 add_trc(pdev, &next_table, "rTRC", rTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
706 add_trc(pdev, &next_table, "gTRC", gTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
708 add_trc(pdev, &next_table, "bTRC", bTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
719 add_table_xyz3(&next_table, "rXYZ", rXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
721 add_table_xyz3(&next_table, "gXYZ", gXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
723 add_table_xyz3(&next_table, "bXYZ", bXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
735 int num_tables = next_table - tables; in pdf_convert_cie_to_iccbased()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfk.c665 profile_table_t *next_table = tables; in pdf_convert_cie_to_iccbased() local
690 DISCARD(add_table(&next_table, "desc", desc, sizeof(desc))); in pdf_convert_cie_to_iccbased()
693 add_table_xyz3(&next_table, "wtpt", wtpt, &white_d50); in pdf_convert_cie_to_iccbased()
704 add_trc(pdev, &next_table, "rTRC", rTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
706 add_trc(pdev, &next_table, "gTRC", gTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
708 add_trc(pdev, &next_table, "bTRC", bTRC, pciec, one_step); in pdf_convert_cie_to_iccbased()
719 add_table_xyz3(&next_table, "rXYZ", rXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
721 add_table_xyz3(&next_table, "gXYZ", gXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
723 add_table_xyz3(&next_table, "bXYZ", bXYZ, &temp_xyz); in pdf_convert_cie_to_iccbased()
735 int num_tables = next_table - tables; in pdf_convert_cie_to_iccbased()
[all …]
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/wind/
H A Dgen-normalize.py168 next_table = [] variable
175 tableToNext[k] = len(next_table)
192 next_table.extend(n)
205 for k in next_table:
/dports/lang/snobol4/snobol4-2.2.2/lib/snolib/
H A Dhandle.c45 struct handle_table *next_table; member
123 htp->next_table = priv->htlist; in new_handle2()
217 struct handle_table *next = htp->next_table; in handle_cleanup_tables()
236 htp = htp->next_table; in handle_table_name()
/dports/games/jzip/jzip-2.0.1g/
H A Dtext.c259 int i, j, prev_table, table, next_table, shift_state, code, codes_count; local
304 next_table = 0;
306 next_table = 2;
310 next_table = i;
334 if (next_table == table) {
/dports/games/xzip/xzip/
H A Dtext.c259 int i, j, prev_table, table, next_table, shift_state, code, codes_count; local
304 next_table = 0;
306 next_table = 2;
310 next_table = i;
334 if (next_table == table) {

12345678910>>...12