/third_party/node/deps/openssl/openssl/crypto/md5/ |
H A D | md5_sha1.c | 27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update() argument
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_sign.c | 22 PEM_SignUpdate(EVP_MD_CTX *ctx, const unsigned char *data, unsigned int count) PEM_SignUpdate() argument
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_meth.c | 43 static int drbg_bytes(unsigned char *out, int count) in drbg_bytes() argument
|
/third_party/node/deps/uv/src/unix/ |
H A D | bsd-ifaddrs.c | 68 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) { in uv_interface_addresses() argument 154 uv_free_interface_addresses(uv_interface_address_t* addresses, int count) uv_free_interface_addresses() argument
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | action.rs | 337 fn count() { in count() functions
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | views.rs | 10 let mut count = 0; in count_digits() variables
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteArray.cs | 50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count)
in Copy() argument
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-util.c | 105 unsigned int count = pa_bluetooth_a2dp_endpoint_conf_count(); in pa_bluetooth_get_a2dp_endpoint_conf() local 130 unsigned int count = pa_bluetooth_a2dp_endpoint_conf_count(); in pa_bluetooth_a2dp_codec_is_available() local
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES_OpenHarmony.h | 44 SLuint32 count; member
|
/third_party/openssl/crypto/md5/ |
H A D | md5_sha1.c | 27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update() argument
|
/third_party/openssl/crypto/rand/ |
H A D | rand_meth.c | 43 static int drbg_bytes(unsigned char *out, int count) in drbg_bytes() argument
|
/third_party/openssl/crypto/pem/ |
H A D | pem_sign.c | 22 PEM_SignUpdate(EVP_MD_CTX *ctx, const unsigned char *data, unsigned int count) PEM_SignUpdate() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | FixedVector.h | 111 FixedVector<T, N, Storage>::FixedVector(size_type count, const value_type &value) : mSize(count) in FixedVector() argument 118 FixedVector<T, N, Storage>::FixedVector(size_type count) : mSize(count) in FixedVector() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | Input.h | 27 size_t count() const { return mCount; } in count() function in angle::pp::Input
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | bit_vector.cpp | 24 uint32_t count = 0; in ReportDensity() local
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
H A D | spvtools_as_fuzzer.cpp | 37 size_t count = 0; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | FloatLex_test.cpp | 62 static std::string Zeros(size_t count) { return std::string(count, '0'); } in Zeros() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | input_test.cpp | 76 int count = 1; in TEST() local 114 int count = 3; in TEST() local 152 int count = 2; TEST() local 168 int count = 2; TEST() local [all...] |
H A D | PreprocessorTest.cpp | 70 void SimplePreprocessorTest::lexSingleToken(size_t count, in lexSingleToken() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/display/ |
H A D | WindowSurfaceVkSimple.cpp | 31 uint32_t count = 1; in createSurfaceVk() local
|
/third_party/skia/src/gpu/ |
H A D | GrHashMapWithCache.h | 33 int count() const { return fMap.count(); } in count() function in GrHashMapWithCache
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkDescriptorPool.cpp | 14 Create(GrVkGpu* gpu, VkDescriptorType type, uint32_t count) Create() argument 41 GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorPool pool, VkDescriptorType type, uint32_t count) GrVkDescriptorPool() argument
|
/third_party/skia/src/core/ |
H A D | SkOpts.h | 90 static inline void sk_memset16(uint16_t buffer[], uint16_t value, int count) { in sk_memset16() argument 93 static inline void sk_memset32(uint32_t buffer[], uint32_t value, int count) { in sk_memset32() argument 96 static inline void sk_memset64(uint64_t buffer[], uint64_t value, int count) { in sk_memset64() argument
|
H A D | SkRecorder.h | 26 int count() const { return fArray.count(); } in count() function in SkDrawableList
|
H A D | SkTSearch.h | 39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, const LESS& less) in SkTSearch() argument 73 int SkTSearch(const T base[], int count, const T& target, size_t elemSize) { in SkTSearch() argument [all...] |