Home
last modified time | relevance | path

Searched defs:size (Results 10101 - 10125 of 15505) sorted by relevance

1...<<401402403404405406407408409410>>...621

/third_party/selinux/libselinux/src/
H A Dprocattr.c118 size_t size; in getprocattrcon_raw() local
H A Dseusers.c172 size_t size = 0; in getseuserbyname() local
275 size_t size = 0; in getseuser() local
/third_party/skia/bench/
H A DCompositingImagesBench.cpp253 SkRect size = SkRect::MakeWH(1.25f * fTileSize.fWidth * fTileGridSize.fWidth, variable
255 this->getTransform().mapRect(&size); variable
H A DGameBench.cpp111 SkISize size = canvas->getBaseLayerSize(); variable
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddsa.rs155 pub fn size(&self) -> u32 { in size() functions
/third_party/selinux/libsepol/cil/test/unit/
H A DCuTest.c37 char* CuStrAlloc(int size) in CuStrAlloc() argument
/third_party/spirv-tools/source/opt/
H A Diterator.h125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
H A Dtype_manager.h174 Type* GetUIntVectorType(uint32_t size) { in GetUIntVectorType() argument
175 Vector vec_type(GetUIntType(), size); in GetUIntVectorType() local
179 uint32_t GetUIntVectorTypeId(uint32_t size) { in GetUIntVectorTypeId() argument
183 Type* GetSIntVectorType(uint32_t size) { in GetSIntVectorType() argument
184 Vector vec_type(GetSIntType(), size); in GetSIntVectorType() local
188 uint32_t GetSIntVectorTypeId(uint32_t size) { in GetSIntVectorTypeId() argument
192 Type* GetFloatVectorType(uint32_t size) { in GetFloatVectorType() argument
193 Vector vec_type(GetFloatType(), size); GetFloatVectorType() local
197 GetFloatVectorTypeId(uint32_t size) GetFloatVectorTypeId() argument
[all...]
/third_party/spirv-tools/source/
H A Dtext_handler.cpp231 void AssemblyContext::seekForward(uint32_t size) { in seekForward() argument
/third_party/spirv-tools/source/util/
H A Dsmall_vector.h216 size_t size() const { size() function in spvtools::utils::SmallVector
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp53 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access) in BufferMemMap() argument
[all...]
H A Des31fFboColorbufferTests.cpp147 const IVec2& size = m_texSize; in render() local
245 const IVec3& size = m_texSize; in render() local
[all...]
H A Des31fFboNoAttachmentTests.cpp67 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size) in checkFramebufferSize() argument
174 checkFramebufferRenderable(TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size) checkFramebufferRenderable() argument
[all...]
H A Des31fSSBOLayoutCase.hpp101 void setLastUnsizedArraySize (int instanceNdx, int size) { m_lastUnsizedArraySizes[instanceNdx] = size; } in setLastUnsizedArraySize() argument
H A Des31fSeparateShaderTests.cpp135 const int size = rnd.getInt(1, 4); in randomType() local
[all...]
H A Des31fTextureBorderClampTests.cpp284 genDefaultTexture(glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, deUint32 texFormat, const typename TextureTraits<T>::SizeType& size) genDefaultTexture() argument
[all...]
H A Des31fTextureBufferTests.cpp667 const size_t size = bufferSizes[sizeNdx]; in createTextureBufferTests() local
675 const size_t size = rangeSizes[sizeNdx]; in createTextureBufferTests() local
686 const size_t size = 65537; in createTextureBufferTests() local
708 const size_t size = bufferSizes[sizeNdx]; in createTextureBufferTests() local
716 const size_t size = rangeSizes[sizeNdx]; createTextureBufferTests() local
727 const size_t size = 65537; createTextureBufferTests() local
750 const size_t size = 16*1024; createTextureBufferTests() local
773 const size_t size = 16*1024; createTextureBufferTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseResidency.cpp398 const deUint32 size = sparseBindNdx == (numSparseSlots - 1) ? m_bufferSize % alignment : alignment; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp110 int size; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp183 uint32_t size = 0u; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.cpp241 const int size = m_levels[level].getSize()[compNdx]; in fetchTexel() local
H A DvktSampleVerifier.hpp116 tcu::IVec3 size; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_go_neg.c646 unsigned int freq_list[P2P_MAX_PREF_CHANNELS], size; in p2p_check_pref_chan() local
553 p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) p2p_check_pref_chan_no_recv() argument
600 p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) p2p_check_pref_chan_recv() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c237 void * os_zalloc(size_t size) in os_zalloc() argument
H A Dtrace.c36 static int callback(struct dl_phdr_info *info, size_t size, void *data) in callback() argument
154 bfd_size_type size; in find_addr_sect() local

Completed in 23 milliseconds

1...<<401402403404405406407408409410>>...621