Searched refs:min_length (Results 26 - 39 of 39) sorted by relevance

12

/external/v8/src/mips/
H A Dcode-stubs-mips.cc1990 Register min_length = scratch1; local
1992 __ Branch(&compare_lengths, eq, min_length, Operand(zero_reg));
1995 GenerateOneByteCharsCompareLoop(masm, left, right, min_length, scratch2,
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc1997 Register min_length = scratch1; local
1999 __ Branch(&compare_lengths, eq, min_length, Operand(zero_reg));
2002 GenerateOneByteCharsCompareLoop(masm, left, right, min_length, scratch2,
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc1947 Register min_length = scratch1; local
1949 __ cmpi(min_length, Operand::Zero());
1953 GenerateOneByteCharsCompareLoop(masm, left, right, min_length, scratch2,
/external/v8/src/s390/
H A Dcode-stubs-s390.cc1945 Register min_length = scratch1; local
1947 __ CmpP(min_length, Operand::Zero());
1951 GenerateOneByteCharsCompareLoop(masm, left, right, min_length, scratch2,
/external/v8/src/x64/
H A Dcode-stubs-x64.cc1761 const Register min_length = scratch1;
1765 __ SmiTest(min_length);
1771 masm, left, right, min_length, scratch2, &result_not_equal,
/external/python/cpython3/Objects/
H A Dlistobject.c356 writer.min_length = 1 + 1 + (2 + 1) * (Py_SIZE(v) - 1) + 1;
H A Ddictobject.c2051 writer.min_length = 1 + 4 + (2 + 4) * (mp->ma_used - 1) + 1;
/external/scapy/scapy/contrib/
H A Dgsm_um.py101 def adapt(min_length, max_length, fields, fields2, location=2):
102 # find out how much bytes there are between min_length and the location of
104 location = min_length - location
119 dyn_length = (max_length - min_length - length)
123 length -= min_length # to None
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 474 milliseconds

12