Home
last modified time | relevance | path

Searched refs:psub (Results 1 – 25 of 1596) sorted by relevance

12345678910>>...64

/dports/shells/fish/fish-3.3.1/tests/checks/
H A Dpsub.fish2 set -l filename (echo foo | psub --testing)
4 or echo 'psub is not a regular file' >&2
14 or echo 'psub is not a fifo' >&2
21 cat (echo foo | psub)
22 cat (echo bar | psub --fifo)
23 cat (echo baz | psub)
28 set -l filename (echo foo | psub)
30 echo 'psub file was not deleted'
32 echo 'psub file was deleted'
34 #CHECK: psub file was deleted
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/model/
H A Dmodelanim.cpp405 Assert( psub != NULL ); in model_anim_submodel_trigger_rotate()
538 Assert( psub != NULL ); in subtype_check()
582 …if ( (psub->triggers[i].type == animation_type) && subtype_check(psub, &psub->triggers[i], subtype… in model_anim_start_type()
653 model_subsystem *psub; in model_anim_get_actual_time_type() local
670 …if ( (psub->triggers[i].type == animation_type) && subtype_check(psub, &psub->triggers[i], subtype… in model_anim_get_actual_time_type()
684 model_subsystem *psub; in model_anim_get_actual_time_type() local
693 …if ( (psub->triggers[i].type == animation_type) && subtype_check(psub, &psub->triggers[i], subtype… in model_anim_get_actual_time_type()
707 model_subsystem *psub; in model_anim_fix_reverse_times() local
788 ani_time = psub->triggers[i].end + psub->triggers[i].start; in model_anim_get_time_type()
827 model_subsystem *psub; in model_anim_set_initial_states() local
[all …]
/dports/devel/p5-Proc-Simple/Proc-Simple-1.31/t/
H A Dsimple.t38 $psub = Proc::Simple->new();
40 ok($psub->start(sub { sleep 1 })); # 6
41 while($psub->poll) {
43 ok(!$psub->poll()); # 7 Must have been terminated
45 ok($psub->start(sub { sleep 10 })); # 8
46 while(!$psub->poll) {
49 ok($psub->kill("SIGTERM")); # 9
50 while($psub->poll) {
52 ok(!$psub->poll()); # 10 Must have been terminated
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodelanim.cpp410 Assert( psub != NULL ); in model_anim_submodel_trigger_rotate()
550 Assert( psub != NULL ); in subtype_check()
597 …if ( (psub->triggers[i].type == animation_type) && subtype_check(psub, &psub->triggers[i], subtype… in model_anim_start_type()
675 model_subsystem *psub; in model_anim_get_actual_time_type() local
681 psub = pss->system_info; in model_anim_get_actual_time_type()
692 …if ( (psub->triggers[i].type == animation_type) && subtype_check(psub, &psub->triggers[i], subtype… in model_anim_get_actual_time_type()
706 model_subsystem *psub; in model_anim_get_actual_time_type() local
715 …if ( (psub->triggers[i].type == animation_type) && subtype_check(psub, &psub->triggers[i], subtype… in model_anim_get_actual_time_type()
729 model_subsystem *psub; in model_anim_fix_reverse_times() local
819 ani_time = psub->triggers[i].end + psub->triggers[i].start; in model_anim_get_time_type()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/LU/arch/
H A DInverseSize4.h98 dA = psub(dA, vec4f_movehl(dA, dA));
101 dB = psub(dB, vec4f_movehl(dB, dB));
286 det = psub(det, rd);
299 iD1 = psub(pmul(D1, dA), iD1);
300 iD2 = psub(pmul(D2, dA), iD2);
308 iA1 = psub(pmul(A1, dD), iA1);
309 iA2 = psub(pmul(A2, dD), iA2);
317 iB1 = psub(pmul(C1, dB), iB1);
318 iB2 = psub(pmul(C2, dB), iB2);
326 iC1 = psub(pmul(B1, dC), iC1);
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/LU/arch/
H A DInverseSize4.h96 dA = psub(dA, vec4f_movehl(dA, dA));
99 dB = psub(dB, vec4f_movehl(dB, dB));
283 det = psub(det, rd);
296 iD1 = psub(pmul(D1, dA), iD1);
297 iD2 = psub(pmul(D2, dA), iD2);
305 iA1 = psub(pmul(A1, dD), iA1);
306 iA2 = psub(pmul(A2, dD), iA2);
314 iB1 = psub(pmul(C1, dB), iB1);
315 iB2 = psub(pmul(C2, dB), iB2);
323 iC1 = psub(pmul(B1, dC), iC1);
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/LU/arch/
H A DInverseSize4.h98 dA = psub(dA, vec4f_movehl(dA, dA));
101 dB = psub(dB, vec4f_movehl(dB, dB));
286 det = psub(det, rd);
299 iD1 = psub(pmul(D1, dA), iD1);
300 iD2 = psub(pmul(D2, dA), iD2);
308 iA1 = psub(pmul(A1, dD), iA1);
309 iA2 = psub(pmul(A2, dD), iA2);
317 iB1 = psub(pmul(C1, dB), iB1);
318 iB2 = psub(pmul(C2, dB), iB2);
326 iC1 = psub(pmul(B1, dC), iC1);
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/LU/arch/
H A DInverseSize4.h98 dA = psub(dA, vec4f_movehl(dA, dA));
101 dB = psub(dB, vec4f_movehl(dB, dB));
286 det = psub(det, rd);
299 iD1 = psub(pmul(D1, dA), iD1);
300 iD2 = psub(pmul(D2, dA), iD2);
308 iA1 = psub(pmul(A1, dD), iA1);
309 iA2 = psub(pmul(A2, dD), iA2);
317 iB1 = psub(pmul(C1, dB), iB1);
318 iB2 = psub(pmul(C2, dB), iB2);
326 iC1 = psub(pmul(B1, dC), iC1);
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpath2.c46 if (!psub) in gx_path_subpath_start_point()
48 *ppt = psub->pt; in gx_path_subpath_start_point()
353 if (psub) { in gx_path_copy_reversed()
358 psub->next->notes); in gx_path_copy_reversed()
362 if (!psub->is_closed) { in gx_path_copy_reversed()
391 psub = (const subpath *)psub->prev; in gx_path_copy_reversed()
392 } while (psub && psub->type != s_start); in gx_path_copy_reversed()
452 if (psub) { in gx_path_append_reversed()
461 if (!psub->is_closed) { in gx_path_append_reversed()
490 psub = (const subpath *)psub->prev; in gx_path_append_reversed()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpath2.c46 if (!psub) in gx_path_subpath_start_point()
48 *ppt = psub->pt; in gx_path_subpath_start_point()
353 if (psub) { in gx_path_copy_reversed()
358 psub->next->notes); in gx_path_copy_reversed()
362 if (!psub->is_closed) { in gx_path_copy_reversed()
391 psub = (const subpath *)psub->prev; in gx_path_copy_reversed()
392 } while (psub && psub->type != s_start); in gx_path_copy_reversed()
452 if (psub) { in gx_path_append_reversed()
461 if (!psub->is_closed) { in gx_path_append_reversed()
490 psub = (const subpath *)psub->prev; in gx_path_append_reversed()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpath2.c48 if (!psub) in gx_path_subpath_start_point()
50 *ppt = psub->pt; in gx_path_subpath_start_point()
354 if (psub) { in gx_path_copy_reversed()
359 psub->next->notes); in gx_path_copy_reversed()
363 if (!psub->is_closed) { in gx_path_copy_reversed()
392 psub = (const subpath *)psub->prev; in gx_path_copy_reversed()
393 } while (psub && psub->type != s_start); in gx_path_copy_reversed()
457 if (psub) { in gx_path_append_reversed()
466 if (!psub->is_closed) { in gx_path_append_reversed()
495 psub = (const subpath *)psub->prev; in gx_path_append_reversed()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpath2.c48 if (!psub) in gx_path_subpath_start_point()
50 *ppt = psub->pt; in gx_path_subpath_start_point()
354 if (psub) { in gx_path_copy_reversed()
359 psub->next->notes); in gx_path_copy_reversed()
363 if (!psub->is_closed) { in gx_path_copy_reversed()
392 psub = (const subpath *)psub->prev; in gx_path_copy_reversed()
393 } while (psub && psub->type != s_start); in gx_path_copy_reversed()
457 if (psub) { in gx_path_append_reversed()
466 if (!psub->is_closed) { in gx_path_append_reversed()
495 psub = (const subpath *)psub->prev; in gx_path_append_reversed()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/testsuite/sim/sh/
H A Dpsub.s1 # sh testcase for psub
20 psub x0, y0, a0
29 psub y1, x1, a0
35 dct psub y1, x1, a1
38 dct psub y1, x1, a1
44 dcf psub x1, y1, m1
47 dcf psub x1, y1, m1
56 psub x1, y1, a1 pmuls x0, y0, a0
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/sh/
H A Dpsub.s1 # sh testcase for psub
20 psub x0, y0, a0
29 psub y1, x1, a0
35 dct psub y1, x1, a1
38 dct psub y1, x1, a1
44 dcf psub x1, y1, m1
47 dcf psub x1, y1, m1
56 psub x1, y1, a1 pmuls x0, y0, a0
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/sim/sh/
H A Dpsub.s1 # sh testcase for psub
20 psub x0, y0, a0
29 psub y1, x1, a0
35 dct psub y1, x1, a1
38 dct psub y1, x1, a1
44 dcf psub x1, y1, m1
47 dcf psub x1, y1, m1
56 psub x1, y1, a1 pmuls x0, y0, a0
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/sim/sh/
H A Dpsub.s1 # sh testcase for psub
20 psub x0, y0, a0
29 psub y1, x1, a0
35 dct psub y1, x1, a1
38 dct psub y1, x1, a1
44 dcf psub x1, y1, m1
47 dcf psub x1, y1, m1
56 psub x1, y1, a1 pmuls x0, y0, a0
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpdash.c39 const subpath *psub; in gx_path_add_dash_expansion() local
45 for (psub = ppath_old->first_subpath; psub != 0 && code >= 0; in gx_path_add_dash_expansion()
46 psub = (const subpath *)psub->last->next in gx_path_add_dash_expansion()
48 code = subpath_expand_dashes(psub, ppath, pis, dash); in gx_path_add_dash_expansion()
53 subpath_expand_dashes(const subpath * psub, gx_path * ppath, in subpath_expand_dashes() argument
60 fixed x0 = psub->pt.x, y0 = psub->pt.y; in subpath_expand_dashes()
63 int wrap = (dash->init_ink_on && psub->is_closed ? -1 : 0); in subpath_expand_dashes()
81 pseg = (const segment *)psub; in subpath_expand_dashes()
/dports/shells/fish/fish-3.3.1/doc_src/cmds/
H A Dpsub.rst1 .. _cmd-psub:
3 psub - perform process substitution
11 COMMAND1 ( COMMAND2 | psub [-F | --fifo] [-f | --file] [-s SUFFIX])
16 … filename of the named pipe sent as an argument to the calling program. ``psub`` combined with a r…
20 …-file`` will cause psub to use a regular file instead of a named pipe to communicate with the call…
22psub to use a named pipe rather than a file. You should only use this if the command produces no m…
31 diff (sort a.txt | psub) (sort b.txt | psub)
34 source-highlight -f esc (cpp main.c | psub -f -s .c)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpdash.c39 const subpath *psub; in gx_path_add_dash_expansion() local
45 for (psub = ppath_old->first_subpath; psub != 0 && code >= 0; in gx_path_add_dash_expansion()
46 psub = (const subpath *)psub->last->next in gx_path_add_dash_expansion()
48 code = subpath_expand_dashes(psub, ppath, pis, dash); in gx_path_add_dash_expansion()
53 subpath_expand_dashes(const subpath * psub, gx_path * ppath, in subpath_expand_dashes() argument
60 fixed x0 = psub->pt.x, y0 = psub->pt.y; in subpath_expand_dashes()
63 int wrap = (dash->init_ink_on && psub->is_closed ? -1 : 0); in subpath_expand_dashes()
81 pseg = (const segment *)psub; in subpath_expand_dashes()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpure_initializer_2.f907 pure subroutine psub() subroutine
12 end subroutine psub argument
18 pure subroutine psub() subroutine
26 end subroutine psub argument
36 pure subroutine psub() subroutine
38 end subroutine psub argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpure_initializer_2.f907 pure subroutine psub() subroutine
12 end subroutine psub argument
18 pure subroutine psub() subroutine
26 end subroutine psub argument
36 pure subroutine psub() subroutine
38 end subroutine psub argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpure_initializer_2.f907 pure subroutine psub() subroutine
12 end subroutine psub argument
18 pure subroutine psub() subroutine
26 end subroutine psub argument
36 pure subroutine psub() subroutine
38 end subroutine psub argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpure_initializer_2.f907 pure subroutine psub() subroutine
12 end subroutine psub argument
18 pure subroutine psub() subroutine
26 end subroutine psub argument
36 pure subroutine psub() subroutine
38 end subroutine psub argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpure_initializer_2.f907 pure subroutine psub() subroutine
12 end subroutine psub argument
18 pure subroutine psub() subroutine
26 end subroutine psub argument
36 pure subroutine psub() subroutine
38 end subroutine psub argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpure_initializer_2.f907 pure subroutine psub() subroutine
12 end subroutine psub argument
18 pure subroutine psub() subroutine
26 end subroutine psub argument
36 pure subroutine psub() subroutine
38 end subroutine psub argument

12345678910>>...64