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

  /src/sys/arch/emips/include/
emipsreg.h 528 # define WDS 16
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 11445 // Get Narrowest Data Size (NDS) and Widest Data Size (WDS) from the
11467 assert(!Sizes.empty() && "Unable to determine NDS and WDS.");
11578 const unsigned WDS = std::get<1>(Data);
11604 if ((UserVLEN * WDS > 2048) || (UserVLEN * WDS % 128 != 0)) {
11610 CGM.getDiags().Report(SLoc, DiagID) << WDS;

Completed in 25 milliseconds