Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/
Dsignal.h120 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
125 b3 = b->sig[3]; b2 = b->sig[2]; \
126 r->sig[3] = op(a3, b3); \
/linux-4.19.296/crypto/
Dmorus640.c73 struct morus640_block *b3, in crypto_morus640_round() argument
83 b0->words[i] ^= b3->words[i]; in crypto_morus640_round()
88 tmp = *b3; in crypto_morus640_round()
90 b3->words[(i + w) % MORUS_BLOCK_WORDS] = tmp.words[i]; in crypto_morus640_round()
Dmorus1280.c67 struct morus1280_block *b3, in crypto_morus1280_round() argument
77 b0->words[i] ^= b3->words[i]; in crypto_morus1280_round()
82 tmp = *b3; in crypto_morus1280_round()
84 b3->words[(i + w) % MORUS_BLOCK_WORDS] = tmp.words[i]; in crypto_morus1280_round()
/linux-4.19.296/include/video/
Dnewport.h28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
400 regs->set.dcbdata0.bybytes.b3 = vc2ireg; in newport_vc2_get()
557 while ((rex->set.dcbdata0.bybytes.b3 & 3) != XM9_FIFO_EMPTY) in xmap9FIFOWait()
/linux-4.19.296/drivers/iio/pressure/
Dbmp280-core.c868 s32 b3, b6; in bmp180_compensate_press() local
877 b3 = ((((s32)calib->AC1 * 4 + x3) << oss) + 2) / 4; in bmp180_compensate_press()
882 b7 = ((u32)adc_press - b3) * (50000 >> oss); in bmp180_compensate_press()