Home
last modified time | relevance | path

Searched refs:word (Results 176 – 200 of 431) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents4.c150 bitmap1.word = 0; in nfs4getdents()
153 readdir_args.rd_attr_req.b_bitmap_val[0] = bitmap1.word; in nfs4getdents()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dlsign.S45 ld [%o0],%o0 ! fetch op (high word only)
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.S30 .word 0
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c312 BIG_CHUNK_TYPE word; in bytestring2bignum() local
326 word = knwordp[0]; in bytestring2bignum()
328 word = (word << BITSINBYTE) + knwordp[j]; in bytestring2bignum()
333 word = kn[0]; in bytestring2bignum()
334 for (i = 1; i < offs; i++) word = (word << BITSINBYTE) + kn[i]; in bytestring2bignum()
355 BIG_CHUNK_TYPE word; in bignum2bytestring() local
362 word & 0xff; in bignum2bytestring()
363 word = word >> BITSINBYTE; in bignum2bytestring()
371 word = word >> BITSINBYTE; in bignum2bytestring()
379 word & 0xff; in bignum2bytestring()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c291 ffz (unsigned long word) in ffz() argument
294 : "=r" (word) in ffz()
295 : "r" (~word)); in ffz()
296 return word; in ffz()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c806 &pba->word[0]); in ixgbe_read_pba_raw()
841 &eeprom_buf[pba->word[1]], in ixgbe_read_pba_raw()
873 &pba->word[0]); in ixgbe_write_pba_raw()
898 memcpy(&eeprom_buf[pba->word[1]], in ixgbe_write_pba_raw()
1368 u16 word; in ixgbe_write_eeprom_buffer_bit_bang() local
1414 word = data[i]; in ixgbe_write_eeprom_buffer_bit_bang()
1415 word = (word >> 8) | (word << 8); in ixgbe_write_eeprom_buffer_bit_bang()
2221 u16 word = 0; in ixgbe_calc_eeprom_checksum_generic() local
2227 if (hw->eeprom.ops.read(hw, i, &word)) { in ixgbe_calc_eeprom_checksum_generic()
2231 checksum += word; in ixgbe_calc_eeprom_checksum_generic()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/testData/
H A DEA-ISCII27 /* 'x' at the beginning of a word indicates that the word is an Indian script one */
/illumos-gate/usr/src/cmd/Adm/
H A Dmime.types38 application/vnd.ms-word.document.macroenabled.12 docm
40 application/vnd.ms-word.template.macroenabled.12 dotm
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfmodl.S39 fstsw %ax / store status word
H A Dfmodf.S39 fstsw %ax / store status word
H A Dremainderf.S39 fstsw %ax / store status word
H A Dremainderl.S39 fstsw %ax / store status word
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfmodl.S39 fstsw %ax / store status word
H A Dremainderl.S39 fstsw %ax / store status word
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan2.S36 .word 0x3ff921fb,0x54442d18 ! pio2
37 .word 0x3c91a626,0x33145c07 ! pio2_lo
38 .word 0xbfd55555,0x555554ee ! p1
39 .word 0x3fc99999,0x997a1559 ! p2
40 .word 0xbfc24923,0x158dfe02 ! p3
41 .word 0x3fbc639d,0x0ed1347b ! p4
42 .word 0xffffffff,0x00000000 ! mask
43 .word 0x3fc00000,0x00000000 ! twom3
44 .word 0x46d00000,0x00000000 ! two110
45 .word 0x3fe921fb,0x54442d18 ! pio4
/illumos-gate/usr/src/common/ficl/softcore/
H A Dfileaccess.fr20 : include parse-word included ;
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dstart.S76 .word 0
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.S754 .word 0, 0 /* int64_t */
756 .word 0, 0 /* hrtime_t */
760 .word 0, 0 /* int64_t */
762 .word 0
764 .word 0
766 .word 0, 0
768 .word 0
770 .word NSEC_SHIFT
772 .word ADJ_SHIFT
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.S30 .word 0
H A Dtst.branch.S30 .word 0
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpgetrnd.S37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
H A Dfpgetmask.S37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dstart.S68 .word 0
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetrnd.S37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c365 static void p_keyword(const char *word,int flag) in p_keyword() argument
370 else if(*word=='[' || *word=='(') in p_keyword()
378 sfputr(outfile,word,sep); in p_keyword()

12345678910>>...18