Home
last modified time | relevance | path

Searched refs:maxage (Results 1 – 6 of 6) sorted by relevance

/linux/fs/unicode/
A Dutf8-norm.c10 unsigned int maxage; member
422 if (leaf_age <= data->maxage && leaf_age > age) in utf8agemax()
444 age = data->maxage; in utf8agemin()
450 if (leaf_age <= data->maxage && leaf_age < age) in utf8agemin()
499 age = data->maxage; in utf8nagemin()
532 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) in utf8len()
560 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) in utf8nlen()
774 while (maxage < utf8nfdidata[i].maxage) in utf8nfdi()
776 if (maxage > utf8nfdidata[i].maxage) in utf8nfdi()
786 while (maxage < utf8nfdicfdata[i].maxage) in utf8nfdicf()
[all …]
A Dmkutf8data.c349 unsigned int maxage; member
1600 unsigned int maxage; in trees_init() local
1610 maxage = nextage; in trees_init()
1615 data->correction < maxage) in trees_init()
1629 maxage = nextage; in trees_init()
1630 trees[--count].maxage = maxage; in trees_init()
1631 trees[--count].maxage = maxage; in trees_init()
1636 data->correction < maxage) in trees_init()
1646 trees[i].maxage = ages[j-1]; in trees_init()
2839 age = tree->maxage; in utf8agemin()
[all …]
A Dutf8n.h43 extern const struct utf8data *utf8nfdi(unsigned int maxage);
44 extern const struct utf8data *utf8nfdicf(unsigned int maxage);
/linux/drivers/net/dsa/sja1105/
A Dsja1105_static_config.h286 u64 maxage; /* Shared */ member
330 u64 maxage; member
A Dsja1105_main.c178 .maxage = 0xFF, in sja1105_init_mac_settings()
388 .maxage = SJA1105_AGEING_TIME_MS(300000), in sja1105_init_l2_lookup_params()
2713 unsigned int maxage; in sja1105_set_ageing_time() local
2718 maxage = SJA1105_AGEING_TIME_MS(ageing_time); in sja1105_set_ageing_time()
2720 if (l2_lookup_params->maxage == maxage) in sja1105_set_ageing_time()
2723 l2_lookup_params->maxage = maxage; in sja1105_set_ageing_time()
A Dsja1105_static_config.c293 sja1105_packing(buf, &entry->maxage, 31, 17, size, op); in sja1105et_l2_lookup_params_entry_packing()
312 sja1105_packing(buf, &entry->maxage, 57, 43, size, op); in sja1105pqrs_l2_lookup_params_entry_packing()
334 sja1105_packing(buf, &entry->maxage, 69, 55, size, op); in sja1110_l2_lookup_params_entry_packing()
465 sja1105_packing(buf, &entry->maxage, 32, 25, size, op); in sja1105et_mac_config_entry_packing()
499 sja1105_packing(buf, &entry->maxage, 64, 57, size, op); in sja1105pqrs_mac_config_entry_packing()
532 sja1105_packing(buf, &entry->maxage, 63, 56, size, op); in sja1110_mac_config_entry_packing()

Completed in 28 milliseconds