Home
last modified time | relevance | path

Searched defs:length (Results 326 - 350 of 4164) sorted by relevance

1...<<11121314151617181920>>...167

/third_party/openssl/crypto/rc5/
H A Drc5cfb64.c25 RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num, int encrypt) RC5_32_cfb64_encrypt() argument
H A Drc5ofb64.c24 RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num) RC5_32_ofb64_encrypt() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h39 size_t length; /* current number of bytes */ member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DMemoryByteArray.java36 public MemoryByteArray(int length) { in MemoryByteArray() argument
73 protected int internalPut(int index, byte[] b, int offset, int length) { in internalPut() argument
84 protected int internalGet(int index, byte[] b, int offset, int length) { in internalGet() argument
96 copyTo(OutputStream os, int offset, int length) copyTo() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DSubTable.java67 protected SubTable(ReadableFontData data, int offset, int length) { in SubTable() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcicc.c54 unsigned int length; /* number of bytes to write in this marker */ in jpeg_write_icc_profile() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dchecksum-icc.c21 uLong length = 0; in read_one_file() local
/third_party/skia/third_party/externals/libpng/
H A Dpngwio.c33 png_write_data(png_structrp png_ptr, png_const_bytep data, size_t length) in png_write_data() argument
51 png_default_write_data(png_structp png_ptr, png_bytep data, size_t length) in png_default_write_data() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-double-to-string.cpp395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/case/
H A Ducase.c39 int length; in c_main() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dcollationinfo.cpp36 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH]; in printSizes() local
120 printReorderRanges(const CollationData &data, const int32_t *codes, int32_t length) printReorderRanges() argument
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat2x2.hpp72 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
H A Dtype_mat2x3.hpp73 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
H A Dtype_mat2x4.hpp75 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
H A Dtype_mat3x2.hpp80 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
H A Dtype_mat3x3.hpp79 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
H A Dtype_mat3x4.hpp80 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
H A Dtype_mat4x2.hpp85 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
H A Dtype_mat4x3.hpp85 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
H A Dtype_mat4x4.hpp84 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
/third_party/skia/tests/
H A DDescriptorTest.cpp17 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength() argument
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp15 static SkUnichar next_unichar_UTF16BE(const uint8_t** srcPtr, size_t* length) { in next_unichar_UTF16BE() argument
51 static void SkString_from_UTF16BE(const uint8_t* utf16be, size_t length, SkStrin argument
85 SkStringFromMacRoman(const uint8_t* macRoman, size_t length, SkString& utf8) SkStringFromMacRoman() argument
[all...]
/third_party/skia/src/utils/
H A DSkTextUtils.cpp27 void SkTextUtils::GetPath(const void* text, size_t length, SkTextEncoding encoding, in GetPath() argument
H A DSkJSONWriter.cpp39 int length = _vsnprintf_s(buffer, kBufferSize, _TRUNCATE, fmt, argp); in appendf() local
41 int length = vsnprintf(buffer, kBufferSize, fmt, argp); in appendf() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dutf8_util.c68 BrotliIsMostlyUTF8( const uint8_t* data, const size_t pos, const size_t mask, const size_t length, const double min_fraction) BrotliIsMostlyUTF8() argument

Completed in 7 milliseconds

1...<<11121314151617181920>>...167