Home
last modified time | relevance | path

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

1234

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dvgraph_separate_bd.c128 memFree (queudat.qtab); /* Free group leader */ in vgraphSeparateBd()
236 memFree (queudat.qtab); in vgraphSeparateBd()
252 memFree (queudat.qtab); in vgraphSeparateBd()
274 memFree (queudat.qtab); in vgraphSeparateBd()
304 memFree (queudat.qtab); in vgraphSeparateBd()
332 memFree (queudat.qtab); in vgraphSeparateBd()
361 memFree (queudat.qtab); in vgraphSeparateBd()
392 memFree (queudat.qtab); in vgraphSeparateBd()
401 memFree (queudat.qtab); in vgraphSeparateBd()
408 memFree (queudat.qtab); in vgraphSeparateBd()
[all …]
H A Dhgraph_order_gp.c107 &queudat.qtab, (size_t) (grafptr->vnohnbr * sizeof (Gnum)), in hgraphOrderGp()
127 memFree (queudat.qtab); /* Free group leader */ in hgraphOrderGp()
150 memFree (queudat.qtab); /* Free group leader */ in hgraphOrderGp()
173 memFree (queudat.qtab); /* Free group leader */ in hgraphOrderGp()
239 memFree (queudat.qtab); /* Free group leader */ in hgraphOrderGp()
245 memFree (queudat.qtab); /* Group freeing */ in hgraphOrderGp()
H A Dvgraph_separate_bd.h67 Gnum * qtab; /*+ Array of queue elements +*/ member
80 #define vgraphSeparateBdQueueFlush(queue) ((queue)->head = (queue)->tail = (queue)->qtab)
H A Dlibrary_graph_map_view.h64 Gnum * qtab; /*+ Array of queue elements +*/ member
83 #define graphMapViewQueueFlush(queue) ((queue)->head = (queue)->tail = (queue)->qtab)
H A Dhgraph_order_gp.h75 Gnum * qtab; /*+ Array of queue elements +*/ member
94 #define hgraphOrderGpQueueFlush(queue) ((queue)->head = (queue)->tail = (queue)->qtab)
H A Dhmesh_order_gp.h75 Gnum * qtab; /*+ Array of queue elements +*/ member
94 #define hmeshOrderGpQueueFlush(queue) ((queue)->head = (queue)->tail = (queue)->qtab)
/dports/security/p5-Crypt-Twofish/Crypt-Twofish-2.18/tab/
H A Dtables.pl7 my ($qtab, $mtab) = ([], []);
48 $qtab->[0][$n] = $qt3->[0][$ashx[$b]^$ror4[$q]] << 4 | $qt2->[0][$b ^ $q];
49 $qtab->[1][$n] = $qt3->[1][$ashx[$c]^$ror4[$r]] << 4 | $qt2->[1][$c ^ $r];
56 $a = $qtab->[1][$i];
62 $a = $qtab->[0][$i];
69 my @q = map { join ",\n", indent(1, cwrap(76, @$_)) } @$qtab;
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmv30.c296 GetByteContext *gbyte, int16_t *qtab, in decode_intra_block() argument
310 block[0] = ((int)((unsigned)pfill[0] * qtab[0]) >> 5) + 128; in decode_intra_block()
317 block[0] = (unsigned)pfill[0] * qtab[0]; in decode_intra_block()
318 block[1] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[1]; in decode_intra_block()
319 block[8] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[8]; in decode_intra_block()
320 block[9] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[9]; in decode_intra_block()
326 block[0] = (unsigned)pfill[0] * qtab[0]; in decode_intra_block()
337 GetByteContext *gbyte, int16_t *qtab, in decode_inter_block() argument
351 block[0] = (int)((unsigned)pfill[0] * qtab[0]) >> 5; in decode_inter_block()
358 block[0] = (unsigned)pfill[0] * qtab[0]; in decode_inter_block()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmv30.c296 GetByteContext *gbyte, int16_t *qtab, in decode_intra_block() argument
310 block[0] = ((int)((unsigned)pfill[0] * qtab[0]) >> 5) + 128; in decode_intra_block()
317 block[0] = (unsigned)pfill[0] * qtab[0]; in decode_intra_block()
318 block[1] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[1]; in decode_intra_block()
319 block[8] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[8]; in decode_intra_block()
320 block[9] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[9]; in decode_intra_block()
326 block[0] = (unsigned)pfill[0] * qtab[0]; in decode_intra_block()
337 GetByteContext *gbyte, int16_t *qtab, in decode_inter_block() argument
351 block[0] = (int)((unsigned)pfill[0] * qtab[0]) >> 5; in decode_inter_block()
358 block[0] = (unsigned)pfill[0] * qtab[0]; in decode_inter_block()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmv30.c294 GetByteContext *gbyte, int16_t *qtab, in decode_intra_block() argument
308 block[0] = ((pfill[0] * qtab[0]) >> 5) + 128; in decode_intra_block()
315 block[0] = pfill[0] * qtab[0]; in decode_intra_block()
316 block[1] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[1]; in decode_intra_block()
317 block[8] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[8]; in decode_intra_block()
318 block[9] = sign_extend(bytestream2_get_ne16(gbyte), 16) * qtab[9]; in decode_intra_block()
324 block[0] = pfill[0] * qtab[0]; in decode_intra_block()
335 GetByteContext *gbyte, int16_t *qtab, in decode_inter_block() argument
349 block[0] = (pfill[0] * qtab[0]) >> 5; in decode_inter_block()
356 block[0] = pfill[0] * qtab[0]; in decode_inter_block()
[all …]
/dports/games/tycho/species/wilfiz/
H A Drotfcopy.red32 qtab dat # 7, # 4 ; B, E
37 qfas mul.f qtab, qptr ; decode
53 jmp qfas, }qtab
56 jmp qfas, >qtab
59 djn.f qfas, qtab
/dports/games/species/species/wilfiz/
H A Drotfcopy.red32 qtab dat # 7, # 4 ; B, E
37 qfas mul.f qtab, qptr ; decode
53 jmp qfas, }qtab
56 jmp qfas, >qtab
59 djn.f qfas, qtab
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dgrayquant.c746 l_int32 *qtab; in pixThresholdTo2bpp() local
766 qtab = makeGrayQuantTargetTable(4, 2); in pixThresholdTo2bpp()
786 if (qtab) FREE(qtab); in pixThresholdTo2bpp()
844 l_int32 *qtab; in pixThresholdTo4bpp() local
884 if (qtab) FREE(qtab); in pixThresholdTo4bpp()
916 l_int32 *qtab; /* quantization table */ in pixThresholdOn8bpp() local
954 newval = qtab[val]; in pixThresholdOn8bpp()
959 if (qtab) FREE(qtab); in pixThresholdOn8bpp()
1016 l_int32 *qtab; in pixThresholdGrayArb() local
1085 newval = qtab[val]; in pixThresholdGrayArb()
[all …]
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libuuconf/
H A Dcmdfil.c37 uuconf_cmd_file (pglobal, e, qtab, pinfo, pfiunknown, iflags, pblock) in uuconf_cmd_file() argument
40 const struct uuconf_cmdtab *qtab;
67 iret = uuconf_cmd_line (pglobal, zline, qtab, pinfo, pfiunknown,
H A Dcmdlin.c42 uuconf_cmd_line (pglobal, zline, qtab, pinfo, pfiunknown, iflags, pblock) in uuconf_cmd_line() argument
45 const struct uuconf_cmdtab *qtab;
137 iret = uuconf_cmd_args (pglobal, cargs, pzargs, qtab, pinfo, pfiunknown,
H A Dcmdarg.c42 uuconf_cmd_args (pglobal, cargs, pzargs, qtab, pinfo, pfiunknown, iflags, in uuconf_cmd_args() argument
47 const struct uuconf_cmdtab *qtab;
74 for (q = qtab; q->uuconf_zcmd != NULL; q++)
/dports/math/math77/MATH77/demo/
H A Ddrdtgfi2.f23 double precision q(2), qtab(2,meval) variable
30 data qtab / 0.0d0,0.9d0, -2.0d0,-1.1d0,
79 q(1) = qtab(1,ieval)
80 q(2) = qtab(2,ieval)
H A Ddrstgfi2.f23 real q(2), qtab(2,meval) variable
30 data qtab / 0.0e0,0.9e0, -2.0e0,-1.1e0,
79 q(1) = qtab(1,ieval)
80 q(2) = qtab(2,ieval)
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G726/g726/
H A Dprivate.h40 int * qtab);
47 int * qtab);
/dports/net/opal/opal-3.10.10/plugins/audio/G726/g726/
H A Dprivate.h40 int * qtab);
47 int * qtab);
/dports/math/primegen/primegen-0.97/
H A Deratspeed.c9 uint32 qtab[3509] = {
325 q = qtab[j];
353 q = qtab[j];
/dports/security/nmap/nmap-7.91/scripts/
H A Dhttp-sql-injection.nse97 local qtab, old_qtab, results
103 qtab = url.parse_query(utab.query)
105 for k, v in pairs(qtab) do
106 old_qtab = qtab[k];
107 qtab[k] = qtab[k] .. "' OR sqlspider"
109 utab.query = url.build_query(qtab)
113 qtab[k] = old_qtab
114 utab.query = url.build_query(qtab)
/dports/net/sems/sems-f89581a/core/plug-in/adpcm/
H A Dg72x.h106 short *qtab);
115 short *qtab);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-vocoder/lib/g7xx/
H A Dg72x.h98 extern int tandem_adjust_alaw(int sr, int se, int y, int i, int sign, short* qtab);
100 extern int tandem_adjust_ulaw(int sr, int se, int y, int i, int sign, short* qtab);
/dports/audio/sox/sox-14.4.2/src/
H A Dg72x.h150 short const *qtab);
156 short const *qtab);

1234