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

123456

/osnet-11/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...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dsmt_pause.s44 .word 0x81b01060
/osnet-11/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...]
/osnet-11/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...]
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,pn %ncc, .prepword2 ! yup, prepare for word-wise search
53 sll %o1, 8, %g1 ! start spreading findchar across word
61 bz,pn %ncc, .prepword ! yup, prepare for word-wise search
69 bz,pn %ncc, .prepword ! yup, prepare for word-wise search
86 or %o1, %g1, %o1 ! of a word <--------+
90 lduw [%o0], %o2 ! src word
[all...]
H A Dmemchr.s52 ! of memory, aligning the memory for word-wise copies, and
61 andcc %o0, 3, %o4 ! s word aligned ?
64 bz %ncc, .prepword ! yup, prepare for word-wise search
74 bz %ncc, .prepword2 ! yup, prepare for word-wise search
75 sllx %o1, 8, %g1 ! start spreading c across word
83 bz %ncc, .prepword3 ! yup, prepare for word-wise search
102 or %o1, %g1, %o1 ! of a word <--------+
105 lduw [%o0 + %o2], %o3 ! src word
108 bcs %ncc, .lastword ! if counter wraps, last word
109 xor %o3, %o1, %g1 ! tword = word
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dlnxboot.S49 .word 0
51 .word 0
53 .word 0
55 .word 0
57 .word 0
59 .word 0
61 .word 0xAA55
69 .word 0x0203 /* Header version number. */
72 .word 0, 0 /* default_switch, SETUPSEG. */
74 .word
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator16.S91 .word LOCAL(cont3)-LOCAL(base)
93 .word 0
100 .word 0
181 .word 0
187 .word 0
193 .word 0
199 .word 0
205 .word 0
211 .word 0
237 .word
[all...]
H A Drelocator64.S125 .word 0xffff /* Limit xffff. */
126 .word 0x0000 /* Base xxxx0000. */
136 .word 0xffff /* Limit xffff. */
137 .word 0x0000 /* Base xxxx0000. */
147 .word 0xffff /* Limit xffff. */
148 .word 0x0000 /* Base xxxx0000. */
/osnet-11/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...]
H A Dmemchr.s52 ! of memory, aligning the memory for word-wise copies, and
61 andcc %o0, 3, %o4 ! s word aligned ?
64 bz .prepword ! yup, prepare for word-wise search
74 bz .prepword2 ! yup, prepare for word-wise search
75 sll %o1, 8, %g1 ! start spreading c across word
83 bz .prepword3 ! yup, prepare for word-wise search
102 or %o1, %g1, %o1 ! of a word <--------+
105 lduw [%o0 + %o2], %o3 ! src word
108 bcs .lastword ! if counter wraps, last word
109 xor %o3, %o1, %g1 ! tword = word
[all...]
H A Dmemset.s63 andn %o2, 3, %o3 ! create word sized count in %o3
69 .wrword:and %o1, 0xff, %o1 ! generate a word filled with c
74 1: st %o1, [%o5] ! word writing loop
/osnet-11/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 */
H A Dpxeloader.S47 pxeseg: .word 0
48 pxeoff: .word 0
/osnet-11/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...]
H A Dstrncat.s56 / to check if a 32-bit word data contains a null byte or not:
59 / that means the 32-bit word data contains a null byte.
68 testl $3, %edi / if %edi not word aligned
72 movl (%edi), %edx / move 1 word from (%edi) to %edx
75 addl $4, %edi / next word
79 cmpl $0x80808080, %ecx / if no null byte in this word
86 testl $3, %edi / if %edi not word aligned
88 jmp .L2 / goto .L2 (%edi word aligned)
95 testl $3, %eax / if %eax not word aligned
101 movl (%eax), %edx / move 1 word fro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Drealmode.S84 .word 0, 0
91 .word 0xFFFF, 0
98 .word 0xFFFF, 0
105 .word 0xFFFF, 0
112 .word 0xFFFF, 0
119 .word 0x27 /* limit */
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dbitops.h57 # define bitset(bit, word) (((word) & (bit)) != 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.pm312 foreach my $word ( @_ ) {
313 if ($word eq 'FATAL') {
317 elsif ($word eq 'NONFATAL') {
321 elsif ($catmask = $Bits{$word}) {
323 $mask |= $DeadBits{$word} if $fatal ;
324 $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
327 { Croaker("Unknown warnings category '$word'")}
350 foreach my $word ( @_ ) {
351 if ($word eq 'FATAL') {
355 elsif ($word e
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm52 =\? # begin encoded word
56 \?= # end encoded word
97 =\? # begin encoded word
101 \?= # end encoded word
111 my (@word, @subline);
112 for my $word (split /($re_especials)/o, $line){
113 if ($word =~ /[^\x00-\x7f]/o or $word =~ /^$re_encoded_word$/o){
114 push @word, $obj->_encode($word);
[all...]
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dsparc.il59 .word 0xd5e21009 ! cas [%o0], %o1, %o2
67 .word 0xd7e2100a ! cas [%o0], %o2, %o3
78 .word 0xd7e2100a ! cas [%o0], %o2, %o3
88 .word 0xd7e2100a ! cas [%o0], %o2, %o3
98 .word 0xd7e2100a ! cas [%o0], %o2, %o3
108 .word 0xd7e2100a ! cas [%o0], %o2, %o3

Completed in 92 milliseconds

123456