Home
last modified time | relevance | path

Searched defs:length (Results 151 - 175 of 4026) sorted by relevance

12345678910>>...162

/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dfakepng.c23 put_chunk(const unsigned char *chunk, uInt length) in put_chunk() argument
/third_party/skia/third_party/externals/libpng/
H A Dpngrio.c32 png_read_data(png_structrp png_ptr, png_bytep data, size_t length) in png_read_data() argument
50 png_default_read_data(png_structp png_ptr, png_bytep data, size_t length) in png_default_read_data() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbocsu.cpp101 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) { in u_writeIdenticalLevelRun() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec1.hpp81 GLM_FUNC_DECL static length_type length(){return 1;} in length() function
H A Dtype_vec2.hpp82 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
H A Dtype_vec3.hpp82 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
H A Dtype_vec4.hpp85 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dquaternion.hpp74 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
/third_party/skia/src/sksl/
H A DSkSLOutputStream.cpp29 int length = vsnprintf(buffer, kBufferSize, format, args); in appendVAList() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DUtils.cs26 internal static void FillWithZeroes(byte[] dest, int offset, int length) in FillWithZeroes() argument
48 internal static void FillWithZeroes(int[] dest, int offset, int length) in FillWithZeroes() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.h43 uint32_t length; member
/third_party/openssl/crypto/asn1/
H A Dd2i_param.c18 d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp, long length) d2i_KeyParams() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-gdi.cc45 DWORD length = 0; in _hb_gdi_reference_table() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc46 void MemoryOutputStream::Write(uint8_t* buffer, int32_t offset, int32_t length) { in Write() argument
31 Write(std::vector<uint8_t>* buffer, int32_t offset, int32_t length) Write() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dheader.cc34 Header::Header(int32_t tag, int32_t length) in Header() argument
44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dcstr.cpp24 int32_t length = in.extract(0, in.length(), static_cast<char *>(NULL), static_cast<uint32_t>(0)); in CStr() local
H A Ducnvdisp.cpp42 int32_t length; in ucnv_getDisplayName() local
H A Dudatamem.h44 int32_t length; /* Length of the data in bytes; -1 if unknown. */ member
H A Dures_cnv.cpp35 int32_t length; in ures_openU() local
H A Dustr_imp.h138 isValidTrail(int32_t prev, uint8_t t, int32_t i, int32_t length) isValidTrail() argument
[all...]
H A Dustrfmt.cpp33 int32_t length = 0; in uprv_itou() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durep.h63 int32_t (*length)(const UReplaceable* rep); member
/third_party/toybox/toys/other/
H A Dpwgen.c39 int length = 8, count, ii, jj, c, rand = 0, x = 0; in pwgen_main() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteOutput.java72 public abstract void write(byte[] value, int offset, int length) throws IOException; in write() argument
87 public abstract void writeLazy(byte[] value, int offset, int length) throws IOException; in writeLazy() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnknownFieldSetPerformanceTest.java45 private static byte[] generateBytes(int length) { in generateBytes() argument

Completed in 9 milliseconds

12345678910>>...162