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
1618 if (nvb->pending || nvb->bound) { in handle_notification_bitmap_destroy()
1666 if ((bitmap & nvb->bound)) { in handle_notification_bind()
1669 nvb->bound |= bitmap; in handle_notification_bind()
1710 nvb->bound &= ~bitmap; in handle_notification_unbind()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4392 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4394 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4396 cause buffer bound checks to be bypassed. Found by Eyal Itkin.
4398 cause buffer bound checks to be bypassed. Found by Eyal Itkin.