Searched defs:three (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Ddecl.t28 sub three { subroutine
31 do three();
40 $~ = 'three';
43 format three = format
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Duse_ok.t27 package Foo::three;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.t136 @ret = three(1);
147 sub three { two(@_) } subroutine
226 @baz = map { dualvar(1, $_) } qw( one two three four five );
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Decc.c400 gcry_mpi_t three, x_3, axb, y;
402 three = mpi_alloc_set_ui (3);
407 mpi_powm (x_3, x, three, base->p);
414 mpi_free (three);
396 gcry_mpi_t three, x_3, axb, y; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Decc.c400 gcry_mpi_t three, x_3, axb, y;
402 three = mpi_alloc_set_ui (3);
407 mpi_powm (x_3, x, three, base->p);
414 mpi_free (three);
396 gcry_mpi_t three, x_3, axb, y; local
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c394 three(fcode_env_t *env) function
1049 P1275(0x0a8, 0, "3", three);

Completed in 40 milliseconds