/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | client.c | 56 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() 87 OPENSSL_assert((size_t)BIO_write(in, buf, len) == len); in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | property.h | 92 size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx, 94 size_t bufsize);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 30 const unsigned char *in, size_t inl); 73 const unsigned char *in, size_t inl) in desx_cbc_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/rc4/ |
H A D | rc4_enc.c | 27 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, in RC4() 32 size_t i; in RC4()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | t_pkey.c | 21 int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent) in ASN1_buf_print() 23 size_t i; in ASN1_buf_print()
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err_blocks.c | 53 size_t buf_size = 0; in ERR_vset_error() 55 size_t i; in ERR_vset_error()
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | example_ffi.rs | 12 use libc::{c_char, c_int, c_void, size_t, ssize_t}; 32 pub fn read(fd: BorrowedFd<'_>, ptr: *mut c_void, size: size_t) -> ssize_t; in read() 33 pub fn write(fd: BorrowedFd<'_>, ptr: *const c_void, size: size_t) -> ssize_t; in read()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | no_size_t_is_usize.rs | 8 pub type size_t = ::std::os::raw::c_ulong; types 13 pub len: size_t,
|
/third_party/python/Include/ |
H A D | pythread.h | 81 PyAPI_FUNC(size_t) PyThread_get_stacksize(void); 82 PyAPI_FUNC(int) PyThread_set_stacksize(size_t); variable
|
H A D | longobject.h | 18 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t); variable 24 PyAPI_FUNC(size_t) PyLong_AsSize_t(PyObject *);
|
/third_party/openssl/crypto/ec/ |
H A D | ec_print.c | 22 size_t buf_len = 0, i; in EC_POINT_point2hex() 54 size_t len, oct_buf_len = 0; in EC_POINT_hex2point()
|
/third_party/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 30 const unsigned char *in, size_t inl); 73 const unsigned char *in, size_t inl) in desx_cbc_cipher()
|
/third_party/openssl/crypto/err/ |
H A D | err_blocks.c | 53 size_t buf_size = 0; in ERR_vset_error() 55 size_t i; in ERR_vset_error()
|
/third_party/openssl/crypto/rc4/ |
H A D | rc4_enc.c | 27 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, in RC4() 32 size_t i; in RC4()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.hpp | 97 bool isOutput16Bit (const size_t ndx) const; 100 bool isOutput64Bit (const size_t ndx) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmLoopDepInfTests.cpp | 154 for (size_t ndx = 0; ndx < numElements; ++ndx) in getComputeShaderSpec() 157 for (size_t ndx = 0; ndx < numElements; ++ndx) in getComputeShaderSpec()
|
H A D | vktSpvAsmLoopDepLenTests.cpp | 170 for (size_t ndx = 0; ndx < numElements; ++ndx) in getComputeShaderSpec() 173 for (size_t ndx = 0; ndx < numElements; ++ndx) in getComputeShaderSpec()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktConstexprVectorUtil.hpp | 40 template<typename _t, size_t CAPACITY> 45 using size_type = ::std::size_t;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | IdGen.cpp | 22 Name IdGen::createNewName(size_t count, in createNewName() 38 for (size_t i = 0; i < count; ++i) in createNewName()
|
H A D | AddExplicitTypeCasts.cpp | 30 const size_t argCount = callNode.getChildCount(); 60 for (size_t i = 0; i < argCount; ++i)
|
H A D | ModifyStruct.h | 115 size_t size() const; 116 const ModifiedStructMachinery &at(size_t index) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLEventCL.cpp | 45 size_t valueSize, in getProfilingInfo() 47 size_t *valueSizeRet) in getProfilingInfo()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | Preprocessor.cpp | 53 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init() 100 void Preprocessor::setMaxTokenSize(size_t maxTokenSize) in setMaxTokenSize()
|
H A D | MacroExpander.h | 66 std::size_t index; 77 size_t mTotalTokensInContexts;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | VersionGLSL.cpp | 117 size_t paramCount = node->getFunction()->getParamCount(); in visitFunctionPrototype() 118 for (size_t i = 0; i < paramCount; ++i) in visitFunctionPrototype()
|