Home
last modified time | relevance | path

Searched refs:wherefrom (Results 1 – 25 of 73) sorted by relevance

123

/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dmrca.c164 if (wherefrom == DOWNLEFT) in updatecluster_mrca()
181 wherefrom = DOWNRIGHT; in updatecluster_mrca()
183 wherefrom = DOWNLEFT; in updatecluster_mrca()
186 updatecluster_mrca(curredge->up, wherefrom, newleaf, in updatecluster_mrca()
208 int wherefrom; /* direction to last edge */ in updatetreeclusters_mrca() local
237 wherefrom = DOWNRIGHT; in updatetreeclusters_mrca()
239 wherefrom = DOWNLEFT; in updatetreeclusters_mrca()
264 switch (wherefrom) {
362 wherefrom = DOWNRIGHT;
364 wherefrom = DOWNLEFT;
[all …]
H A Drecur.c131 int wherefrom, /* direction to last curr. edge */ in updatecluster_recur() argument
183 wherefrom = DOWNRIGHT; in updatetreeclusters_recur()
185 wherefrom = DOWNLEFT; in updatetreeclusters_recur()
250 int wherefrom, /* direction to last curr. edge */
259 switch (wherefrom) {
322 int wherefrom; /* direction to last edge */
357 wherefrom = DOWNRIGHT;
359 wherefrom = DOWNLEFT;
363 updatesplit_split(curredge->up, wherefrom, newleaf,
H A Dsplit.c188 int wherefrom, /* direction to last curr. edge */ in updatesplit_split() argument
197 switch (wherefrom) { in updatesplit_split()
260 int wherefrom; /* direction to last edge */ in updatetreesplits_split() local
295 wherefrom = DOWNRIGHT; in updatetreesplits_split()
297 wherefrom = DOWNLEFT; in updatetreesplits_split()
301 updatesplit_split(curredge->up, wherefrom, newleaf, in updatetreesplits_split()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_list.c845 void lmoveGenericCommand(client *c, int wherefrom, int whereto) { in lmoveGenericCommand() argument
859 value = listTypePop(sobj,wherefrom); in lmoveGenericCommand()
890 int wherefrom, whereto; in lmoveCommand() local
895 lmoveGenericCommand(c, wherefrom, whereto); in lmoveCommand()
951 argv[0] = (wherefrom == LIST_HEAD) ? shared.lpop : in serveClientBlockedOnList()
974 value = listTypePop(o, wherefrom); in serveClientBlockedOnList()
991 value = listTypePop(o, wherefrom); in serveClientBlockedOnList()
1118 struct blockPos pos = {wherefrom, whereto}; in blmoveGenericCommand()
1125 lmoveGenericCommand(c,wherefrom,whereto); in blmoveGenericCommand()
1132 int wherefrom, whereto; in blmoveCommand() local
[all …]
H A Dblocked.c68 …st(client *receiver, robj *o, robj *key, robj *dstkey, redisDb *db, int wherefrom, int whereto, in…
290 int wherefrom = receiver->bpop.blockpos.wherefrom; in serveClientsBlockedOnListKey() local
304 wherefrom, whereto, in serveClientsBlockedOnListKey()
344 int where = receiver->bpop.blockpos.wherefrom; in serveClientsBlockedOnSortedSetKey()
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dxfseek.c22 xfseek (FILE *f, long offset, int wherefrom, const_string filename) in xfseek() argument
24 if (fseek (f, offset, wherefrom) < 0) { in xfseek()
H A Dxfseeko.c21 xfseeko (FILE *f, off_t offset, int wherefrom, const_string filename) in xfseeko() argument
23 if (fseeko (f, offset, wherefrom) < 0) { in xfseeko()
H A Dwin32lib.c97 xfseek64 (FILE *f, __int64 offset, int wherefrom, const char *filename) in xfseek64() argument
100 if (_fseeki64(f, offset, wherefrom) < (__int64)0) in xfseek64()
103 if(wherefrom == SEEK_CUR) { in xfseek64()
105 wherefrom = SEEK_SET; in xfseek64()
108 if (_lseeki64(fileno(f), offset, wherefrom) < (__int64)0) in xfseek64()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dxfseek.c22 xfseek (FILE *f, long offset, int wherefrom, const_string filename) in xfseek() argument
24 if (fseek (f, offset, wherefrom) < 0) { in xfseek()
H A Dxfseeko.c21 xfseeko (FILE *f, off_t offset, int wherefrom, const_string filename) in xfseeko() argument
23 if (fseeko (f, offset, wherefrom) < 0) { in xfseeko()
H A Dwin32lib.c70 xfseek64 (FILE *f, __int64 offset, int wherefrom, const char *filename) in xfseek64() argument
73 if (_fseeki64(f, offset, wherefrom) < (__int64)0) in xfseek64()
76 if(wherefrom == SEEK_CUR) { in xfseek64()
78 wherefrom = SEEK_SET; in xfseek64()
81 if (_lseeki64(fileno(f), offset, wherefrom) < (__int64)0) in xfseek64()
/dports/lang/python27/Python-2.7.18/Demo/sockets/
H A Dradio.py12 data, wherefrom = s.recvfrom(1500, 0) variable
13 sys.stderr.write(repr(wherefrom) + '\n')
/dports/lang/python-legacy/Python-2.7.18/Demo/sockets/
H A Dradio.py12 data, wherefrom = s.recvfrom(1500, 0) variable
13 sys.stderr.write(repr(wherefrom) + '\n')
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Dradio.py12 data, wherefrom = s.recvfrom(1500, 0) variable
13 sys.stderr.write(repr(wherefrom) + '\n')
/dports/audio/listener/listener-2.2/
H A Dutils.c39 ssize_t WRITE(int fd, char *wherefrom, size_t len) in WRITE() argument
47 rc = write(fd, wherefrom, len); in WRITE()
60 wherefrom += rc; in WRITE()
H A Dutils.h6 ssize_t WRITE(int fd, char *wherefrom, size_t len);
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dxstd.c39 xfseek (FILE *f, long offset, int wherefrom, at_string filename) in xfseek() argument
41 if (fseek (f, offset, wherefrom) < 0) in xfseek()
/dports/net/httping/httping-2.5/
H A Dio.c111 ssize_t mywrite(int fd, char *wherefrom, size_t len, double timeout) in mywrite() argument
142 rc = write(fd, wherefrom, len); in mywrite()
159 wherefrom += rc; in mywrite()
H A Dmssl.c127 int WRITE_SSL(SSL *const ssl_h, const char *wherefrom, int len, const double timeout) in WRITE_SSL() argument
170 rc = SSL_write(ssl_h, wherefrom, len); in WRITE_SSL()
181 wherefrom += rc; in WRITE_SSL()
H A Dio.h5 ssize_t mywrite(int fd, const char *wherefrom, size_t len, double timeout);
/dports/math/minizinc/libminizinc-2.5.5/solvers/MIP/
H A DMIP_cplex_wrap.cpp781 static int CPXPUBLIC solcallback(CPXCENVptr env, void* cbdata, int wherefrom, void* cbhandle) { in solcallback() argument
790 status = cw->dll_CPXgetcallbackinfo(env, cbdata, wherefrom, CPX_CALLBACK_INFO_NODE_COUNT, in solcallback()
796 status = cw->dll_CPXgetcallbackinfo(env, cbdata, wherefrom, CPX_CALLBACK_INFO_NODES_LEFT, in solcallback()
827 status = cw->dll_CPXgetcallbackinfo(env, cbdata, wherefrom, CPX_CALLBACK_INFO_BEST_REMAINING, in solcallback()
841 status = cw->dll_CPXgetcallbackincumbent(env, cbdata, wherefrom, (double*)info->pOutput->x, 0, in solcallback()
907 static int CPXPUBLIC myusercutcallback(CPXCENVptr env, void* cbdata, int wherefrom, void* cbhandle, in myusercutcallback() argument
947 if (wherefrom == CPX_CALLBACK_MIP_CUT_LOOP || wherefrom == CPX_CALLBACK_MIP_CUT_LAST) { in myusercutcallback()
955 status = cw->dll_CPXgetcallbacknodeinfo(env, cbdata, wherefrom, 0, in myusercutcallback()
962 status = cw->dll_CPXgetcallbacknodeinfo(env, cbdata, wherefrom, 0, in myusercutcallback()
997 status = cw->dll_CPXgetcallbacknodex(env, cbdata, wherefrom, (double*)outpRlx.x, 0, in myusercutcallback()
[all …]
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/solvers/MIP/
H A DMIP_cplex_wrap.hh189 int (*dll_CPXcutcallbackadd)(CPXCENVptr env, void* cbdata, int wherefrom, int nzcnt, double rhs,
197 int (*dll_CPXgetcallbackincumbent)(CPXCENVptr env, void* cbdata, int wherefrom, double* x,
200 int (*dll_CPXgetcallbackinfo)(CPXCENVptr env, void* cbdata, int wherefrom, int whichinfo,
203 int (*dll_CPXgetcallbacknodeinfo)(CPXCENVptr env, void* cbdata, int wherefrom, int nodeindex,
206 int (*dll_CPXgetcallbacknodex)(CPXCENVptr env, void* cbdata, int wherefrom, double* x, int begin,
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dttfutil.c52 xfseek (FILE *f, long offset, int wherefrom, const char *funcname) in xfseek() argument
54 if (fseek (f, offset, wherefrom) < 0) in xfseek()
/dports/databases/redis-devel/redis-0e5b813/tests/unit/type/
H A Dlist.tcl654 foreach wherefrom {left right} {
656 test "BLMOVE $wherefrom $whereto - $type" {
666 if {$wherefrom eq "right"} {
791 foreach wherefrom {left right} {
811 foreach wherefrom {left right} {
1370 foreach wherefrom {left right} {
1375 if {$wherefrom eq "right"} {
1400 foreach wherefrom {left right} {
1403 if {$wherefrom eq "right"} {
1436 foreach wherefrom {left right} {
[all …]
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/ipython/
H A Dhtml.py9 from rpy2.robjects.packages import wherefrom
307 env = wherefrom(obj.__rname__)

123