Home
last modified time | relevance | path

Searched refs:t_stack (Results 1 – 25 of 34) sorted by relevance

12

/dports/databases/mantis/mantisbt-2.25.2/
H A Dmanage_proj_page.php138 $t_stack = array( $t_projects ); variable
140 while( 0 < count( $t_stack ) ) {
141 $t_projects = array_shift( $t_stack );
149 $t_level = count( $t_stack );
166 array_unshift( $t_stack, $t_projects );
175 array_unshift( $t_stack, $t_subprojects );
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Derror_api.php111 $t_stack = array_slice( debug_backtrace(), 3 );
113 $t_stack = $p_exception->getTrace();
116 return $t_stack;
257 $t_stack = error_stack_trace();
258 $t_caller = $t_stack[0];
505 $t_stack = error_stack_trace( $p_exception );
508 foreach( $t_stack as $t_frame ) {
554 $t_stack = error_stack_trace( $p_exception );
556 foreach( $t_stack as $t_id => $t_frame ) {
/dports/science/siconos/siconos-4.4.0/numerics/src/LCP/
H A Dlcp_pivot.c89 double* t_stack = NULL; in lcp_pivot_covering_vector() local
131 t_stack = options->dWork; in lcp_pivot_covering_vector()
147 t_stack = &mat[dim * dim2]; in lcp_pivot_covering_vector()
151 ((pivot_selection_rule == SICONOS_LCP_PIVOT_PATHSEARCH) && t_stack != mat)); in lcp_pivot_covering_vector()
229 t_stack[nb_iter%stack_size] = 1.0; in lcp_pivot_covering_vector()
397 t_stack[nb_iter%stack_size] = 1.0; in lcp_pivot_covering_vector()
473 t_stack[nb_iter%stack_size] = mat[t_indx]; in lcp_pivot_covering_vector()
H A Dlcp_pivot_lumod.c130 double* t_stack = NULL; in lcp_pivot_lumod_covering_vector()
221 t_stack[nb_iter%stack_size] = 1.0; in lcp_pivot_lumod_covering_vector()
448 t_stack[nb_iter%stack_size] = 1.0; in lcp_pivot_lumod_covering_vector()
522 t_stack[nb_iter%stack_size] = mat[t_indx]; in lcp_pivot_lumod_covering_vector()
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dthread_pool.c379 p->t_stack[w->idx] = 1; in t_pool_worker()
381 p->t_stack[w->idx] = 0; in t_pool_worker()
388 if (p->t_stack[i]) { in t_pool_worker()
459 p->t_stack = NULL; in t_pool_init()
479 if (!(p->t_stack = malloc(tsize * sizeof(*p->t_stack)))) in t_pool_init()
485 p->t_stack[i] = 0; in t_pool_init()
682 if (p->t_stack[i]) in t_pool_flush()
760 if (p->t_stack) in t_pool_destroy()
761 free(p->t_stack); in t_pool_destroy()
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcpp_type_inference.pyx80 t_stack = MyTemplate[int]()
81 assert typeof(t_stack) == "MyTemplate[int]", typeof(t_stack)
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dthread_pool.c549 p->t_stack[w->idx] = 1; in tpool_worker()
734 p->t_stack = NULL; in hts_tpool_init()
742 p->t_stack = malloc(n * sizeof(*p->t_stack)); in hts_tpool_init()
743 if (!p->t_stack) { in hts_tpool_init()
774 p->t_stack[t_idx] = 0; in hts_tpool_init()
804 free(p->t_stack); in hts_tpool_init()
948 if (p->t_stack[i]) in hts_tpool_process_flush()
1110 if (p->t_stack) in hts_tpool_destroy()
1111 free(p->t_stack); in hts_tpool_destroy()
1136 if (p->t_stack) in hts_tpool_kill()
[all …]
H A Dthread_pool_internal.h150 int *t_stack, t_stack_top; member
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dthread_pool.c545 p->t_stack[w->idx] = 1; in tpool_worker()
727 p->t_stack = NULL; in hts_tpool_init()
735 p->t_stack = malloc(n * sizeof(*p->t_stack)); in hts_tpool_init()
736 if (!p->t_stack) { in hts_tpool_init()
753 p->t_stack[t_idx] = 0; in hts_tpool_init()
781 free(p->t_stack); in hts_tpool_init()
925 if (p->t_stack[i]) in hts_tpool_process_flush()
1085 if (p->t_stack) in hts_tpool_destroy()
1086 free(p->t_stack); in hts_tpool_destroy()
1111 if (p->t_stack) in hts_tpool_kill()
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dthread_pool.c549 p->t_stack[w->idx] = 1; in tpool_worker()
734 p->t_stack = NULL; in hts_tpool_init()
742 p->t_stack = malloc(n * sizeof(*p->t_stack)); in hts_tpool_init()
743 if (!p->t_stack) { in hts_tpool_init()
774 p->t_stack[t_idx] = 0; in hts_tpool_init()
804 free(p->t_stack); in hts_tpool_init()
948 if (p->t_stack[i]) in hts_tpool_process_flush()
1110 if (p->t_stack) in hts_tpool_destroy()
1111 free(p->t_stack); in hts_tpool_destroy()
1136 if (p->t_stack) in hts_tpool_kill()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/api/soap/
H A Dmc_api.php1189 $t_stack = xdebug_get_function_stack();
1193 $t_stack = array_reverse( $t_stack );
1194 array_shift( $t_stack );
1197 foreach( $t_stack as $t_frame ) {
1217 $t_stack = debug_backtrace();
1219 array_shift( $t_stack ); #remove the call to this function from the stack trace
1220 array_shift( $t_stack ); #remove the call to the error handler from the stack trace
1222 foreach( $t_stack as $t_frame ) {
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dthread_pool.c516 p->t_stack[w->idx] = 1; in tpool_worker()
521 p->t_stack[w->idx] = 0; in tpool_worker()
527 if (p->t_stack[i]) { in tpool_worker()
667 p->t_stack = NULL; in hts_tpool_init()
678 if (!(p->t_stack = malloc(n * sizeof(*p->t_stack)))) in hts_tpool_init()
686 p->t_stack[i] = 0; in hts_tpool_init()
825 if (p->t_stack[i]) in hts_tpool_process_flush()
946 if (p->t_stack) in hts_tpool_destroy()
947 free(p->t_stack); in hts_tpool_destroy()
972 if (p->t_stack) in hts_tpool_kill()
[all …]
H A Dthread_pool_internal.h146 int *t_stack, t_stack_top; member
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dthread_pool.c521 p->t_stack[w->idx] = 1; in tpool_worker()
526 p->t_stack[w->idx] = 0; in tpool_worker()
532 if (p->t_stack[i]) { in tpool_worker()
672 p->t_stack = NULL; in hts_tpool_init()
683 if (!(p->t_stack = malloc(n * sizeof(*p->t_stack)))) in hts_tpool_init()
691 p->t_stack[i] = 0; in hts_tpool_init()
830 if (p->t_stack[i]) in hts_tpool_process_flush()
951 if (p->t_stack) in hts_tpool_destroy()
952 free(p->t_stack); in hts_tpool_destroy()
977 if (p->t_stack) in hts_tpool_kill()
[all …]
H A Dthread_pool_internal.h146 int *t_stack, t_stack_top; member
/dports/biology/stacks/stacks-2.4/htslib/
H A Dthread_pool.c516 p->t_stack[w->idx] = 1; in tpool_worker()
521 p->t_stack[w->idx] = 0; in tpool_worker()
527 if (p->t_stack[i]) { in tpool_worker()
669 p->t_stack = NULL; in hts_tpool_init()
680 if (!(p->t_stack = malloc(n * sizeof(*p->t_stack)))) in hts_tpool_init()
688 p->t_stack[i] = 0; in hts_tpool_init()
827 if (p->t_stack[i]) in hts_tpool_process_flush()
948 if (p->t_stack) in hts_tpool_destroy()
949 free(p->t_stack); in hts_tpool_destroy()
974 if (p->t_stack) in hts_tpool_kill()
[all …]
H A Dthread_pool_internal.h146 int *t_stack, t_stack_top; member
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dthread_pool.c516 p->t_stack[w->idx] = 1; in tpool_worker()
521 p->t_stack[w->idx] = 0; in tpool_worker()
527 if (p->t_stack[i]) { in tpool_worker()
669 p->t_stack = NULL; in hts_tpool_init()
680 if (!(p->t_stack = malloc(n * sizeof(*p->t_stack)))) in hts_tpool_init()
688 p->t_stack[i] = 0; in hts_tpool_init()
827 if (p->t_stack[i]) in hts_tpool_process_flush()
948 if (p->t_stack) in hts_tpool_destroy()
949 free(p->t_stack); in hts_tpool_destroy()
974 if (p->t_stack) in hts_tpool_kill()
[all …]
H A Dthread_pool_internal.h146 int *t_stack, t_stack_top; member
/dports/math/ised/ised-2.7.1/src/
H A Dvm.h73 typedef std::stack<array> t_stack; typedef
83 t_stack argstack;
/dports/japanese/w3m/w3m-2b59b9e/
H A Dframe.c406 int r, c, t_stack; in createFrameFile() local
530 t_stack = 0; in createFrameFile()
609 if (t_stack) { in createFrameFile()
705 t_stack++; in createFrameFile()
708 t_stack--; in createFrameFile()
709 if (t_stack < 0) { in createFrameFile()
710 t_stack = 0; in createFrameFile()
721 if (!t_stack) { in createFrameFile()
853 while (t_stack--) in createFrameFile()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dframe.c406 int r, c, t_stack; in createFrameFile() local
530 t_stack = 0; in createFrameFile()
609 if (t_stack) { in createFrameFile()
705 t_stack++; in createFrameFile()
708 t_stack--; in createFrameFile()
709 if (t_stack < 0) { in createFrameFile()
710 t_stack = 0; in createFrameFile()
721 if (!t_stack) { in createFrameFile()
853 while (t_stack--) in createFrameFile()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dframe.c406 int r, c, t_stack; in createFrameFile() local
530 t_stack = 0; in createFrameFile()
609 if (t_stack) { in createFrameFile()
705 t_stack++; in createFrameFile()
708 t_stack--; in createFrameFile()
709 if (t_stack < 0) { in createFrameFile()
710 t_stack = 0; in createFrameFile()
721 if (!t_stack) { in createFrameFile()
853 while (t_stack--) in createFrameFile()
/dports/www/w3m/w3m-2b59b9e/
H A Dframe.c406 int r, c, t_stack; in createFrameFile() local
530 t_stack = 0; in createFrameFile()
609 if (t_stack) { in createFrameFile()
705 t_stack++; in createFrameFile()
708 t_stack--; in createFrameFile()
709 if (t_stack < 0) { in createFrameFile()
710 t_stack = 0; in createFrameFile()
721 if (!t_stack) { in createFrameFile()
853 while (t_stack--) in createFrameFile()
/dports/devel/z88dk/z88dk/examples/clisp/
H A Dclisp.c238 long t_stack[STACK_SIZE]; /* the stack */ variable
241 long t_stack[] @43040+shift; /* up to 100 elements (400 bytes)
1450 t_stack[t_stack_ptr - i - 1] = t_symb_val[D_GET_DATA(sym)];
1466 while ((t_stack[t_stack_ptr-1] & D_GC_MARK) != 0)
1472 t_symb_val[D_GET_DATA(sym)] = t_stack[t_stack_ptr - i - 1];
1567 gc_mark(t_stack[i]);
1614 if (200 + &t_stack[t_stack_ptr]>=_sp) /* stack overflow */
1617 t_stack[t_stack_ptr++] = (D_GC_MARK | s);
1622 t_stack[t_stack_ptr++] = (D_GC_MARK | s);

12