HomeSort by relevance Sort by last modified time
    Searched refs:word (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/common/crypto/aes/sun4u/
aes_crypt_asm.s 87 .word 1584
88 .word 1661148456
89 .word 1984
90 .word 2080629792
91 .word 1904
92 .word 1996733640
93 .word 1968
94 .word 2063850600
95 .word 2040
96 .word -23438530
    [all...]
  /onnv/onnv-gate/usr/src/common/crypto/des/sun4u/
des_crypt_asm.s 107 .word 5121
108 .word 1073872896
109 .word 0
110 .word 0
111 .word 1
112 .word 1073741824
113 .word 5121
114 .word 1073872928
115 .word 5121
116 .word 107374185
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/sparc/
errno.s 31 _errno: .word 0
  /onnv/onnv-gate/usr/src/cmd/spell/
hashmake.c 44 char word[LINE_MAX]; local
54 while (gets(word)) {
55 (void) printf("%.*lo\n", (HASHWIDTH+2)/3, hash(word));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
Dict.t 48 chomp($word = <DICT>);
49 print "not " if $pos < 0 || $word ne "Ababa";
55 chomp($word = <DICT>);
61 chomp($word = <DICT>);
62 print "not " if $pos < 0 || $word ne "abash";
69 chomp($word = <DICT>);
75 chomp($word = <DICT>);
76 print "not " if $pos < 0 || $word ne "Abba";
81 chomp($word = <DICT>);
83 print "not " if $pos < 0 || $word ne "Aarhus"
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.defsu 40 for word in SULOG CONSOLE PATH SUPATH SYSLOG; do
42 oldline=`grep "^${word}=" $dest 2> /dev/null`
44 sed -e "s|^#* *${word}=.*|$oldline|" \
45 -e "s|^${word}=.*|$oldline|" $wk1 > $wk2
49 oldline=`grep "^#* *${word}=" $dest 2> /dev/null`
51 sed -e "s|^#* *${word}=.*|$oldline|" \
52 -e "s|^${word}=.*|$oldline|" $wk1 > $wk2
i.defnfs 81 for word in NFSD_MAX_CONNECTIONS NFSD_LISTEN_BACKLOG NFSD_PROTOCOL \
87 oldline1=`grep "^$word=" $dest | tail -1 2> /dev/null`
88 oldline2=`grep "^#[ ]*$word=" $dest | tail -1 2> /dev/null`
91 if [ $word = "LOCKD_GRACE_PERIOD" ]; then
94 sed -e 's|^'$word'=||'`
99 echo "s|^$word=.*|#$word=90|" \
107 echo "s|^[# ]*$word=.*|$oldline1|" >> $sedfile
121 echo "s|^[# ]*$word=.*|$oldline2|" >> $sedfile
i.deflogin 81 for word in TIMEZONE ULIMIT CONSOLE PASSREQ ALTSHELL \
85 oldline1=`grep "^$word=" $dest | tail -1 2> /dev/null`
86 oldline2=`grep "^#[ ]*$word=" $dest | tail -1 2> /dev/null`
89 echo "s|^[# ]*$word=.*|$oldline1|" >> $sedfile
91 echo "s|^[# ]*$word=.*|$oldline2|" >> $sedfile
i.defkbd 39 for word in KEYBOARD_ABORT KEYCLICK REPEAT_DELAY REPEAT_RATE \
42 dstline=`grep "^$word=" $dest | tail -1 2> /dev/null`
45 echo "s|^[# ]*$word=.*|$dstline|" >> $merge
i.defrpcnisd 57 for word in nisplusNumberOfServiceThreads \
87 oldline1=`grep -i "^$word=" $dest | \
89 oldline2=`grep -i "^#[ ]*$word=" $dest | \
93 echo "s|^[# ]*$word=.*|$oldline1|" >> $sedfile
95 echo "s|^[# ]*$word=.*|$oldline2|" >> $sedfile
  /onnv/onnv-gate/usr/src/uts/common/os/
bitmap.c 55 index_t wx; /* word index in map */
58 * Look for a word with a bit off.
70 * Found a word with a bit off. Now find the bit in the word.
72 index_t bx; /* bit index in word */
74 ulong_t word; local
78 word = bitmap[wx];
81 if (!(word & bit)) {
92 * the word specified by wx.
97 ulong_t word; local
174 ulong_t word; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/conf/
genalign.s 44 .word .name_end - .name_begin
45 .word .desc_end - .desc_begin
46 .word ELF_NOTE_PAGESIZE_HINT
55 .word MMU_PAGESIZE4M
  /onnv/onnv-gate/usr/src/cmd/fmli/oeu/
rm_atob.c 56 static long word = 0; variable
72 Outcount = Bufcount = Ceor = Csum = Crot = bcount = word = 0;
131 word = DE(c);
134 word *= 85L;
135 word += DE(c);
138 word = ((ulong) word * (ulong) 85) + DE(c);
139 byteout((word >> 24) & 255L);
140 byteout((word >> 16) & 255L);
141 byteout((word >> 8) & 255L)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/
piglatin.c 28 * as a game. A piglatin word is formed from an English word by:
30 * . If the word begins with a consonant, move the consonant to the end of
31 * the word and append the letters "ay". Example: "door" becomes "oorday".
33 * . If the word begins with a vowel, merely append "way" to the word.
46 int ic, ignore = 0, word = 0; local
61 * Isolate the word that will be converted.
71 if (word == 0) {
88 * Append "way" to the word
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
fault.h 64 unsigned int word[4]; member in struct:__anon6890
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
Abbrev.pm 44 my ($word, $hashref, $glob, %table, $returnvoid);
56 WORD: foreach $word (@_) {
57 for (my $len = (length $word) - 1; $len > 0; --$len) {
58 my $abbrev = substr($word,0,$len);
60 if ($seen == 1) { # We're the first word so far to have
62 $hashref->{$abbrev} = $word;
63 } elsif ($seen == 2) { # We're the second word to have this
66 } else { # We're the third word to have this
67 # abbreviation, so skip to the next word
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sh/
blok.c 43 #define busy(x) (Rcheat((x)->word) & BUSY)
85 while (!busy(q = p->word))
86 p->word = q->word;
91 blokp->word = p->word;
92 p->word = (struct blk *)
101 p = (struct blk *)(Rcheat(p->word) & ~BUSY);
129 blokstak->word = stakbsy;
131 bloktop->word = (struct blk *)(Rcheat(rndstak) | BUSY)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
strcmp.s 95 sllx %o0, %g5, %g1 ! partial unaligned word from s2
101 andn %o4, %o0, %o3 ! ~word & 0x80808080
102 sub %o0, %o5, %o0 ! word - 0x01010101
103 andcc %o0, %o3, %g0 ! (word - 0x01010101) & ~word & 0x80808080
104 bz,a,pt %xcc, .doload ! no null byte in previous word from s2
105 ldx [%o1+8], %o0 ! next aligned word in s2
107 srlx %o0, %g4, %o3 ! bytes from aligned word from s2
108 or %g1, %o3, %g1 ! merge to get unaligned word from s2
109 ldx [%o1 + %o2], %o3 ! word from s
    [all...]
strcasecmp.s 89 * used for finding null bytes in a word:
91 * #define has_null(word) ((word - 0x01010101) & (~word & 0x80808080))
122 ! a word boundary. During these steps, the bytes are translated to
133 andcc %i0, 3, %i3 ! s1 word-aligned ?
198 andcc %i1, 3, %i3 ! s2 word-aligned ?
202 ! enough to have a word aligned desintation
210 andcc %i1, 3, %i3 ! s2 word aligned ?
215 bz .word4 ! yup, s2 word-aligne
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bart/
lutbl.c 58 attr_keylookup(char *word)
65 if (strcasecmp(word, akp->ak_name) == 0)
  /onnv/onnv-gate/usr/src/common/openssl/crypto/
sparccpuid.S 46 .word 0x91408000 !rd %ccr,%o0
52 .word 0xbfa00040 !fmovd %f0,%f62
53 .word 0xbba00040 !...
54 .word 0xb7a00040
55 .word 0xb3a00040
56 .word 0xafa00040
57 .word 0xaba00040
58 .word 0xa7a00040
59 .word 0xa3a00040
60 .word 0x9fa0004
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.parse.c 37 * Perform aliasing on the word list lex
39 * If word 0 of a command has an alias, do it.
71 /* if (any(p1->word[0], ";&\n")) */ /* For char -> tchar */
72 if (p1->word[0] == ';' ||
73 p1->word[0] == '&' ||
74 p1->word[0] == '\n')
92 switch (p->word[0]) {
105 if (p->next != p2 && eq(p->next->word, S_AND /* "&"*/))
135 if (p1->word[0] == '(') {
136 for (p2 = p2->prev; p2->word[0] != ')'; p2 = p2->prev
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
strcpy.s 58 ! Methods exist to handle per-byte, half-word, and word sized
66 andcc %o1, 3, %o4 ! src word aligned ?
95 andcc %o2, 3, %o1 ! destination word aligned?
100 lduw [%o2 + %o3], %o1 ! src word
102 andn %o5, %o1, %g1 ! ~word & 0x80808080
103 sub %o1, %o4, %o1 ! word - 0x01010101
104 andcc %o1, %g1, %g0 ! ((word - 0x01010101) & ~word & 0x80808080)
105 add %o1, %o4, %o1 ! restore word
    [all...]
strcasecmp.s 88 * used for finding null bytes in a word:
90 * #define has_null(word) ((word - 0x01010101) & (~word & 0x80808080))
121 ! a word boundary. During these steps, the bytes are translated to
132 andcc %i0, 3, %i3 ! s1 word-aligned ?
197 andcc %i1, 3, %i3 ! s2 word-aligned ?
201 ! enough to have a word aligned desintation
209 andcc %i1, 3, %i3 ! s2 word aligned ?
214 bz .word4 ! yup, s2 word-aligne
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
tst.circstack.s 32 .word 0

Completed in 1079 milliseconds

1 2 3 4 5 6 7 8 91011>>