Searched refs:isSingle (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deTimerTest.c | 56 deBool isSingle = deRandom_getFloat(&rnd) < 0.25f; in deTimer_selfTest() local 58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest() 61 printf("Iter %d / %d: %d ms %s timer\n", iter+1, numIters, interval, (isSingle ? "single" : "interval")); in deTimer_selfTest() 64 if (isSingle) in deTimer_selfTest() 76 DE_TEST_ASSERT(!isSingle || numCalls == 1); in deTimer_selfTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 279 bool &isFirst, bool &isSingle, in GetInstrType() 290 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType() 334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 336 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType() 342 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType() 392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction() 410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction() 278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) GetInstrType() argument
|
H A D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UTF8.java | 98 static boolean isSingle(byte c) { in isSingle() method in UTF8
|
H A D | CharsetUTF8.java | 152 while (UTF8.isSingle(ch = sourceArray[sourceIndex++])) { in decodeLoop() 278 while (UTF8.isSingle(ch = source.get(sourceIndex++))) { in decodeLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 160 bool isSingle() const { return size() == 1; } in isSingle() function in __anon24612::LatticeCell 2816 Const &= L.isSingle(); in rewriteHexConstDefs() 2870 if (!L.isSingle()) { in rewriteHexConstDefs() 3004 if (!LS3.isSingle()) { in rewriteHexConstUses() 3005 if (!LS2.isSingle()) in rewriteHexConstUses() 3041 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) { in rewriteHexConstUses() 3046 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) { in rewriteHexConstUses()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 9 milliseconds