Searched refs:words (Results 76 - 100 of 132) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_copy.s132 * move long words in 4-way unrolled loop until < 32 bytes left
133 * move long words in 1-way unrolled loop until < 8 bytes left
140 * move words in 4-way unrolled loop until < 16 bytes left
141 * move words in 1-way unrolled loop until < 4 bytes left
1097 ldx [%o0 + 8], %o3 ! repeat for a total for 4 long words
1107 ble,pt %ncc, .bc_med_lextra ! check for more long words to move
1147 lduw [%o0 + 4], %o3 ! repeat for a total for 4 words
1157 ble,pt %ncc, .bc_med_wextra ! check for more words to move
1999 ldx [%o0 + 8], %o3 ! repeat for a total for 4 long words
2011 ble,pt %ncc, .co_med_lextra ! check for more long words t
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm21 Option words are separated by commas (not whitespace) and follow the
H A DXref.pm53 Option words are separated by commas (not whitespace) and follow the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm131 C<PERL_DPROF_BUFFER> sets size of output buffer in words. Defaults to 2**14.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm1402 my(@words, $lead, $trail);
1416 @words = split( /(?<=\s)(?=\S)|(?<=\S)(?=\s)/, $text );
1419 foreach my $word (@words) {
1458 return $lead . join( '', @words ) . $trail;
/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h235 FNPROTO(words); variable
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s59 ! Argc words !
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dwclib.c501 wp->words = nwords;
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s109 ! %o1 contains count of 16bit words
235 ! %i1 contains count of 16bit words
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL170 In other words: replace C<require DynaLoader> by C<use XSLoader>, remove
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm70 my @ops = map { split ' ' } @lines; # get op words
149 Operator names are typically small lowercase words like enterloop,
279 within the opset. In other words both sides of a bit vector operator
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s273 sth %o0,[%i2] ! store two words, a half word at a time
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c4846 int *words = NULL; local
4857 DDI_PROP_DONTPASS, LUN_PROP, &words, &nwords) != DDI_PROP_SUCCESS) {
4865 ddi_prop_free(words);
4869 ASSERT(words != NULL);
4892 if (*words == ilp->lun_num) {
4907 ddi_prop_free(words);
4912 ddi_prop_free(words);
4915 ddi_prop_free(words);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c526 * words - number of words to read
531 uint16_t words,
539 /* A check for invalid values: offset too large, too many words, and not
540 * enough words.
542 if((offset > eeprom->word_size) || (words > eeprom->word_size - offset) ||
543 (words == 0)) {
544 DEBUGOUT("\"words\" parameter out of bounds\n");
576 for (i = 0; i < words; i++) {
581 for (i = 0; i < words;
529 e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset, uint16_t words, uint16_t *data) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm1331 my(@words) = split " ", substr($line,0,$pos+1);
1333 defined($words[2])
1336 $words[2] =~ /list$/ && @words == 3
1338 $words[2] =~ /list$/ && @words == 4 && length($word)
1342 } elsif (@words >= 4) {
3034 my(@words) = split " ", $line;
3037 return @ok if @words == 1;
3038 return grep /^\Q$word\E/, @ok if @words
[all...]
H A Dcharnames.pm379 constant used inside double-quoted strings: in other words, you cannot
H A DSwitch.pm628 words, the success of any C<case> statement prevents other cases in the
718 (in other words, there is an implicit C<last> at the end of each
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm309 my (@words, $num, $numpri, $numfac, $sum);
324 @words = split(/\W+/, $priority, 2); # Allow "level" or "level|facility".
328 for my $word (@words) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c2150 u64 qhdr, req_hdr, words[6]; member in struct:__anon6559
2170 req.words[0] = HOST_TO_LE_64(*(u64 *)(uintptr_t)&mac_req);
2188 req.words[0] = HOST_TO_LE_64(mode);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm70 bits wide, in other words, that it would contain only the IPv4 address
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s83 bz .w4cmp ! if s2 word aligned, compare words
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s83 bz,pn %icc, .w4cmp ! if s2 word aligned, compare words
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c125 uint32_t words);
128 static int qlt_dump_risc_ram(qlt_state_t *qlt, uint32_t addr, uint32_t words,
5736 qlt_dump_risc_ram(qlt_state_t *qlt, uint32_t addr, uint32_t words, argument
5745 for (i = 0, n = 0; i < words; i++) {
5768 int words; local
5772 words = entries * 32;
5774 for (i = 0, n = 0; i < words; i++) {
5797 qlt_read_risc_ram(qlt_state_t *qlt, uint32_t addr, uint32_t words) argument
5813 REG_WR16(qlt, REG_MBOX(5), LSW(words));
5814 REG_WR16(qlt, REG_MBOX(4), MSW(words));
[all...]
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Ddebug.c184 log_message(MSG_ERROR, "Too many forward debug words\n");
288 log_message(MSG_INFO, "No forward debug words\n");
294 log_message(MSG_INFO, "No debug words\n");
370 * This is complicated by being given ACF's to temporary compile words which
379 /* check to see if any words are being debugged */
383 /* only words in dictionary can be debugged */
666 DEBUG_EXIT_WORDS, "exit-words",
789 words(fcode_env_t *env) function
1573 FORTH(IMMEDIATE, "words", words);
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-extended-system-utilities.mf160 file path=usr/share/lib/dict/words

Completed in 242 milliseconds

123456