| /third_party/openssl/crypto/cast/ |
| H A D | c_cfb64.c | 25 CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *schedule, unsigned char *ivec, int *num, int enc) CAST_cfb64_encrypt() argument
|
| H A D | c_ofb64.c | 24 CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *schedule, unsigned char *ivec, int *num) CAST_ofb64_encrypt() argument
|
| /third_party/openssl/crypto/des/ |
| H A D | ncbc_enc.c | 19 void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in DES_cbc_encrypt() argument
|
| H A D | ofb64ede.c | 23 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) DES_ede3_ofb64_encrypt() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-aat-ltag-table.hh | 56 HBUINT16 length; /* String length (in bytes) */ member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | font_data.cc | 31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() argument 64 FontData::FontData(FontData* data, int32_t offset, int32_t length) { in FontData() argument [all...] |
| H A D | growable_memory_byte_array.cc | 34 CopyTo(OutputStream* os, int32_t offset, int32_t length) CopyTo() argument 49 InternalPut(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalPut() argument 66 InternalGet(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalGet() argument [all...] |
| H A D | growable_memory_byte_array.h | 35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument 38 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
|
| H A D | memory_byte_array.cc | 23 MemoryByteArray::MemoryByteArray(int32_t length) in MemoryByteArray() argument 36 CopyTo(OutputStream* os, int32_t offset, int32_t length) CopyTo() argument 56 InternalPut(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalPut() argument 71 InternalGet(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalGet() argument [all...] |
| H A D | memory_byte_array.h | 47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument 50 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| H A D | bitmap_glyph_info.cc | 21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) BitmapGlyphInfo() argument 34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) BitmapGlyphInfo() argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | file_io_test.cc | 37 size_t length = ftell(file_handle); in TestFileInputStream() local 98 size_t length = ftell(file_handle); in TestFontInputStreamBasic() local [all...] |
| H A D | open_type_data_test.cc | 58 int32_t length = source->CopyTo(destination); in TestOTFCopy() local
|
| /third_party/python/Lib/xml/dom/ |
| H A D | minicompat.py | 64 length = property(_get_length, _set_length, variable in NodeList 97 length = property(_get_length, _set_length, variable in EmptyNodeList
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | packet.c | 38 size_t length; member 47 pa_packet* pa_packet_new(size_t length) { in pa_packet_new() argument 67 pa_packet* pa_packet_new_data(const void* data, size_t length) { in pa_packet_new_data() argument 78 pa_packet_new_dynamic(void* data, size_t length) pa_packet_new_dynamic() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | GSIStreamBuilder.h | 26 static size_t length(const codeview::CVSymbol &Item) { in length() function
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | operand.cc | 46 uint32_t Operand::length() const { in length() function in tint::writer::spirv::Operand
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | appendable.cpp | 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() argument
|
| H A D | bytesinkutil.h | 45 static UBool appendUnchanged(const uint8_t *s, int32_t length, in appendUnchanged() argument
|
| H A D | chariter.cpp | 27 CharacterIterator::CharacterIterator(int32_t length) in CharacterIterator() argument 34 CharacterIterator::CharacterIterator(int32_t length, int32_t position) in CharacterIterator() argument 46 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) in CharacterIterator() argument
|
| H A D | localeprioritylist.h | 81 const int32_t length; member in LocalePriorityList::Iterator
|
| H A D | patternprops.cpp | 168 PatternProps::skipWhiteSpace(const UChar *s, int32_t length) { in skipWhiteSpace() argument 179 int32_t length = s.length(); in skipWhiteSpace() local 187 PatternProps::trimWhiteSpace(const UChar *s, int32_t &length) { in trimWhiteSpace() argument 208 isIdentifier(const UChar *s, int32_t length) isIdentifier() argument 222 skipIdentifier(const UChar *s, int32_t length) skipIdentifier() argument [all...] |
| H A D | servrbf.cpp | 63 int32_t length; in handleCreate() local
|
| H A D | ucnv_cnv.cpp | 55 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_fromUWriteBytes() argument 95 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteUChars() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnsafeByteOperations.java | 87 public static ByteString unsafeWrap(byte[] buffer, int offset, int length) { in unsafeWrap() argument
|