Home
last modified time | relevance | path

Searched refs:bit (Results 226 – 250 of 512) sorted by relevance

12345678910>>...21

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara2_asm.S97 sllx %o2, 32, %o2 ! INV bit in upper 32 bits of the tag
H A Dniagara_asm.S85 sllx %o2, 32, %o2 ! INV bit in upper 32 bits of the tag
/illumos-gate/usr/src/cmd/
H A DMakefile.cmd.6427 # 64-bit utilities.
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlroundl.S84 andw $0x8000,%ax / look at sign bit
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in86 WARNING:64-bit-ptrace:gettext("calls 64-bit ptrace(2) interface"):/usr/lib/sparcv9/libc.so.1|ptrace…
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S557 .word 0xffff,0x0,0x9a00,0xcf # SEL_SCODE (32-bit)
558 .word 0xffff,0x0,0x9a00,0x8f # SEL_SCODE16 (16-bit)
/illumos-gate/usr/src/lib/c_synonyms/amd64/
H A Dsyn_isa28 # This is the supplemental list of functions in the 64-bit x86 libc that
/illumos-gate/usr/src/lib/c_synonyms/sparcv9/
H A Dsyn_isa29 # This is the supplemental list of functions in the 64-bit sparc libc that
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.intel64.msg28 # Message file for cmd/sgs/rtld (ld.so.1) - 64bit amd64 specific.
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsparcv9_subr.S290 srlx %o0, 1, %o0 ! shake off npt bit
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c739 int bit; in efe_m_multicst() local
755 bit = 1U << (val % MCHASHSZ); in efe_m_multicst()
760 efep->efe_mchash[index] |= bit; in efe_m_multicst()
767 efep->efe_mchash[index] &= ~bit; in efe_m_multicst()
1644 efe_eeprom_writebit(efe_t *efep, int bit) in efe_eeprom_writebit() argument
1650 EECTL_EESK | (bit ? EECTL_EEDI : 0)); in efe_eeprom_writebit()
/illumos-gate/usr/src/tools/cpcgen/
H A Dcpcgen.c1772 int32_t bit; in cpcgen_cfile_amd_event() local
1783 nvlist_lookup_int32(uvl, "bit", &bit) != 0) { in cpcgen_cfile_amd_event()
1791 if (bit < 0 || bit > 31) { in cpcgen_cfile_amd_event()
1793 "bit value: %d; skipping", name, ent, path, bit); in cpcgen_cfile_amd_event()
1801 code, 1U << bit) == -1) { in cpcgen_cfile_amd_event()
/illumos-gate/usr/src/lib/libsendfile/common/
H A Dmapfile-vers46 $if _ELF32 # largefile interfaces for 32-bit applications
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa29 # This is the supplemental list of functions in the 32-bit sparc libc that
/illumos-gate/usr/src/uts/i86pc/conf/
H A DMapfile.amd6427 # this is the 32 bit 1:1 mapped code to which grub jumps.
H A DMapfile27 # this is the 32 bit 1:1 mapped code to which grub jumps.
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.h38 extern void pcieb_dbg(uint_t bit, dev_info_t *dip, char *fmt, ...);
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast22 local edits to use the appropriate atomic ops for 32-bit objects built
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DMALFORMED.dict32 a moose once bit my sister.
/illumos-gate/usr/src/test/os-tests/tests/xsave/data/
H A Dmdb_xregs.zmm.321 x86 FPU with 512-bit %zmm registers
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c265 } bit; unsigned int word; member
267 #define x_closing x_state.bit.b_closing
268 #define x_dead x_state.bit.b_dead
269 #define x_doomed x_state.bit.b_doomed
270 #define x_connected x_state.bit.b_connected
272 #define x_ordrel x_state.bit.b_ordrel
273 #define x_thread x_state.bit.b_thread
274 #define x_waitdis x_state.bit.b_waitdis
275 #define x_needdis x_state.bit.b_needdis
277 #define x_needrel x_state.bit.b_needrel
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog47 - Explicitly note that the 32-bit check values are 32 bits
242 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]
596 - Simplify 64-bit file support by introducing z_off64_t type
964 16- and 32-bit platforms [Truta]
965 - Use far memory allocators in small 16-bit memory models for
1319 - in minigzip.c, use static buffers only for 16-bit systems
1389 - fix the Watcom fix for 32 bit mode (define FAR as empty)
1401 - fixed deflate for 64-bit systems (detected on Cray)
1402 - fixed inflate_blocks for 64-bit systems (detected on Alpha)
1435 - don't use special fcalloc for 32 bit Borland C++
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1242 dolmmode(bit, on) in dolmmode() argument
1243 int bit, on; in dolmmode()
1255 c = (linemode | bit);
1257 c = (linemode & ~bit);
1263 setmode(int bit) in setmode() argument
1265 return (dolmmode(bit, 1)); in setmode()
1269 clearmode(int bit) in clearmode() argument
1271 return (dolmmode(bit, 0)); in clearmode()
/illumos-gate/usr/src/lib/c_synonyms/i386/
H A Dsyn_isa29 # This is the supplemental list of functions in the 32-bit x86 libc that
/illumos-gate/usr/src/grub/
H A Dmenu.lst40 # If GRUB determines if the booting system is 64-bit capable,

12345678910>>...21