Searched refs:word (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s87 .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
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s107 .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...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Derrno.s31 _errno: .word 0
/opensolaris-onvv-gate/usr/src/cmd/spell/
H A Dhashmake.c44 char word[LINE_MAX]; local
54 while (gets(word)) {
55 (void) printf("%.*lo\n", (HASHWIDTH+2)/3, hash(word));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.t48 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 n
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dbitmap.c55 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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DAbbrev.pm44 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.
73 foreach $word (
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4/conf/
H A Dgenalign.s44 .word .name_end - .name_begin
45 .word .desc_end - .desc_begin
46 .word ELF_NOTE_PAGESIZE_HINT
55 .word MMU_PAGESIZE4M
/opensolaris-onvv-gate/usr/src/cmd/sgs/tools/common/
H A Dpiglatin.c28 * 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...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfault.h64 unsigned int word[4]; member in struct:__anon7414
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dblok.c43 #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
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s95 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 fro
[all...]
H A Dascii_strcasecmp.s86 * used for finding null bytes in a word:
88 * #define has_null(word) ((word - 0x01010101) & (~word & 0x80808080))
119 ! a word boundary. During these steps, the bytes are translated to
130 andcc %i0, 3, %i3 ! s1 word-aligned ?
195 andcc %i1, 3, %i3 ! s2 word-aligned ?
199 ! enough to have a word aligned desintation
207 andcc %i1, 3, %i3 ! s2 word aligned ?
212 bz .word4 ! yup, s2 word
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bart/
H A Dlutbl.c58 attr_keylookup(char *word) argument
65 if (strcasecmp(word, akp->ak_name) == 0)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dsparccpuid.S46 .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
[all...]
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.parse.c37 * 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[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s58 ! 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...]
H A Dascii_strcasecmp.s86 * used for finding null bytes in a word:
88 * #define has_null(word) ((word - 0x01010101) & (~word & 0x80808080))
119 ! a word boundary. During these steps, the bytes are translated to
130 andcc %i0, 3, %i3 ! s1 word-aligned ?
195 andcc %i1, 3, %i3 ! s2 word-aligned ?
199 ! enough to have a word aligned desintation
207 andcc %i1, 3, %i3 ! s2 word aligned ?
212 bz .word4 ! yup, s2 word
[all...]
H A Dlsign.s45 ld [%o0],%o0 ! fetch op (high word only)
H A Dstrchr.s40 ! word aligned, we check a for the search char a byte at a time
41 ! until we've reached a word boundary. Once this has happened
43 ! is checked a word at a time
51 andcc %o0, 3, %o4 ! str word aligned ?
52 bz,a .prepword2 ! yup, prepare for word-wise search
53 sll %o1, 8, %g1 ! start spreading findchar across word
61 bz .prepword ! yup, prepare for word-wise search
69 bz .prepword ! yup, prepare for word-wise search
86 or %o1, %g1, %o1 ! of a word <--------+
90 lduw [%o0], %o2 ! src word
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s32 .word 0
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmparse.c44 static char word[BUFSIZ]; local
57 /* into the word, up to the size of the word. */
58 for (optr= word,*optr='\0';
72 /* If there is room, add this character to the word. */
73 if (optr < &word[BUFSIZ] ) *optr++ = c;
84 return(word);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dnbloader.S37 .word NBI_DEST_OFF
38 .word NBI_DEST_SEG
40 .word NBI_DEST_OFF + (relocate - _start)
41 .word NBI_DEST_SEG
105 /* Use word-size copy */
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s51 / to check if a 32-bit word data contains a null byte or not:
54 / that means the 32-bit word data contains a null byte.
63 testl $3, %edi / if %edi not word aligned
67 movl (%edi), %edx / move 1 word from (%edi) to %edx
70 addl $4, %edi / next word
74 cmpl $0x80808080, %ecx / if no null byte in this word
81 testl $3, %edi / if %edi not word aligned
83 jmp .L2 / goto .L2 (%edi word aligned)
88 testl $3, %eax / if %eax not word aligned
92 movl (%eax), %edx / move 1 word fro
[all...]
/opensolaris-onvv-gate/usr/src/cmd/look/
H A Dlook.c29 char word[WORDSIZE]; variable
98 canon(entry,word);
99 switch(compare(key,word)) {
118 canon(entry,word);
119 switch(compare(key,word)) {
133 canon(entry,word);
134 switch(compare(key,word)) {

Completed in 211 milliseconds

1234567891011>>