Home
last modified time | relevance | path

Searched refs:suba (Results 51 – 75 of 660) sorted by relevance

12345678910>>...27

/dports/devel/libmba/libmba-0.9.1/src/mba/
H A Dsuba.h29 LIBMBA_API void *suba_alloc(struct allocator *suba, size_t size, int zero);
30 LIBMBA_API void *suba_realloc(struct allocator *suba, void *ptr, size_t size);
31 LIBMBA_API int suba_free(void *suba, void *ptr);
33 LIBMBA_API void *suba_addr(const struct allocator *suba, const ref_t ref);
34 LIBMBA_API ref_t suba_ref(const struct allocator *suba, const void *ptr);
/dports/devel/libmba/libmba-0.9.1/tcase/tests/
H A DAdtInit.c12 struct allocator *suba; in AdtInit() local
17 if ((suba = suba_init(buf, 0xFFFF, 1, 0)) == NULL || in AdtInit()
18 stack_init(&s, 0, suba) == -1 || in AdtInit()
19 linkedlist_init(&l, 0, suba) == -1 || in AdtInit()
20 varray_init(&va, sizeof(int), suba) == -1) { in AdtInit()
/dports/devel/asl/asl-current/tests/t_2650/
H A Dt_2650.asm503 suba,r0 *absolute
504 suba,r0 absolute
521 suba,r0 absolute,r0
523 suba,r0 absolute,r1
525 suba,r0 absolute,r2
529 suba,r1 *absolute
530 suba,r1 absolute
531 suba,r2 *absolute
532 suba,r2 absolute
533 suba,r3 *absolute
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_var_static_param.v11 sub #(.P(1)) suba (); instance
17 v = suba.f_no_st(); `checkh(v, 3);
18 v = suba.f_no_st(); `checkh(v, 4);
21 v = suba.f_no_st(); `checkh(v, 5);
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-fortran.r/fortran-signature.d/
H A Dexpected.tags2 a input.f90 /^ integer a,/;" L subroutine:suba file:
4 b input.f90 /^ integer a, b$/;" L subroutine:suba file:
7 suba input.f90 /^ subroutine suba /;" s module:test_signature signature:(a, b)
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dcohomology.gap154 suba=nsg; cflag2=-d0
164 suba=psg; cflag2=-d;;
186 $cflag1 $cflag2 $gpname $subb $suba pg dcr$no cr$no"
190 oldno=$no; suba=$subb; cflag2=-d$oldno; scflag2=-s$oldno
210 cmd="${DIR}conrun $cflag1 $cflag2 $gpname sg $suba";
344 suba=nsg;;
346 false) suba=psg;;
356 cmd="${DIR}crrun $flag $gpname $subb $suba $crarg";
361 suba=$subb
367 cmd="${DIR}crrun $flag $gpname sg $suba $crarg";
H A Dcohomology183 suba=nsg; cflag2=-d0
193 suba=psg; cflag2=-d;;
222 true) op=`optrun -t $gpname $suba $subb || exit 1`
227 op=`optrun -t $gpname $subb $suba || exit 1`
229 true) echo ${gpname}.$suba = ${gpname}.$subb
258 true) op=`optrun -t $gpname $suba sg || exit 1`
263 op=`optrun -t $gpname sg $suba || exit 1`
265 true) echo ${gpname}.$suba = ${gpname}.$sg
414 suba=nsg;;
416 false) suba=psg;;
[all …]
/dports/audio/aylet/aylet-0.5/
H A Dz80ops.c792 suba(b,0);
796 suba(c,0);
800 suba(d,0);
804 suba(e,0);
808 suba(xh,0);
812 suba(xl,0);
820 suba(a,0);
824 suba(b,cy);
828 suba(c,cy);
832 suba(d,cy);
[all …]
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dz80ops.c792 suba(b,0);
796 suba(c,0);
800 suba(d,0);
804 suba(e,0);
808 suba(xh,0);
812 suba(xl,0);
820 suba(a,0);
824 suba(b,cy);
828 suba(c,cy);
832 suba(d,cy);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dclass_optional_1.f9022 call suba(alloc=.false., prsnt=.false.)
23 call suba(xa, alloc=.false., prsnt=.true.)
28 call suba(xa, alloc=.true., prsnt=.true.)
128 subroutine suba(x, prsnt, alloc) subroutine
142 end subroutine suba argument

12345678910>>...27