Home
last modified time | relevance | path

Searched refs:size_t (Results 19651 - 19675 of 46462) sorted by relevance

1...<<781782783784785786787788789790>>...1859

/third_party/pulseaudio/src/pulse/
H A Dproplist.h314 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 Dbn_intern.c22 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 Dcmeth_lib.c110 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 Dchacha_enc.c72 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 Dparam_build_set.c58 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 DvktSpvAsmComputeShaderTestUtil.cpp38 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 DvktAmberTestCaseUtil.cpp36 size_t m_idx;
37 size_t m_len;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.h28 cl_int getInfo(DeviceInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const;
H A DObserver.h27 using SubjectIndex = size_t;
105 constexpr size_t kMaxFixedObservers = 8;
H A DCLPlatform.h36 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 DAstHelpers.h72 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 DJsonSerializer.h59 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 DReplaceShadowingVariables.cpp59 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 DShaderCache.h41 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 DDXGISwapChainWindowSurfaceWGL.h99 size_t mWidth;
100 size_t mHeight;
H A DD3DTextureSurfaceWGL.h85 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 DByteStreamer.h100 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 DPDBStringTable.cpp116 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 DxeBatchResult.hpp59 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 Dbin_to_dot.cpp105 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 DDXTSRGBCompressedTextureTest.cpp78 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 DMaterialsTest.cpp61 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 DSkPictureImageGenerator.cpp23 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 DGrGLProgramBuilder.h96 size_t fVertexStride;
97 size_t fInstanceStride;
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.h89 void onDrawIndirect(const GrBuffer* drawIndirectBuffer, size_t offset, int drawCount) override;
90 void onDrawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t offset,

Completed in 32 milliseconds

1...<<781782783784785786787788789790>>...1859