/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_psnr_enc.c | 132 int WebPPlaneDistortion(const uint8_t* src, size_t src_stride, in WebPPlaneDistortion() 133 const uint8_t* ref, size_t ref_stride, in WebPPlaneDistortion() 134 int width, int height, size_t x_step, in WebPPlaneDistortion() 155 tmp2 = tmp1 + (size_t)width * height; in WebPPlaneDistortion() 203 const size_t stride0 = 4 * (size_t)p0.argb_stride; in WebPPictureDistortion() 204 const size_t stride1 = 4 * (size_t)p1.argb_stride; in WebPPictureDistortion() 229 int WebPPlaneDistortion(const uint8_t* src, size_t src_stride, in WebPPlaneDistortion() 230 const uint8_t* ref, size_t ref_strid in WebPPlaneDistortion() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatProviders.h | 62 static Optional<size_t> parseNumericPrecision(StringRef Str) { in parseNumericPrecision() 63 size_t Prec; in parseNumericPrecision() 64 Optional<size_t> Result; in parseNumericPrecision() 72 Result = std::min<size_t>(99u, Prec); in parseNumericPrecision() 92 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, 93 size_t Default) { 133 size_t Digits = 0; 183 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2); 203 size_t N = StringRef::npos; 315 Optional<size_t> Precisio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatProviders.h | 63 static Optional<size_t> parseNumericPrecision(StringRef Str) { in parseNumericPrecision() 64 size_t Prec; in parseNumericPrecision() 65 Optional<size_t> Result; in parseNumericPrecision() 73 Result = std::min<size_t>(99u, Prec); in parseNumericPrecision() 93 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, 94 size_t Default) { 134 size_t Digits = 0; 184 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2); 204 size_t N = StringRef::npos; 305 Optional<size_t> Precisio [all...] |
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
H A D | zlib_bench.cc | 45 Data(size_t s) { data.reset(new (std::nothrow) char[size = s]); } in Data() 47 size_t size; 72 size_t zlib_estimate_compressed_size(size_t input_size) { in zlib_estimate_compressed_size() 125 const size_t input_size, in zlib_compress() 131 size_t output_size = output->size(); in zlib_compress() 160 const size_t output_size, in zlib_uncompress() 188 void verify_equal(const char* input, size_t size, std::string* output) { in verify_equal() 217 std::vector<size_t> input_length(blocks); in zlib_file() 273 size_t output_lengt in zlib_file() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format.h | 91 static inline size_t TagSize(int field_number, FieldDescriptor::Type type); 142 static size_t ByteSize(const Message& message); 209 static size_t ComputeUnknownFieldsSize(const UnknownFieldSet& unknown_fields); 213 static size_t ComputeUnknownMessageSetItemsSize( 244 static size_t FieldByteSize(const FieldDescriptor* field, // Cannot be NULL 260 static size_t MessageSetItemByteSize(const FieldDescriptor* field, 267 static size_t FieldDataOnlyByteSize( 346 inline size_t WireFormat::TagSize(int field_number, in TagSize() 391 inline size_t ComputeUnknownMessageSetItemsSize( in ComputeUnknownMessageSetItemsSize() 398 size_t ComputeUnknownFieldsSiz [all...] |
H A D | wire_format_lite.cc | 66 const size_t WireFormatLite::kMessageSetItemTagsSize = 605 static size_t VarintSize(const T* data, const int n) { in VarintSize() 642 static size_t VarintSize64(const T* data, const int n) { in VarintSize64() 674 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() 678 size_t WireFormatLite::UInt32Size(const RepeatedField<uint32>& value) { in UInt32Size() 682 size_t WireFormatLite::SInt32Size(const RepeatedField<int32>& value) { in SInt32Size() 686 size_t WireFormatLite::EnumSize(const RepeatedField<int>& value) { in EnumSize() 693 size_t WireFormatLite::Int32Size(const RepeatedField<int32>& value) { in Int32Size() 694 size_t out = 0; in Int32Size() 702 size_t WireFormatLit [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpabuf.c | 30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow() 47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) in wpabuf_resize() 113 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc() 135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data() 160 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len) in wpabuf_alloc_copy() 217 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put() 240 size_t len = 0; in wpabuf_concat() 275 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad() 278 size_t blen; in wpabuf_zeropad() 307 if (res < 0 || (size_t) re in wpabuf_printf() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpabuf.c | 30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow() 47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) in wpabuf_resize() 113 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc() 135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data() 160 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len) in wpabuf_alloc_copy() 217 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put() 240 size_t len = 0; in wpabuf_concat() 275 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad() 278 size_t blen; in wpabuf_zeropad() 307 if (res < 0 || (size_t) re in wpabuf_printf() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.h | 239 size_t num_domain; 257 size_t roaming_consortium_len; 271 size_t required_roaming_consortium_len; 288 size_t roaming_consortiums_len[MAX_ROAMING_CONS]; 320 size_t ssid_len; 322 size_t num_excluded_ssid; 330 size_t num_roaming_partner; 363 size_t num_req_conn_capab; 435 size_t num_prio; 1727 size_t bufle [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils.cpp | 25 const size_t strLen, in EndsWithSuffix() 27 const size_t suffixLen) in EndsWithSuffix() 89 size_t prev = 0, pos; in SplitStringAlongWhitespace() 118 std::string GetPrefix(const std::string &input, size_t offset, const char *delimiter) in GetPrefix() 120 size_t match = input.find(delimiter, offset); in GetPrefix() 128 std::string GetPrefix(const std::string &input, size_t offset, char delimiter) in GetPrefix() 130 size_t match = input.find(delimiter, offset); in GetPrefix() 189 bool BeginsWith(const std::string &str, const std::string &prefix, const size_t prefixLength) in BeginsWith() 254 size_t replacePos = str->find(substring); in ReplaceSubstring() 305 size_t preWildcardLe in NamesMatchWithWildcard() [all...] |
/third_party/elfutils/libelf/ |
H A D | elf32_updatefile.c | 92 for (size_t cnt = 0; cnt < list->cnt; ++cnt) in sort_sections() 101 fill_mmap (size_t offset, char *last_position, char *scn_start, in fill_mmap() 104 size_t written = 0; in fill_mmap() 125 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) in __elfw2() 161 size_t phnum; in __elfw2() 237 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() 293 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() 347 size_t align; in __elfw2() 364 size_t size = dl->data.d.d_size; in __elfw2() 440 for (size_t cn in __elfw2() [all...] |
/third_party/libuv/src/win/ |
H A D | process.c | 46 const size_t len; /* including null or '=' */ 153 size_t dir_len, in search_path_join_test() 155 size_t name_len, in search_path_join_test() 157 size_t ext_len, in search_path_join_test() 159 size_t cwd_len) { in search_path_join_test() 248 size_t dir_len, in path_search_walk_ext() 250 size_t name_len, in path_search_walk_ext() 252 size_t cwd_len, in path_search_walk_ext() 342 size_t dir_len; in search_path() 345 size_t file_le in search_path() [all...] |
/third_party/libsnd/src/ |
H A D | common.h | 125 #define BHWj(x) ((size_t) (x)) 127 #define BHWo(x) ((size_t) (x)) 130 #define BHWz(x) ((size_t) (x)) 235 size_t offset ; 273 static inline size_t 275 { return (size_t) x ; in make_size_t() 295 void *psf_memdup (const void *src, size_t n) ; 377 size_t storage_len ; 378 size_t storage_used ; 765 void append_snprintf (char * dest, size_t maxle [all...] |
/third_party/libcoap/tests/ |
H A D | test_options.c | 27 size_t result; in t_parse_option1() 43 size_t result; in t_parse_option2() 60 size_t result; in t_parse_option3() 76 size_t result; in t_parse_option4() 88 size_t result; in t_parse_option5() 100 size_t result; in t_parse_option6() 112 size_t result; in t_parse_option7() 126 size_t result; in t_parse_option8() 140 size_t result; in t_parse_option9() 153 size_t resul in t_parse_option10() [all...] |
/third_party/node/deps/v8/src/roots/ |
H A D | roots.h | 438 static constexpr size_t kEntriesCount = 439 static_cast<size_t>(RootIndex::kRootListLength); 450 size_t index = static_cast<size_t>(root_index); in operator []() 456 size_t index = static_cast<size_t>(root_index); in slot() 462 size_t index = static_cast<size_t>(root_index); in name() 486 return FullObjectSlot(&roots_[static_cast<size_t>(RootIndex::kFirstRoot)]); in begin() 490 &roots_[static_cast<size_t>(RootInde in end() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_rsa.c | 120 size_t i; in ssl_set_pkey() 230 size_t i; in ssl_set_cert() 543 size_t serverinfo_length, in serverinfo_find_extension() 546 size_t *extension_length) in serverinfo_find_extension() 583 size_t inlen, X509 *x, size_t chainidx, in serverinfoex_srv_parse_cb() 597 size_t inlen, int *al, void *arg) in serverinfo_srv_parse_cb() 606 size_t *outlen, X509 *x, size_t chainidx, in serverinfoex_srv_add_cb() 610 size_t serverinfo_lengt in serverinfoex_srv_add_cb() [all...] |
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_dasync.c | 72 size_t count); 119 size_t *outlen, const unsigned char *in, 120 size_t inlen); 123 size_t *outlen, const unsigned char *in, 124 size_t inlen); 139 const unsigned char *in, size_t inl); 147 const unsigned char *in, size_t inl); 159 size_t inl); 167 size_t *lens; 612 size_t coun in dasync_sha1_update() [all...] |
/third_party/openssl/ssl/ |
H A D | ssl_rsa.c | 120 size_t i; in ssl_set_pkey() 230 size_t i; in ssl_set_cert() 543 size_t serverinfo_length, in serverinfo_find_extension() 546 size_t *extension_length) in serverinfo_find_extension() 583 size_t inlen, X509 *x, size_t chainidx, in serverinfoex_srv_parse_cb() 597 size_t inlen, int *al, void *arg) in serverinfo_srv_parse_cb() 606 size_t *outlen, X509 *x, size_t chainidx, in serverinfoex_srv_add_cb() 610 size_t serverinfo_lengt in serverinfoex_srv_add_cb() [all...] |
/third_party/openssl/engines/ |
H A D | e_dasync.c | 72 size_t count); 119 size_t *outlen, const unsigned char *in, 120 size_t inlen); 123 size_t *outlen, const unsigned char *in, 124 size_t inlen); 139 const unsigned char *in, size_t inl); 147 const unsigned char *in, size_t inl); 159 size_t inl); 167 size_t *lens; 612 size_t coun in dasync_sha1_update() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_gpsk.c | 23 size_t sk_len; 25 size_t pk_len; 27 size_t id_len; 29 size_t id_peer_len; 31 size_t id_server_len; 35 size_t psk_len; 43 size_t csuite_list_len); 83 size_t identity_len, password_len; in eap_gpsk_init() 195 size_t csuite_list_len) in eap_gpsk_select_csuite() 236 size_t *list_le in eap_gpsk_process_csuite_list() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_server_write.c | 24 static size_t tls_server_cert_chain_der_len(struct tlsv1_server *conn) in tls_server_cert_chain_der_len() 26 size_t len = 0; in tls_server_cert_chain_der_len() 47 size_t rlen; in tls_write_server_hello() 193 size_t rlen; in tls_write_server_certificate() 230 if (3 + cert->cert_len > (size_t) (end - pos)) { in tls_write_server_certificate() 285 size_t ocsp_resp_len) in tls_write_server_certificate_status() 288 size_t rlen; in tls_write_server_certificate_status() 374 size_t rlen; in tls_write_server_key_exchange() 376 size_t dh_ys_len; in tls_write_server_key_exchange() 378 size_t dh_p_le in tls_write_server_key_exchange() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_gpsk.c | 23 size_t sk_len; 25 size_t pk_len; 27 size_t id_len; 29 size_t id_peer_len; 31 size_t id_server_len; 35 size_t psk_len; 43 size_t csuite_list_len); 83 size_t identity_len, password_len; in eap_gpsk_init() 195 size_t csuite_list_len) in eap_gpsk_select_csuite() 236 size_t *list_le in eap_gpsk_process_csuite_list() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_server_write.c | 24 static size_t tls_server_cert_chain_der_len(struct tlsv1_server *conn) in tls_server_cert_chain_der_len() 26 size_t len = 0; in tls_server_cert_chain_der_len() 47 size_t rlen; in tls_write_server_hello() 193 size_t rlen; in tls_write_server_certificate() 230 if (3 + cert->cert_len > (size_t) (end - pos)) { in tls_write_server_certificate() 285 size_t ocsp_resp_len) in tls_write_server_certificate_status() 288 size_t rlen; in tls_write_server_certificate_status() 374 size_t rlen; in tls_write_server_key_exchange() 376 size_t dh_ys_len; in tls_write_server_key_exchange() 378 size_t dh_p_le in tls_write_server_key_exchange() [all...] |
/third_party/libwebsockets/lib/jose/jws/ |
H A D | jws.c | 193 const void *in, size_t in_len, size_t actual_alloc) in lws_jws_dup_element() 198 if ((size_t)*temp_len < actual_alloc) in lws_jws_dup_element() 214 size_t in_len) in lws_jws_encode_b64_element() 221 n = lws_jws_base64_enc(in, in_len, temp, (size_t)*temp_len); in lws_jws_encode_b64_element() 235 int idx, char *temp, int *temp_len, size_t random_len, in lws_jws_randomize_element() 236 size_t actual_alloc) in lws_jws_randomize_element() 241 if ((size_t)*temp_len < actual_alloc) in lws_jws_randomize_element() 259 int *temp_len, size_t len, size_t actual_allo in lws_jws_alloc_element() [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.cpp | 87 void Set(CInArchive *archive, const Byte *data, size_t size, bool needUpdatePos);
103 void CStreamSwitch::Set(CInArchive *archive, const Byte *data, size_t size, bool needUpdatePos)
in Set() 132 void CInArchive::AddByteStream(const Byte *buf, size_t size)
in AddByteStream() 148 void CInByte2::ReadBytes(Byte *data, size_t size)
in ReadBytes() 162 _pos += (size_t)size;
in SkipData() 170 static UInt64 ReadNumberSpec(const Byte *p, size_t size, size_t &processed)
in ReadNumberSpec() 225 size_t processed;
in ReadNumber() 470 coder.Props.Alloc((size_t)propsSize);
in ParseFolder() 471 ReadBytes((Byte *)coder.Props, (size_t)propsSiz in ParseFolder() [all...] |