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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp251 decltype(BBFreqs)::const_reference Bbs) {
252 return Bbf.second > Bbs.second;
/freebsd-current/lib/libefivar/
H A Defivar-dp-parse.c3572 BBS_BBS_DEVICE_PATH *Bbs; local
3577 Bbs = (BBS_BBS_DEVICE_PATH *)CreateDeviceNode (
3584 Bbs->DeviceType = BBS_TYPE_FLOPPY;
3586 Bbs->DeviceType = BBS_TYPE_HARDDRIVE;
3588 Bbs->DeviceType = BBS_TYPE_CDROM;
3590 Bbs->DeviceType = BBS_TYPE_PCMCIA;
3592 Bbs->DeviceType = BBS_TYPE_USB;
3594 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK;
3596 Bbs->DeviceType = (UINT16)Strtoi (TypeStr);
3599 AsciiStr = Bbs
[all...]
H A Defivar-dp-format.c2221 BBS_BBS_DEVICE_PATH *Bbs; local
2224 Bbs = DevPath;
2225 switch (Bbs->DeviceType) {
2256 UefiDevicePathLibCatPrint (Str, "BBS(%s,%s", Type, Bbs->String);
2258 UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String);
2266 UefiDevicePathLibCatPrint (Str, ",0x%x)", Bbs->StatusFlag);
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1309 BBS_BBS_DEVICE_PATH Bbs; member in union:__anon9445
1367 BBS_BBS_DEVICE_PATH *Bbs; member in union:__anon9446
/freebsd-current/stand/efi/include/
H A Defidevp.h420 BBS_BBS_DEVICE_PATH Bbs; member in union:__anon624
455 BBS_BBS_DEVICE_PATH *Bbs; member in union:__anon625
/freebsd-current/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.h1765 typename V::template Container<BasicBlock *> Bbs(Vs, Blocks.size());
1768 Bbs.push_back( B->traverse(Vs, Vs.subExprCtx(Ctx)) );
1771 return Vs.reduceSCFG(*this, Bbs);

Completed in 202 milliseconds