Searched refs:BK (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/hash/
H A Dghash_pclmul.c148 #define BK(kw, kx) do { \ macro
270 BK(h1w, h1x);
315 BK(aw1, ax1);
316 BK(aw2, ax2);
317 BK(aw3, ax3);
318 BK(aw0, ax0);
360 BK(aw, ax);
/freebsd-13-stable/libexec/getty/
H A Dgettytab.h79 #define BK gettystrs[17].value macro
H A Dsubr.c201 &ER, &KL, &IN, &QU, &XN, &XF, &ET, &BK,
/freebsd-13-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1941 #define unlink(P, BK, FD) { \
1943 BK = P->bk; \
1944 FD->bk = BK; \
1945 BK->fd = FD; \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1212 const BindingKey &BK = I.getKey(); local
1214 BK.hasSymbolicOffset() ? Optional<uint64_t>() : BK.getOffset();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3449 ArrayRef<uint8_t> Bytes, bool is64Bit, Kind BK)
3451 PointerSize(is64Bit ? 8 : 4), TableKind(BK) {}
3448 MachOBindEntry(Error *E, const MachOObjectFile *O, ArrayRef<uint8_t> Bytes, bool is64Bit, Kind BK) argument

Completed in 214 milliseconds