/third_party/pulseaudio/src/pulse/ |
H A D | proplist.h | 314 int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nbytes); 328 int pa_proplist_get(const pa_proplist *p, const char *key, const void **data, size_t *nbytes);
|
/third_party/openssl/crypto/bn/ |
H A D | bn_intern.c | 22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF() 28 size_t len = 0, j; in bn_compute_wNAF()
|
/third_party/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 110 size_t inl)) in EVP_CIPHER_meth_set_do_cipher() 173 size_t inl) in EVP_CIPHER_meth_get_do_cipher()
|
/third_party/openssl/crypto/chacha/ |
H A D | chacha_enc.c | 72 size_t len, const unsigned int key[8], in ChaCha20_ctr32() 77 size_t todo, i; in ChaCha20_ctr32()
|
/third_party/openssl/crypto/ |
H A D | param_build_set.c | 58 size_t data_len) in ossl_param_build_set_octet_string() 70 const char *key, const BIGNUM *bn, size_t sz) in ossl_param_build_set_bn_pad()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderTestUtil.cpp | 38 for (size_t outputNdx = 0; outputNdx < outputAllocs.size(); ++outputNdx) in verifyOutputWithEpsilon() 48 for (size_t floatNdx = 0; floatNdx < actualFloats.size(); ++floatNdx) in verifyOutputWithEpsilon()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCaseUtil.cpp | 36 size_t m_idx; 37 size_t m_len;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLDevice.h | 28 cl_int getInfo(DeviceInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const;
|
H A D | Observer.h | 27 using SubjectIndex = size_t; 105 constexpr size_t kMaxFixedObservers = 8;
|
H A D | CLPlatform.h | 36 cl_int getInfo(PlatformInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | AstHelpers.h | 72 TIntermTyped &GetArg(const TIntermAggregate &call, size_t index); 75 void SetArg(TIntermAggregate &call, size_t index, TIntermTyped &arg);
|
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
H A D | JsonSerializer.h | 59 void addBlob(const std::string &name, const uint8_t *value, size_t length); 109 size_t length();
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | ReplaceShadowingVariables.cpp | 59 size_t paramCount = func->getParamCount(); 60 for (size_t i = 0; i < paramCount; ++i)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | ShaderCache.h | 41 size_t length, in create() 86 const static size_t kMaxMapSize = 100;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DXGISwapChainWindowSurfaceWGL.h | 99 size_t mWidth; 100 size_t mHeight;
|
H A D | D3DTextureSurfaceWGL.h | 85 size_t mWidth; 86 size_t mHeight;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 100 for (size_t i = 1; i < Length; ++i) 112 for (size_t i = 1; i < Length; ++i)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.cpp | 116 size_t Count = IDs.size(); in getIDForString() 118 for (size_t I = 0; I < Count; ++I) { in getIDForString()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeBatchResult.hpp | 59 size_t getSize (void) const { return m_data.size(); } in getSize() 62 void append (const deUint8* bytes, size_t numBytes);
|
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/ |
H A D | bin_to_dot.cpp | 105 for (size_t i = 3; i < inst.num_operands; i += 2) { in HandleInstruction() 169 size_t num_words, std::iostream* out, in BinaryToDot()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DXTSRGBCompressedTextureTest.cpp | 78 size_t x_actual = (x * kWindowSize + kWindowSize / 2) / test.width; in runTestChecks() 79 size_t y_actual = in runTestChecks()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | MaterialsTest.cpp | 61 for (size_t i = 0; i < pnames.size(); i++) in TEST_P() 115 for (size_t i = 0; i < pnames.size(); i++) in TEST_P()
|
/third_party/skia/src/core/ |
H A D | SkPictureImageGenerator.cpp | 23 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options& opts) 78 bool SkPictureImageGenerator::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels()
|
/third_party/skia/src/gpu/gl/builders/ |
H A D | GrGLProgramBuilder.h | 96 size_t fVertexStride; 97 size_t fInstanceStride;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.h | 89 void onDrawIndirect(const GrBuffer* drawIndirectBuffer, size_t offset, int drawCount) override; 90 void onDrawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t offset,
|