HomeSort by relevance Sort by last modified time
    Searched full:min_length (Results 26 - 50 of 63) sorted by null

12 3

  /external/webp/src/enc/
backward_references_enc.c 33 #define MIN_LENGTH 4
430 if (rle_len >= prev_row_len && rle_len >= MIN_LENGTH) {
436 } else if (prev_row_len >= MIN_LENGTH) {
476 if (len >= MIN_LENGTH) {
492 j + (len_j >= MIN_LENGTH ? len_j : 1); // 1 for single literal.
656 if (best_length <= MIN_LENGTH) {
    [all...]
  /external/bsdiff/
bsdiff_main.cc 95 arguments.min_length(), patch_writer.get(), nullptr);
  /art/runtime/mirror/
array-inl.h 123 SetLengthToUsableSizeVisitor(int32_t min_length, size_t header_size,
125 minimum_length_(min_length), header_size_(header_size),
class.cc 401 size_t min_length = std::min(descriptor1.size(), descriptor2.size()); local
402 while (i < min_length && descriptor1[i] == descriptor2[i]) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Timer.java 73 public static final long MIN_LENGTH = SECOND_IN_MILLIS;
312 if (mLength == length || length <= Timer.MIN_LENGTH) {
  /external/v8/src/
bailout-reason.h 120 V(kInvalidMinLength, "Invalid min_length") \
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 56 static int32_t e1000_get_cable_length(struct e1000_hw *hw, uint16_t *min_length, uint16_t *max_length);
4231 uint16_t phy_data, min_length, max_length, average; local
7139 uint16_t min_length, max_length; local
    [all...]
  /external/brotli/c/enc/
static_dict.c 82 const BrotliDictionary* dictionary, const uint8_t* data, size_t min_length,
118 minlen = min_length;
  /external/python/cpython3/Objects/
tupleobject.c 284 writer.min_length = 1 + 1 + (2 + 1) * (Py_SIZE(v) - 1) + 1;
288 writer.min_length = 4;
unicodeobject.c     [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 1854 int min_length = sizeof("YYMMDDHHMMZ") - 1; local
1866 int min_length = sizeof("YYYYMMDDHHMMZ") - 1; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 1020 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius, local
1024 intersect = FT_BOOL( min_length &&
1025 stroker->line_length >= min_length &&
1026 line_length >= min_length );
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 82 private static final String ENCODING_FIELD_SYMBOL_LENGTH = "min_length";
  /external/libcups/cups/
dest-options.c 132 min_length, /* Minimum length */ local
140 min_width = min_length = INT_MAX;
151 min_length = pwg->length;
168 pwg->length >= min_length && pwg->length <= max_length)
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.c 652 buf.writer.min_length = datalen;
851 buf->writer.min_length += size;
    [all...]
  /external/boringssl/src/crypto/pem/
pem_lib.c 77 #define MIN_LENGTH 4
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 469 if (lengthMillis < Timer.MIN_LENGTH) {
  /external/python/cpython3/Objects/stringlib/
unicode_format.h 916 writer.min_length = PyUnicode_GET_LENGTH(input->str) + 100;
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2430 Register min_length = scratch1; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 1785 Register min_length = scratch1; local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 1831 Register min_length = scratch1; local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 1842 Register min_length = scratch1; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 1990 Register min_length = scratch1; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 1997 Register min_length = scratch1; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 1947 Register min_length = scratch1; local
    [all...]

Completed in 754 milliseconds

12 3