/third_party/ffmpeg/libavutil/ |
H A D | video_enc_params.h | 86 size_t blocks_offset; 90 size_t block_size; 159 unsigned int nb_blocks, size_t *out_size);
|
/third_party/ffmpeg/tools/ |
H A D | coverity.c | 35 void *av_malloc(size_t size) { in av_malloc() 48 void *av_mallocz(size_t size) { in av_mallocz() 61 void *av_realloc(void *ptr, size_t size) { in av_realloc()
|
/third_party/backends/backend/ |
H A D | epson2_scsi.h | 18 size_t *buf_size); 19 int sanei_epson2_scsi_read(int fd, void *buf, size_t buf_size, 21 int sanei_epson2_scsi_write(int fd, const void *buf, size_t buf_size,
|
H A D | epson_scsi.h | 18 size_t * buf_size); 19 int sanei_epson_scsi_read (int fd, void *buf, size_t buf_size, 21 int sanei_epson_scsi_write (int fd, const void *buf, size_t buf_size,
|
/third_party/curl/include/curl/ |
H A D | header.h | 34 size_t amount; /* number of headers using this name */ 35 size_t index; /* ... of this instance, 0 or higher */ 60 size_t index,
|
/third_party/curl/lib/ |
H A D | ftplistparser.h | 31 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
|
H A D | pop3.h | 65 size_t eob; /* Number of bytes of the EOB (End Of Body) that 67 size_t strip; /* Number of bytes from the start to ignore as 95 CURLcode Curl_pop3_write(struct Curl_easy *data, char *str, size_t nread);
|
/third_party/bounds_checking_function/src/ |
H A D | snprintf_s.c | 47 int snprintf_s(char *strDest, size_t destMax, size_t count, const char *format, ...) in snprintf_s() 93 int snprintf_truncated_s(char *strDest, size_t destMax, const char *format, ...) in snprintf_truncated_s()
|
H A D | vswscanf_s.c | 21 SECUREC_INLINE size_t SecWcslen(const wchar_t *s) in SecWcslen() 27 return ((size_t)((end - s))); in SecWcslen() 56 size_t count; /* If initialization causes e838 */ in vswscanf_s()
|
/third_party/icu/icu4c/source/common/ |
H A D | uobject.cpp | 61 void * U_EXPORT2 UMemory::operator new(size_t size) U_NOEXCEPT { 71 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NOEXCEPT { 82 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NOEXCEPT {
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-gencrypto.h | 136 LWS_VISIBLE LWS_EXTERN size_t 137 lws_gencrypto_padded_length(size_t block_size, size_t len);
|
/third_party/libuv/src/unix/ |
H A D | random-getrandom.c | 34 typedef ssize_t (*uv__getrandom_cb)(void *, size_t, unsigned); 54 int uv__random_getrandom(void* buf, size_t buflen) { in uv__random_getrandom() 56 size_t pos; in uv__random_getrandom()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | poly1305.h | 55 size_t MBEDTLS_PRIVATE(queue_len); /** The number of bytes stored in 'queue'. */ 126 size_t ilen); 163 size_t ilen,
|
H A D | chacha20.h | 53 size_t MBEDTLS_PRIVATE(keystream_bytes_used); /*! Number of keystream bytes already used. */ 161 size_t size, 196 size_t size,
|
/third_party/jerryscript/jerry-core/include/ |
H A D | jerryscript-port.h | 210 uint8_t *jerry_port_read_source (const char *file_name_p, size_t *out_size_p); 236 size_t jerry_port_normalize_path (const char *in_path_p, 238 size_t out_buf_size,
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | ThreadedTest.cpp | 11 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() 15 size_t Res = 0; in LLVMFuzzerTestOneInput() 16 for (size_t i = 0; i < Size / 2; i++) in LLVMFuzzerTestOneInput()
|
H A D | StrcmpTest.cpp | 11 bool Eq(const uint8_t *Data, size_t Size, const char *Str) { in Eq() 13 size_t Len = strlen(Str); in Eq() 22 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | InOutTempBuffer.h | 20 size_t _numBufs;
21 size_t _numFilled;
34 void *GetBuf(size_t index);
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_clflush.h | 31 intel_clflush_range(void *start, size_t size) in intel_clflush_range() 43 intel_flush_range(void *start, size_t size) in intel_flush_range() 50 intel_invalidate_range(void *start, size_t size) in intel_invalidate_range()
|
/third_party/node/src/ |
H A D | node_bob-inl.h | 16 size_t count, in Pull() 17 size_t max_count_hint) { in Pull() 22 std::move(next)(status, nullptr, 0, [](size_t len) {}); in Pull()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | misc.c | 43 void *ntfs_calloc(size_t size) in ntfs_calloc() 53 void *ntfs_malloc(size_t size) in ntfs_malloc() 63 void *ntfs_realloc(void *ptr, size_t size) in ntfs_realloc()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | grp.h | 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **); 30 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **); 45 int setgroups(size_t, const gid_t *);
|
/third_party/musl/src/stdio/ |
H A D | ext2.c | 4 size_t __freadahead(FILE *f) in __freadahead() 9 const char *__freadptr(FILE *f, size_t *sizep) in __freadptr() 16 void __freadptrinc(FILE *f, size_t inc) in __freadptrinc()
|
H A D | vsscanf.c | 5 static size_t string_read(FILE *f, unsigned char *buf, size_t len) in string_read() 12 size_t s_len = strlen(s); in vsscanf()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | grp.h | 29 int getgrgid_r(gid_t, struct group *, char *, size_t, struct group **); 30 int getgrnam_r(const char *, struct group *, char *, size_t, struct group **); 45 int setgroups(size_t, const gid_t *);
|