Searched defs:lo (Results 1 – 10 of 10) sorted by relevance
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | arm32_aeabi_shift.c | 16 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 D | aes-gcm-ghash-tbl.c | 113 unsigned char lo = 0, hi = 0, rem = 0; in internal_aes_gcm_ghash_mult_tbl() local
|
| /optee_os/core/include/mm/ |
| H A D | tee_mm.h | 30 paddr_t lo; /* low boundary of the pool */ member
|
| /optee_os/core/kernel/ |
| H A D | tee_misc.c | 55 uint8_t lo; in tee_hs2b() local
|
| /optee_os/core/mm/ |
| H A D | tee_mm.c | 15 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 D | poly1305.c | 39 const uint32_t lo = (uint32_t) al * bl; in mul64() local
|
| H A D | gcm.c | 305 unsigned char lo, hi, rem; in gcm_mult_smalltable() local
|
| /optee_os/lib/libutils/ext/ |
| H A D | snprintk.c | 223 uint32_t lo; in uuid2str() member
|
| /optee_os/lib/libutee/include/ |
| H A D | user_ta_header.h | 75 uint32_t lo; member
|
| /optee_os/core/arch/arm/include/ |
| H A D | arm64.h | 395 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()
|