HomeSort by: relevance | last modified time | path
    Searched defs:FL (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MSFCommon.cpp 65 MSFStreamLayout FL;
72 FL.Blocks.push_back(support::ulittle32_t(FpmBlock));
77 FL.Length = NumFpmIntervals * Msf.SB->BlockSize;
79 FL.Length = divideCeil(Msf.SB->NumBlocks, 8);
81 return FL;
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kExpandPseudo.cpp 50 const M68kFrameLowering *FL;
216 Offset += FL->mergeSPUpdates(MBB, MBBI, true);
217 FL->emitSPUpdate(MBB, MBBI, Offset, /*InEpilogue=*/true);
263 FL->emitSPUpdate(MBB, MBBI, StackAdj, /*InEpilogue=*/true);
309 FL = STI->getFrameLowering();
M68kCollapseMOVEMPass.cpp 164 const M68kFrameLowering *FL;
238 FL = STI->getFrameLowering();
  /src/libexec/getty/
gettytab.h 86 #define FL gettystrs[21].value
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 1076 * FL - Front Left
1090 * FL FR
1101 * 0b00000011 - - - - - - FR FL
1102 * 0b00000111 - - - - - LFE FR FL
1103 * 0b00001011 - - - - FC - FR FL
1104 * 0b00001111 - - - - FC LFE FR FL
1105 * 0b00010011 - - - RC - - FR FL
1106 * 0b00010111 - - - RC - LFE FR FL
1107 * 0b00011011 - - - RC FC - FR FL
1108 * 0b00011111 - - - RC FC LFE FR FL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 1035 * FL - Front Left
1049 * FL FR
1060 * 0b00000011 - - - - - - FR FL
1061 * 0b00000111 - - - - - LFE FR FL
1062 * 0b00001011 - - - - FC - FR FL
1063 * 0b00001111 - - - - FC LFE FR FL
1064 * 0b00010011 - - - RC - - FR FL
1065 * 0b00010111 - - - RC - LFE FR FL
1066 * 0b00011011 - - - RC FC - FR FL
1067 * 0b00011111 - - - RC FC LFE FR FL
    [all...]
  /src/sys/dev/wsfont/
wsfont.c 1002 #define FL |WSFONT_FLAG_OPT
1004 /*00*/ 0x0a FL, 0x0a FL, 0x05 FL, 0x05 FL, 0x0a FL, 0x0a FL, 0x05 FL, 0x05 FL,
1005 /*08*/ 0x0a FL, 0x0a FL, 0x05 FL, 0x05 FL, 0x06 FL, 0x06 FL, 0x06 FL, 0x06 FL
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1754 const auto &FL = M.getFunctionList();
1755 for (const Function &Fn : FL) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 4858 const FloatingLiteral *FL = cast<FloatingLiteral>(E);
4859 mangleFloatLiteral(FL->getType(), FL->getValue());
4986 Out << (FE->getInit() ? "fL" : "fl");
5041 /// <function-param> ::= fL <L-1 non-negative number>
5043 /// <function-param> ::= fL <L-1 non-negative number>
5078 Out << "fL" << (nestingDepth - 1) << 'p';
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 4950 const PPCFrameLowering *FL = Subtarget.getFrameLowering();
4953 int NewRetAddrLoc = SPDiff + FL->getReturnSaveOffset();
6782 static unsigned mapArgRegToOffsetAIX(unsigned Reg, const PPCFrameLowering *FL) {
6783 const unsigned LASize = FL->getLinkageSize();
6978 const PPCFrameLowering *FL = Subtarget.getFrameLowering();
6985 StackSize, mapArgRegToOffsetAIX(ArgReg, FL), /* IsImmutable */ false,

Completed in 189 milliseconds