HomeSort by relevance Sort by last modified time
    Searched defs:WC (Results 1 - 9 of 9) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
WC.java 48 * WC - Prints newline, word, and character counts for each file. See
60 public class WC {
69 * The main method for the WC program. Run the program with an empty
72 * @param args the argument list for WC
156 WCStatistics wc = reader.lines().parallel() local
160 System.out.println(wc);
164 System.out.println("Usage: " + WC.class.getSimpleName() + " FILE");
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
WC.java 48 * WC - Prints newline, word, and character counts for each file. See
60 public class WC {
69 * The main method for the WC program. Run the program with an empty
72 * @param args the argument list for WC
156 WCStatistics wc = reader.lines().parallel() local
160 System.out.println(wc);
164 System.out.println("Usage: " + WC.class.getSimpleName() + " FILE");
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.h 55 SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
58 SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
235 static const SPIRVWord WC = 2;
238 :SPIRVEntry(TheModule, WC, OC, TheId){
261 assert(WordCount == WC);
279 void setWordCount(SPIRVWord WC) {
280 SPIRVEntryNoIdGeneric::setWordCount(WC);
281 Targets.resize(WC - FixedWC);
SPIRVValue.h 304 const static SPIRVWord WC = 6;
308 :SPIRVValue(M, WC, OC, TheType, TheId), AddrMode(TheAddrMode),
337 assert(WordCount == WC);
346 const static SPIRVWord WC = 6;
350 :SPIRVValue(M, WC, OC, TheType, TheId), PacketSize(ThePacketSize),
379 assert(WordCount == WC);
SPIRVEntry.h 493 static const SPIRVWord WC = 5;
497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine),
SPIRVInstruction.h 225 virtual void initImpl(Op OC, bool HasId = true, SPIRVWord WC = 0,
233 if (WC)
234 SPIRVEntry::setWordCount(WC);
263 SPIRVWord WC = TheOps.size() + 1;
265 ++WC;
267 ++WC;
269 if (WordCount == WC) {
272 assert(HasVariWC && WC >= WordCount && "Invalid word count");
273 SPIRVEntry::setWordCount(WC);
276 SPIRVEntry::setWordCount(WC);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
ArchitecturalMsr.h 695 /// [Bit 10] WC Supported when set.
697 UINT32 WC:1;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-opc.c 464 /* The LS or WC field in an X (sync or wait) form instruction. */
466 #define WC LS
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 142 milliseconds