/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Huffman.cs | 24 private static int GetNextKey(int key, int len)
in GetNextKey() argument 55 private static int NextTableBitSize(int[] count, int len, in argument [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | static_dict.c | 26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch() argument 32 DictMatchLength(const BrotliDictionary* dictionary, const uint8_t* data, size_t id, size_t len, size_t maxlen) DictMatchLength() argument 97 size_t len; BrotliFindAllStaticDictionaryMatches() local [all...] |
/third_party/openssl/test/ |
H A D | d2i_test.c | 53 int len; in test_bad_asn1() local
|
H A D | dsa_no_digest_size_test.c | 126 static int sign_and_verify(int len) in sign_and_verify() argument [all...] |
H A D | hmactest.c | 132 unsigned int len; in test_hmac_run() local 223 unsigned int len; test_hmac_copy() local 279 pt(unsigned char *md, unsigned int len) pt() argument [all...] |
H A D | errtest.c | 55 int ret = 0, len; in test_print_error_format() local
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | Record.pm | 349 sub len global() subroutine [all...] |
/third_party/optimized-routines/string/aarch64/ |
H A D | strcpy-mte.S | 22 #define len x4 define [all...] |
H A D | strcpy.S | 42 #define len x16 define
|
H A D | strlen.S | 17 #define len x0 define [all...] |
/third_party/optimized-routines/string/test/ |
H A D | mte.h | 77 tag_buffer_helper (void *p, int len) in tag_buffer_helper() argument 89 tag_buffer (void *p, int len, int test_mte) in tag_buffer() argument 100 untag_buffer (void *p, int len, int test_mte) in untag_buffer() argument 122 tag_buffer (void *p, int len, int test_mte) in tag_buffer() argument 129 untag_buffer (void *p, int len, int test_mte) in untag_buffer() argument [all...] |
H A D | strncmp.c | 50 test(const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, int len, int delta) test() argument [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 31 size_t len = length; in d2i_PrivateKey_decoder() local
|
/third_party/openssl/crypto/ |
H A D | cryptlib.c | 41 DWORD len; in OPENSSL_isservice() local 123 int len; OPENSSL_showfatal() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_oct.c | 159 ossl_ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) ossl_ec_GFp_simple_point2oct() argument 274 ossl_ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) ossl_ec_GFp_simple_oct2point() argument
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftutil.c | 200 FT_ULong len = str ? (FT_ULong)ft_strlen( str ) + 1 in FT_BASE_DEF() local
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttpost.c | 244 FT_UInt len = strings[p]; in load_format_20() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bit-page.hh | 38 constexpr unsigned len () const in len() function
|
H A D | hb-glib.cc | 139 int len; in hb_glib_unicode_compose() local 176 int len; in hb_glib_unicode_decompose() local [all...] |
H A D | hb-icu.cc | 213 int len; in hb_icu_unicode_decompose() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-face.c | 46 unsigned int len = 0; in test_font() local
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-fc.cc | 138 unsigned int len; in hb_fc_can_render() local
|
H A D | shape-options.hh | 77 unsigned int len = strlen (text_before); in populate_buffer() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | font_output_stream.cc | 46 void FontOutputStream::Write(std::vector<uint8_t>* b, int32_t off, int32_t len) { in Write() argument 62 void FontOutputStream::Write(uint8_t* b, int32_t off, int32_t len) { in Write() argument [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinystr.h | 85 TIXML_EXPLICIT TiXmlString ( const char * str, size_type len) : rep_(0) in TiXmlString() argument 88 memcpy(start(), str, len); in TiXmlString() local
|