Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dubsan.c129 void __ubsan_handle_vla_bound_not_positive(void *data_, void *bound);
250 void __ubsan_handle_vla_bound_not_positive(void *data_, void *bound __unused) in __ubsan_handle_vla_bound_not_positive()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Doid.c990 static int oid_parse_number(unsigned int *num, const char **p, const char *bound) in oid_parse_number() argument
996 while (*p < bound && **p >= '0' && **p <= '9') { in oid_parse_number()
1021 unsigned char *bound, in oid_subidentifier_encode_into() argument
1026 if ((size_t) (bound - *p) < num_bytes) { in oid_subidentifier_encode_into()
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c59 uint64_t bound; member
1622 if (nvb->pending || nvb->bound) { in handle_notification_bitmap_destroy()
1670 if ((bitmap & nvb->bound)) { in handle_notification_bind()
1673 nvb->bound |= bitmap; in handle_notification_bind()
1714 nvb->bound &= ~bitmap; in handle_notification_unbind()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4435 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4437 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4439 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4441 cause buffer bound checks to be bypassed. Found by Eyal Itkin.