Home
last modified time | relevance | path

Searched refs:word (Results 151 – 175 of 431) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S36 .word 0x42c80000,0x00000000 ! 3 * 2^44
38 .word 0x3fe45f30,0x6dc9c883 ! invpio2
39 .word 0x3ff921fb,0x54442c00 ! pio2_1
40 .word 0x3d318469,0x898cc400 ! pio2_2
41 .word 0x3a71701b,0x839a2520 ! pio2_3
42 .word 0xbfc55555,0x55555533 ! pp1
43 .word 0x3f811111,0x10e7d53b ! pp2
44 .word 0xbf2a0167,0xe6b3cf9b ! pp3
45 .word 0xbfdfffff,0xffffff65 ! qq1
46 .word 0x3fa55555,0x54f88ed0 ! qq2
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c181 int ndx, byte, word; in dump_hex_bytes() local
201 for (ndx = byte = word = 0; n > 0; n--, ldata++) { in dump_hex_bytes()
212 word++; in dump_hex_bytes()
215 if (word == col_per_row) { in dump_hex_bytes()
223 word = 0; in dump_hex_bytes()
228 if (byte || word) { in dump_hex_bytes()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c836 word[i] |= ((uint64_t)temp << (32 * (k & 1))); in ql_8021_pci_mem_read_2M()
850 val = word[0]; in ql_8021_pci_mem_read_2M()
944 word[startword] = tmpw; in ql_8021_pci_mem_write_2M()
948 word[startword] |= tmpw << (off0 * 8); in ql_8021_pci_mem_write_2M()
951 word[startword + 1] &= ~(~0ULL << (sz[1] * 8)); in ql_8021_pci_mem_write_2M()
952 word[startword + 1] |= tmpw >> (sz[0] * 8); in ql_8021_pci_mem_write_2M()
956 word[startword] |= tmpw << (off0 * 8); in ql_8021_pci_mem_write_2M()
959 word[1] &= ~(~0ULL << (sz[1] * 8)); in ql_8021_pci_mem_write_2M()
960 word[1] |= tmpw >> (sz[0] * 8); in ql_8021_pci_mem_write_2M()
975 temp = (uint32_t)(word[i * scale] & 0xffffffff); in ql_8021_pci_mem_write_2M()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c204 register unsigned int word; local
206 word = (unsigned)input[startBit / 8] << 8;
207 word |= (unsigned)input[startBit / 8 + 1];
209 word >>= 15 - (startBit % 8 + 7);
211 return word & 0xFE;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c390 mydid.un.word = port->did; in emlxs_node_match_did()
395 ndid.un.word = did; in emlxs_node_match_did()
396 odid.un.word = ndlp->nlp_DID; in emlxs_node_match_did()
400 ndid.un.word = ndlp->nlp_DID; in emlxs_node_match_did()
401 odid.un.word = did; in emlxs_node_match_did()
408 ndid.un.word = ndlp->nlp_DID; in emlxs_node_match_did()
411 odid.un.word = ndlp->nlp_DID; in emlxs_node_match_did()
412 ndid.un.word = did; in emlxs_node_match_did()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dsubr_asm.S46 ! Store long word value at physical address
63 ! Store long word value at physical i/o address
81 ! Load long word value at physical address
95 ! Load long word value at physical i/o address
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c100 wordexp(const char *word, wordexp_t *wp, int flags) in wordexp() argument
210 bufflen = 165 + strlen(word); in wordexp()
246 "print -f '%%s\\000' -- %s", word); in wordexp()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dwordsets.fr13 \ This file is part of the softcore, implementing [partial] word sets.
15 \ Optional String word set.
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c966 char word[MAXCOMPLEXLEN]; in setpagerargs() local
971 cp = copynext(cp, word, sizeof (word)); in setpagerargs()
973 fprintf(stderr, gettext("got word `%s'\n"), word); in setpagerargs()
980 pager_vector[pager_len - 1] = strdup(word); in setpagerargs()
985 length += strlen(word) + 1; in setpagerargs()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dfunc.test24 foreach word {this program is free software} {
25 execsql "INSERT INTO tbl1 VALUES('$word')"
107 foreach word "contains UTF-8 characters hi\u1234ho" {
108 execsql "INSERT INTO tbl1 VALUES('$word')"
144 foreach word {this program is free software} {
145 execsql "INSERT INTO tbl1 VALUES('$word')"
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S142 ! check for src long word alignment
149 ! are long word aligned
205 ! are not long word aligned
380 lduw [%o1], %o3 ! read word
383 stw %o3, [%o0] ! write word
385 lduw [%o1-4], %o3 ! read word
388 stw %o3, [%o0-4] ! write word
408 lduw [%o1], %o3 ! read word
411 stw %o3, [%o0] ! write word
464 andcc %o1, 0x7, %g0 ! test word alignment
[all …]
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c1096 rng->n_preferred_config.ctlwds[0].word = 0; in n2rng_init_ctl()
1103 rng->n_preferred_config.ctlwds[1].word = in n2rng_init_ctl()
1104 rng->n_preferred_config.ctlwds[0].word; in n2rng_init_ctl()
1105 rng->n_preferred_config.ctlwds[2].word = in n2rng_init_ctl()
1106 rng->n_preferred_config.ctlwds[0].word; in n2rng_init_ctl()
1107 rng->n_preferred_config.ctlwds[3].word = in n2rng_init_ctl()
1108 rng->n_preferred_config.ctlwds[0].word; in n2rng_init_ctl()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_bios.c100 regs.eax.word.ax = (PCI_FUNCTION_ID << 8) | PCI_GET_IRQ_ROUTING; in pci_bios_get_irq_routing()
104 regs.edi.word.di = FP_OFF((uint_t)(uintptr_t)hdrp); in pci_bios_get_irq_routing()
H A Dfakebop.c961 br.ax = rp->eax.word.ax; in do_bsys_doint()
962 br.bx = rp->ebx.word.bx; in do_bsys_doint()
963 br.cx = rp->ecx.word.cx; in do_bsys_doint()
964 br.dx = rp->edx.word.dx; in do_bsys_doint()
965 br.bp = rp->ebp.word.bp; in do_bsys_doint()
966 br.si = rp->esi.word.si; in do_bsys_doint()
967 br.di = rp->edi.word.di; in do_bsys_doint()
982 rp->eax.word.ax = br.ax; in do_bsys_doint()
983 rp->ebx.word.bx = br.bx; in do_bsys_doint()
984 rp->ecx.word.cx = br.cx; in do_bsys_doint()
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.S83 bz,pn %icc, .w4cmp ! if s2 word aligned, compare words
195 lduw [%i1 + %i0], %i4 ! read a word from s2
225 lduw [%i1], %i5 ! read a word from s1
229 lduw [%i1], %i5 ! read a word from s1
234 lduw [%i1 + %i0], %i4 ! read a word from s2
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S135 ! check for src long word alignment
142 ! are long word aligned
229 ! are not long word aligned
401 lduw [%o1], %o3 ! read word
404 stw %o3, [%o0] ! write word
406 lduw [%o1-4], %o3 ! read word
409 stw %o3, [%o0-4] ! write word
429 lduw [%o1], %o3 ! read word
432 stw %o3, [%o0] ! write word
482 andcc %o1, 0x7, %g0 ! test word alignment
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.S780 bz,pt %ncc, .smallword ! branch to word aligned case
783 andcc %o1, 0x3, %o5 ! is src word aligned
785 cmp %o5, 2 ! is src half-word aligned
1699 andn %o1, 0x7, %o4 ! %o4 has long word aligned src address
1749 andcc %o1, 2, %o5 ! check for half word alignment
1752 ! Src is word aligned
1765 ! Src is half-word aligned
2083 andn %o1, 0x7, %o4 ! %o4 has long word aligned src address
2085 ldd [%o4], %d0 ! fetch partial word
2121 andcc %o1, 3, %o5 ! is src word aligned
[all …]
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S219 andn %o0, 0x3, %o0 ! %o0 = word address
292 andn %o0, 0x2, %o0 ! %o0 = word address
460 andn %o0, 0x3, %o0 ! %o0 = word address
495 andn %o0, 0x2, %o0 ! %o0 = word address
586 andn %o0, 0x3, %o0 ! %o0 = word address
621 andn %o0, 0x2, %o0 ! %o0 = word address
706 andn %o0, 0x3, %o0 ! %o0 = word address
737 andn %o0, 0x2, %o0 ! %o0 = word address
784 andn %o0, 0x3, %o0 ! %o0 = word address
809 andn %o0, 0x2, %o0 ! %o0 = word address
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c793 char word[10]; in output_bytes() local
797 snprintf(word, sizeof (word), "%.2x ", data[i]); in output_bytes()
798 (void) strlcat(buff, word, sizeof (buff)); in output_bytes()
1960 char word[10]; in interpret_default() local
1995 snprintf(word, sizeof (word), "%.4x ", get2(comdata)); in interpret_default()
1999 (void) strlcat(buff, word, sizeof (buff)); in interpret_default()
/illumos-gate/usr/src/common/ficl/
H A Dficl.h1064 FICL_PLATFORM_EXTERN void ficlVmInnerLoop(ficlVm *vm, ficlWord *word);
1278 FICL_PLATFORM_EXTERN int ficlWordIsImmediate(ficlWord *word);
1279 FICL_PLATFORM_EXTERN int ficlWordIsCompileOnly(ficlWord *word);
1331 FICL_PLATFORM_EXTERN void ficlHashInsertWord(ficlHash *hash, ficlWord *word);
1498 ficlDictionaryIsAWord(ficlDictionary *dictionary, ficlWord *word);
1500 ficlDictionarySee(ficlDictionary *dictionary, ficlWord *word,
1728 ficlWord *word); /* ficl.c */
1770 ficlWordKind ficlWordClassify(ficlWord *word);
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.S98 andn %o0, 0x3, %o0 ! %o0 = word address
171 andn %o0, 0x2, %o0 ! %o0 = word address
335 andn %o0, 0x3, %o0 ! %o0 = word address
370 andn %o0, 0x2, %o0 ! %o0 = word address
457 andn %o0, 0x3, %o0 ! %o0 = word address
492 andn %o0, 0x2, %o0 ! %o0 = word address
573 andn %o0, 0x3, %o0 ! %o0 = word address
604 andn %o0, 0x2, %o0 ! %o0 = word address
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c810 wordp = word;
922 if (wordp > word + 1) {
990 while (wp >= word) {
1010 for (wp = word; *wp; wp++) {
1020 wordp = word;
1034 if (wordp >= &word[WDSIZE - 3]) {
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbasic.sh271 word=$(print $'foo\nbar' | { read line; /bin/cat;})
272 if [[ $word != bar ]]
275 word=$(print $'foo\nbar' | ( read line; /bin/cat) )
276 if [[ $word != bar ]]
/illumos-gate/usr/src/common/ficl/test/
H A Dprefix.fr4 0 0 parse-word >number 2drop drop
/illumos-gate/usr/src/uts/common/sys/
H A Dfault.h62 unsigned int word[4]; member

12345678910>>...18