Home
last modified time | relevance | path

Searched refs:fslot (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/swig/swig-4.0.2/Lib/allegrocl/
H A Dinout_typemaps.i45 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
46 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
48 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
49 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
51 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
52 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
55 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
58 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
61 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
69 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
[all …]
/dports/math/4ti2/4ti2-Release_1_6_9/swig/allegrocommonlisp/
H A Dlist-vector.i91 (ff:fslot-value $out)))
97 (let ((array (fslot-value $out))
100 collect (ff:fslot-value-typed (quote (:array FF_TYPE)) :c array index) into result
106 (ff:fslot-value $out)))
112 (let* ((array (fslot-value $out))
117 (ff:fslot-value-typed (quote (:array FF_TYPE)) :c array index))
183 (ff:fslot-value $out)))
190 (let ((array (fslot-value $out))
193 collect (ff:fslot-value-typed (quote (:array FF_TYPE)) :c array index) into result
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Dspeedy_frontend.c32 fe_slot_t *fslot = &FILE_SLOT(fe_slot, fslotnum); in speedy_frontend_remove_running() local
34 if (fslot->backend) { in speedy_frontend_remove_running()
35 be_slot_t *bslot = &FILE_SLOT(be_slot, fslot->backend); in speedy_frontend_remove_running()
37 bslot->fe_running = fslot->backend; in speedy_frontend_remove_running()
48 fe_slot_t *fslot = &FILE_SLOT(fe_slot, fslotnum); in speedy_frontend_collect_status() local
50 if (fslot->backend && speedy_backend_dead(fslot->backend)) in speedy_frontend_collect_status()
51 speedy_backend_died(fslot->backend); in speedy_frontend_collect_status()
53 if (fslot->backend == 0) { in speedy_frontend_collect_status()
54 *exit_on_sig = fslot->exit_on_sig; in speedy_frontend_collect_status()
55 *exit_val = fslot->exit_val; in speedy_frontend_collect_status()
H A Dspeedy_backend.c147 fe_slot_t *fslot = &FILE_SLOT(fe_slot, fslotnum); in speedy_backend_exited() local
148 fslot->backend = 0; in speedy_backend_exited()
149 fslot->exit_on_sig = exit_on_sig; in speedy_backend_exited()
150 fslot->exit_val = exit_val; in speedy_backend_exited()
151 if (speedy_util_kill(fslot->pid, SIGUSR1) == -1) in speedy_backend_exited()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Denvelope.go32 fslot := math.Floor(x / step)
33 mod := x - fslot*step
34 slot := int(fslot)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Denvelope.go32 fslot := math.Floor(x / step)
33 mod := x - fslot*step
34 slot := int(fslot)
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
178 fslot->tts_tupleDescriptor); in ExecGather()
207 ExecClearTuple(fslot); in ExecGather()
251 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
271 fslot, /* slot in which to store the tuple */ in gather_getnext()
275 return fslot; in gather_getnext()
296 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
178 fslot->tts_tupleDescriptor); in ExecGather()
207 ExecClearTuple(fslot); in ExecGather()
251 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
271 fslot, /* slot in which to store the tuple */ in gather_getnext()
275 return fslot; in gather_getnext()
296 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
178 fslot->tts_tupleDescriptor); in ExecGather()
207 ExecClearTuple(fslot); in ExecGather()
251 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
271 fslot, /* slot in which to store the tuple */ in gather_getnext()
275 return fslot; in gather_getnext()
296 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
178 fslot->tts_tupleDescriptor); in ExecGather()
207 ExecClearTuple(fslot); in ExecGather()
251 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
271 fslot, /* slot in which to store the tuple */ in gather_getnext()
275 return fslot; in gather_getnext()
296 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
178 fslot->tts_tupleDescriptor); in ExecGather()
207 ExecClearTuple(fslot); in ExecGather()
251 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
271 fslot, /* slot in which to store the tuple */ in gather_getnext()
275 return fslot; in gather_getnext()
296 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
178 fslot->tts_tupleDescriptor); in ExecGather()
207 ExecClearTuple(fslot); in ExecGather()
251 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
271 fslot, /* slot in which to store the tuple */ in gather_getnext()
275 return fslot; in gather_getnext()
296 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
178 fslot->tts_tupleDescriptor); in ExecGather()
207 ExecClearTuple(fslot); in ExecGather()
251 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
271 fslot, /* slot in which to store the tuple */ in gather_getnext()
275 return fslot; in gather_getnext()
296 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
185 fslot->tts_tupleDescriptor); in ExecGather()
280 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
298 fslot, /* slot in which to store the tuple */ in gather_getnext()
302 return fslot; in gather_getnext()
317 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
185 fslot->tts_tupleDescriptor); in ExecGather()
280 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
298 fslot, /* slot in which to store the tuple */ in gather_getnext()
302 return fslot; in gather_getnext()
317 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
185 fslot->tts_tupleDescriptor); in ExecGather()
280 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
298 fslot, /* slot in which to store the tuple */ in gather_getnext()
302 return fslot; in gather_getnext()
317 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
185 fslot->tts_tupleDescriptor); in ExecGather()
280 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
298 fslot, /* slot in which to store the tuple */ in gather_getnext()
302 return fslot; in gather_getnext()
317 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
185 fslot->tts_tupleDescriptor); in ExecGather()
280 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
298 fslot, /* slot in which to store the tuple */ in gather_getnext()
302 return fslot; in gather_getnext()
317 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
185 fslot->tts_tupleDescriptor); in ExecGather()
280 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
298 fslot, /* slot in which to store the tuple */ in gather_getnext()
302 return fslot; in gather_getnext()
317 return ExecClearTuple(fslot); in gather_getnext()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DnodeGather.c131 TupleTableSlot *fslot = node->funnel_slot; in ExecGather() local
185 fslot->tts_tupleDescriptor); in ExecGather()
280 TupleTableSlot *fslot = gatherstate->funnel_slot; in gather_getnext() local
298 fslot, /* slot in which to store the tuple */ in gather_getnext()
302 return fslot; in gather_getnext()
317 return ExecClearTuple(fslot); in gather_getnext()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dtime.c567 int fslot; in find_next_timeout() local
571 if (tiw->w[fslot]) in find_next_timeout()
576 fslot++; in find_next_timeout()
579 if (tiw->w[fslot]) in find_next_timeout()
1018 int slots, fslot, scnt_ix; in bump_later_wheel() local
1027 fslot = tiw->yield_slot; in bump_later_wheel()
1028 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1060 fslot = later_slot(later_pos); in bump_later_wheel()
1061 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1071 p = tiw->w[fslot]; in bump_later_wheel()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dtime.c567 int fslot; in find_next_timeout() local
571 if (tiw->w[fslot]) in find_next_timeout()
576 fslot++; in find_next_timeout()
579 if (tiw->w[fslot]) in find_next_timeout()
1018 int slots, fslot, scnt_ix; in bump_later_wheel() local
1027 fslot = tiw->yield_slot; in bump_later_wheel()
1028 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1060 fslot = later_slot(later_pos); in bump_later_wheel()
1061 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1071 p = tiw->w[fslot]; in bump_later_wheel()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dtime.c564 int fslot; in find_next_timeout() local
568 if (tiw->w[fslot]) in find_next_timeout()
573 fslot++; in find_next_timeout()
576 if (tiw->w[fslot]) in find_next_timeout()
1015 int slots, fslot, scnt_ix; in bump_later_wheel() local
1024 fslot = tiw->yield_slot; in bump_later_wheel()
1025 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1057 fslot = later_slot(later_pos); in bump_later_wheel()
1058 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1068 p = tiw->w[fslot]; in bump_later_wheel()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dtime.c567 int fslot; in find_next_timeout() local
571 if (tiw->w[fslot]) in find_next_timeout()
576 fslot++; in find_next_timeout()
579 if (tiw->w[fslot]) in find_next_timeout()
1018 int slots, fslot, scnt_ix; in bump_later_wheel() local
1027 fslot = tiw->yield_slot; in bump_later_wheel()
1028 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1060 fslot = later_slot(later_pos); in bump_later_wheel()
1061 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1071 p = tiw->w[fslot]; in bump_later_wheel()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dtime.c567 int fslot; in find_next_timeout() local
571 if (tiw->w[fslot]) in find_next_timeout()
576 fslot++; in find_next_timeout()
579 if (tiw->w[fslot]) in find_next_timeout()
1018 int slots, fslot, scnt_ix; in bump_later_wheel() local
1027 fslot = tiw->yield_slot; in bump_later_wheel()
1028 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1060 fslot = later_slot(later_pos); in bump_later_wheel()
1061 scnt_ix = scnt_get_ix(fslot); in bump_later_wheel()
1071 p = tiw->w[fslot]; in bump_later_wheel()
[all …]

123456