Home
last modified time | relevance | path

Searched refs:C_2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h98 #define C_2 6L macro
111 + ((t >> C_2) & C_M)) OP2 \
133 u = w >> C_2; \
/freebsd/sys/dev/cxgbe/
H A Dt4_mp_ring.c83 C_2, enumerator
390 cons = C_2; in mp_ring_enqueue()
630 CTLFLAG_RD, &r->consumer[C_2],
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6520 auto C_2 = B.buildConstant(Ty, 2); in lowerBitCount() local
6521 auto B4Set2LoTo2Hi = B.buildLShr(Ty, B2Count, C_2); in lowerBitCount()