Home
last modified time | relevance | path

Searched refs:bit (Results 176 – 200 of 512) sorted by relevance

12345678910>>...21

/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.latin119 echo T.latin1: tests of 8-bit input
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md26 * bool_ctype should be split into internal 1-bit / external 8-bit
/illumos-gate/usr/src/contrib/mDNSResponder/
H A DREADME45 * 64-bit support by adding pad bytes in ipc_msg_hdr_struct
46 * 64-bit support in libjdns_sd, dnssd.jar (JNISupport.c, DNSSD.java)
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME60 Tue Jan 19 03:14:07 2038 GMT. Therefore for 64-bit applications using
63 64-bit versions of interfaces such as ascftime(3C), cftime(3C), ctime(3C),
/illumos-gate/usr/src/lib/libc/i386/gen/
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.
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c349 uint_t bit; in bmp_get() local
353 bit = 1 <<(bn & BMAP_BPW_MASK); in bmp_get()
354 rv = (cp->c_bmp[bn >> BMAP_BPW_SHIFT] & bit) != 0; in bmp_get()
895 uint_t bit; in dbmp_get() local
899 bit = 1 <<(bn & BMAP_BPW_MASK); in dbmp_get()
900 rv = (cp->c_bmp[bn >> BMAP_BPW_SHIFT] & bit) != 0; in dbmp_get()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A D.dbxrc19 # testoplock is always 32-bit
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A D.dbxrc19 # fksmbcl is always 32-bit
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c168 #define ECORE_TEST_BIT(bit, var) test_bit(bit, var) argument
169 #define ECORE_TEST_AND_CLEAR_BIT(bit, var) test_and_clear_bit(bit, var) argument
221 ECORE_CLEAR_BIT(bit, vec); in ECORE_TEST_AND_CLEAR_BIT()
3590 (filter)[(bit) >> 5] |= (1 << ((bit) & 0x1f)); \
3599 int bit; in ecore_mcast_hdl_add_e1h() local
3611 bit); in ecore_mcast_hdl_add_e1h()
3619 int bit; in ecore_mcast_hdl_restore_e1h() local
3622 bit >= 0; in ecore_mcast_hdl_restore_e1h()
3623 bit = ecore_mcast_get_next_bin(o, bit + 1)) { in ecore_mcast_hdl_restore_e1h()
4849 bit = cmd; in ecore_queue_set_pending()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A D.dbxrc22 # fksmbd is always 32-bit
/illumos-gate/usr/src/uts/intel/ia32/
H A DREADME22 the register set of the intel 32bit processor
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg633 # more standard 32-bit Elf_Data entries that align with the initial title.
639 # more standard 64-bit Elf_Data entries that align with the initial title.
1013 symbol with GNU version hidden bit set in file=%s"
1230 # standard 32-bit symbol table entries that align with the initial title.
1240 # long 32-bit symbol table entries that align with the initial title.
1250 # standard 64-bit symbol table entries that align with the initial title.
1260 # long 64-bit symbol table entries that align with the initial title.
1377 # provide for a series of one or more 32-bit relocation table entries, using
1391 # provide for a series of one or more 32-bit relocation table entries, using
1442 # provide for a series of one or more 64-bit relocation table entries, using
[all …]
/illumos-gate/usr/src/lib/libsff/common/
H A Dlibsff.c659 uint32_t bit; in sff_gather_bitfield() local
662 bit = 1 << i; in sff_gather_bitfield()
663 if ((bit & value) == 0) in sff_gather_bitfield()
666 str = sff_pair_find(bit, pairs); in sff_gather_bitfield()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_hw.c263 int bit; in zyd_rfwrite() local
276 bit = (val & (1 << (bits - i - 1))) != 0; in zyd_rfwrite()
277 tmp = LE_16(cr203) | (bit ? LE_16(ZYD_RF_DATA) : 0); in zyd_rfwrite()
278 req.bit[i] = tmp; in zyd_rfwrite()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c604 if ((cache_info->bit & MSB_BIT_MASK) == in mem_cache_ioctl_ops()
670 if ((cache_info->bit & MSB_BIT_MASK) == in mem_cache_ioctl_ops()
928 cache_info.bit = cache_info32.bit; in mem_cache_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c478 ulong_t bit, maxbit, bx; in errorq_availbit() local
494 for (bx = 0, bit = 1; bx <= maxbit; bx++, bit <<= 1) in errorq_availbit()
495 if (bx >= nextbitindex && !(bitmap[nextword] & bit)) in errorq_availbit()
/illumos-gate/usr/src/lib/libadm/common/
H A Dmapfile-vers189 # The following applies to sparc (32/64-bit), and 32-bit x86:
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c806 uint8_t bit = DIRECTIVE_UNDEF; in add_order_bit() local
810 bit = DIRECTIVE_FORWARD; in add_order_bit()
813 bit = DIRECTIVE_BACKWARD; in add_order_bit()
816 bit = DIRECTIVE_POSITION; in add_order_bit()
822 collinfo.directive[collinfo.directive_count] |= bit; in add_order_bit()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c343 ath9k_regd_is_bit_set(int bit, uint64_t *bitmask) in ath9k_regd_is_bit_set() argument
348 byteOffset = bit / 64; in ath9k_regd_is_bit_set()
349 bitnum = bit - byteOffset * 64; in ath9k_regd_is_bit_set()
383 enum reg_ext_bitmap bit) in ath9k_regd_get_eeprom_reg_ext_bits() argument
385 return ((ah->ah_currentRDExt & (1 << bit)) ? B_TRUE : B_FALSE); in ath9k_regd_get_eeprom_reg_ext_bits()
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen.sh52 echo adbgen -mlp64 must be run on 64-bit system
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi22 /* @r{Check if the bit BIT in FLAGS is set.} */
23 #define CHECK_FLAG(flags,bit) ((flags) & (1 << (bit)))
/illumos-gate/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.S52 / the 64X64->128 bit unsigned multiply instruction.
225 / composed of an array of 64-bit "digits" or "chunks" along with
232 / r and a are 64 bit aligned.
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c2923 int bit; in yge_hashbit() local
2930 for (data = *addr++, bit = 0; bit < 8; bit++, data >>= 1) { in yge_hashbit()
3121 int bit; in yge_m_multicst() local
3124 bit = yge_hashbit(addr); in yge_m_multicst()
3125 ASSERT(bit < 64); in yge_m_multicst()
3129 if (port->p_mccount[bit] == 0) { in yge_m_multicst()
3131 port->p_mchash[bit / 32] |= (1 << (bit % 32)); in yge_m_multicst()
3134 port->p_mccount[bit]++; in yge_m_multicst()
3137 port->p_mccount[bit]--; in yge_m_multicst()
3138 if (port->p_mccount[bit] == 0) { in yge_m_multicst()
[all …]
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Daso5 /* gcc 4.1+ 64 bit memory atomic operations model */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Daso5 /* gcc 4.1+ 64 bit memory atomic operations model */

12345678910>>...21