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.h125 #define C_2 6L macro
137 CAST_S_table0+((t>>C_2)&C_M)) OP2 \
153 u=w>>C_2; \
/freebsd/sys/dev/cxgbe/
H A Dt4_mp_ring.c83 C_2, enumerator
391 cons = C_2; in mp_ring_enqueue()
551 CTLFLAG_RD, &r->consumer[C_2], in mp_ring_sysctls()
/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()