Home
last modified time | relevance | path

Searched refs:size_t (Results 17901 - 17925 of 46522) sorted by relevance

1...<<711712713714715716717718719720>>...1861

/third_party/node/deps/openssl/openssl/crypto/async/
H A Dasync.c178 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()
352 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread()
355 size_t curr_size = 0; in ASYNC_init_thread()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_local.h26 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
348 OSSL_PARAM *evp_pkey_to_param(EVP_PKEY *pkey, size_t *sz);
352 size_t pksize = (size_t)EVP_PKEY_get_size(ctx->pkey); \
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c76 const unsigned char *seed, size_t seedlen) in ossl_ffc_params_set_seed()
137 size_t seedlen, int counter) in ossl_ffc_params_set_validate_params()
146 unsigned char **seed, size_t *seedlen, in ossl_ffc_params_get_validate_params()
297 size_t i; in ossl_ffc_params_print()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c221 if ((size_t)ptr >= (size_t)stdin && in file_ctrl()
222 (size_t)ptr < (size_t)(stdin + _IOB_ENTRIES)) in file_ctrl()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dscalar.c140 size_t nbytes) in scalar_decode_short()
142 size_t i, j, k = 0; in scalar_decode_short()
177 const unsigned char *ser, size_t ser_len) in ossl_curve448_scalar_decode_long()
179 size_t i; in ossl_curve448_scalar_decode_long()
/third_party/node/deps/uv/src/win/
H A Dgetaddrinfo.c60 size_t ai_addrlen;
109 size_t addrinfo_struct_len = ALIGNED_SIZE(sizeof(struct addrinfo)); in uv__getaddrinfo_done()
399 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname()
445 int uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoiid()
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h25 typedef void* (*uvwasi_malloc)(size_t size, void* mem_user_data);
27 typedef void* (*uvwasi_calloc)(size_t nmemb, size_t size, void* mem_user_data);
28 typedef void* (*uvwasi_realloc)(void* ptr, size_t size, void* mem_user_data);
/third_party/openssl/test/testutil/
H A Ddriver.c411 char *glue_strings(const char *list[], size_t *out_len) in glue_strings()
413 size_t len = 0; in glue_strings()
441 size_t dirlen = dir != NULL ? strlen(dir) : 0; in test_mk_file_path()
442 size_t len = dirlen + strlen(sep) + strlen(file) + 1; in test_mk_file_path()
/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c56 static void *default_malloc(size_t size, void *data) in default_malloc()
86 PRIV(memctl_malloc)(size_t size, pcre2_memctl *memctl) in memctl_malloc()
115 pcre2_general_context_create(void *(*private_malloc)(size_t, void *), in pcre2_general_context_create()
460 void *(*mymalloc)(size_t, void *), void (*myfree)(void *, void *), in pcre2_set_recursion_memory_management()
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc309 void ForkPipeRunner::CheckedWrite(int fd, const void *buf, size_t len) { in CheckedWrite()
316 bool ForkPipeRunner::TryRead(int fd, void *buf, size_t len) { in TryRead()
317 size_t ofs = 0; in TryRead()
337 void ForkPipeRunner::CheckedRead(int fd, void *buf, size_t len) { in CheckedRead()
/third_party/openssl/crypto/asn1/
H A Da_sign.c34 size_t inll = 0, outll = 0; in ASN1_sign()
79 inll = (size_t)inl; in ASN1_sign()
158 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx()
174 size_t aid_len = 0; in ASN1_item_sign_ctx()
/third_party/openssl/crypto/async/
H A Dasync.c178 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()
352 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread()
355 size_t curr_size = 0; in ASYNC_init_thread()
/third_party/openssl/crypto/ec/curve448/
H A Dscalar.c140 size_t nbytes) in scalar_decode_short()
142 size_t i, j, k = 0; in scalar_decode_short()
177 const unsigned char *ser, size_t ser_len) in ossl_curve448_scalar_decode_long()
179 size_t i; in ossl_curve448_scalar_decode_long()
/third_party/openssl/crypto/ffc/
H A Dffc_params.c76 const unsigned char *seed, size_t seedlen) in ossl_ffc_params_set_seed()
137 size_t seedlen, int counter) in ossl_ffc_params_set_validate_params()
146 unsigned char **seed, size_t *seedlen, in ossl_ffc_params_get_validate_params()
297 size_t i; in ossl_ffc_params_print()
/third_party/openssl/crypto/evp/
H A Devp_local.h26 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
348 OSSL_PARAM *evp_pkey_to_param(EVP_PKEY *pkey, size_t *sz);
352 size_t pksize = (size_t)EVP_PKEY_get_size(ctx->pkey); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp72 size_t size = 0u; in GetArgString()
97 size_t size = 0u; in GetKernelString()
129 cl_int CLKernelCL::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg()
184 for (size_t index = 0u; index < ctx.getDevices().size(); ++index) in createInfo()
H A DCLDeviceCL.cpp27 size_t size = 0u; in GetDeviceInfo()
196 cl_int CLDeviceCL::getInfoSizeT(cl::DeviceInfo name, size_t *value) const in getInfoSizeT()
202 cl_int CLDeviceCL::getInfoStringLength(cl::DeviceInfo name, size_t *value) const in getInfoStringLength()
207 cl_int CLDeviceCL::getInfoString(cl::DeviceInfo name, size_t size, char *value) const in getInfoString()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DToposortStructs.cpp147 const size_t size = aFields.size(); in CreateStructEqualityFunction()
165 for (size_t idx = 0; idx < size; ++idx) in CreateStructEqualityFunction()
314 const size_t stmtCount = root.getChildCount(); in ToposortStructs()
315 for (size_t i = 0; i < stmtCount; ++i) in ToposortStructs()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp78 size_t numParameters = function.getParamCount(); in AppendValuesFromMultipleArguments()
79 size_t paramIndex = 0; in AppendValuesFromMultipleArguments()
251 for (size_t i = 0; i < arguments.size(); ++i)
318 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(&root); in rewrite()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.h156 size_t getParentChildIndex(Visit visit) const in getParentChildIndex()
163 size_t getLastTraversedChildIndex(Visit visit) const in getLastTraversedChildIndex()
214 size_t position,
332 size_t mCurrentChildIndex;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.h96 bool(const std::string &blockName, const std::string &blockMappedName, size_t *sizeOut)>;
125 virtual size_t getCurrentBlockMemberIndex() const = 0;
150 size_t getCurrentBlockMemberIndex() const override;
172 size_t getCurrentBlockMemberIndex() const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DTextureImpl.h72 size_t imageSize,
79 size_t imageSize,
166 size_t levels,
179 size_t levels,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp43 size_t Len = std::min(CommonPrefix.size(), I->TypedText.size()); in getCommonPrefix()
44 size_t CommonLen = 0; in getCommonPrefix()
55 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { in complete()
84 size_t Pos) const { in getCompletionAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp153 size_t Position = Comments.find('\n'); in emitComments()
252 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction()
254 size_t OutStringSize){ in LLVMDisasmInstruction()
288 size_t OutputSize = std::min(OutStringSize-1, InsnStr.size()); in LLVMDisasmInstruction()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dframe_buffer.cc197 for (size_t i = 0; i < color_images_.size(); ++i) { in CopyImagesToBuffers()
206 for (size_t i = 0; i < resolve_images_.size(); ++i) { in CopyImagesToBuffers()
232 for (size_t i = 0; i < color_images_.size(); ++i) { in CopyBuffersToImages()
244 for (size_t i = 0; i < resolve_images_.size(); ++i) { in CopyBuffersToImages()

Completed in 39 milliseconds

1...<<711712713714715716717718719720>>...1861