Home
last modified time | relevance | path

Searched defs:min_len (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new() local
Dbufferobject.c270 Py_ssize_t len_self, len_other, min_len; in buffer_compare() local
Dstringobject.c1191 Py_ssize_t min_len; in string_richcompare() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new() local
Dbufferobject.c270 Py_ssize_t len_self, len_other, min_len; in buffer_compare() local
Dstringobject.c1196 Py_ssize_t min_len; in string_richcompare() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h196 OnigDistance min_len; /* min length (byte) */ member