Home
last modified time | relevance | path

Searched defs:length (Results 1376 - 1400 of 4614) sorted by relevance

1...<<51525354555657585960>>...185

/third_party/pulseaudio/src/pulsecore/
H A Dsound-file-stream.c137 static int sink_input_pop_cb(pa_sink_input *i, size_t length, pa_memchunk *chunk) { in sink_input_pop_cb() argument
/third_party/pulseaudio/src/tests/
H A Dmemblockq-test.c126 size_t length = pa_memblockq_get_length(bq); in check_queue_invariants() local
[all...]
/third_party/openssl/crypto/asn1/
H A Da_object.c250 int i, length; in ossl_c2i_ASN1_OBJECT() local
216 d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, long length) d2i_ASN1_OBJECT() argument
[all...]
H A Dasn1_parse.c94 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, in asn1_parse2() argument
[all...]
/third_party/openssl/crypto/ocsp/
H A Dv3_ocsp.c183 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) in d2i_ocsp_nonce() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp86 float length; member
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h448 Type VectorBase<Dimension, Type>::length() const in length() function in angle::VectorBase
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBuffer9.cpp119 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp277 void MD5Sum(const void* data, std::size_t length, MD5Digest* digest) in MD5Sum() argument
285 std::string MD5SumBase16(const void* data, std::size_t length) in MD5SumBase16() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DBufferNULL.cpp102 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
/third_party/skia/src/effects/
H A DSkDiscretePathEffect.cpp91 SkScalar length = meas.getLength(); variable
H A DSk1DPathEffect.cpp28 SkScalar length = meas.getLength(); variable
/third_party/skia/src/core/
H A DSkDescriptor.cpp16 std::unique_ptr<SkDescriptor> SkDescriptor::Alloc(size_t length) { in Alloc() argument
27 void* SkDescriptor::addEntry(uint32_t tag, size_t length, const void* data) { in addEntry() argument
[all...]
H A DSkPoint.cpp33 bool SkPoint::setLength(SkScalar length) { in setLength() argument
45 template <bool use_rsqrt> bool set_point_length(SkPoint* pt, float x, float y, float length, in set_point_length() argument
93 bool SkPoint::setLength(float x, float y, float length) { in setLength() argument
97 bool SkPointPriv::SetLengthFast(SkPoint* pt, float length) { in SetLengthFast() argument
H A DSkMatrixPriv.h27 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() argument
/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp60 size_t length = strcspn(in, " "); in eat_space_sep_strings() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelShader.cpp86 int length = (token[i] & 0x7FFF0000) >> 16; in validate() local
H A DVertexShader.cpp106 int length = (token[i] & 0x7FFF0000) >> 16; in validate() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DByteArray.java99 public int get(int index, byte[] b, int offset, int length) { in get() argument
112 public int length() { in length() method in ByteArray
184 put(int index, byte[] b, int offset, int length) put() argument
214 copyTo(ByteArray<? extends ByteArray<?>> array, int offset, int length) copyTo() argument
227 copyTo( int dstOffset, ByteArray<? extends ByteArray<?>> array, int srcOffset, int length) copyTo() argument
261 copyTo(OutputStream os, int offset, int length) copyTo() argument
281 copyFrom(InputStream is, int length) copyFrom() argument
336 internalPut(int index, byte[] b, int offset, int length) internalPut() argument
355 internalGet(int index, byte[] b, int offset, int length) internalGet() argument
368 toString(int offset, int length) toString() argument
[all...]
H A DFontData.java89 protected FontData(FontData data, int offset, int length) { in FontData() argument
115 public boolean bound(int offset, int length) { in bound() argument
149 slice(int offset, int length) slice() argument
165 public int length() { length() method in FontData
207 boundLength(int offset, int length) boundLength() argument
211 boundsCheck(int offset, int length) boundsCheck() argument
[all...]
H A DWritableFontData.java40 public static final WritableFontData createWritableFontData(int length) { in createWritableFontData() argument
114 WritableFontData(WritableFontData data, int offset, int length) WritableFontData() argument
127 slice(int offset, int length) slice() argument
174 writeBytes(int index, byte[] b, int offset, int length) writeBytes() argument
192 writeBytesPad(int index, byte[] b, int offset, int length, byte pad) writeBytesPad() argument
381 copyFrom(InputStream is, int length) copyFrom() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DTaggedData.java21 void tagRange(String string, int start, int length, int depth); in tagRange() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DEbdtTable.java56 public BitmapGlyph glyph(int offset, int length, int format) { in glyph() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DTaggedData.java21 void tagRange(String string, int start, int length, int depth); in tagRange() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DCompositeGlyph.java29 protected CompositeGlyph(ReadableFontData data, int offset, int length) { in CompositeGlyph() argument
170 protected CompositeGlyphBuilder(WritableFontData data, int offset, int length) { in CompositeGlyphBuilder() argument
174 protected CompositeGlyphBuilder(ReadableFontData data, int offset, int length) { in CompositeGlyphBuilder() argument

Completed in 13 milliseconds

1...<<51525354555657585960>>...185