Searched refs:Bbs (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp253 decltype(BBFreqs)::const_reference Bbs) {
254 return Bbf.second > Bbs.second;
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c2088 BBS_BBS_DEVICE_PATH *Bbs; local
2091 Bbs = DevPath;
2092 switch (Bbs->DeviceType) {
2123 UefiDevicePathLibCatPrint (Str, "BBS(%s,%s", Type, Bbs->String);
2125 UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String);
2133 UefiDevicePathLibCatPrint (Str, ",0x%x)", Bbs->StatusFlag);
H A Defivar-dp-parse.c3410 BBS_BBS_DEVICE_PATH *Bbs; local
3415 Bbs = (BBS_BBS_DEVICE_PATH *) CreateDeviceNode (
3422 Bbs->DeviceType = BBS_TYPE_FLOPPY;
3424 Bbs->DeviceType = BBS_TYPE_HARDDRIVE;
3426 Bbs->DeviceType = BBS_TYPE_CDROM;
3428 Bbs->DeviceType = BBS_TYPE_PCMCIA;
3430 Bbs->DeviceType = BBS_TYPE_USB;
3432 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK;
3434 Bbs->DeviceType = (UINT16) Strtoi (TypeStr);
3437 AsciiStr = Bbs
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1262 BBS_BBS_DEVICE_PATH Bbs; member in union:__anon6080
1319 BBS_BBS_DEVICE_PATH *Bbs; member in union:__anon6081
/freebsd-11-stable/stand/efi/include/
H A Defidevp.h391 BBS_BBS_DEVICE_PATH Bbs; member in union:__anon3969
426 BBS_BBS_DEVICE_PATH *Bbs; member in union:__anon3970
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h246 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> Bbs) { argument
247 return Bbs.Success;
H A DThreadSafetyTIL.h1756 typename V::template Container<BasicBlock *> Bbs(Vs, Blocks.size());
1759 Bbs.push_back( B->traverse(Vs, Vs.subExprCtx(Ctx)) );
1762 return Vs.reduceSCFG(*this, Bbs);

Completed in 109 milliseconds