Searched defs:two (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | decl.t | 17 do two(); 19 sub two { subroutine 22 format two = format 37 $~ = 'two';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
H A D | use_ok.t | 20 package Foo::two;
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | t-strl.c | 32 int one, two, k; local 98 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]); 99 SM_TEST(one == two); 102 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]); 103 SM_TEST(one == two); 106 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]); 107 SM_TEST(one == two); 110 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]); 111 SM_TEST(one == two); 114 two [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | DB.t | 146 sub two { one(@_) } subroutine 147 sub three { two(@_) } 226 @baz = map { dualvar(1, $_) } qw( one two three four five ); 236 is( join(' ', @{ $ret{1} }), 'two foo bar', '... should stash data in hash');
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 75 static int treecompare(Dt_t* dt, char* one, char* two, Dtdisc_t* disc) argument 77 static int treecompare(dt, one, two, disc) 80 char* two; 84 return (*((Treedisc_t*)disc)->comparf)((Void_t*)one,(Void_t*)two);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | goto.t | 239 sub two { subroutine 248 sub one { print "ok 6\n"; goto &two; print "not ok 6\n"; }
|
/osnet-11/usr/src/lib/libc/sparc/fp/ |
H A D | _Q_mul.c | 52 #define two C[3] macro 349 if (c >= two) {
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprofile.c | 256 reg Pfobj_t *one, *two, *next; local 262 /* partition to two equal size lists */ 263 one = two = NIL(Pfobj_t*); 271 pf->next = two; 272 two = pf; 279 two = pfsort(two); 282 if(PFLINE(one) == 0 && PFLINE(two) == 0) 283 cmp = PFVM(one) > PFVM(two) ? 1 : -1; 286 else if(PFLINE(two) [all...] |
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 388 two(fcode_env_t *env) function 1048 P1275(0x0a7, 0, "2", two);
|
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.c | 583 /* Shortcut for powers of two ... */ 1490 following two properties: 2141 /* Divide by two until at least one of them is odd */ 2471 static const mp_int two = { 0, MP_ZPOS, 1, 1, (mp_digit *)&d2 }; local 2496 MP_CHECKOK( mp_sub(&two, &tmp, &tmp) ); 3255 /* Divide by two -- take advantage of radix properties to do it fast */ 4403 /* Shortcut if divisor is power of two */ 4679 Returns -1 if the value is not a power of two; otherwise, it returns 4696 return -1; /* not a power of two */
|
Completed in 86 milliseconds