Home
last modified time | relevance | path

Searched refs:t_new (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/print/flpsed/flpsed-0.7.3/src/
H A DPSEditWidget.cxx80 PSEditText *t_new; in next() local
84 if (t_new) { in next()
86 cur_size = t_new->size; in next()
122 PSEditText *t_new, *t_old; in set_cur_text() local
130 if (t_new) { in set_cur_text()
132 cur_size = t_new->size; in set_cur_text()
137 damage(4, bb_x(t_new), bb_y(t_new), bb_w(t_new), bb_h(t_new)); in set_cur_text()
149 PSEditText *t_new, *t_old; in next_text() local
158 if (t_new) { in next_text()
160 cur_size = t_new->size; in next_text()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/r/
H A Dndb_addnode_analyze.result19 analyze table test.t_new;
21 test.t_new analyze status OK
28 analyze table t_new;
30 test.t_new analyze status OK
39 analyze table test.t_new;
41 test.t_new analyze status OK
48 analyze table test.t_new;
50 test.t_new analyze status OK
57 analyze table test.t_new;
59 test.t_new analyze status OK
[all …]
/dports/devel/p5-Iterator-Simple-Lookahead/Iterator-Simple-Lookahead-0.09/t/
H A DIterator-Simple-Lookahead.t41 sub t_new (@) {
55 $s = t_new();
65 $s = t_new(
89 $s = t_new(
106 $s = t_new(
121 $s = t_new( array_iter(0..10000) );
137 $s = t_new( [1,1], [2,4], [3,9] );
149 $s = t_new( array_iter( 1..$max ) ) |
/dports/net/c3270/suite3270-4.0/Common/
H A DXtGlue.c459 timeout_t *t_new; in AddTimeOut() local
464 t_new->proc = proc; in AddTimeOut()
467 ms_ts(&t_new->ts); in AddTimeOut()
474 t_new->tv.tv_sec += t_new->tv.tv_usec / MILLION; in AddTimeOut()
482 if (t->ts > t_new->ts) in AddTimeOut()
496 t_new->next = timeouts; in AddTimeOut()
497 timeouts = t_new; in AddTimeOut()
499 t_new->next = NULL; in AddTimeOut()
500 prev->next = t_new; in AddTimeOut()
502 t_new->next = t; in AddTimeOut()
[all …]
/dports/x11/x3270/suite3270-4.0/Common/
H A DXtGlue.c459 timeout_t *t_new; in AddTimeOut() local
464 t_new->proc = proc; in AddTimeOut()
467 ms_ts(&t_new->ts); in AddTimeOut()
474 t_new->tv.tv_sec += t_new->tv.tv_usec / MILLION; in AddTimeOut()
482 if (t->ts > t_new->ts) in AddTimeOut()
496 t_new->next = timeouts; in AddTimeOut()
497 timeouts = t_new; in AddTimeOut()
499 t_new->next = NULL; in AddTimeOut()
500 prev->next = t_new; in AddTimeOut()
502 t_new->next = t; in AddTimeOut()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dmonotone_matrix_search.h100 int* t_new = new int[M_new->number_of_rows() + 1]; in monotone_matrix_search() local
101 t_new[M_new->number_of_rows()] = M_new->number_of_columns(); in monotone_matrix_search()
106 t_new[0] = 0; in monotone_matrix_search()
108 monotone_matrix_search( *M_new, t_new); in monotone_matrix_search()
118 *(t+j) = reduction_table[t_new[j_new++]]; in monotone_matrix_search()
124 *(t+j) = reduction_table[t_new[j_new]]; in monotone_matrix_search()
126 while ( j_tmp < reduction_table[t_new[j_new]]) { in monotone_matrix_search()
135 delete[] t_new; in monotone_matrix_search()
/dports/dns/packetq/PacketQ-1.4.1/src/
H A Dregression-test.sh70t_new=$(/usr/bin/time -f "%e" ./packetq --tlds /usr/share/packetq/tlds -s "$SQL" $1 2>&1 > $DIR/$n…
80 …echo -e " $bin $ver: $t_old --> $t_new ($(python -c "print '%5.2f %d%%' % ($t_new - $t_old, ($t_…
82 echo -e " $bin $ver: $t_old --> $t_new ($ver Failed)"
/dports/mail/emailrelay/emailrelay-1.9/src/gnet/
H A Dgtimerlist.cpp79 G::DateTime::EpochTime t_new = soonest() ; in update() local
80 if( t_old != t_new ) in update()
85 G_DEBUG( "GNet::TimerList::update: " << t_old << " -> " << t_new ) ; in update()
86 EventLoop::instance().setTimeout( t_new , m_empty_set_timeout_hint ) ; in update()
98 G::DateTime::EpochTime t_new = soonest() ; in update() local
99 G_DEBUG( "GNet::TimerList::update: ? -> " << t_new ) ; in update()
100 EventLoop::instance().setTimeout( t_new , m_empty_set_timeout_hint ) ; in update()
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dfps.c37 clock_t t_new; in new_frame_for_fps_calc() local
47 t_new = clock(); in new_frame_for_fps_calc()
50 (scalar_t) (t_new-g_t_old) * in new_frame_for_fps_calc()
53 g_t_old = t_new; in new_frame_for_fps_calc()
/dports/security/ncrypt/ncrypt-0.8.1/
H A Dread_pass.c20 struct termios t_old, t_new; in read_pass() local
33 t_new = t_old; /* back them up */ in read_pass()
34 t_new.c_lflag &= ~ECHO; /* remove ECHO */ in read_pass()
35 tcsetattr(fn,TCSADRAIN, &t_new); /* apply new attributes */ in read_pass()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/des/
H A Dui.c74 struct termios t_new, t_old; in read_string() local
95 memcpy(&t_new, &t_old, sizeof(t_new)); in read_string()
96 t_new.c_lflag &= ~ECHO; in read_string()
97 tcsetattr(fileno(tty), TCSANOW, &t_new); in read_string()
/dports/games/edge/Edge-1.35-source/coal/
H A Dc_compile.cc549 *t_new = *type; in FindType()
553 return t_new; in FindType()
562 type_t t_new; in ParseType() local
589 memset(&t_new, 0, sizeof(t_new)); in ParseType()
592 t_new.parm_num = 0; in ParseType()
606 t_new.parm_types[t_new.parm_num] = type; in ParseType()
607 t_new.parm_num++; in ParseType()
1520 type_t t_new; in GLOB_Function() local
1522 memset(&t_new, 0, sizeof(t_new)); in GLOB_Function()
1540 t_new.parm_types[t_new.parm_num] = ParseType(); in GLOB_Function()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/src/
H A Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/libs/serialization/src/
H A Dvoid_cast.cpp141 const void * t_new; in vbc_downcast() local
142 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
144 if(NULL != t_new){ in vbc_downcast()
147 return vc->downcast(t_new); in vbc_downcast()
169 const void * t_new; in vbc_upcast() local
170 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
171 if(NULL != t_new) in vbc_upcast()
172 return (*it)->upcast(t_new); in vbc_upcast()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/serialization/src/
H A Dvoid_cast.cpp141 const void * t_new; in vbc_downcast() local
142 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
144 if(NULL != t_new){ in vbc_downcast()
147 return vc->downcast(t_new); in vbc_downcast()
169 const void * t_new; in vbc_upcast() local
170 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
171 if(NULL != t_new) in vbc_upcast()
172 return (*it)->upcast(t_new); in vbc_upcast()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/serialization/src/
H A Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/serialization/src/
H A Dvoid_cast.cpp141 const void * t_new; in vbc_downcast() local
142 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
144 if(NULL != t_new){ in vbc_downcast()
147 return vc->downcast(t_new); in vbc_downcast()
169 const void * t_new; in vbc_upcast() local
170 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
171 if(NULL != t_new) in vbc_upcast()
172 return (*it)->upcast(t_new); in vbc_upcast()
/dports/databases/percona57-server/boost_1_59_0/libs/serialization/src/
H A Dvoid_cast.cpp141 const void * t_new; in vbc_downcast() local
142 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
144 if(NULL != t_new){ in vbc_downcast()
147 return vc->downcast(t_new); in vbc_downcast()
169 const void * t_new; in vbc_upcast() local
170 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
171 if(NULL != t_new) in vbc_upcast()
172 return (*it)->upcast(t_new); in vbc_upcast()
/dports/databases/xtrabackup/boost_1_59_0/libs/serialization/src/
H A Dvoid_cast.cpp141 const void * t_new; in vbc_downcast() local
142 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
144 if(NULL != t_new){ in vbc_downcast()
147 return vc->downcast(t_new); in vbc_downcast()
169 const void * t_new; in vbc_upcast() local
170 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
171 if(NULL != t_new) in vbc_upcast()
172 return (*it)->upcast(t_new); in vbc_upcast()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/libs/serialization/src/
H A Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()
/dports/databases/percona57-client/boost_1_59_0/libs/serialization/src/
H A Dvoid_cast.cpp141 const void * t_new; in vbc_downcast() local
142 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
144 if(NULL != t_new){ in vbc_downcast()
147 return vc->downcast(t_new); in vbc_downcast()
169 const void * t_new; in vbc_upcast() local
170 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
171 if(NULL != t_new) in vbc_upcast()
172 return (*it)->upcast(t_new); in vbc_upcast()
/dports/emulators/citra/citra-ac98458e0/externals/boost/libs/serialization/src/
H A Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/libs/serialization/src/
H A Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/R/mlpack/src/boost/serialization/
H A Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()
/dports/devel/boost-libs/boost_1_72_0/libs/serialization/src/
H A Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()

12345678910>>...12