/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_ssa_test.cpp | 183 OpMemberName %struct 1 "size" in TEST_F() 198 OpMemberName %bad 1 "size" ; Target is not defined in TEST_F()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | astro.cpp | 1057 #define moonT0 ( 0.5181 * CalendarAstronomer::PI/180 ) // Angular size at distance A 1589 CalendarCache::CalendarCache(int32_t size, UErrorCode &status) { in CalendarCache() argument 1590 fTable = uhash_openSize(uhash_hashLong, uhash_compareLong, NULL, size, &status); in CalendarCache()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.c | 131 * |data| with size |length| to the network and return the number of 1058 int size) 1064 for(i=0; i<size; ++i) 1112 int size) in spdy_run_select() 1117 for(i=0; i<size; ++i) in spdy_run_select() 1108 spdy_run_select(fd_set * read_fd_set, fd_set * write_fd_set, fd_set * except_fd_set, struct SPDY_Connection *connections[], int size) spdy_run_select() argument
|
/third_party/skia/tests/ |
H A D | GrSurfaceTest.cpp | 95 auto size = SkCompressedDataSize(compression, dimensions, nullptr, false); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 96 auto data = SkData::MakeUninitialized(size); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | TextureGL.cpp | 33 if (descriptor->size.depthOrArrayLayers > 1) { in TargetForTexture() 473 descriptor.size = bufferSize; in ClearTexture()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | VertexStateTests.cpp | 186 static_cast<uint32_t>(buffer.attributes.size()); in MakeVertexState() 197 static_cast<uint32_t>(data.size() * sizeof(T)), in MakeVertexBuffer()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.cpp | 194 "Unexpected pointer size"); in initializeDisplay() 776 eglGetConfigs(dpy, allConfigs.data(), static_cast<EGLint>(allConfigs.size()), &numConfigs); in FindEGLConfig() 778 for (size_t i = 0; i < allConfigs.size(); i++) in FindEGLConfig()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmac.c | 31 sfnt fonts, bitmap glyph data for each size is stored in each `NFNT' 412 /* the maximum faces in a FOND is 48, size of StyleTable.indexes[] */ in parse_fond() 586 FT_ULong* size ) in read_lwfn() 600 /* First pass: load all POST resources, and determine the size of */ in read_lwfn() 657 /* we are done adding a chunk, fill in the size field */ in read_lwfn() 679 p += 4; /* make space for size field */ in read_lwfn() 690 *size = total_size; in read_lwfn()
|
H A D | ftrfork.c | 113 /* check whether end of rdata or map exceeds stream size */ in FT_BASE_DEF() 120 (FT_ULong)( rfork_offset + *rdata_pos + rdata_len ) > stream->size || in FT_BASE_DEF() 121 (FT_ULong)( rfork_offset + map_pos + map_len ) > stream->size ) in FT_BASE_DEF() 207 /* size of a resource record is 12 bytes. The map header is 28 bytes, */ in FT_BASE_DEF()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psft.c | 61 * at EM size, scaling it and filling it as a graphics operation. 508 decoder->builder.face->size ); in FT_LOCAL_DEF() 520 decoder->builder.face->size->metrics.y_ppem ); in FT_LOCAL_DEF()
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_types.py | 107 @support.bigmemtest(size=2**31, memuse=4, dry_run=False) 118 @support.bigmemtest(size=2**31, memuse=3, dry_run=False)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | CallSite.h | 834 return CI.ParameterEncoding.size() - 1; in getNumArgOperands() 872 assert(CI.ParameterEncoding.size() && CI.ParameterEncoding[0] >= 0); in getCallArgOperandNoForCallee()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 293 unsigned getNumWinFrameInfos() { return WinFrameInfos.size(); } in getNumWinFrameInfos() 394 if (SectionStack.size() <= 1) in PopSection() 561 /// \param Size - The size of the block of storage. 569 /// Emit an ELF .size directive. 572 /// .size symbol, expression 591 /// \param Size - The size of the common symbol. 600 /// \param Size - The size of the common symbol. 609 /// \param Size - The size of the zerofill symbol. 620 /// \param Size - The size of the symbol. 647 /// \param Size - The size o [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 130 /// Calculate the allocation size of a given alloca. Returns 0 if the 131 /// size can not be statically determined. 274 // Non-constant size => unsafe. FIXME: try SCEV getRange. in getMemIntrinsicAccessRange() 456 if (ParamNo >= FS.Params.size()) // possibly vararg in getArgumentAccessRange() 564 assert(Count == SSI.size() && "Unexpected functions in the result"); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 415 if (Cases.size() >= 2) { in Clusterify() 460 LLVM_DEBUG(dbgs() << "Clusterify finished. Total clusters: " << Cases.size() in processSwitchInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 480 if (Ops.size() == 1) OpToReplace = 2; // First operand can be exec or its copy in combineMasks() 482 if (Ops.size() != 3) return; in combineMasks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | A15SDOptimizer.cpp | 184 while (Front.size() != 0) { in eraseInstrWithNoUses() 361 while (Front.size() != 0) { in elideCopiesAndPHIs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 205 for (unsigned su = 0, e = DAG->SUnits.size(); su != e; ++su) { in apply() 271 for (unsigned i = 0, e = DAG->SUnits.size(); i != e; ++i) { in apply() 280 // Is the access size is longer than the L1 cache line, skip the check. in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 98 // is the size of memory that is being loaded/stored (e.g. 1, 2, 4). If in areMemAccessesTriviallyDisjoint() 648 assert((Condition.size() == 1) && in reverseBranchCondition() 668 assert(!BytesAdded && "code size not handled"); in insertBranch() 678 assert((Condition.size() == 1) && in insertBranch() 694 assert(!BytesRemoved && "code size not handled"); in removeBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 271 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 500 if (Operands.size() > 1) // Emulate @rd in destination position as 0(rd) in ParseOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/ |
H A D | SystemZDisassembler.cpp | 454 if (Bytes.size() < 2) 457 // The top 2 bits of the first byte specify the size. 471 if (Bytes.size() < Size)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 225 // Note that we need to check size on each iteration as we accumulate child in runOnMachineFunction() 227 for (int i = 0; i < (int)Loops.size(); ++i) in runOnMachineFunction() 359 NumOfCmovGroupCandidate += CmovInstGroups.size(); in collectCmovCandidates()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 529 if (printingClass["tag"].asString().size() > 0) in jsonToSpirv() 547 if (printingClass.size() == 0) { in jsonToSpirv()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | filteredbrk.cpp | 600 int32_t subCount = fSet.size(); in build() 614 i<fSet.size(); in build()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 546 unsigned size() const { return Queue.size(); } in size() function in llvm::ReadyQueue
|