Searched refs:bit (Results 76 - 100 of 481) sorted by relevance

1234567891011>>

/freebsd-current/sys/i386/i386/
H A Dk6_mem.c41 * 15 having the mask, the 1st bit being "write-combining" and the 0th bit
47 * There are two of these in the 64-bit UWCCR.
80 int bit; local
89 for (bit = ffs(desc->mr_len >> 17) - 1; bit < 15; bit++)
90 len |= 1 << bit;
/freebsd-current/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk471 function genscale(bit, s1, s2, scale)
473 if ((bit + Z_COEFF_SHIFT) > Z_ACCUMULATOR_BIT)
477 s1 = Z_COEFF_SHIFT - (32 - bit);
479 s2 = Z_SHIFT + (32 - bit);
494 bit, (bit < 10) ? "\t" : "", scale);
497 function genlerp(bit, use64, lerp)
499 if ((bit + Z_LINEAR_SHIFT) <= 32) {
502 if ((bit + Z_LINEAR_SHIFT) <= 64) {
511 bit
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp13 // maximum bit width of all Inst definitions.
58 int getVariableBit(const std::string &VarName, BitsInit *BI, int bit);
79 // If the VarBitInit at position 'bit' matches the specified variable then
80 // return the variable bit position. Otherwise return -1.
82 BitsInit *BI, int bit) {
83 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) {
87 } else if (VarInit *VI = dyn_cast<VarInit>(BI->getBit(bit))) {
104 int bit = BI->getNumBits()-1; local
106 // Scan for a bit that this contributed to.
107 for (; bit >
81 getVariableBit(const std::string &VarName, BitsInit *BI, int bit) argument
[all...]
/freebsd-current/sys/dev/ow/
H A Dowc_gpiobus.c253 * r -- allowed to pull high via the resitor when slave writes a 1-bit
257 owc_gpiobus_read_data(device_t dev, struct ow_timing *t, int *bit) argument
286 *bit = 1;
288 *bit = 0;
313 * Return values in *bit:
319 owc_gpiobus_reset_and_presence(device_t dev, struct ow_timing *t, int *bit) argument
335 *bit = -1;
352 *bit = sample;
365 *bit = -1;
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h225 int bit; local
226 bit_ffs(br->dwa_freelist, br->dwa_count, &bit);
227 return (bit == -1);
239 int bit; local
241 bit_ffc(br->dwa_freelist, br->dwa_count, &bit);
242 if (bit == -1)
245 dw_free = &br->dw_alloc[bit];
/freebsd-current/sys/arm64/rockchip/
H A Drk_pinctrl.c77 uint32_t bit; member in struct:rk_pinctrl_pin_fixup
131 .bit = _bit, \
461 /* bank pin reg bit mask */
1039 uint32_t *reg, uint32_t *mask, uint32_t *bit)
1048 *bit = sc->conf->pin_fixup[i].bit;
1145 uint32_t bit, mask, reg, drive; local
1176 bit = (pin % 8) * 2;
1177 mask = (0x3 << bit);
1178 SYSCON_MODIFY_4(syscon, reg, mask, bias << bit | (mas
1038 rk_pinctrl_get_fixup(struct rk_pinctrl_softc *sc, uint32_t bank, uint32_t pin, uint32_t *reg, uint32_t *mask, uint32_t *bit) argument
1282 uint32_t subbank, bit, mask, reg; local
1386 uint32_t reg, bit; local
1426 uint32_t bit, mask, reg; local
[all...]
/freebsd-current/contrib/smbfs/smbutil/
H A Ddumptree.c21 #define DEFBIT(bit) {bit, #bit}
/freebsd-current/tools/test/stress2/misc/
H A Dreaper3.sh62 unsigned char bit, buf, mask;
66 bit = random_long(0,7);
67 mask = ~(1 << bit);
H A Dreaper4.sh62 unsigned char bit, buf, mask;
66 bit = random_long(0,7);
67 mask = ~(1 << bit);
H A Dfuzz.sh29 # Stress test UFS2 file systems by introducing single bit errors in the FS
130 unsigned char bit, buf, mask, old;
163 bit = random_long(0,7);
164 mask = ~(1 << bit);
169 "by flipping bit %d\n",
170 old, buf, pos, bit);
H A Dmsetdomain.sh83 unsigned char bit, buf, mask, old;
87 bit = random_long(0,7);
88 mask = ~(1 << bit);
/freebsd-current/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c187 int bit, ch, head, len, tail; local
199 bit = head = tail = 0;
221 bit = 0x80;
227 bit = 0x0;
280 bit |= ESC(psenc->inuse) << 24;
281 wc |= bit;
308 int bit, ch; local
313 bit = 0x80;
316 bit = 0x0;
320 graphic = (bit
446 int bit; local
[all...]
/freebsd-current/sys/contrib/xen/io/
H A Dnetif.h304 * If (left-most bit of Buffer[] is 1)
330 unsigned int bit; local
332 for (bit = 0; bit < 8; bit++) {
/freebsd-current/usr.sbin/bhyve/
H A Dacpi.h57 void acpi_raise_gpe(struct vmctx *ctx, unsigned bit);
/freebsd-current/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_var.h33 uint32_t bit; member in struct:qcom_gcc_ipq4018_reset_entry
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dalgorithm.cpp10 #include <bit>
/freebsd-current/sys/arm/allwinner/a10/
H A Da10_intc.c128 uint32_t bit, block, value; local
130 bit = (irq % 32);
135 value |= (1 << bit);
139 value &= ~(1 << bit);
147 uint32_t bit, block, value; local
149 bit = (irq % 32);
154 value &= ~(1 << bit);
158 value |= (1 << bit);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-order-numeric.mk10 # This list contains only 32-bit numbers since the make code needs to conform
11 # to C90, which does not necessarily provide integer types larger than 32 bit.
14 # To get 53-bit integers even in C90, it would be possible to switch to
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_rand.c27 int b, ret = 0, bit, bytes, mask; local
40 bit = (bits - 1) % 8;
41 mask = 0xff << (bit + 1);
76 if (bit == 0) {
80 buf[0] |= (3 << (bit - 1));
83 buf[0] |= (1 << bit);
87 if (bottom) /* set bottom bit if requested */
157 * range = 100..._2, so 3*range (= 11..._2) is exactly one bit longer
/freebsd-current/crypto/openssl/ssl/
H A Dktls.c53 int bit, count_unprocessed; local
61 for (bit = 7; bit >= 0; bit--) { /* increment */
62 ++rec_seq[bit];
63 if (rec_seq[bit] != 0)
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h291 #define wake_up_bit(word, bit) linux_wake_up_bit(word, bit)
292 #define wait_on_bit(word, bit, state) \
293 linux_wait_on_bit_timeout(word, bit, state, MAX_SCHEDULE_TIMEOUT)
294 #define wait_on_bit_timeout(word, bit, state, timeout) \
295 linux_wait_on_bit_timeout(word, bit, state, timeout)
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm458 # 64-bit ABI isn't officially supported in gcc 3.0, but seems
485 WARNING! To build 64-bit package, do this:
499 WARNING! To build 64-bit package, do this:
515 WARNING! To build 64-bit package, do this:
528 # macOS >= 10.15 is 64-bit only
532 die "32-bit applications not supported on macOS 10.15 or later\n" if $KERNEL_BITS eq '32';
539 WARNING! To build 32-bit package, do this:
586 WARNING! To build 64-bit package, do this:
609 WARNING! To build 64-bit package, do this:
628 WARNING! If you *know* that your GNU C supports 64-bit/V
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_lib.h80 * for_each_set_bit - For loop over each set bit in a bit string
81 * @bit: storage for the bit index
85 * macro to create a for loop over a bit string, which runs the body once for
86 * each bit that is set in the string. The bit variable will be set to the
87 * index of each set bit in the string, with zero representing the first bit.
89 #define for_each_set_bit(bit, dat
634 ice_set_state(volatile u32 *s, enum ice_state bit) argument
648 ice_clear_state(volatile u32 *s, enum ice_state bit) argument
663 ice_testandset_state(volatile u32 *s, enum ice_state bit) argument
678 ice_testandclear_state(volatile u32 *s, enum ice_state bit) argument
694 ice_test_state(volatile u32 *s, enum ice_state bit) argument
[all...]
/freebsd-current/sys/dev/nctgpio/
H A Dnctgpio.c66 #define NCT_PIN_BIT(_sc, _p) ((_sc)->pinmap[(_p)].bit)
125 uint8_t bit; member in struct:nct_softc::__anon3697
847 uint8_t bit; local
855 bit = NCT_PIN_BIT(sc, pin_num);
857 return (GET_BIT(val, bit));
884 uint8_t bit; local
895 bit = NCT_PIN_BIT(sc, pin_num);
896 mask = (uint8_t)1 << bit;
897 bitval = (uint8_t)val << bit;
953 uint8_t bit; local
976 uint8_t bit; local
1010 uint8_t bit; local
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h384 #define OSAL_SET_BIT(bit, bitmap) bit_set((bitstr_t *)bitmap, bit)
385 #define OSAL_CLEAR_BIT(bit, bitmap) bit_clear((bitstr_t *)bitmap, bit)
386 #define OSAL_TEST_BIT(bit, bitmap) bit_test((bitstr_t *)bitmap, bit)
462 qlnx_test_and_change_bit(long bit, volatile unsigned long *var) argument
466 var += BIT_WORD(bit);
467 bit %= BITS_PER_LONG;
468 bit
[all...]

Completed in 335 milliseconds

1234567891011>>