Searched refs:add (Results 1 - 25 of 259) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktadd.c38 if (id->ops->add)
39 return (*id->ops->add)(context, id, entry);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/t/
H A Dclone.t9 $a->add("a");
15 $a->add("a");
22 $b->add("b");
26 $b->add("c");
37 $a->add("a");
40 print "not " unless ref($b) eq "MD5" && $b->add("b")->hexdigest eq md5_hex("ab");
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s15 * If applicable, add the following below this CDDL HEADER, with the
67 add %fp, + WINDOWSIZE + CPTRSIZE + STACK_BIAS, %o1
70 add %o0, 1, %l0 ! add 1 to argc for last element of 0
72 add %o1, %l0, %o2 ! and add to argv to get first env ptr
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/
H A Dcache.S31 add %o0, %o1, %o1
32 add %o1, 7, %o1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/lib/Digest/
H A DDummy.pm16 sub add {} subroutine
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator_asm.S44 add 9, 9, 10
45 add 8, 8, 10
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_get_rp_rd.s15 * If applicable, add the following below this CDDL HEADER, with the
32 add %sp,-SA(MINFRAME),%sp
37 add %sp,SA(MINFRAME),%sp
H A Dfpgetrnd.s15 * If applicable, add the following below this CDDL HEADER, with the
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
42 add %sp, SA(MINFRAME), %sp ! reclaim stack space
H A Dfpgetmask.s15 * If applicable, add the following below this CDDL HEADER, with the
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
44 add %sp, SA(MINFRAME), %sp ! reclaim stack space
H A Dfpgetsticky.s15 * If applicable, add the following below this CDDL HEADER, with the
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
44 add %sp, SA(MINFRAME), %sp ! reclaim stack space
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D_Q_get_rp_rd.s15 * If applicable, add the following below this CDDL HEADER, with the
32 add %sp,-SA(MINFRAME),%sp
37 add %sp,SA(MINFRAME),%sp
H A Dfpgetrnd.s15 * If applicable, add the following below this CDDL HEADER, with the
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
42 add %sp, SA(MINFRAME), %sp ! reclaim stack space
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java15 * If applicable, add the following below this CDDL HEADER, with the
60 configPanel.add(new Label("Configuration file:", Label.CENTER));
61 configPanel.add(new Label(configFile == null ? "":configFile));
62 add("North", configPanel);
66 add("Center", taLog);
70 pS.add(new Button("Quit"));
72 add("South", pS);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrlen.s15 * If applicable, add the following below this CDDL HEADER, with the
70 add $16, %rsi /* prepare to search next 16 bytes */
76 add $16, %rsi
82 add $16, %rsi
88 add $16, %rsi
136 add $7, %rax
141 add $8, %rax
162 add $7, %rax
172 add $1, %rax
177 add
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dbase.pm10 sub add;
25 $self->add($buf);
51 return $self->add(substr($bits, 0, $nbits/8));
83 C<addfile> and C<add_bits> in terms of C<add>, and of the methods
87 this implementations of the alternative I<add> and I<digest> methods.
92 add
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Dcache_flush.S25 add 4, 4, 6 /* Adjust `size' to compensate. */
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s15 * If applicable, add the following below this CDDL HEADER, with the
42 add %sp, STACK_BIAS, %g1 ! save current sp + STACK_BIAS
44 add %sp, STACK_BIAS, %g5
51 add %o1, 8, %o1
55 add %sp, %o2, %o0
57 add %o0, STACK_BIAS, %o0
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s15 * If applicable, add the following below this CDDL HEADER, with the
76 add %g1, 4, %g1
78 add %o1, 4, %o1
96 add %o1, 16, %o1
98 add %g1, 16, %g1
112 add %o1, 8, %o1
113 add %g1, 8, %g1
134 add %o1, %o2, %g5 ! Ending address of source.
148 add %o1, 4, %o1
152 add
[all...]
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java115 textRow.add( Box.createRigidArea( new Dimension( 16, 0)));
120 textRow.add( textScroller);
121 textRow.add( Box.createRigidArea( new Dimension( 16, 0)));
128 addressRow.add( Box.createRigidArea( new Dimension( 16, 0)));
129 addressRow.add( new JLabel( "Talk to: "));
130 addressRow.add( targetPicker);
131 addressRow.add( Box.createHorizontalGlue());
135 buttonRow.add( Box.createRigidArea( new Dimension( 16, 0)));
139 buttonRow.add( inputField);
141 buttonRow.add( Bo
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s15 * If applicable, add the following below this CDDL HEADER, with the
71 add %o1, %o2, %o1 ! get to end of source space
72 add %o0, %o2, %o0 ! get to end of destination space
214 add %g1, 8, %g1
217 add %g1, 8, %g1
222 add %o1, 8, %o1
224 add %o0, 8, %o0
226 add %g1, 8, %g1
231 add %o1, 8, %o1
233 add
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sel.t18 $sel->add(4, 5) == 2 or print "not ";
21 $sel->add([\*STDOUT, 'foo']) == 1 or print "not ";
56 $sel->add(\*STDOUT); # update
65 $sel->add([\*STDOUT, "ok 12\n"]);
74 $sel->add(\*STDOUT); # update
111 $sel->add(5,6,7,8,9,10);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm23 sub add subroutine
84 $section->add();
87 sub add { subroutine
132 $section->SUPER::add( "perl_init_${name}();" );
136 $section->SUPER::add( sprintf q{eval_pv("%s",1);}, $i );
270 $decl->add(sprintf("static char *$sym = %s;", cstring($re)));
284 $decl->add(sprintf("static char %s[] = { %s };", $pvsym, $chars));
289 $decl->add(sprintf("static char %s[] = %s;",
346 $init->add(sprintf("(void)find_threadsv(%s);",
349 $opsect->add(sprint
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/
H A Dbase.t17 sub add {
45 $ctx->add("foo");
48 $ctx->add("foo");
51 $ctx->add("foo");
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dwslen.s15 * If applicable, add the following below this CDDL HEADER, with the
73 add $2,%eax
78 add $3, %eax
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsmt_pause.s15 * If applicable, add the following below this CDDL HEADER, with the
51 add %fp, STACK_BIAS-BANKS, %i3
54 add %i2, %i3, %o0

Completed in 64 milliseconds

1234567891011