Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/kernel/
H A Dasan.c55 static int8_t *va_to_shadow(const void *va) in va_to_shadow()
59 return (int8_t *)sa; in va_to_shadow()
205 int8_t *sbyte = va_to_shadow((void *)saddr); in asan_report()
223 int8_t last = (addr & ASAN_BLOCK_MASK) + 1; in asan_shadow_1byte_isvalid()
224 int8_t *byte = va_to_shadow((void *)addr); in asan_shadow_1byte_isvalid()
238 int8_t last = ((addr + 1) & ASAN_BLOCK_MASK) + 1; in asan_shadow_2byte_isvalid()
239 int8_t *byte = va_to_shadow((void *)addr); in asan_shadow_2byte_isvalid()
254 int8_t last = ((addr + 3) & ASAN_BLOCK_MASK) + 1; in asan_shadow_4byte_isvalid()
255 int8_t *byte = va_to_shadow((void *)addr); in asan_shadow_4byte_isvalid()
270 int8_t last = ((addr + 7) & ASAN_BLOCK_MASK) + 1; in asan_shadow_8byte_isvalid()
[all …]
H A Ddt.c473 int8_t address_cells;
474 int8_t size_cells;
629 int8_t addr_cells = -1; in add_cached_node_subtree()
630 int8_t size_cells = -1; in add_cached_node_subtree()
/optee_os/lib/libutils/isoc/include/
H A Dstdint.h41 typedef signed char int8_t; typedef
69 typedef int8_t int_least8_t;
79 typedef int8_t int_fast8_t;
/optee_os/lib/libutils/ext/
H A Dqsort_helpers.c29 QSORT_HELPER(s8, int8_t);
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h1411 QCBOR_Int64ToInt8(int64_t src, int8_t *dest) in QCBOR_Int64ToInt8()
1416 *dest = (int8_t) src; in QCBOR_Int64ToInt8()
/optee_os/ta/remoteproc/src/
H A Delf_parser.c59 Elf32_Phdr *phdr = (void *)((int8_t *)ehdr + ehdr->e_phoff); in e32_parser_load_elf_image()
/optee_os/lib/libutils/ext/include/
H A Dutil.h318 void qsort_s8(int8_t *aa, size_t n);
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c843 int8_t s1 = mpi_op1.s; in TEE_BigIntComputeExtendedGcd()
844 int8_t s2 = pop2->s; in TEE_BigIntComputeExtendedGcd()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decp_curves_new.c5020 static inline int8_t extract_carry(int64_t cur) in extract_carry()
5022 return (int8_t) (cur >> 32); in extract_carry()
5038 int8_t c = 0, last_c; \
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c203 int8_t buf[stack_size]; in pager_lock_check_stack()