Home
last modified time | relevance | path

Searched refs:size_t (Results 7401 - 7425 of 20536) sorted by relevance

1...<<291292293294295296297298299300>>...822

/third_party/gn/src/base/json/
H A Dstring_escape.cc41 size_t ComputeAsciiEscapedSize(char ch) { in ComputeAsciiEscapedSize()
121 size_t escapes_size = 0; in EscapeJSONStringImpl()
137 static_cast<size_t>(std::numeric_limits<int32_t>::max())); in EscapeJSONStringImpl()
/third_party/gn/src/base/strings/
H A Dstring_number_conversions.h88 bool StringToSizeT(std::string_view input, size_t* output);
89 bool StringToSizeT(std::u16string_view input, size_t* output);
98 // std::numeric_limits<size_t>::max() / 2
99 std::string HexEncode(const void* bytes, size_t size);
/third_party/glslang/StandAlone/
H A DDirStackFileIncluder.h56 size_t inclusionDepth) override
63 size_t /*inclusionDepth*/) override
146 size_t last = path.find_last_of("/\\"); in getDirectory()
/third_party/alsa-lib/src/topology/
H A Ddecoder.c21 size_t pos, in tplg_decode_template()
43 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags) in snd_tplg_decode()
47 size_t pos; in snd_tplg_decode()
/third_party/backends/backend/
H A Depsonds.h57 #define XtOffset(p_type, field) ((size_t)&(((p_type)NULL)->field))
176 size_t bsz; /* transfer buffer size */
197 size_t netlen;
/third_party/backends/include/sane/
H A Dconfig.h689 /* #undef size_t */
732 const char * inet_ntop (int af, const void *src, char *dst, size_t cnt);
751 int snprintf (char *str,size_t count,const char *fmt,...);
770 char *strndup(const char * s, size_t n);
/third_party/curl/docs/examples/
H A Dcacertinmem.c34 static size_t writefunction(void *ptr, size_t size, size_t nmemb, void *stream) in writefunction()
H A Dsmooth-gtk-thread.c63 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream) in write_file()
H A Dusercertinmem.c40 static size_t writefunction(void *ptr, size_t size, size_t nmemb, void *stream) in writefunction()
/third_party/curl/lib/
H A Dcurl_path.c44 size_t working_path_len; in Curl_getworkingpath()
72 size_t len; in Curl_getworkingpath()
123 size_t fullPathLength, pathLength; in Curl_get_pathname()
H A Dhmac.c59 size_t i; in Curl_HMAC_init()
154 const unsigned char *key, const size_t keylen, in Curl_hmacit()
155 const unsigned char *data, const size_t datalen, in Curl_hmacit()
/third_party/bounds_checking_function/src/
H A Dsecureprintoutput.h132 ((count) > (SECUREC_STRING_MAX_LEN - 1) && (count) != (size_t)(-1)))
144 int SecVswprintfImpl(wchar_t *string, size_t count, const wchar_t *format, va_list argList);
146 int SecVsnprintfImpl(char *string, size_t count, const char *format, va_list argList);
/third_party/cJSON/tests/
H A Dcommon.h51 size_t read_chars = 0; in read_file()
76 content = (char*)malloc((size_t)length + sizeof("")); in read_file()
83 read_chars = fread(content, sizeof(char), (size_t)length, file); in read_file()
/third_party/curl/customized/include/
H A Dcurl_config_liteos_a.h849 #define RECV_TYPE_ARG3 size_t
885 #define SEND_TYPE_ARG3 size_t
911 /* The number of bytes in type size_t */
921 #define STRERROR_R_TYPE_ARG3 size_t
1055 /* #undef size_t */
1057 /* the signed version of size_t */
/third_party/gn/src/gn/
H A Dsubstitution_pattern.cc41 size_t cur = 0; in Parse()
43 size_t next = str.find("{{", cur); in Parse()
60 size_t cur_len = strlen(cur_pattern); in Parse()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.h72 const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, ignored); } in readFontTable()
73 const void *readFontTable(LETag tableTag, size_t &length) const;
81 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.h68 const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, ignored); } in readFontTable()
69 const void *readFontTable(LETag tableTag, size_t &length) const;
76 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
/third_party/alsa-lib/include/
H A Dcontrol_external.h191 char *name, size_t name_max_len);
208 size_t max_bytes);
229 size_t max_bytes);
/third_party/libphonenumber/tools/cpp/src/base/
H A Dbasictypes.h10 #include <stddef.h> // For size_t
138 template <typename T, size_t N>
145 template <typename T, size_t N>
160 // size_t.
181 // !(sizeof(a) & sizeof(*(a))) to size_t in order to ensure the final
182 // result has type size_t.
193 static_cast<size_t>(!(sizeof(a) % sizeof(*(a)))))
/third_party/libuv/src/win/
H A Dfs-fd-hash-inl.h64 size_t size;
77 size_t i; in uv__fd_hash_init()
111 size_t first_group_size = bucket_ptr->size % UV__FD_HASH_GROUP_SIZE; \
/third_party/libuv/src/unix/
H A Dhurd.c39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
60 *size = copied < 0 ? strlen(buffer) : (size_t) copied; in uv_exepath()
65 int uv_resident_set_memory(size_t* rss) { in uv_resident_set_memory()
H A Dqnx.c58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath()
96 int uv_resident_set_memory(size_t* rss) { in uv_resident_set_memory()
125 size_t cpuinfo_size = _SYSPAGE_ELEMENT_SIZE(_syspage_ptr, cpuinfo); in uv_cpu_info()
/third_party/libwebsockets/lib/misc/
H A Dfsmount.c102 n += lws_snprintf(&opts[n], (size_t)(sizeof(opts) - (unsigned int)n), in lws_fsmount_mount()
107 n += lws_snprintf(&opts[n], (size_t)(sizeof(opts) - (unsigned int)n), in lws_fsmount_mount()
111 n += lws_snprintf(&opts[n], (size_t)(sizeof(opts) - (unsigned int)n), in lws_fsmount_mount()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.cpp90 size_t objSize, ///< [in] Size to allocate in ClientAlloc()
119 size_t objSize ///< [in] Size to allocate in Alloc()
179 size_t objSize, ///< [in] Size to allocate
/third_party/mbedtls/library/
H A Dplatform_util.c92 static void *(*const volatile memset_func)(void *, int, size_t) = memset;
95 void mbedtls_platform_zeroize(void *buf, size_t len) in mbedtls_platform_zeroize()
140 void mbedtls_zeroize_and_free(void *buf, size_t len) in mbedtls_zeroize_and_free()

Completed in 18 milliseconds

1...<<291292293294295296297298299300>>...822