Home
last modified time | relevance | path

Searched defs:lo (Results 1 – 10 of 10) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/
H A Darm32_aeabi_shift.c16 unsigned long lo = dword.w[0]; in __aeabi_llsl() local
36 unsigned long lo = dword.w[0]; in __aeabi_llsr() local
/optee_os/core/crypto/
H A Daes-gcm-ghash-tbl.c113 unsigned char lo = 0, hi = 0, rem = 0; in internal_aes_gcm_ghash_mult_tbl() local
/optee_os/core/include/mm/
H A Dtee_mm.h30 paddr_t lo; /* low boundary of the pool */ member
/optee_os/core/kernel/
H A Dtee_misc.c55 uint8_t lo; in tee_hs2b() local
/optee_os/core/mm/
H A Dtee_mm.c15 bool tee_mm_init(tee_mm_pool_t *pool, paddr_t lo, paddr_size_t size, in tee_mm_init()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpoly1305.c39 const uint32_t lo = (uint32_t) al * bl; in mul64() local
H A Dgcm.c305 unsigned char lo, hi, rem; in gcm_mult_smalltable() local
/optee_os/lib/libutils/ext/
H A Dsnprintk.c223 uint32_t lo; in uuid2str() member
/optee_os/lib/libutee/include/
H A Duser_ta_header.h75 uint32_t lo; member
/optee_os/core/arch/arm/include/
H A Darm64.h395 static inline void write_64bit_pair(uint64_t dst, uint64_t hi, uint64_t lo) in write_64bit_pair()
402 static inline void read_64bit_pair(uint64_t src, uint64_t *hi, uint64_t *lo) in read_64bit_pair()