Home
last modified time | relevance | path

Searched refs:min_length (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dattribs.c85 gcc_assert (attribute_tables[i][j].min_length >= 0); in init_attributes()
89 >= attribute_tables[i][j].min_length)); in init_attributes()
179 else if (list_length (args) < spec->min_length in decl_attributes()
H A Dtree.h3654 const int min_length; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dattribs.c83 if (attribute_tables[i][j].min_length < 0) in init_attributes()
87 < attribute_tables[i][j].min_length)) in init_attributes()
189 else if (list_length (args) < spec->min_length
H A Dtree.h2318 const int min_length; member
/openbsd/sys/scsi/
H A Dscsi_tape.h135 u_int8_t min_length[2]; /* Most significant */ member
H A Dst.c1333 st->blkmin = _2btol(block_limits->min_length); in st_read_block_limits()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c547 int min_length = kwl > length ? length : kwl; local
548 int r = utf8_cmp (str, min_length, cxx_keywords[mid]);
555 for (i = min_length; i < length && str[i] == '$'; ++i)
561 char *dup = xmalloc (2 + length - min_length + kwl);
H A Dlex.c1979 int min_length = kwl > length ? length : kwl; local
1980 int r = utf8_cmp (name, min_length, cxx_keywords[mid]);
1986 for (i = min_length; i < length && name[i] == '$'; ++i)
/openbsd/sys/dev/pci/
H A Dif_em_hw.c8508 *min_length = *max_length = 0; in em_get_cable_length()
8525 *min_length = 0; in em_get_cable_length()
8529 *min_length = em_igp_cable_length_50; in em_get_cable_length()
8533 *min_length = em_igp_cable_length_80; in em_get_cable_length()
8537 *min_length = em_igp_cable_length_110; in em_get_cable_length()
8541 *min_length = em_igp_cable_length_140; in em_get_cable_length()
8550 *min_length = 0; in em_get_cable_length()
8561 *min_length = 0; in em_get_cable_length()
8565 *min_length = em_igp_cable_length_60; in em_get_cable_length()
8569 *min_length = em_igp_cable_length_115; in em_get_cable_length()
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dregexec.c4691 m->min_length = 255; in S_setup_EXACTISH_ST()
4874 m->min_length = lengths[0]; in S_setup_EXACTISH_ST()
5018 if (m->min_length > lengths[m->count-1]) { in S_setup_EXACTISH_ST()
5019 m->min_length = lengths[m->count-1]; in S_setup_EXACTISH_ST()
5044 m->min_length = 0; in S_setup_EXACTISH_ST()
5059 for (j = 0; j < MIN(m->min_length, 5); j++) { in S_setup_EXACTISH_ST()
5086 if (m->min_length == m->max_length) { in S_setup_EXACTISH_ST()
5105 for (i = 1; i < MIN(m->min_length, 5); i++) { in S_setup_EXACTISH_ST()
5170 switch (info.min_length) { in S_test_EXACTISH_ST()
9261 if ( locinput + ST.Binfo.min_length > loceol in S_regmatch()
[all …]
H A Dregexp.h800 PERL_UINT_FAST8_T min_length; member