/third_party/pulseaudio/src/pulsecore/ |
H A D | auth-cookie.c | 40 size_t size; 43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() 78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create() 133 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *c, size_t size) { in pa_auth_cookie_read()
|
H A D | tagstruct.h | 64 pa_tagstruct *pa_tagstruct_new_fixed(const uint8_t* data, size_t length); 68 const uint8_t* pa_tagstruct_data(pa_tagstruct*t, size_t *l); 78 void pa_tagstruct_put_arbitrary(pa_tagstruct*t, const void *p, size_t length); 96 int pa_tagstruct_get_arbitrary(pa_tagstruct *t, const void **p, size_t length);
|
/third_party/python/Include/ |
H A D | objimpl.h | 97 PyAPI_FUNC(void *) PyObject_Malloc(size_t size); 99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize); 101 PyAPI_FUNC(void *) PyObject_Realloc(void *ptr, size_t new_size);
|
/third_party/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() 49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() 58 size_t buflen, len; in ossl_ecdh_simple_compute_key() 127 if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) { in ossl_ecdh_simple_compute_key()
|
/third_party/openssl/crypto/evp/ |
H A D | ec_support.c | 120 size_t i; in OSSL_EC_curve_nid2name() 134 size_t i; in ossl_ec_curve_name2nid() 172 size_t i; in ossl_ec_curve_nid2nist_int() 182 size_t i; in ossl_ec_curve_nist2nid_int()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessUtil.hpp | 42 bool isValueZero (const void* valuePtr, size_t valueSize); 43 bool isValueWithinBuffer (const void* buffer, vk::VkDeviceSize bufferSize, const void* valuePtr, size_t valueSizeInBytes); 44 bool isValueWithinBufferOrZero (const void* buffer, vk::VkDeviceSize bufferSize, const void* valuePtr, size_t valueSizeInBytes); 47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat, size_t valueSize);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexBuffer9.cpp | 65 size_t count, in storeVertexAttributes() 72 size_t inputStride = gl::ComputeVertexAttributeStride(attrib, binding); in storeVertexAttributes() 73 size_t elementSize = gl::ComputeVertexAttributeTypeSize(attrib); in storeVertexAttributes() 101 size_t copySize = count * inputStride; in storeVertexAttributes()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | MemoryBuffer.cpp | 27 bool MemoryBuffer::resize(size_t size) in resize() 111 bool ScratchBuffer::get(size_t requestedSize, MemoryBuffer **memoryBufferOut) in get() 116 bool ScratchBuffer::getInitialized(size_t requestedSize, in getInitialized() 123 bool ScratchBuffer::getImpl(size_t requestedSize, in getImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | RenderStateCache.h | 26 size_t operator()(const rx::d3d11::BlendStateKey &key) const in operator ()() 35 size_t operator()(const rx::d3d11::RasterizerStateKey &key) const in operator ()() 44 size_t operator()(const gl::DepthStencilState &key) const in operator ()() 53 size_t operator()(const gl::SamplerState &key) const { return angle::ComputeGenericHash(key); } in operator ()()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | FramebufferImpl.h | 39 size_t count, 42 size_t count, 45 size_t count, 92 size_t index,
|
H A D | FramebufferImpl_mock.h | 26 MOCK_METHOD3(discard, angle::Result(const gl::Context *, size_t, const GLenum *)); 27 MOCK_METHOD3(invalidate, angle::Result(const gl::Context *, size_t, const GLenum *)); 29 angle::Result(const gl::Context *, size_t, const GLenum *, const gl::Rectangle &)); 46 MOCK_CONST_METHOD3(getSamplePosition, angle::Result(const gl::Context *, size_t, GLfloat *));
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | BinaryStream_unittest.cpp | 22 const size_t dataSize = 1024; in TEST() 23 const size_t slopSize = 1024; in TEST() 65 stream.readBytes(outputData.data(), std::numeric_limits<size_t>::max() - dataSize - 2); in TEST() 83 for (size_t i = 0; i < writeData.size(); ++i) in TEST()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTcpIpLink.hpp | 52 void onTestLogData (const deUint8* bytes, size_t numBytes) const; 53 void onInfoLogData (const deUint8* bytes, size_t numBytes) const; 107 void handleMessage (xs::MessageType messageType, const deUint8* data, size_t dataSize); 113 size_t m_curMsgPos;
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | tokenizer.h | 111 void SetCurrentLine(size_t line) { current_line_ = line; } in SetCurrentLine() 112 size_t GetCurrentLine() const { return current_line_; } in GetCurrentLine() 120 size_t current_position_ = 0; 121 size_t current_line_ = 1;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | FramebufferNULL.h | 25 size_t count, 28 size_t count, 31 size_t count, 76 size_t index,
|
/third_party/skia/src/codec/ |
H A D | SkHeifCodec.h | 31 static bool IsSupported(const void*, size_t, SkEncodedImageFormat* format); 48 void* dst, size_t dstRowBytes, 78 size_t rowBytes, int count, const Options&); 86 int onGetScanlines(void* dst, int count, size_t rowBytes) override;
|
/third_party/skia/src/core/ |
H A D | SkPictureFlat.h | 186 void setCount(size_t count); 188 size_t count() const { return fCount; } in count() 190 sk_sp<SkTypeface>& operator[](size_t index) { in operator []() 200 size_t fCount;
|
H A D | SkFlattenable.cpp | 122 size_t size = writer.bytesWritten(); 128 size_t SkFlattenable::serialize(void* memory, size_t memory_size, 139 size_t size, const SkDeserialProcs* procs) {
|
H A D | SkSpriteBlitter_ARGB32.cpp | 40 size_t dstRB = fDst.rowBytes(); 41 size_t srcRB = fSource.rowBytes(); 72 size_t dstRB = fDst.rowBytes(); 73 size_t srcRB = fSource.rowBytes();
|
H A D | SkBlitter_A8.cpp | 53 const size_t dstRB = fDevice.rowBytes(); in blitV() 62 const size_t dstRB = fDevice.rowBytes(); in blitRect() 82 const size_t srcRB = mask.fRowBytes; in blitMask() 83 const size_t dstRB = fDevice.rowBytes(); in blitMask()
|
H A D | SkPixelRef.cpp | 30 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes) in SkPixelRef() 46 void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes) { in android_only_reset() 135 sk_sp<SkPixelRef> SkMakePixelRefWithProc(int width, int height, size_t rowBytes, void* addr, in SkMakePixelRefWithProc() 144 PixelRef(int w, int h, void* s, size_t r, void (*proc)(void*, void*), void* ctx) in SkMakePixelRefWithProc()
|
/third_party/skia/src/effects/ |
H A D | SkShaderMaskFilter.cpp | 58 static void rect_memcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, in rect_memcpy() 59 size_t copyBytes, int rows) { in rect_memcpy() 84 size_t size = dst->computeImageSize(); in filterMask()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLOpsRenderPass.h | 76 void onDrawIndirect(const GrBuffer* drawIndirectBuffer, size_t offset, int drawCount) override; 77 void multiDrawArraysANGLEOrWebGL(const GrBuffer* drawIndirectBuffer, size_t offset, 79 void onDrawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t offset, 81 void multiDrawElementsANGLEOrWebGL(const GrBuffer* drawIndirectBuffer, size_t offset,
|
/third_party/skia/src/c/ |
H A D | sk_imageinfo.cpp | 37 for (size_t i = 0; i < SK_ARRAY_COUNT(gColorTypeMap); ++i) { in from_c_colortype() 49 for (size_t i = 0; i < SK_ARRAY_COUNT(gColorTypeMap); ++i) { in to_c_colortype() 61 for (size_t i = 0; i < SK_ARRAY_COUNT(gAlphaTypeMap); ++i) { in from_c_alphatype() 73 for (size_t i = 0; i < SK_ARRAY_COUNT(gAlphaTypeMap); ++i) { in to_c_alphatype()
|
/third_party/skia/src/gpu/ |
H A D | GrProcessor.h | 131 void* operator new(size_t size); 132 void* operator new(size_t object_size, size_t footer_size); 135 void* operator new(size_t size, void* placement) { in operator new()
|