Searched refs:bit (Results 226 - 250 of 476) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/rpc/
H A Dsvc.c597 int bit, fd; local
605 for (mask = *maskp++; (bit = ffsl(mask)) != 0;
606 mask ^= (1ul << (bit - 1))) {
608 fd = sock + bit - 1;
726 * the corresponding bit off in svc_fdset. The
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp141 char bit = 0x80u >> (n & 7); \
142 char mask = clear ? ~bit : bit; \
144 return orig_byte & bit; \
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s2 ; PA-RISC 64-bit implementation of bn_asm code
153 ; two 32-bit mutiplies can be issued per cycle.
157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
236 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
320 ; two 32-bit mutiplies can be issued per cycle.
324 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
325 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
396 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
530 FLDD 0(a_ptr),t_float_0 ; load up 64-bit valu
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdump.c196 int bit = *idx % 8; local
203 return (ptr[byte] >> (8 - bit - size)) & ((1 << size) - 1);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_rtc.c178 aml8726_rtc_send_bit(struct aml8726_rtc_softc *sc, unsigned bit) argument
181 if (bit) {
199 /* final bit indicates read / write mode */
296 * The RTC has a 16 bit initialization register. The upper
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c128 * bit set.
141 * The number is encoded in seven bit chunks.
152 int bit = 7*(bytes-1); local
154 *res = (number >> bit) & 0x7f;
H A Dsvc_rpcsec_gss.c889 int word, bit; local
903 bit = offset % 32;
904 if (client->cl_seqmask[word] & (1 << bit))
914 int offset, i, word, bit; local
921 * seq window and set bit zero of the window
946 bit = offset % 32;
947 client->cl_seqmask[word] |= (1 << bit);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c104 * bit set.
117 * The number is encoded in seven bit chunks.
128 int bit = 7*(bytes-1); local
130 *res = (number >> bit) & 0x7f;
/freebsd-11-stable/lib/libc/mips/gen/
H A Dldexp.S143 sll t2, t2, 32 - 20 # clear implied one bit
157 or t2, t2, v0 # set implied one bit
/freebsd-11-stable/sys/mips/mips/
H A Dswtch.S240 and t2, t0, ~MIPS_SR_COP_2_BIT # clear COP_2 enable bit
244 and t2, t0, ~MIPS_SR_COP_2_BIT # clear COP_2 enable bit
423 and t2, t2, t3 # clear COP_1 enable bit
543 and t2, t2, t3 # clear COP_1 enable bit
/freebsd-11-stable/sys/dev/iicbus/
H A Diicoc.c103 iicoc_wait_on_status(device_t dev, uint8_t bit) argument
110 } while ((status & bit) != 0 && --tries > 0);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dspicds.c56 spicds_wrbit(struct spicds_info *codec, int bit) argument
63 if (bit)
235 spicds_wrcd(codec, 0x16, 0x122); /* I2S, normal polarity, 24bit */
242 spicds_wrcd(codec, 0x00, 0x07); /* I2S, 24bit, power-up */
244 spicds_wrcd(codec, 0x00, 0x8f); /* I2S, 24bit, power-up */
246 spicds_wrcd(codec, 0x00, 0x07); /* I2S, 24bit, power-up */
/freebsd-11-stable/sys/vm/
H A Dvm_pageout.c893 u_int bit, root, tmp; local
895 bit = 1u << ((NBBY * sizeof(u_int)) - 2);
896 while (bit > num)
897 bit >>= 2;
899 while (bit != 0) {
900 tmp = root + bit;
904 root += bit;
906 bit >>= 2;
1762 * and scan again now. Otherwise, sleep a bit and
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c576 * (manipulation variable), analysis of this code gets a bit
1209 * Determine what the next bit of work to do is for the periph. The
1276 * will then return the currently most useful bit of work later, possibly
1446 uint64_t bit = 1ULL << (sizeof(uint64_t) * NBBY - 2); local
1451 while (bit > val)
1452 bit >>= 2;
1455 * Accumulate the answer, one bit at a time (we keep moving
1457 * powers of 4). We accumulate where we find the bit, but
1458 * the successive shifts land the bit in the right place
1461 while (bit !
[all...]
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s3 # 64-bit x86 assembler code (gnu as) for Skein block functions
294 StackVar bitAdd ,8 #bit count to add to tweak
318 # schedule even in 1024-bit Skein case
320 # offsets from both rsp and rbp only in the 1024-bit case.
322 # with short offsets, except in the 1024-bit case
513 movq %r14,TWEAK+ 8(%rdi) #save updated tweak T[1] (start bit cleared?)
721 # MACRO: one round for 512-bit blocks
746 # MACRO: eight rounds for 512-bit blocks
1009 # MACRO: four rounds for 1024-bit blocks
1300 # special handling for 1024-bit cas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc51 // from GetSystemInfo() in 32-bit applications running under WOW64.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h107 /// Return the most efficient Scalar::Type for the requested bit size.
114 bool SetBit(uint32_t bit);
116 bool ClearBit(uint32_t bit);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dac97.c285 "18 bit DAC",
286 "20 bit DAC",
287 "18 bit ADC",
288 "20 bit ADC"
486 * If we have a mute bit, add it to the mask and
497 * If the mask bit is set, do not alter the other bits.
604 unsigned i, j, k, bit, old; local
699 * Test for mute bit (except for AC97_MIX_TONE,
710 * 4, 5 or 6 bit. For 5bit registe
[all...]
/freebsd-11-stable/sys/dev/vx/
H A Dif_vx.c89 int bit; member in struct:connector_entry
300 if (sc->vx_connectors & conn_tab[k].bit) {
358 if (sc->vx_connectors & conn_tab[CONNECTOR_AUI].bit) {
365 if (sc->vx_connectors & conn_tab[CONNECTOR_BNC].bit) {
372 if (sc->vx_connectors & conn_tab[CONNECTOR_UTP].bit) {
378 } else if ((sc->vx_connectors & conn_tab[(int)sc->vx_connector].bit) == 0) {
551 * XXX: The 3c509 card can get in a mode where both the fifo status bit
552 * FIFOS_RX_OVERRUN and the status bit ERR_INCOMPLETE are set
775 * packets so that the fifo overrun bit will be set at this point,
849 * Since we don't set allowLargePackets bit i
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c78 * mod size*8]'th bit. The cache size is defaults to a length of 1024
104 # define bit(f, i) (hashwidth==sizeof(unsigned char) ? cbit(f,i) : \ macro
117 * of the variable path, you look at the bit in xhash indexed by
128 # define bit(h, b) ((h)[(b) >> 3] & 1 << ((b) & 7)) /* bit test */ macro
129 # define bis(h, b) ((h)[(b) >> 3] |= 1 << ((b) & 7)) /* bit set */
279 if (!bit(hashval, i))
283 if (!bit(xhash, hashval1))
834 if (!bit(hashval, i))
838 if (!bit(xhas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp475 /// reverseBitsForLittleEndianEncoding - For little-endian instruction bit
476 /// encodings, reverse the bit order of all instructions.
494 for (unsigned bit = 0, end = numBits / 2; bit != end; ++bit) {
495 unsigned bitSwapIdx = numBits - bit - 1;
496 Init *OrigBit = BI->getBit(bit);
498 NewBits[bit] = BitSwap;
/freebsd-11-stable/sys/cam/ata/
H A Data_all.c61 int bit; local
65 for (bit = 15; bit >= 0; bit--)
66 if (ver & (1<<bit))
67 return bit;
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c1109 int bit; local
1113 bit = start & (RQB_BPW -1);
1116 for (i = RQB_WORD(start); i < RQB_LEN; bit = 0, i++) {
1119 if (bit == 0)
1120 bit = RQB_FFS(rqb->rqb_bits[i]);
1121 for (; bit < RQB_BPW; bit++) {
1122 if ((rqb->rqb_bits[i] & (1ul << bit)) == 0)
1124 rqh = &rq->rq_queues[bit + (i << RQB_L2BPW)];
1154 int bit; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c142 with negative sign bit. Generally, values that would
328 On a 64-bit machine, you may be able to reduce malloc overhead by
329 defining INTERNAL_SIZE_T to be a 32 bit `unsigned int' at the
370 /* The corresponding bit mask value */
811 size is 16 bytes on most 32bit systems, and 24 or 32 bytes on 64bit
1717 The P (PREV_INUSE) bit, stored in the unused low-order bit of the
1719 bit for the *previous* chunk. If that bit i
2923 unsigned int bit; /* bit map traverser */ local
[all...]
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c122 fprintf(stderr, "\t-c Set 16-bit CRC (default)\n");
123 fprintf(stderr, "\t-C Set 32-bit CRC\n");
164 fprintf(stderr, "\t-E <32-bit hex number> 1 activates a channel and 0 deactivates it.\n");
2025 /* build a dense bit array */
2081 /* 32-bit CRC calculated right-to-left over 8-bit bytes */
2085 int bit, i;
2091 for (data = *bufp++, bit = 0; bit < 8; bit
2084 int bit, i; local
2100 int bit, i; local
[all...]

Completed in 223 milliseconds

1234567891011>>