/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 41 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 D | string_number_conversions.h | 88 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 D | DirStackFileIncluder.h | 56 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 D | decoder.c | 21 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 D | epsonds.h | 57 #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 D | config.h | 689 /* #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 D | cacertinmem.c | 34 static size_t writefunction(void *ptr, size_t size, size_t nmemb, void *stream) in writefunction()
|
H A D | smooth-gtk-thread.c | 63 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream) in write_file()
|
H A D | usercertinmem.c | 40 static size_t writefunction(void *ptr, size_t size, size_t nmemb, void *stream) in writefunction()
|
/third_party/curl/lib/ |
H A D | curl_path.c | 44 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 D | hmac.c | 59 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 D | secureprintoutput.h | 132 ((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 D | common.h | 51 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 D | curl_config_liteos_a.h | 849 #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 D | substitution_pattern.cc | 41 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 D | PortableFontInstance.h | 72 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 D | PortableFontInstance.h | 68 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 D | control_external.h | 191 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 D | basictypes.h | 10 #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 D | fs-fd-hash-inl.h | 64 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 D | hurd.c | 39 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 D | qnx.c | 58 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 D | fsmount.c | 102 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 D | addrobject.cpp | 90 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 D | platform_util.c | 92 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()
|