/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_object.h | 198 size_t size, 204 size_t size,
|
H A D | vk_sync_binary.c | 121 .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 D | lp_bld_debug.cpp | 228 * 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 D | signal.h | 31 unsigned int size; member 46 unsigned int size; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_dce_cleanup.cpp | 129 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 D | pan_assemble.c | 100 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 D | bn.h | 40 * 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 D | x86nasm.pl | 43 { my($size,$addr,$reg1,$reg2,$idx)=@_; 48 if ($size ne "") 49 { $ret .= "$size";
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 106 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 D | abg-viz-common.cc | 130 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 D | thread.c | 114 /* 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 D | protoc-gen-proto2_to_proto3.cc | 42 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 D | transports.py | 99 """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 D | test_funcptr.py | 111 size = len(init) + 1 112 return (c_char*size)(*init)
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86nasm.pl | 43 { 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 D | vktDrawBufferObjectUtil.cpp | 66 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 D | vktPipelineMultisampleTestsUtil.hpp | 102 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 D | vktDrawBufferObjectUtil.cpp | 66 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 D | IndexBuffer9.cpp | 76 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 D | ImmutableString.h | 52 : mData(AllocatePoolCharArray(str.c_str(), str.size())), mLength(str.size()) in ImmutableString()
|
H A D | BuiltInFunctionEmulator.cpp | 70 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 D | CLMemory.h | 60 size_t size, 68 size_t size,
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_win.cpp | 26 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 D | SimpleInstancing.cpp | 165 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 D | RewriteTexelFetchOffset.cpp | 93 ASSERT(sequence->size() == 4u); in visitAggregate() 142 ASSERT(texelFetchArguments.size() == 3u); in visitAggregate()
|