Searched refs:period (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | str-two-way.h | 124 size_t *period) in critical_factorization() argument 175 *period = p; in critical_factorization() 215 *period = p; in critical_factorization() 235 size_t period; /* The period of the right half of needle. */ in two_way_short_needle() local 241 suffix = critical_factorization (needle, needle_len, &period); in two_way_short_needle() 245 if (CMP_FUNC (needle, needle + period, suffix) == 0) in two_way_short_needle() 270 j += period; in two_way_short_needle() 271 memory = needle_len - period; in two_way_short_needle() 284 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle() 302 j += period; in two_way_short_needle() [all …]
|
| /optee_os/core/kernel/ |
| H A D | callout.c | 93 co->period = desc->ms_to_ticks(desc, ms); in callout_add() 94 co->expiry_value = desc->get_now(desc) + co->period; in callout_add() 97 co->period = ms; in callout_add() 109 co->period = callout_desc->ms_to_ticks(callout_desc, ms); in callout_set_next_timeout() 139 co->period = desc->ms_to_ticks(desc, co->period); in callout_service_init() 140 co->expiry_value = now + co->period; in callout_service_init() 184 co->expiry_value += co->period; in callout_service_cb()
|
| /optee_os/core/include/kernel/ |
| H A D | callout.h | 32 uint64_t period; member
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 43 …ng Term Support) branches, which are maintained continuously for a given period. The LTS branches …
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ssl.h | 4776 const unsigned char period[8]);
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls.c | 3042 const unsigned char period[8]) in mbedtls_ssl_conf_renegotiation_period() 3044 memcpy(conf->renego_period, period, 8); in mbedtls_ssl_conf_renegotiation_period()
|