Home
last modified time | relevance | path

Searched defs:size (Results 8426 - 8450 of 12408) sorted by relevance

1...<<331332333334335336337338339340>>...497

/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h951 auto size = this->size(); emplace_back() local
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h951 auto size = this->size(); emplace_back() local
[all...]
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java212 public final int size; field in QrCode
[all...]
/third_party/python/Python/
H A Dthread_pthread.h759 _pythread_pthread_set_stacksize(size_t size) in _pythread_pthread_set_stacksize() argument
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h951 auto size = this->size(); emplace_back() local
[all...]
/third_party/rust/crates/cxx/include/
H A Dcxx.h951 auto size = this->size(); emplace_back() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_32.c46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() argument
267 sljit_s32 size, args_size, types, status; in sljit_emit_enter() local
535 sljit_uw size; emit_stack_frame_release() local
1284 sljit_sw size; skip_frames_before_return() local
[all...]
H A DsljitNativeX86_64.c61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() argument
377 sljit_uw size; in sljit_emit_enter() local
584 sljit_uw size; emit_stack_frame_release() local
1077 sljit_s32 tmp, size; skip_frames_before_return() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs674 internal byte[] ReadRawBytes(int size) in ReadRawBytes() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs309 EnsureSize(int size) EnsureSize() argument
320 SetSize(int size) SetSize() argument
[all...]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DByteStringTest.java61 static byte[] getTestBytes(int size, long seed) { in getTestBytes() argument
68 private byte[] getTestBytes(int size) { in getTestBytes() argument
300 @Override public int read(byte[] buf, int offset, int size) { in read() argument
/third_party/python/Include/cpython/
H A Dpystate.h77 size_t size; member
/third_party/pulseaudio/src/pulsecore/
H A Dtagstruct.c691 size_t size = va_arg(va, size_t); in pa_tagstruct_put() local
770 size_t size = va_arg(va, size_t); in pa_tagstruct_get() local
/third_party/openssl/crypto/
H A Dmem_sec.c95 int CRYPTO_secure_malloc_init(size_t size, size_t minsize) in CRYPTO_secure_malloc_init() argument
404 static int sh_init(size_t size, size_t minsize) in sh_init() argument
606 sh_malloc(size_t size) sh_malloc() argument
[all...]
/third_party/openssl/crypto/objects/
H A Dobj_dat.c623 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() argument
629 OBJ_bsearch_ex_(const void *key, const void *base, int num, int size, int (*cmp) (const void *, const void *), int flags) OBJ_bsearch_ex_() argument
/third_party/openssl/crypto/conf/
H A Dconf_mod.c629 size_t size; in CONF_get1_default_config_file() local
/third_party/openssl/crypto/asn1/
H A Dbio_asn1.c117 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size) in asn1_bio_init() argument
308 static int asn1_bio_gets(BIO *b, char *str, int size) in asn1_bio_gets() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp39 std::size_t size; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp72 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp64 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent3D size, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
224 tcu::PixelBufferAccess getSubregion (tcu::PixelBufferAccess image, const float x, const float y, const float size) in getSubregion() argument
256 const float size = 0.05f + 0.03f * modifier; in generateReferenceImage() local
[all...]
H A DvktGeometryTestsUtil.cpp374 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage, const deUint32 numArrayLayers) in makeImageCreateInfo() argument
428 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
447 fillBuffer(const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const float depth) fillBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp548 Move<VkImage> makeImage (const DeviceInterface& vk, const VkDevice device, const VkFormat format, const IVec2& size, const deUint32 numLayers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) in makeImage() argument
[all...]
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp302 float size = 0.5f; in iterate() local
315 float size = 0.5f; iterate() local
328 float size = 0.3125f; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp221 void populateBufferWithTestValues (void* buffer, VkDeviceSize size, VkFormat format) in populateBufferWithTestValues() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp225 UVec2 size; member
322 const UVec2 size = params.size; in testFormat() local
69 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags, VkImageTiling tiling, VkImageLayout layout, deUint32 arrayLayers) createTestImage() argument
[all...]

Completed in 28 milliseconds

1...<<331332333334335336337338339340>>...497