Symbol: inv
common/lib/libc/string/strpbrk.c
44
#define ADD_NEW_TO_SET(i) (set[inv[i] = idx++] = (i))
common/lib/libc/string/strpbrk.c
45
#define IS_IN_SET(i) (inv[i] < idx && set[inv[i]] == (i))
common/lib/libc/string/strpbrk.c
56
uint8_t set[256], inv[256], idx = 0;
lib/libm/src/s_tanhl.c
103
inv = 1 / (d + e);
lib/libm/src/s_tanhl.c
105
r = (a + b) * inv;
lib/libm/src/s_tanhl.c
113
r = r + (a - d * r + b - e * r) * inv;
lib/libm/src/s_tanhl.c
95
long double inv, r;
sys/arch/cobalt/stand/boot/tlp.c
320
inv(txd, sizeof(struct desc));
sys/arch/cobalt/stand/boot/tlp.c
344
inv(rxd, sizeof(struct desc));
sys/arch/cobalt/stand/boot/tlp.c
366
inv(ptr, FRAMESIZE);
sys/arch/sandpoint/stand/altboot/fxp.c
281
inv(&cbp->cb_status, sizeof(cbp->cb_status));
sys/arch/sandpoint/stand/altboot/fxp.c
305
inv(&cb_ias->cb_status, sizeof(cb_ias->cb_status));
sys/arch/sandpoint/stand/altboot/fxp.c
357
inv(txd, sizeof(struct txdesc));
sys/arch/sandpoint/stand/altboot/fxp.c
387
inv(rfa, sizeof(l->store)); /* whole including received frame */
sys/arch/sandpoint/stand/altboot/kse.c
206
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/kse.c
228
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/kse.c
249
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/nvt.c
265
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/nvt.c
287
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/nvt.c
306
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/pcn.c
240
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/pcn.c
262
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/pcn.c
283
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/rge.c
260
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/rge.c
284
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/rge.c
304
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/sip.c
248
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/sip.c
270
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/sip.c
290
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/skg.c
346
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/skg.c
370
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/skg.c
390
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/sme.c
206
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/sme.c
228
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/sme.c
249
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/stg.c
308
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/stg.c
330
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/stg.c
349
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/tlp.c
222
inv(txd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/tlp.c
246
inv(rxd, sizeof(struct desc));
sys/arch/sandpoint/stand/altboot/tlp.c
266
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/vge.c
336
inv(txd, sizeof(struct tdesc));
sys/arch/sandpoint/stand/altboot/vge.c
357
inv(rxd, sizeof(struct rdesc));
sys/arch/sandpoint/stand/altboot/vge.c
377
inv(ptr, len);
sys/arch/sandpoint/stand/altboot/wm.c
241
inv(txd, sizeof(struct tdesc));
sys/arch/sandpoint/stand/altboot/wm.c
263
inv(rxd, sizeof(struct rdesc));
sys/arch/sandpoint/stand/altboot/wm.c
285
inv(ptr, len);
sys/crypto/aes/arch/arm/aes_neon.c
194
inv = VQ_N_U8(0x80,0x01,0x08,0x0D,0x0F,0x06,0x05,0x0E,
sys/crypto/aes/arch/arm/aes_neon.c
259
subbytes(&io, &jo, rk, inv, inva);
sys/crypto/aes/arch/arm/aes_neon.c
561
uint8x16_t inv_ = *(const volatile uint8x16_t *)&inv;
sys/crypto/aes/arch/arm/aes_neon.c
598
uint8x16_t inv_ = *(const volatile uint8x16_t *)&inv;
sys/crypto/aes/arch/arm/aes_neon.c
652
uint8x16_t inv_ = *(const volatile uint8x16_t *)&inv;
sys/crypto/aes/arch/arm/aes_neon.c
691
uint8x16_t inv_ = *(const volatile uint8x16_t *)&inv;
sys/crypto/aes/arch/x86/aes_ssse3.c
144
inv = {.u64 = {0x0E05060F0D080180, 0x040703090A0B0C02}},
sys/crypto/aes/arch/x86/aes_ssse3.c
179
return _mm_shuffle_epi8(inv.m, x);
sys/dev/isa/wbsio.c
633
uint8_t ior, inv;
sys/dev/isa/wbsio.c
640
inv = wbsio_gpio_rt_read(sc, port, WBSIO_GPIO_INV);
sys/dev/isa/wbsio.c
644
inv &= ~(1 << shift);
sys/dev/isa/wbsio.c
647
inv &= ~(1 << shift);
sys/dev/isa/wbsio.c
650
inv |= (1 << shift);
sys/dev/isa/wbsio.c
653
inv |= (1 << shift);
sys/dev/isa/wbsio.c
657
wbsio_gpio_rt_write(sc, port, WBSIO_GPIO_INV, inv);
sys/dev/nvmm/x86/nvmm_x86.h
103
struct nvmm_x86_exit_invalid inv;
sys/dev/nvmm/x86/nvmm_x86_svm.c
1430
exit->u.inv.hwcode = code;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
1208
exit->u.inv.hwcode = code;
sys/dev/ppbus/ppbus_base.h
47
#define nSTROBE inv(STROBE)
sys/dev/ppbus/ppbus_base.h
48
#define nAUTOFEED inv(AUTOFEED)
sys/dev/ppbus/ppbus_base.h
49
#define INIT inv(nINIT)
sys/dev/ppbus/ppbus_base.h
50
#define nSELECTIN inv(SELECTIN)
sys/dev/ppbus/ppbus_base.h
51
#define nPCD inv(PCD)
sys/dev/ppbus/ppbus_gpio.c
138
return ((port >> ppbus_port[pin].bit) & 1) ^ ppbus_port[pin].inv;
sys/dev/ppbus/ppbus_gpio.c
147
value ^= ppbus_port[pin].inv;
sys/dev/ppbus/ppbus_gpio.c
56
u_char inv;
sys/dev/sun/cgsix.c
1367
int inv;
sys/dev/sun/cgsix.c
1382
inv = ((attr >> 8) & WSATTR_REVERSE);
sys/dev/sun/cgsix.c
1383
if (inv) {
usr.bin/mail/thread.c
1675
cmp.inv = modflags & MF_REVERSE;
usr.bin/mail/thread.c
795
int inv;
usr.bin/mail/thread.c
810
return delta ? cmp.inv ? - delta : delta : lp->index - rp->index;
usr.bin/mkesdb/yacc.y
238
set_invalid(u_int32_t inv)
usr.bin/mkesdb/yacc.y
240
invalid = inv;