Home
last modified time | relevance | path

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

12345678910>>...17

/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevatx.c89 int pair_count; in atx_compress() local
105 pair_count = 1; in atx_compress()
110 pair_count = 0; in atx_compress()
116 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
119 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
122 ++pair_count; in atx_compress()
129 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
132 out_command[1] = pair_count; in atx_compress()
141 ++pair_count; in atx_compress()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevatx.c85 int pair_count; in atx_compress() local
101 pair_count = 1; in atx_compress()
106 pair_count = 0; in atx_compress()
112 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
115 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
118 ++pair_count; in atx_compress()
125 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
128 out_command[1] = pair_count; in atx_compress()
137 ++pair_count; in atx_compress()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevatx.c85 int pair_count; in atx_compress() local
101 pair_count = 1; in atx_compress()
106 pair_count = 0; in atx_compress()
112 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
115 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
118 ++pair_count; in atx_compress()
125 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
128 out_command[1] = pair_count; in atx_compress()
137 ++pair_count; in atx_compress()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevatx.c83 int pair_count; in atx_compress() local
99 pair_count = 1; in atx_compress()
104 pair_count = 0; in atx_compress()
110 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
113 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
116 ++pair_count; in atx_compress()
123 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
126 out_command[1] = pair_count; in atx_compress()
135 ++pair_count; in atx_compress()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevatx.c89 int pair_count; in atx_compress() local
105 pair_count = 1; in atx_compress()
110 pair_count = 0; in atx_compress()
116 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
119 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
122 ++pair_count; in atx_compress()
129 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
132 out_command[1] = pair_count; in atx_compress()
141 ++pair_count; in atx_compress()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevatx.c83 int pair_count; in atx_compress() local
99 pair_count = 1; in atx_compress()
104 pair_count = 0; in atx_compress()
110 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
113 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
116 ++pair_count; in atx_compress()
123 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
126 out_command[1] = pair_count; in atx_compress()
135 ++pair_count; in atx_compress()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevatx.c96 int pair_count; in atx_compress() local
112 pair_count = 1; in atx_compress()
117 pair_count = 0; in atx_compress()
123 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
126 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
129 ++pair_count; in atx_compress()
136 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
139 out_command[1] = pair_count; in atx_compress()
148 ++pair_count; in atx_compress()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevatx.c96 int pair_count; in atx_compress() local
112 pair_count = 1; in atx_compress()
117 pair_count = 0; in atx_compress()
123 if (pair_count == MAX_COMPRESSED_SEGMENT_PAIRS || in atx_compress()
126 out_command[0] = COMPRESSED_SEGMENT_COMMAND + pair_count; in atx_compress()
129 ++pair_count; in atx_compress()
136 if (pair_count == MAX_UNCOMPRESSED_SEGMENT_PAIRS || in atx_compress()
139 out_command[1] = pair_count; in atx_compress()
148 ++pair_count; in atx_compress()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DDual_Resampler.cpp64 int pair_count = sample_buf_size >> 1; in play_frame_() local
65 blip_time_t blip_time = stereo_buf.center()->count_clocks( pair_count ); in play_frame_()
72 assert( stereo_buf.samples_avail() == pair_count * 2 ); in play_frame_()
80 assert( second_buf->samples_avail() == pair_count * 2 ); in play_frame_()
90 pair_count = count >> 1; in play_frame_()
91 stereo_buf.left()->remove_samples( pair_count ); in play_frame_()
92 stereo_buf.right()->remove_samples( pair_count ); in play_frame_()
93 stereo_buf.center()->remove_samples( pair_count ); in play_frame_()
100 second_buf->left()->remove_samples( pair_count ); in play_frame_()
101 second_buf->right()->remove_samples( pair_count ); in play_frame_()
[all …]
H A DYm2413_Emu.cpp51 void Ym2413_Emu::run( int pair_count, sample_t* out ) in run() argument
57 while (pair_count > 0) in run()
59 int todo = pair_count; in run()
78 pair_count -= todo; in run()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DDual_Resampler.cpp64 int pair_count = sample_buf_size >> 1; in play_frame_() local
65 blip_time_t blip_time = stereo_buf.center()->count_clocks( pair_count ); in play_frame_()
72 assert( stereo_buf.samples_avail() == pair_count * 2 ); in play_frame_()
80 assert( second_buf->samples_avail() == pair_count * 2 ); in play_frame_()
90 pair_count = count >> 1; in play_frame_()
91 stereo_buf.left()->remove_samples( pair_count ); in play_frame_()
92 stereo_buf.right()->remove_samples( pair_count ); in play_frame_()
93 stereo_buf.center()->remove_samples( pair_count ); in play_frame_()
100 second_buf->left()->remove_samples( pair_count ); in play_frame_()
101 second_buf->right()->remove_samples( pair_count ); in play_frame_()
[all …]
H A DYm3812_Emu.cpp41 void Ym3812_Emu::run( int pair_count, sample_t* out ) in run() argument
45 while (pair_count > 0) in run()
47 int todo = pair_count; in run()
64 pair_count -= todo; in run()
H A DPwm_Emu.cpp39 void Pwm_Emu::run( int pair_count, sample_t* out ) in run() argument
45 while (pair_count > 0) in run()
47 int todo = pair_count; in run()
64 pair_count -= todo; in run()
H A DOkim6258_Emu.cpp44 void Okim6258_Emu::run( int pair_count, sample_t* out ) in run() argument
50 while (pair_count > 0) in run()
52 int todo = pair_count; in run()
69 pair_count -= todo; in run()
H A DYm2151_Emu.cpp48 void Ym2151_Emu::run( int pair_count, sample_t* out ) in run() argument
54 while (pair_count > 0) in run()
56 int todo = pair_count; in run()
73 pair_count -= todo; in run()
H A DK051649_Emu.cpp46 void K051649_Emu::run( int pair_count, sample_t* out ) in run() argument
52 while (pair_count > 0) in run()
54 int todo = pair_count; in run()
71 pair_count -= todo; in run()
H A DRf5C164_Emu.cpp55 void Rf5C164_Emu::run( int pair_count, sample_t* out ) in run() argument
61 while (pair_count > 0) in run()
63 int todo = pair_count; in run()
80 pair_count -= todo; in run()
H A DRf5C68_Emu.cpp55 void Rf5C68_Emu::run( int pair_count, sample_t* out ) in run() argument
61 while (pair_count > 0) in run()
63 int todo = pair_count; in run()
80 pair_count -= todo; in run()
H A DC140_Emu.cpp50 void C140_Emu::run( int pair_count, sample_t* out ) in run() argument
56 while (pair_count > 0) in run()
58 int todo = pair_count; in run()
75 pair_count -= todo; in run()
H A DK053260_Emu.cpp50 void K053260_Emu::run( int pair_count, sample_t* out ) in run() argument
56 while (pair_count > 0) in run()
58 int todo = pair_count; in run()
75 pair_count -= todo; in run()
H A DK054539_Emu.cpp52 void K054539_Emu::run( int pair_count, sample_t* out ) in run() argument
58 while (pair_count > 0) in run()
60 int todo = pair_count; in run()
77 pair_count -= todo; in run()
H A DOkim6295_Emu.cpp50 void Okim6295_Emu::run( int pair_count, sample_t* out ) in run() argument
56 while (pair_count > 0) in run()
58 int todo = pair_count; in run()
75 pair_count -= todo; in run()
H A DSegaPcm_Emu.cpp50 void SegaPcm_Emu::run( int pair_count, sample_t* out ) in run() argument
56 while (pair_count > 0) in run()
58 int todo = pair_count; in run()
75 pair_count -= todo; in run()
H A DYmz280b_Emu.cpp51 void Ymz280b_Emu::run( int pair_count, sample_t* out ) in run() argument
57 while (pair_count > 0) in run()
59 int todo = pair_count; in run()
76 pair_count -= todo; in run()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/constraints/
H A Dligand.c46 int pair_count; member
141 int *pair_count);
396 int pair_count = 0; in vrna_sc_add_hi_motif() local
408 ldata->pair_count = pair_count; in vrna_sc_add_hi_motif()
767 *pair_count = 0; in scanForPairs()
777 pairs[*pair_count].j = i; in scanForPairs()
779 (*pair_count)++; in scanForPairs()
799 (*pair_count)++; in scanForPairs()
814 (*pair_count)++; in scanForPairs()
820 if (*pair_count > 0) { in scanForPairs()
[all …]

12345678910>>...17