Home
last modified time | relevance | path

Searched defs:length (Results 451 - 475 of 3468) sorted by relevance

1...<<11121314151617181920>>...139

/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrie.cpp81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() argument
158 int32_t length=node-kMinLinearMatch; // Actual match length minus 1. nextImpl() local
[all...]
H A Dbytestrieiterator.cpp65 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() local
72 str_->append(reinterpret_cast<const char *>(pos_), length, errorCode); in Iterator() local
87 int32_t length in reset() local
114 int32_t length=stack_->elementAti(stackSize-1); next() local
159 int32_t length=node-kMinLinearMatch+1; next() local
165 str_->append(reinterpret_cast<const char *>(pos), length, errorCode); next() local
185 branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) branchNext() argument
[all...]
H A Dcharstr.h79 int32_t length() const { return len; } in length() function in CharString
H A Ducharstrieiterator.cpp64 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() local
86 int32_t length in reset() local
113 int32_t length=stack_->elementAti(stackSize-1); next() local
173 int32_t length=node-kMinLinearMatch+1; next() local
186 branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) branchNext() argument
[all...]
H A Ducnv_cb.cpp182 int32_t length; in ucnv_cbFromUWriteSub() local
37 ucnv_cbFromUWriteBytes(UConverterFromUnicodeArgs *args, const char* source, int32_t length, int32_t offsetIndex, UErrorCode * err) ucnv_cbFromUWriteBytes() argument
228 ucnv_cbToUWriteUChars(UConverterToUnicodeArgs *args, const UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) ucnv_cbToUWriteUChars() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duset.h247 int32_t length; member
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.cc112 int length = paths.length(); in DecodeCompactFieldMaskPaths() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split.cc122 ByLength::ByLength(ptrdiff_t length) : length_(length) { in ByLength() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator.cc108 size_t length = edge_offset + n; Read() local
[all...]
/third_party/skia/include/core/
H A DSkData.h119 static sk_sp<SkData> MakeWithoutCopy(const void* data, size_t length) { in MakeWithoutCopy() argument
[all...]
/third_party/skia/modules/canvaskit/
H A DWasmCommon.h65 emscripten::val length = emscripten::val(count); in MakeTypedArray() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluProgramInterfaceQuery.cpp43 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH); in getProgramResourceName() local
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); in crc32() argument
160 private static extern uint adler32(uint adler, int data, uint length); in adler32() argument
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
H A Dtorus.h66 float length = sqrtf(nx * nx + ny * ny + nz * nz); in GenerateTorus() local
/third_party/ffmpeg/libavcodec/
H A Dbfi.c101 unsigned int length = byte & ~0xC0; in bfi_decode_frame() local
[all...]
H A Dbethsoftvideo.c121 int length = code & 0x7f; in bethsoftvid_decode_frame() local
H A Dacelp_filters.c46 ff_acelp_interpolate(int16_t* out, const int16_t* in, const int16_t* filter_coeffs, int precision, int frac_pos, int filter_length, int length) ff_acelp_interpolate() argument
80 ff_acelp_interpolatef(float *out, const float *in, const float *filter_coeffs, int precision, int frac_pos, int filter_length, int length) ff_acelp_interpolatef() argument
101 ff_acelp_high_pass_filter(int16_t* out, int hpf_f[2], const int16_t* in, int length) ff_acelp_high_pass_filter() argument
H A Dscreenpresso.c109 uLongf length = ctx->inflated_size; in screenpresso_decode_frame() local
H A Dsbc_parser.c38 int length; in sbc_parse_header() local
H A Dsgirledec.c86 int length = FFMIN(v, width - x); in decode_sgirle8() local
97 int length = FFMIN3(v, width - x, src_end - src); in decode_sgirle8() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dacelp_filters_mips.c61 ff_acelp_interpolatef_mips(float *out, const float *in, const float *filter_coeffs, int precision, int frac_pos, int filter_length, int length) ff_acelp_interpolatef_mips() argument
/third_party/elfutils/libdw/
H A Ddwarf_nextcu.c152 uint64_t length in INTDEF() local
[all...]
/third_party/eudev/src/shared/
H A Dutf8.c142 bool utf8_is_printable_newline(const char* str, size_t length, bool newline) { in utf8_is_printable_newline() argument
224 char *utf16_to_utf8(const void *s, size_t length) { in utf16_to_utf8() argument
[all...]
/third_party/elfutils/libdwfl/
H A Dimage-header.c93 uint32_t length; in __libdw_image_header() local
/third_party/ffmpeg/libavformat/
H A Dc93.c29 uint8_t length; member

Completed in 9 milliseconds

1...<<11121314151617181920>>...139