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

  /src/usr.bin/banner/
banner.c 80 static int Drop = 0; /* 3 for the LPD font */
120 return (Drop);
135 for (scnhgt = 0; scnhgt++ < HEIGHT+Drop; ) {
145 if ((!d && scnhgt > HEIGHT) || (scnhgt <= Drop && d))
148 else if (Drop == 0)
191 Drop = 3; /* for LPD font */
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExplicitLocals.cpp 87 /// Get the appropriate drop opcode for the given register class.
310 MachineInstr *Drop = BuildMI(MBB, std::next(MI.getIterator()),
313 // After the drop instruction, this reg operand will not be used
314 Drop->getOperand(0).setIsKill();
329 // by the inserted drop or local.set instruction, so make it not dead

Completed in 24 milliseconds