Home
last modified time | relevance | path

Searched refs:maxage (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/fs/unicode/
H 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()
477 if (leaf_age <= data->maxage && leaf_age > age) in utf8nagemax()
499 age = data->maxage; in utf8nagemin()
505 if (leaf_age <= data->maxage && leaf_age < age) in utf8nagemin()
532 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) in utf8len()
560 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage) in utf8nlen()
693 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) { in utf8byte()
770 utf8nfdi(unsigned int maxage) utf8nfdi() argument
782 utf8nfdicf(unsigned int maxage) utf8nfdicf() argument
[all...]
H A Dmkutf8data.c349 unsigned int maxage; member
428 printf("%s_%x root %p\n", tree->type, tree->maxage, tree->root); in tree_walk()
668 printf("Pruning %s_%x\n", tree->type, tree->maxage); in prune()
826 printf("Marking %s_%x\n", tree->type, tree->maxage); in mark_nodes()
959 printf("Indexing %s_%x: %d\n", tree->type, tree->maxage, index); in index_nodes()
1070 printf("Sizing %s_%x\n", tree->type, tree->maxage); in size_nodes()
1208 printf("Emitting %s_%x\n", tree->type, tree->maxage); in emit()
1600 unsigned int maxage; in trees_init() local
1610 maxage = nextage; in trees_init()
1615 data->correction < maxage) in trees_init()
[all...]
H A Dutf8n.h43 extern const struct utf8data *utf8nfdi(unsigned int maxage);
44 extern const struct utf8data *utf8nfdicf(unsigned int maxage);
/third_party/f2fs-tools/lib/
H A Dnls_utf8.c79 unsigned int maxage; member
498 if (leaf_age <= data->maxage && leaf_age > age)
521 age = data->maxage;
527 if (leaf_age <= data->maxage && leaf_age < age)
555 if (leaf_age <= data->maxage && leaf_age > age)
578 age = data->maxage;
584 if (leaf_age <= data->maxage && leaf_age < age)
612 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
641 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
774 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) { in utf8byte()
878 utf8nfdicf(unsigned int maxage) utf8nfdicf() argument
[all...]
/kernel/linux/linux-6.6/fs/unicode/
H A Dmkutf8data.c349 unsigned int maxage; member
428 printf("%s_%x root %p\n", tree->type, tree->maxage, tree->root); in tree_walk()
668 printf("Pruning %s_%x\n", tree->type, tree->maxage); in prune()
826 printf("Marking %s_%x\n", tree->type, tree->maxage); in mark_nodes()
959 printf("Indexing %s_%x: %d\n", tree->type, tree->maxage, index); in index_nodes()
1070 printf("Sizing %s_%x\n", tree->type, tree->maxage); in size_nodes()
1208 printf("Emitting %s_%x\n", tree->type, tree->maxage); in emit()
1600 unsigned int maxage; in trees_init() local
1610 maxage = nextage; in trees_init()
1615 data->correction < maxage) in trees_init()
[all...]
H A Dutf8n.h64 unsigned int maxage; member
H A Dutf8-core.c168 while (version < table[i].maxage) in find_table_version()
170 if (version > table[i].maxage) in find_table_version()
H A Dutf8-norm.c398 um->ntab[n]->maxage) in utf8nlen()
513 u8c->um->ntab[u8c->n]->maxage) { in utf8byte()
/third_party/libcoap/include/coap3/
H A Dcoap_block.h267 * @param maxage The maxmimum life of the data. If @c -1, then there
268 * is no maxage.
276 int maxage,
379 * @param maxage The maxmimum life of the data. If @c -1, then there
380 * is no maxage.
397 int maxage,
/third_party/curl/lib/
H A Daltsvc.c537 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local
635 maxage = num; in Curl_altsvc_parse()
652 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
H A Dcookie.c729 const char *maxage = valuep; in Curl_cookie_add() local
730 offt = curlx_strtoofft((*maxage == '\"')? in Curl_cookie_add()
731 &maxage[1]:&maxage[0], NULL, 10, in Curl_cookie_add()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h232 u64 maxage; /* Shared */ member
274 u64 maxage; member
H A Dsja1105_main.c86 .maxage = 0xFF, in sja1105_init_mac_settings()
246 .maxage = SJA1105_AGEING_TIME_MS(300000), in sja1105_init_l2_lookup_params()
3216 unsigned int maxage; in sja1105_set_ageing_time() local
3221 maxage = SJA1105_AGEING_TIME_MS(ageing_time); in sja1105_set_ageing_time()
3223 if (l2_lookup_params->maxage == maxage) in sja1105_set_ageing_time()
3226 l2_lookup_params->maxage = maxage; in sja1105_set_ageing_time()
H A Dsja1105_static_config.c221 sja1105_packing(buf, &entry->maxage, 31, 17, size, op); in sja1105et_l2_lookup_params_entry_packing()
240 sja1105_packing(buf, &entry->maxage, 57, 43, size, op); in sja1105pqrs_l2_lookup_params_entry_packing()
327 sja1105_packing(buf, &entry->maxage, 32, 25, size, op); in sja1105et_mac_config_entry_packing()
361 sja1105_packing(buf, &entry->maxage, 64, 57, size, op); in sja1105pqrs_mac_config_entry_packing()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c68 long maxage);
255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local
416 opt_long(opt_arg(), &maxage); in ocsp_main() local
846 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in ocsp_main()
969 long maxage) in print_ocsp_summary()
999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
/third_party/openssl/apps/
H A Docsp.c68 long maxage);
255 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local
416 opt_long(opt_arg(), &maxage); in ocsp_main() local
846 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in ocsp_main()
969 long maxage) in print_ocsp_summary()
999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h286 u64 maxage; /* Shared */ member
330 u64 maxage; member
H A Dsja1105_main.c178 .maxage = 0xFF, in sja1105_init_mac_settings()
388 .maxage = SJA1105_AGEING_TIME_MS(300000), in sja1105_init_l2_lookup_params()
2779 unsigned int maxage; in sja1105_set_ageing_time() local
2784 maxage = SJA1105_AGEING_TIME_MS(ageing_time); in sja1105_set_ageing_time()
2786 if (l2_lookup_params->maxage == maxage) in sja1105_set_ageing_time()
2789 l2_lookup_params->maxage = maxage; in sja1105_set_ageing_time()
H 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()
/third_party/libcoap/src/
H A Dcoap_block.c276 int maxage, in coap_add_data_blocked_response()
314 if (maxage >= 0) { in coap_add_data_blocked_response()
317 coap_encode_var_safe(buf, sizeof(buf), maxage), buf); in coap_add_data_blocked_response()
597 int maxage, in coap_add_data_large_internal()
867 if (maxage >= 0) { in coap_add_data_large_internal()
871 lg_xmit->b.b2.maxage_expire = coap_ticks_to_rt(now) + maxage; in coap_add_data_large_internal()
1022 int maxage, in coap_add_data_large_response()
1081 if (maxage >= 0) { in coap_add_data_large_response()
1084 coap_encode_var_safe(buf, sizeof(buf), maxage), buf); in coap_add_data_large_response()
1111 query, maxage, eta in coap_add_data_large_response()
273 coap_add_data_blocked_response(const coap_pdu_t *request, coap_pdu_t *response, uint16_t media_type, int maxage, size_t length, const uint8_t *data ) coap_add_data_blocked_response() argument
592 coap_add_data_large_internal(coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *pdu, coap_resource_t *resource, const coap_string_t *query, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr, int single_request, coap_pdu_code_t request_method) coap_add_data_large_internal() argument
1016 coap_add_data_large_response(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *response, const coap_string_t *query, uint16_t media_type, int maxage, uint64_t etag, size_t length, const uint8_t *data, coap_release_large_data_t release_func, void *app_ptr ) coap_add_data_large_response() argument
[all...]
/third_party/libcoap/examples/
H A Dcoap-server.c1613 int maxage = -1; in proxy_response_handler() local
1676 maxage = coap_decode_var_bytes(coap_opt_value(option), in proxy_response_handler()
1705 media_type, maxage, etag, size, data, in proxy_response_handler()

Completed in 45 milliseconds