Home
last modified time | relevance | path

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

12

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/epggrab/module/
H A Dpsip.c43 mpegts_table_t *pt_table; member
94 if (pt->pt_table == mt) { in psip_status_destroy()
95 pt->pt_table = NULL; in psip_status_destroy()
129 pt->pt_table = NULL; in psip_update_table()
166 pt->pt_table = mt; in psip_activate_table()
179 if (a->pt_table && b->pt_table) in _reschedule_cmp()
181 else if (a->pt_table) in _reschedule_cmp()
208 pt->pt_table = NULL; in psip_reschedule_tables()
231 if (pt->pt_table) in psip_reschedule_tables()
251 if (pt->pt_table == mt) { in psip_complete_table()
[all …]
/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dshuf.c124 pt_table[i] = c; in read_tree_p()
142 make_table(np, pt_len, 8, pt_table); in decode_start_fix()
162 make_table(NP, pt_len, 8, pt_table); in decode_c_st0()
192 j = pt_table[peekbits(8)]; in decode_p_st0()
H A Dhuf.c29 unsigned short pt_table[256]; /* decode */ variable
337 pt_table[i] = c;
363 make_table(nn, pt_len, 8, pt_table);
383 c = pt_table[peekbits(8)]; in read_c_len()
453 j = pt_table[peekbits(8)]; in decode_p_st1()
/dports/archivers/arj/arj-3.10.22/
H A Ddecode.c28 unsigned short FAR *pt_table; variable
31 unsigned short pt_table[PTABLESIZE];
233 pt_table[i]=c; in read_pt_len()
264 make_table(nn, pt_len, 8, pt_table, PTABLESIZE); in read_pt_len()
289 c=pt_table[bitbuf>>8]; in read_c_len()
366 j=pt_table[bitbuf>>8]; in decode_p()
396 if((pt_table=farcalloc((unsigned long)PTABLESIZE, (unsigned long)sizeof(short)))==NULL) in decode_start()
409 farfree(pt_table); in decode_end()
H A Darjsfxjr.c68 static unsigned short pt_table[PTABLESIZE]; variable
862 pt_table[i]=c; in read_pt_len()
892 make_table(nn, pt_len, 8, pt_table, sizeof(pt_table)); in read_pt_len()
917 c=pt_table[bitbuf>>8]; in read_c_len()
985 j=pt_table[bitbuf>>8]; in decode_p()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/dms/
H A Du_heavy.c26 static USHORT c_table[4096], pt_table[256]; variable
102 j = pt_table[GETBITS(8)]; in decode_p()
165 if (dms_make_table(dms_np,pt_len,8,pt_table)) return 1; in read_tree_p()
170 for (i=0; i<256; i++) pt_table[i] = n; in read_tree_p()
/dports/archivers/xdms/xdms-1.3.2/src/
H A Du_heavy.c26 static USHORT c_table[4096], pt_table[256]; variable
102 j = pt_table[GETBITS(8)]; in decode_p()
165 if (make_table(np,pt_len,8,pt_table)) return 1; in read_tree_p()
170 for (i=0; i<256; i++) pt_table[i] = n; in read_tree_p()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/dms/
H A Du_heavy.cpp26 static USHORT c_table[4096], pt_table[256]; variable
102 j = pt_table[GETBITS(8)]; in decode_p()
165 if (dms_make_table(dms_np,pt_len,8,pt_table)) return 1; in read_tree_p()
170 for (i=0; i<256; i++) pt_table[i] = n; in read_tree_p()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vtx/
H A Dlh5dec.c43 static unsigned short c_table[4096], pt_table[256]; variable
140 for (i = 0; i < 256; i++) pt_table[i] = c; in read_pt_len()
157 make_table(nn, pt_len, 8, pt_table); in read_pt_len()
174 c = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in read_c_len()
226 j = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in decode_p()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/vtx/
H A Dlh5dec.cc45 static unsigned short c_table[4096], pt_table[256]; variable
146 for (i = 0; i < 256; i++) pt_table[i] = c; in read_pt_len()
163 make_table(nn, pt_len, 8, pt_table); in read_pt_len()
180 c = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in read_c_len()
232 j = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in decode_p()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/lha/
H A Dshuf.c141 lha_make_table(np, pt_len, 8, pt_table); in decode_start_fix()
159 lha_make_table(NP, pt_len, 8, pt_table); in decode_c_st0()
187 j = pt_table[lhabitbuf >> 8]; in decode_p_st0()
H A Dhuf.c24 pt_table[256], pt_code[NPT], t_freq[2 * NT - 1]; variable
326 pt_table[i] = c; in read_pt_len()
349 lha_make_table(nn, pt_len, 8, pt_table); in read_pt_len()
368 c = pt_table[lhabitbuf >> (16 - 8)]; in read_c_len()
434 j = pt_table[lhabitbuf >> (16 - 8)]; in decode_p_st1()
/dports/archivers/lha/lha-114i/src/
H A Dshuf.c145 make_table(np, pt_len, 8, pt_table); in decode_start_fix()
164 make_table(NP, pt_len, 8, pt_table); in decode_c_st0()
193 j = pt_table[bitbuf >> 8]; in decode_p_st0()
H A Dhuf.c24 pt_table[256], pt_code[NPT], t_freq[2 * NT - 1]; variable
329 pt_table[i] = c;
352 make_table(nn, pt_len, 8, pt_table);
372 c = pt_table[bitbuf >> (16 - 8)]; in read_c_len()
440 j = pt_table[bitbuf >> (16 - 8)]; in decode_p_st1()
H A Dshuf.c.orig146 make_table(np, pt_len, 8, pt_table);
165 make_table(NP, pt_len, 8, pt_table);
194 j = pt_table[bitbuf >> 8];
H A Dhuf.c.orig24 pt_table[256], pt_code[NPT], t_freq[2 * NT - 1];
331 pt_table[i] = c;
354 make_table(nn, pt_len, 8, pt_table);
374 c = pt_table[bitbuf >> (16 - 8)];
442 j = pt_table[bitbuf >> (16 - 8)];
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dpelclqhl.cc29 node NormList = 0, *pt_table; in pcfg_facets() local
84 points = make_cay(PC, &ismalloc, &pt_table); in pcfg_facets()
101 P0 = pnt_coords(pt_table[qh_pointid(vertex->point)]); in pcfg_facets()
103 P1 = pnt_coords(pt_table[qh_pointid(vertex->point)]); in pcfg_facets()
142 mem_free((char *) pt_table); in pcfg_facets()
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dhuf.c36 p_freq[2 * NP - 1], pt_table[256], pt_code[NPT], variable
242 for (i = 0; i < 256; i++) pt_table[i] = c;
259 make_table(nn, pt_len, 8, pt_table);
276 c = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in read_c_len()
333 j = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in decode_p()
/dports/archivers/unarj/unarj-2.65/
H A Ddecode.c93 static ushort pt_table[PTABLESIZE]; variable
196 pt_table[i] = c;
224 make_table(nn, pt_len, 8, pt_table, PTABLESIZE); /* replaced sizeof */
248 c = pt_table[bitbuf >> (8)]; in read_c_len()
317 j = pt_table[bitbuf >> (8)]; in decode_p()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DArjDecoder1.cpp103 pt_table[i] = c; in read_pt_len()
132 MakeTable(nn, pt_len, 8, pt_table, PTABLESIZE); in read_pt_len()
156 c = pt_table[bitBuf >> (8)]; in read_c_len()
215 j = pt_table[bitbuf >> (8)]; in decode_p()
/dports/audio/ocp/ocp-0.2.90/playym/lzh/
H A Dlzhlib.cpp220 pt_table[i] = c; in read_pt_len()
248 make_table (nn, pt_len, 8, pt_table); in read_pt_len()
271 c = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in read_c_len()
339 j = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in decode_p()
/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/lzh/
H A Dlzhlib.cpp206 pt_table[i] = c; in read_pt_len()
234 make_table (nn, pt_len, 8, pt_table); in read_pt_len()
257 c = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in read_c_len()
325 j = pt_table[bitbuf >> (BITBUFSIZ - 8)]; in decode_p()
/dports/archivers/libarc/libarc-2.0.2/
H A Dunlzh.c93 unsigned short c_table[4096], pt_table[256]; member
383 decoder->pt_table[i] = c; in read_pt_len()
411 make_table(decoder, k, decoder->pt_len, 8, decoder->pt_table); in read_pt_len()
433 c = decoder->pt_table[decoder->bitbuf >> (16 - 8)]; in read_c_len()
504 j = decoder->pt_table[decoder->bitbuf >> (16 - 8)]; in decode_p_st1()
920 make_table(decoder, decoder->snp, decoder->pt_len, 8, decoder->pt_table); in decode_start_fix()
940 make_table(decoder, SNP, decoder->pt_len, 8, decoder->pt_table); in decode_c_st0()
969 j = decoder->pt_table[decoder->bitbuf >> 8]; in decode_p_st0()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Dunlzh.c101 unsigned short c_table[4096], pt_table[256]; member
391 decoder->pt_table[i] = c; in read_pt_len()
419 make_table(decoder, k, decoder->pt_len, 8, decoder->pt_table); in read_pt_len()
442 c = decoder->pt_table[decoder->bitbuf >> (16 - 8)]; in read_c_len()
513 j = decoder->pt_table[decoder->bitbuf >> (16 - 8)]; in decode_p_st1()
929 make_table(decoder, decoder->snp, decoder->pt_len, 8, decoder->pt_table); in decode_start_fix()
949 make_table(decoder, SNP, decoder->pt_len, 8, decoder->pt_table); in decode_c_st0()
978 j = decoder->pt_table[decoder->bitbuf >> 8]; in decode_p_st0()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libarc/
H A Dunlzh.c101 unsigned short c_table[4096], pt_table[256]; in execution_batch_free()
391 decoder->pt_table[i] = c;
419 make_table(decoder, k, decoder->pt_len, 8, decoder->pt_table);
442 c = decoder->pt_table[decoder->bitbuf >> (16 - 8)];
513 j = decoder->pt_table[decoder->bitbuf >> (16 - 8)];
929 make_table(decoder, decoder->snp, decoder->pt_len, 8, decoder->pt_table);
949 make_table(decoder, SNP, decoder->pt_len, 8, decoder->pt_table);
978 j = decoder->pt_table[decoder->bitbuf >> 8];

12