| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numparse_compositions.cpp | 91 int32_t ArraySeriesMatcher::length() const { in length() function in ArraySeriesMatcher
|
| H A D | collationweights.h | 81 int32_t length, count; member
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | ustr.c | 41 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status) in ustr_initChars() argument
|
| H A D | rbutil.c | 77 int32_t length = 0; in itostr() local [all...] |
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | ustr.c | 41 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status) in ustr_initChars() argument
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_pbuf_stream.c | 47 snmp_pbuf_stream_init(struct snmp_pbuf_stream *pbuf_stream, struct pbuf *p, u16_t offset, u16_t length) in snmp_pbuf_stream_init() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-bigint-gen.h | 30 WriteBigIntSignAndLength(TNode<BigInt> bigint, TNode<Uint32T> sign, TNode<IntPtrT> length) WriteBigIntSignAndLength() argument
|
| /third_party/node/deps/v8/src/extensions/ |
| H A D | externalize-string-extension.cc | 21 SimpleStringResource(Char* data, size_t length) in SimpleStringResource() argument
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | materialized-object-store.cc | 66 Handle<FixedArray> MaterializedObjectStore::EnsureStackEntries(int length) { in EnsureStackEntries() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | string-comparator.h | 26 inline void VisitOneByteString(const uint8_t* chars, int length) { in VisitOneByteString() argument 32 inline void VisitTwoByteString(const uint16_t* chars, int length) { in VisitTwoByteString() argument
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-hasher-inl.h | 40 uint32_t StringHasher::GetTrivialHash(int length) { in GetTrivialHash() argument 51 uint32_t StringHasher::HashSequentialString(const char_t* chars_raw, int length, in HashSequentialString() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_skid.c | 37 long length; in s2i_ASN1_OCTET_STRING() local
|
| /third_party/node/deps/openssl/openssl/crypto/modes/ |
| H A D | cfb128.c | 202 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_8_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rc5/ |
| H A D | rc5_enc.c | 20 RC5_32_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *ks, unsigned char *iv, int encrypt) RC5_32_cbc_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bf/ |
| H A D | bf_enc.c | 108 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in BF_cbc_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/des/ |
| H A D | cfb64ede.c | 24 DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int *num, int enc) DES_ede3_cfb64_encrypt() argument 91 DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int enc) DES_ede3_cfb_encrypt() argument
|
| H A D | cfb_enc.c | 30 DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) DES_cfb_encrypt() argument
|
| H A D | qud_cksm.c | 34 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) DES_quad_cksum() argument
|
| H A D | ofb_enc.c | 24 DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *schedule, DES_cblock *ivec) DES_ofb_encrypt() argument
|
| H A D | pcbc_enc.c | 18 DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) DES_pcbc_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cast/ |
| H A D | c_enc.c | 83 CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *ks, unsigned char *iv, int enc) CAST_cbc_encrypt() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | MessageExtensions.cs | 63 public static void MergeFrom(this IMessage message, byte[] data, int offset, int length) => in MergeFrom() argument 254 internal static void MergeFrom(this IMessage message, byte[] data, int offset, int length, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | AllocatedBuffer.java | 140 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() argument 206 wrapNoCheck( final byte[] bytes, final int offset, final int length) wrapNoCheck() argument [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | scache.c | 37 int pa_stream_connect_upload(pa_stream *s, size_t length) { in pa_stream_connect_upload() argument
|
| /third_party/openssl/crypto/des/ |
| H A D | qud_cksm.c | 34 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) DES_quad_cksum() argument
|