/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 87 size_t curr_rec = 0, num_recs = RECORD_LAYER_get_numrpipes(rl); in RECORD_LAYER_processed_read_pending() 112 size_t ssl3_pending(const SSL *s) in ssl3_pending() 114 size_t i, num = 0; in ssl3_pending() 141 void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len) in SSL_CTX_set_default_read_buffer_len() 146 void SSL_set_default_read_buffer_len(SSL *s, size_t len) in SSL_set_default_read_buffer_len() 182 int ssl3_read_n(SSL *s, size_t n, size_t max, int extend, int clearold, in ssl3_read_n() 183 size_t *readbytes) in ssl3_read_n() 194 size_t len, left, align = 0; in ssl3_read_n() 210 align = (size_t)r in ssl3_read_n() [all...] |
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 96 size_t curr_rec = 0, num_recs = RECORD_LAYER_get_numrpipes(rl); in RECORD_LAYER_processed_read_pending() 121 size_t ssl3_pending(const SSL *s) in ssl3_pending() 123 size_t i, num = 0; in ssl3_pending() 150 void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len) in SSL_CTX_set_default_read_buffer_len() 155 void SSL_set_default_read_buffer_len(SSL *s, size_t len) in SSL_set_default_read_buffer_len() 191 int ssl3_read_n(SSL *s, size_t n, size_t max, int extend, int clearold, in ssl3_read_n() 192 size_t *readbytes) in ssl3_read_n() 203 size_t len, left, align = 0; in ssl3_read_n() 219 align = (size_t)r in ssl3_read_n() [all...] |
/test/xts/acts/ai/mindspore/mindsporendktest/entry/src/main/cpp/ |
H A D | mindspore.cpp | 31 for (size_t i = 0; i < inputs.handle_num; ++i) {
in GenerateInputDataWithRandom() 39 for (size_t j = 0; j < num; j++) {
in GenerateInputDataWithRandom() 70 size_t argc = 1;
in OHAIContextSetThreadNumOne() 91 size_t argc = 1;
in OHAIContextSetThreadNumTwo() 111 size_t argc = 1;
in OHAIContextGetThreadNumOne() 143 size_t argc = 1;
in OHAIContextSetThreadAffinityModeOne() 164 size_t argc = 1;
in OHAIContextSetThreadAffinityModeTwo() 184 size_t argc = 1;
in OHAIContextGetThreadAffinityModeOne() 217 size_t argc = 1;
in OHAIDeviceInfoCreateOne() 237 size_t arg in OHAIDeviceInfoGetDeviceTypeOne() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t); 17 void bcopy (const void *, void *, size_t); 18 void bzero (void *, size_t); 30 int strncasecmp (const char *, const char *, size_t); 33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | memory_buffer_alloc.h | 73 void mbedtls_memory_buffer_alloc_init( unsigned char *buf, size_t len ); 107 void mbedtls_memory_buffer_alloc_max_get( size_t *max_used, size_t *max_blocks ); 122 void mbedtls_memory_buffer_alloc_cur_get( size_t *cur_used, size_t *cur_blocks );
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paragraph_line_fetcher.h | 28 virtual size_t GetLineBreak(size_t startIndex, SkScalar width) const = 0; 29 virtual std::unique_ptr<TextLineBase> CreateLine(size_t startIndex, size_t count) = 0; 31 virtual size_t GetUnicodeSize() const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | line_typography.h | 26 virtual size_t GetLineBreak(size_t startIndex, double width) const = 0; 27 virtual std::unique_ptr<TextLineBase> CreateLine(size_t startIndex, size_t count) = 0; 30 virtual size_t GetUnicodeSize() const = 0;
|
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | archrandom.h | 8 ssize_t os_getrandom(void *buf, size_t len, unsigned int flags); 10 static inline size_t __must_check arch_get_random_longs(unsigned long *v, size_t max_longs) in arch_get_random_longs() 20 static inline size_t __must_check arch_get_random_seed_longs(unsigned long *v, size_t max_longs) in arch_get_random_seed_longs()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | xattr.h | 26 void *, size_t); 28 void *, size_t); 30 const void *, size_t, int); 32 const void *, size_t, int); 33 extern ssize_t v9fs_listxattr(struct dentry *, char *, size_t);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm_iec958.h | 7 int snd_pcm_create_iec958_consumer_default(u8 *cs, size_t len); 10 size_t len); 13 u8 *cs, size_t len); 16 size_t len); 19 u8 *cs, size_t len);
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | malloc.h | 37 size_t __wrap__malloc_usable_size_r(struct _reent *reent, void *aptr); 38 void *__wrap__malloc_r(struct _reent *reent, size_t nbytes); 39 void *__wrap__memalign_r(struct _reent *reent, size_t align, size_t nbytes); 40 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t); 17 void bcopy (const void *, void *, size_t); 18 void bzero (void *, size_t); 30 int strncasecmp (const char *, const char *, size_t); 33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t); 17 void bcopy (const void *, void *, size_t); 18 void bzero (void *, size_t); 30 int strncasecmp (const char *, const char *, size_t); 33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
|
/third_party/musl/src/locale/ |
H A D | strxfrm.c | 6 size_t __strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t loc) in __strxfrm_l() 8 size_t l = strlen(src); in __strxfrm_l() 13 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n) in strxfrm()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t); 17 void bcopy (const void *, void *, size_t); 18 void bzero (void *, size_t); 30 int strncasecmp (const char *, const char *, size_t); 33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t); 17 void bcopy (const void *, void *, size_t); 18 void bzero (void *, size_t); 28 int strncasecmp (const char *, const char *, size_t); 31 int strncasecmp_l (const char *, const char *, size_t, locale_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | strings.h | 16 int bcmp (const void *, const void *, size_t); 17 void bcopy (const void *, void *, size_t); 18 void bzero (void *, size_t); 30 int strncasecmp (const char *, const char *, size_t); 33 int strncasecmp_l (const char *, const char *, size_t, locale_t);
|
/third_party/libfuse/example/ |
H A D | ioctl.h | 25 FIOC_GET_SIZE = _IOR('E', 0, size_t), 26 FIOC_SET_SIZE = _IOW('E', 1, size_t), 39 size_t size; 40 size_t prev_size; /* out param for previous total size */ 41 size_t new_size; /* out param for new total size */
|
/third_party/lzma/C/ |
H A D | LzmaLib.h | 103 Z7_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen,
104 unsigned char *outProps, size_t *outPropsSize, /* *outPropsSize must be = 5 */
133 Z7_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, SizeT *srcLen,
134 const unsigned char *props, size_t propsSize);
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc2.h | 19 size_t key_bits; 25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cbc(size_t keybits); 26 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ecb(size_t keybits); 27 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ofb64(size_t keybits); 28 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cfb64(size_t keybits);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | cl_utils.h | 16 size_t GetChannelCount(cl_channel_order channelOrder); 18 size_t GetElementSize(const cl_image_format &image_format); 20 inline bool OverlapRegions(size_t offset1, size_t offset2, size_t size) in OverlapRegions()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Memory.hpp | 23 size_t memoryPageSize(); 25 void *allocate(size_t bytes, size_t alignment = 16); 28 void clear(uint16_t *memory, uint16_t element, size_t count); 29 void clear(uint32_t *memory, uint32_t element, size_t count);
|
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.hpp | 30 LinuxMemFd(const char *name, size_t size) in LinuxMemFd() 53 bool allocate(const char *name, size_t size); 58 void *mapReadWrite(size_t offset, size_t size); 63 bool unmap(void *addr, size_t size);
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | siphash.h | 19 size_t SipHash_ctx_size(void); 20 size_t SipHash_hash_size(SIPHASH *ctx); 21 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size); 24 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen); 25 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc2.h | 19 size_t key_bits; 25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cbc(size_t keybits); 26 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ecb(size_t keybits); 27 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ofb64(size_t keybits); 28 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cfb64(size_t keybits);
|