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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h 978 * @specified:
982 bool specified; member in struct:drm_cmdline_mode
1467 * This function looks up the connector object specified by id
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 524 // If the NVVM IR has some of reqntid* specified, then output
526 // If none of reqntid* is specified, don't output reqntid directive.
528 bool specified = false; local
532 specified = true;
536 specified = true;
540 specified = true;
542 if (specified)
546 // If the NVVM IR has some of maxntid* specified, then output
548 // If none of maxntid* is specified, don't output maxntid directive.
550 specified = false
    [all...]

Completed in 45 milliseconds