/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | s390x.rs | 298 size: [ 305 size: [ 312 size: [
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 1359 def SharedMemory(self, size): 1360 """Returns a new SharedMemory instance with the specified size in 1363 sms = shared_memory.SharedMemory(None, create=True, size=size)
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 232 .size .poly1305_init_fpu,.-.poly1305_init_fpu 547 .size .poly1305_blocks_fpu,.-.poly1305_blocks_fpu 702 .size .poly1305_emit_fpu,.-.poly1305_emit_fpu
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 154 DE_ASSERT(inPatchSize == vertexData.size()); in runTest() 225 for (deUint32 tessLevelCaseNdx = 0; tessLevelCaseNdx < tessLevelCases.size(); ++tessLevelCaseNdx) in runTest() 304 return (numPassedCases == tessLevelCases.size() ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Failure")); in runTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 359 if (MILoc.BlockNum >= MF.size()) in initializeCallSiteInfo() 364 if (MILoc.Offset >= CallB->size()) in initializeCallSiteInfo() 388 if (YamlMF.CallSitesInfo.size() && !TM.Options.EnableDebugEntryValues) in initializeCallSiteInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 208 "Pointer alignment must be at least element size"); in CreateElementUnorderedAtomicMemCpy() 210 "Pointer alignment must be at least element size"); in CreateElementUnorderedAtomicMemCpy() 283 "Pointer alignment must be at least element size"); in CreateElementUnorderedAtomicMemMove() 285 "Pointer alignment must be at least element size"); in CreateElementUnorderedAtomicMemMove() 414 "lifetime.start requires the size to be an i64"); in CreateLifetimeStart() 430 "lifetime.end requires the size to be an i64"); in CreateLifetimeEnd() 447 "invariant.start requires the size to be an i64"); in CreateInvariantStart() 594 Args.push_back(B.getInt32(CallArgs.size())); in getStatepointArgs() 597 Args.push_back(B.getInt32(TransitionArgs.size())); in getStatepointArgs() 599 Args.push_back(B.getInt32(DeoptArgs.size())); in getStatepointArgs() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 113 unsigned MCStreamer::getNumFrameInfos() { return DwarfFrameInfos.size(); } in getNumFrameInfos() 132 assert(1 <= Size && Size <= 8 && "Invalid size"); in EmitIntValue() 134 "Invalid size"); in EmitIntValue() 397 SymbolOrdering[Symbol] = 1 + SymbolOrdering.size(); in AssignFragment() 849 CurFrame->LastFrameInst = CurFrame->Instructions.size(); in EmitWinCFISetFrame() 859 "stack allocation size must be non-zero"); in EmitWinCFIAllocStack() 862 Loc, "stack allocation size is not a multiple of 8"); in EmitWinCFIAllocStack()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1231 gl.getShaderInfoLog(vShader, (GLsizei)infoLogBuf.size(), NULL, &infoLogBuf[0]); in buildTransformFeedbackProgram() 1257 gl.getShaderInfoLog(gShader, (GLsizei)infoLogBuf.size(), NULL, &infoLogBuf[0]); in buildTransformFeedbackProgram() 1279 gl.getProgramInfoLog(m_program, (GLsizei)infoLogBuf.size(), NULL, &infoLogBuf[0]); in buildTransformFeedbackProgram() 1378 /* Returns the size of the specified transform feedback buffer. */ 1913 /* The size of the transform feedback buffers should be enough to be able to capture exactly 10 vertices for each vertex stream. */
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | parse_number_test.cpp | 599 if (word_buffer.size() == 2) word_buffer.clear(); in TEST() 678 if (word_buffer.size() == 2) word_buffer.clear(); in TEST() 792 if (word_buffer.size() == 2) word_buffer.clear(); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 1206 int size = getWindowWidth() >> mipLevel; in TEST_P() local 1207 glTexImage2D(GL_TEXTURE_2D, mipLevel, GL_DEPTH_STENCIL, size, size, 0, GL_DEPTH_STENCIL, in TEST_P()
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 116 size_t size = fStableProxy->gpuMemorySize(); in gpuMemorySize() local 118 SkASSERT(fVolatileProxy->gpuMemorySize() == size); in gpuMemorySize() 120 return size; in gpuMemorySize()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 132 if (higher.size() != other.higher.size()) in operator ==() 163 bits.reserve(higher.size()); in for_each_bit() 557 // This array determines how to interpret the array size. 560 // The actual size is not really known until runtime. 653 uint32_t constant = 0; // Workgroup size can be expressed as a constant/spec-constant instead. 1561 // If used on a struct type, marks the target size of a struct. 1589 // Apply to a variable in the Input storage class; marks it as holding the size of the stage
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | parse_number_test.cpp | 599 if (word_buffer.size() == 2) word_buffer.clear(); in TEST() 678 if (word_buffer.size() == 2) word_buffer.clear(); in TEST() 792 if (word_buffer.size() == 2) word_buffer.clear(); in TEST()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | package.cpp | 12 * tab size: 8 (not used) 141 infoLength=pInfo->size; in getDataInfo() 144 infoLength=readSwapUInt16(pInfo->size); in getDataInfo() 702 /* get the header size minus the current comment */ in writePackage() 707 headerLength=4+pHeader->info.size; in writePackage()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 1294 int size = getUserDefaultLocaleNameProc(localeNameStorage, LOCALE_NAME_MAX_LENGTH); in SkFontMgr_New_DirectWrite() local 1295 if (size) { in SkFontMgr_New_DirectWrite() 1297 localeNameLen = size; in SkFontMgr_New_DirectWrite()
|
H A D | SkScalerContext_win_dw.cpp | 125 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range() argument 152 if (minPPEM < size && size <= maxPPEM) { in get_gasp_range() 163 /** If the rendering mode for the specified 'size' is gridfit, then place 274 // this. As a result, determine the actual size of the text and then see if in SkScalerContext_DW() 275 // there are any embedded bi-level bitmaps of that size. If there are, then in SkScalerContext_DW() 295 // realTextSize is the actual device size we want (as opposed to the size the user requested). in SkScalerContext_DW() 296 // gdiTextSize is the size we request when GDI compatible. in SkScalerContext_DW() 363 // If the requested size i in SkScalerContext_DW() [all...] |
/third_party/skia/tests/ |
H A D | BackendAllocationTest.cpp | 440 size_t size = 0; in make_pixmaps() local 450 size += rowBytes[level]*ii[level].height(); in make_pixmaps() 453 mem->reset(new char[size]); in make_pixmaps()
|
/third_party/pcre2/pcre2/ |
H A D | RunTest.bat | 17 @rem 8 requires Unicode and link size 2
352 echo Test 8 Skipped because link size is not 2.
359 call :runsub 8 testout "Internal offsets and code size tests" -q
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffparse.c | 843 FT_ERROR(( "cff_parse_private_dict: Invalid dictionary size\n" )); in cff_parse_private_dict() 1480 switch ( field->size ) in FT_LOCAL_DEF() 1548 switch ( field->size ) in FT_LOCAL_DEF() 1568 q += field->size; in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-algs.hh | 779 /* It's illegal to pass 0 as size to memcpy. */ in hb_memcpy() 835 hb_unsigned_mul_overflows (unsigned int count, unsigned int size) in hb_unsigned_mul_overflows() argument 837 return (size > 0) && (count >= ((unsigned int) -1) / size); in hb_unsigned_mul_overflows() 928 width is the size in bytes of each element of the array 967 Swap consecutive blocks of bytes of size na and nb starting at memory addr ptr, 1289 * basically a fixed-size bitset. */
|
/third_party/python/Modules/ |
H A D | _hashopenssl.c | 627 long size; in EVP_get_digest_size() local 628 size = EVP_MD_CTX_size(self->ctx); in EVP_get_digest_size() 629 return PyLong_FromLong(size); in EVP_get_digest_size()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.h | 613 Range.reserve(Kills.size()); in LiveRange() 646 SizeT getNumSegments() const { return Range.size(); } in getNumSegments() 1091 return Var->getIndex() < Metadata.size(); in isTracked()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 452 if (Values.size() == 1) in insertValues() 456 for (int I = 0, E = Values.size(); I != E; ++I) in insertValues() 499 for (int I = 0, E = LHSVals.size(); I != E; ++I) { in replaceMulWithMul24()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 995 // Instruction size is 2 bytes. in getFixupKindContainerSizeBytes() 1028 // Instruction size is 4 bytes. in getFixupKindContainerSizeBytes() 1045 assert(Offset + NumBytes <= Data.size() && "Invalid fixup offset!"); in applyFixup() 1051 assert((Offset + FullSizeBytes) <= Data.size() && "Invalid fixup size!"); in applyFixup() 1052 assert(NumBytes <= FullSizeBytes && "Invalid fixup size!"); in applyFixup() 1112 for (size_t i = 0, e = Instrs.size(); i != e; ++i) { in generateCompactUnwindEncoding()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.cpp | 206 for (unsigned i = 0, e = CSI.size(); i != e; ++i) { in emitPrologue() 374 // the size of the frame. We know all callee-save registers are free in emitPrologue() 436 // of the stack pointer is at this point. Any variable size objects in emitPrologue() 528 // the size of the frame. We know all callee-save registers are free in emitEpilogue() 826 for (unsigned i = CSI.size(); i != 0; --i) { in spillCalleeSavedRegisters() 1025 for (unsigned i = CSI.size(); i != 0; --i) { in restoreCalleeSavedRegisters()
|