Home
last modified time | relevance | path

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

12

/dports/games/openomf/openomf-c36c421/src/console/
H A Dconsole.c98 si = BUFFER_DEC(con->output_head); in console_output_scroll_to_end()
100 } else if(con->output_tail == con->output_head) { in console_output_scroll_to_end()
107 si != con->output_head; in console_output_scroll_to_end()
125 if(con->output_pos != con->output_head) { in console_output_scroll_up()
128 while(con->output_pos != con->output_head) { in console_output_scroll_up()
160 if(con->output_tail == con->output_head) { in console_output_add()
162 con->output_head = BUFFER_INC(con->output_head); in console_output_add()
206 con->output_head = 0; in console_init()
/dports/net/lambdamoo/MOO-1.8.1/
H A Dnet_multi.c77 text_block *output_head; member
240 while ((b = h->output_head) != 0) { in push_output()
246 h->output_head = b->next; in push_output()
253 if (h->output_head == 0) in push_output()
254 h->output_tail = &(h->output_head); in push_output()
316 h->output_head = 0; in new_nhandle()
317 h->output_tail = &(h->output_head); in new_nhandle()
342 b = h->output_head; in close_nhandle()
449 h->output_head = b->next; in enqueue_output()
452 if (h->output_head == 0) in enqueue_output()
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_id_efaktur/models/
H A Daccount_move.py140 output_head = '%s%s%s' % (
269 output_head += _csv_row(fk_values_list, delimiter)
270 output_head += _csv_row(lt_values_list, delimiter)
273 output_head += _csv_row(of_values_list, delimiter)
275 return output_head
287 output_head = self._generate_efaktur_invoice(delimiter)
288 my_utf8 = output_head.encode("utf-8")
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dthread_pool.c111 q->output_head = q->output_tail = r; in hts_tpool_add_result()
133 for (last = NULL, r = q->output_head; r; last = r, r = r->next) { in hts_tpool_next_result_locked()
140 if (q->output_head == r) in hts_tpool_next_result_locked()
141 q->output_head = r->next; in hts_tpool_next_result_locked()
148 if (!q->output_head) in hts_tpool_next_result_locked()
349 q->output_head = NULL; in hts_tpool_process_init()
879 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
884 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
896 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
901 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
H A Dthread_pool_internal.h101 hts_tpool_result *output_head; // output list member
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dthread_pool.c111 q->output_head = q->output_tail = r; in hts_tpool_add_result()
137 for (last = NULL, r = q->output_head; r; last = r, r = r->next) { in hts_tpool_next_result_locked()
144 if (q->output_head == r) in hts_tpool_next_result_locked()
145 q->output_head = r->next; in hts_tpool_next_result_locked()
152 if (!q->output_head) in hts_tpool_next_result_locked()
354 q->output_head = NULL; in hts_tpool_process_init()
884 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
889 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
901 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
906 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
H A Dthread_pool_internal.h101 hts_tpool_result *output_head; // output list member
/dports/biology/stacks/stacks-2.4/htslib/
H A Dthread_pool.c111 q->output_head = q->output_tail = r; in hts_tpool_add_result()
133 for (last = NULL, r = q->output_head; r; last = r, r = r->next) { in hts_tpool_next_result_locked()
140 if (q->output_head == r) in hts_tpool_next_result_locked()
141 q->output_head = r->next; in hts_tpool_next_result_locked()
148 if (!q->output_head) in hts_tpool_next_result_locked()
349 q->output_head = NULL; in hts_tpool_process_init()
881 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
886 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
898 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
903 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
H A Dthread_pool_internal.h101 hts_tpool_result *output_head; // output list member
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dthread_pool.c111 q->output_head = q->output_tail = r; in hts_tpool_add_result()
133 for (last = NULL, r = q->output_head; r; last = r, r = r->next) { in hts_tpool_next_result_locked()
140 if (q->output_head == r) in hts_tpool_next_result_locked()
141 q->output_head = r->next; in hts_tpool_next_result_locked()
148 if (!q->output_head) in hts_tpool_next_result_locked()
349 q->output_head = NULL; in hts_tpool_process_init()
881 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
886 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
898 for (r = q->output_head; r; r = rn) { in hts_tpool_process_reset()
903 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
H A Dthread_pool_internal.h101 hts_tpool_result *output_head; // output list member
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dthread_pool.c125 q->output_head = q->output_tail = r; in hts_tpool_add_result()
151 for (last = NULL, r = q->output_head; r; last = r, r = r->next) { in hts_tpool_next_result_locked()
158 if (q->output_head == r) in hts_tpool_next_result_locked()
159 q->output_head = r->next; in hts_tpool_next_result_locked()
166 if (!q->output_head) in hts_tpool_next_result_locked()
381 q->output_head = NULL; in hts_tpool_process_init()
1023 r_head = q->output_head; in hts_tpool_process_reset()
1024 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
1053 r_head = q->output_head; in hts_tpool_process_reset()
1054 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dthread_pool.c121 q->output_head = q->output_tail = r; in hts_tpool_add_result()
147 for (last = NULL, r = q->output_head; r; last = r, r = r->next) { in hts_tpool_next_result_locked()
154 if (q->output_head == r) in hts_tpool_next_result_locked()
155 q->output_head = r->next; in hts_tpool_next_result_locked()
162 if (!q->output_head) in hts_tpool_next_result_locked()
377 q->output_head = NULL; in hts_tpool_process_init()
998 r_head = q->output_head; in hts_tpool_process_reset()
999 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
1028 r_head = q->output_head; in hts_tpool_process_reset()
1029 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
/dports/biology/htslib/htslib-1.14/
H A Dthread_pool.c125 q->output_head = q->output_tail = r; in hts_tpool_add_result()
151 for (last = NULL, r = q->output_head; r; last = r, r = r->next) { in hts_tpool_next_result_locked()
158 if (q->output_head == r) in hts_tpool_next_result_locked()
159 q->output_head = r->next; in hts_tpool_next_result_locked()
166 if (!q->output_head) in hts_tpool_next_result_locked()
381 q->output_head = NULL; in hts_tpool_process_init()
1023 r_head = q->output_head; in hts_tpool_process_reset()
1024 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
1053 r_head = q->output_head; in hts_tpool_process_reset()
1054 q->output_head = q->output_tail = NULL; in hts_tpool_process_reset()
/dports/games/openomf/openomf-c36c421/include/console/
H A Dconsole_type.h13 unsigned int output_head, output_tail, output_pos; member
/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Dpagc_tools.c227 char *output_head ) { in parse_file_name() argument
243 dest = output_head ; in parse_file_name()
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Dpagc_tools.c227 char *output_head ) { in parse_file_name() argument
243 dest = output_head ; in parse_file_name()
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Dpagc_tools.c227 char *output_head ) { in parse_file_name() argument
243 dest = output_head ; in parse_file_name()
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Dpagc_tools.c227 char *output_head ) { in parse_file_name() argument
243 dest = output_head ; in parse_file_name()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c281 flac_float_t* output_head = output; in filter() local
284 for ( i = 0; i < nSamples; i++, input_head += downsample, ++output_head ) { in filter()
287 output_tail = output_head; in filter()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c281 flac_float_t* output_head = output; in filter() local
284 for ( i = 0; i < nSamples; i++, input_head += downsample, ++output_head ) { in filter()
287 output_tail = output_head; in filter()
/dports/audio/flac/flac-1.3.4/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c281 flac_float_t* output_head = output; in filter() local
284 for ( i = 0; i < nSamples; i++, input_head += downsample, ++output_head ) { in filter()
287 output_tail = output_head; in filter()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c281 flac_float_t* output_head = output; in filter() local
284 for ( i = 0; i < nSamples; i++, input_head += downsample, ++output_head ) { in filter()
287 output_tail = output_head; in filter()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/flac-1.3.2/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c281 flac_float_t* output_head = output; in filter() local
284 for ( i = 0; i < nSamples; i++, input_head += downsample, ++output_head ) { in filter()
287 output_tail = output_head; in filter()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/flac-1.3.2/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c281 flac_float_t* output_head = output; in filter() local
284 for ( i = 0; i < nSamples; i++, input_head += downsample, ++output_head ) { in filter()
287 output_tail = output_head; in filter()

12