Home
last modified time | relevance | path

Searched refs:size_t (Results 7776 - 7800 of 45843) sorted by relevance

1...<<311312313314315316317318319320>>...1834

/third_party/ffmpeg/libavutil/
H A Dvideo_enc_params.h86 size_t blocks_offset;
90 size_t block_size;
159 unsigned int nb_blocks, size_t *out_size);
/third_party/ffmpeg/tools/
H A Dcoverity.c35 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 Depson2_scsi.h18 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 Depson_scsi.h18 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 Dheader.h34 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 Dftplistparser.h31 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
H A Dpop3.h65 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 Dsnprintf_s.c47 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 Dvswscanf_s.c21 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 Duobject.cpp61 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 Dlws-gencrypto.h136 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 Drandom-getrandom.c34 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 Dpoly1305.h55 size_t MBEDTLS_PRIVATE(queue_len); /** The number of bytes stored in 'queue'. */
126 size_t ilen);
163 size_t ilen,
H A Dchacha20.h53 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 Djerryscript-port.h210 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 DThreadedTest.cpp11 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 DStrcmpTest.cpp11 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 DInOutTempBuffer.h20 size_t _numBufs;
21 size_t _numFilled;
34 void *GetBuf(size_t index);
/third_party/mesa3d/src/intel/common/
H A Dintel_clflush.h31 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 Dnode_bob-inl.h16 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 Dmisc.c43 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 Dgrp.h29 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 Dext2.c4 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 Dvsscanf.c5 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 Dgrp.h29 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 *);

Completed in 18 milliseconds

1...<<311312313314315316317318319320>>...1834