Home
last modified time | relevance | path

Searched refs:size (Results 11801 - 11825 of 23066) sorted by relevance

1...<<471472473474475476477478479480>>...923

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_object.h198 size_t size,
204 size_t size,
H A Dvk_sync_binary.c121 .size = offsetof(struct vk_sync_binary, timeline) + in vk_sync_binary_get_type()
122 timeline_type->size, in vk_sync_binary_get_type()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp228 * We rely on the disassembler for determining a function's size, but in lp_profile()
247 unsigned long size = disassemble(code, perf_asm_file); in lp_profile() local
249 fprintf(perf_map_file, "%lx %lx %s\n", addr, size, symbol); in lp_profile()
/third_party/musl/arch/aarch64/bits/
H A Dsignal.h31 unsigned int size; member
46 unsigned int size; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp129 if (v && v->def && v->uses.size()) in cleanup_dst()
156 if (v->is_dead() || (remove_unused && !v->is_rel() && !v->uses.size())) in cleanup_dst_vec()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_assemble.c100 if (binary.size) { in panfrost_shader_compile()
103 binary.data, binary.size, 128)); in panfrost_shader_compile()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dbn.h40 * Copy the internal BIGNUM words into out which holds size elements (and size
43 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size);
48 * Set the internal data words in a to point to words which contains size
51 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size);
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86nasm.pl43 { my($size,$addr,$reg1,$reg2,$idx)=@_;
48 if ($size ne "")
49 { $ret .= "$size";
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c106 int ossl_core_bio_gets(OSSL_CORE_BIO *cb, char *buf, int size) in ossl_core_bio_gets() argument
108 return BIO_gets(cb->bio, buf, size); in ossl_core_bio_gets()
/third_party/libabigail/src/
H A Dabg-viz-common.cc130 const std::string size("__size"); in to_attribute()
132 std::string strip = R"(font-family="__name" font-size="__size" text-anchor="__anchor")"; in to_attribute()
134 string_replace(strip, size, std::to_string(_M_size)); in to_attribute()
/third_party/python/Python/
H A Dthread.c114 /* return the current thread stack size */
122 in thread_<platform>.h support changing the stack size.
123 Return 0 if stack size is valid,
124 -1 if stack size value is invalid,
125 -2 if setting stack size is not supported. */
127 PyThread_set_stacksize(size_t size) in PyThread_set_stacksize() argument
130 return THREAD_SET_STACKSIZE(size); in PyThread_set_stacksize()
/third_party/protobuf/benchmarks/util/
H A Dprotoc-gen-proto2_to_proto3.cc42 for (int i = 0; i < files.size(); i++) { in GenerateAll()
78 printer.WriteRaw(content.c_str(), content.size()); in Generate()
/third_party/python/Lib/asyncio/
H A Dtransports.py99 """Return the current size of the write buffer."""
255 _maybe_pause_protocol() whenever the write buffer size increases,
278 size = self.get_write_buffer_size()
279 if size <= self._high_water:
/third_party/python/Lib/ctypes/test/
H A Dtest_funcptr.py111 size = len(init) + 1
112 return (c_char*size)(*init)
/third_party/openssl/crypto/perlasm/
H A Dx86nasm.pl43 { my($size,$addr,$reg1,$reg2,$idx)=@_;
48 if ($size ne "")
49 { $ret .= "$size";
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp66 bufferRequirements.size += extraRoom; in createAndAlloc()
103 barrier.size = VK_WHOLE_SIZE; in bufferBarrier()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.hpp102 return vec.size() * sizeof(vec[0]); in sizeInBytes()
108 return (vec.size() != 0 ? &vec[0] : DE_NULL); in dataPointer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp66 bufferRequirements.size += extraRoom; in createAndAlloc()
103 barrier.size = VK_WHOLE_SIZE; in bufferBarrier()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp76 unsigned int size, in mapBuffer()
84 HRESULT result = mIndexBuffer->Lock(offset, size, &mapPtr, lockFlags); in mapBuffer()
74 mapBuffer(const gl::Context *context, unsigned int offset, unsigned int size, void **outMappedMemory) mapBuffer() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableString.h52 : mData(AllocatePoolCharArray(str.c_str(), str.size())), mLength(str.size()) in ImmutableString()
H A DBuiltInFunctionEmulator.cpp70 return (mFunctions.size() == 0); in isOutputEmpty()
117 for (size_t i = 0; i < mFunctions.size(); ++i) in setFunctionCalled()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLMemory.h60 size_t size,
68 size_t size,
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp26 static_cast<DWORD>(executableFileBuf.size())); in GetPath()
57 DWORD result = GetCurrentDirectoryA(static_cast<DWORD>(pathBuf.size()), pathBuf.data()); in GetCWD()
/third_party/skia/third_party/externals/angle2/samples/simple_instancing/
H A DSimpleInstancing.cpp165 mDrawElementsInstancedANGLE(GL_TRIANGLES, static_cast<GLsizei>(mIndices.size()),
167 static_cast<GLsizei>(mInstances.size()));
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteTexelFetchOffset.cpp93 ASSERT(sequence->size() == 4u); in visitAggregate()
142 ASSERT(texelFetchArguments.size() == 3u); in visitAggregate()

Completed in 17 milliseconds

1...<<471472473474475476477478479480>>...923