| /optee_os/core/include/drivers/qcom/ramblur/v3/ |
| H A D | ramblur_pimem_hwio.h | 36 #define RAMBLUR_WINn_ALGORITHM_CONFIG_ADDR_OFFSET(n) (0x68 + (0x4 * (n))) argument 37 #define RAMBLUR_WINn_ALGORITHM_CONFIG_ADDR(n) \ argument 47 #define RAMBLUR_WINn_SIZE_ADDR_OFFSET(n) (0x58 + (0x4 * (n))) argument 48 #define RAMBLUR_WINn_SIZE_ADDR(n) (RAMBLUR_WINn_SIZE_ADDR_OFFSET(n)) argument 51 #define RAMBLUR_WINn_CTL_OFFSET(n) (0x78 + (0x4 * (n))) argument 52 #define RAMBLUR_WINn_CTL_ADDR(n) (RAMBLUR_WINn_CTL_OFFSET(n)) argument 62 #define RAMBLUR_WINn_CTL_INI(n) \ argument 66 #define RAMBLUR_WINn_STATUS_OFFSET(n) (0x98 + (0x4 * (n))) argument 67 #define RAMBLUR_WINn_STATUS_ADDR(n) (RAMBLUR_WINn_STATUS_OFFSET(n)) argument 76 #define RAMBLUR_WINn_HW_INIT_START_OFFSET(n) (0x88 + (0x4 * (n))) argument [all …]
|
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | tz_matrix.h | 30 #define MATRIX_MCFG(n) (0x0000 + (n) * 4) /* Master Configuration Register */ argument 31 #define MATRIX_SCFG(n) (0x0040 + (n) * 4) /* Slave Configuration Register */ argument 32 #define MATRIX_PRAS(n) (0x0080 + (n) * 8) /* Priority Register A for Slave */ argument 33 #define MATRIX_PRBS(n) (0x0084 + (n) * 8) /* Priority Register B for Slave */ argument 42 #define MATRIX_MEAR(n) (0x0160 + (n) * 4) argument 48 #define MATRIX_SSR(n) (0x0200 + (n) * 4) argument 50 #define MATRIX_SASSR(n) (0x0240 + (n) * 4) argument 52 #define MATRIX_SRTSR(n) (0x0280 + (n) * 4) argument 55 #define MATRIX_SPSELR(n) (0x02c0 + (n) * 4) argument 66 #define MATRIX_LANSECH(n, bit) ((bit) << n) argument [all …]
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | primitiveTypes.h | 63 #define indexWord( total, n ) (n) argument 66 #define indexMultiword( total, m, n ) (n) argument 67 #define indexMultiwordHi( total, n ) ((total) - (n)) argument 68 #define indexMultiwordLo( total, n ) 0 argument 69 #define indexMultiwordHiBut( total, n ) (n) argument 70 #define indexMultiwordLoBut( total, n ) 0 argument 74 #define indexWord( total, n ) ((total) - 1 - (n)) argument 77 #define indexMultiword( total, m, n ) ((total) - 1 - (m)) argument 78 #define indexMultiwordHi( total, n ) 0 argument 79 #define indexMultiwordLo( total, n ) ((total) - (n)) argument [all …]
|
| /optee_os/core/tests/ |
| H A D | ftmn_boot_tests.c | 27 size_t n) in simple_call_memcmp() 60 const void *s2, size_t n) in two_level_call_memcmp2() 73 const void *s2, size_t n) in two_level_call_memcmp1() 79 const void *s2, size_t n) in two_level_call_memcmp() 119 const void *s2, size_t n) in chained_call_memcmp2() 127 const void *s2, size_t n) in chained_call_memcmp1() 143 const void *s2, size_t n) in chained_call_memcmp()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_core_common.h | 30 unsigned char *p, size_t n) in psa_crypto_buffer_offset() 47 const unsigned char *p, size_t n) in psa_crypto_buffer_offset_const()
|
| H A D | platform.c | 25 static void *platform_calloc_uninit(size_t n, size_t size) in platform_calloc_uninit() 70 int mbedtls_platform_win32_snprintf(char *s, size_t n, const char *fmt, ...) in mbedtls_platform_win32_snprintf() 88 static int platform_snprintf_uninit(char *s, size_t n, in platform_snprintf_uninit() 104 int mbedtls_platform_set_snprintf(int (*snprintf_func)(char *s, size_t n, in mbedtls_platform_set_snprintf() 115 int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt, va_list arg) in mbedtls_platform_win32_vsnprintf() 143 static int platform_vsnprintf_uninit(char *s, size_t n, in platform_vsnprintf_uninit() 160 int mbedtls_platform_set_vsnprintf(int (*vsnprintf_func)(char *s, size_t n, in mbedtls_platform_set_vsnprintf() 296 size_t n; in mbedtls_platform_std_nv_seed_read() local 318 size_t n; in mbedtls_platform_std_nv_seed_write() local
|
| H A D | camellia.c | 59 #define SBOX1(n) FSb[(n)] argument 60 #define SBOX2(n) (unsigned char) ((FSb[(n)] >> 7 ^ FSb[(n)] << 1) & 0xff) argument 61 #define SBOX3(n) (unsigned char) ((FSb[(n)] >> 1 ^ FSb[(n)] << 7) & 0xff) argument 62 #define SBOX4(n) FSb[((n) << 1 ^ (n) >> 7) &0xff] argument 146 #define SBOX1(n) FSb[(n)] argument 147 #define SBOX2(n) FSb2[(n)] argument 148 #define SBOX3(n) FSb3[(n)] argument 149 #define SBOX4(n) FSb4[(n)] argument 578 size_t n; in mbedtls_camellia_crypt_cfb128() local 631 size_t n; in mbedtls_camellia_crypt_ctr() local
|
| H A D | alignment.h | 427 #define MBEDTLS_PUT_UINT32_BE(n, data, offset) \ argument 464 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ argument 500 #define MBEDTLS_PUT_UINT16_LE(n, data, offset) \ argument 536 #define MBEDTLS_PUT_UINT16_BE(n, data, offset) \ argument 573 #define MBEDTLS_PUT_UINT24_BE(n, data, offset) \ argument 605 #define MBEDTLS_PUT_UINT24_LE(n, data, offset) \ argument 636 #define MBEDTLS_PUT_UINT64_BE(n, data, offset) \ argument 672 #define MBEDTLS_PUT_UINT64_LE(n, data, offset) \ argument
|
| /optee_os/core/drivers/ |
| H A D | ls_i2c.c | 102 unsigned int n = 0; in i2c_get_ibfd() local 174 unsigned int n = 0; in i2c_bus_test_bus_busy() local 207 unsigned int n = 0; in i2c_transfer_complete() local 245 unsigned int n = 0; in i2c_read() local 301 unsigned int n = 0; in i2c_write() local 376 unsigned int n = 0; in i2c_bus_xfer() local
|
| /optee_os/ta/pkcs11/src/ |
| H A D | token_capabilities.c | 161 size_t n = 0; in mechanism_string_id() local 176 size_t n = 0; in mechanism_is_valid() local 191 size_t n = 0; in mechanism_flags_complies_pkcs11() local 212 size_t n = 0; in mechanism_is_one_shot_only() local 308 size_t n = 0; in tee_malloc_mechanism_list() local 338 size_t n = 0; in mechanism_supported_flags() local
|
| /optee_os/core/drivers/imx/mu/ |
| H A D | imx_mu_8q.c | 13 #define MU_ATR(n) (0x0 + (n) * (4)) argument 14 #define MU_ARR(n) (0x10 + (n) * (4)) argument 18 #define MU_SR_RF(n) SHIFT_U32(1, 27 - (n)) argument 19 #define MU_SR_TE(n) SHIFT_U32(1, 23 - (n)) argument
|
| H A D | imx_mu_8ulp_9x.c | 18 #define MU_TR(n) (0x200 + 0x4 * (n)) argument 19 #define MU_RR(n) (0x280 + 0x4 * (n)) argument 20 #define MU_TSR_TE(n) BIT32(n) argument 21 #define MU_RSR_RF(n) BIT32(n) argument
|
| /optee_os/core/kernel/ |
| H A D | handle.c | 22 size_t n = 0; in handle_db_destroy() local 36 size_t n = 0; in handle_db_is_empty() local 49 size_t n; in handle_get() local
|
| H A D | thread.c | 64 #define GET_STACK_BOTTOM(stack, n) ((vaddr_t)&(stack)[n] + sizeof(stack[n]) - \ argument 68 #define GET_STACK_BOTTOM(stack, n) 0 argument 73 #define GET_STACK_THREAD_BOTTOM(n) 0 argument 76 #define GET_STACK_THREAD_BOTTOM(n) \ argument 144 size_t n = 0; in thread_init_canaries() local 216 size_t n = 0; in thread_check_canaries() local 287 size_t n = 0; in print_stack_limits() local 530 size_t n = 0; in init_thread_stacks() local 568 size_t n = 0; in init_thread_stacks() local 585 size_t n = 0; in thread_init_threads() local [all …]
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_macros.h | 5 #define LTC_TMPVAR__(n, l) n ## l argument 6 #define LTC_TMPVAR_(n, l) LTC_TMPVAR__(n, l) argument 7 #define LTC_TMPVAR(n) LTC_TMPVAR_(LTC_ ## n ## _, __LINE__) argument 248 #define ROR(x,n) _rotr(x,n) argument 249 #define ROL(x,n) _rotl(x,n) argument 250 #define RORc(x,n) ROR(x,n) argument 251 #define ROLc(x,n) ROL(x,n) argument 256 #define ROR(x,n) __builtin_rotateright32(x,n) argument 257 #define ROL(x,n) __builtin_rotateleft32(x,n) argument 258 #define ROLc(x,n) ROL(x,n) argument [all …]
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | platform_rk322x.c | 16 #define SGRF_SOC_CON(n) ((n) * 4) argument 17 #define DDR_SGRF_DDR_CON(n) ((n) * 4) argument
|
| /optee_os/lib/libutils/ext/ |
| H A D | base64.c | 18 size_t n = 0; in base64_enc() local 62 size_t n = 0; in get_idx() local 76 size_t n = 0; in base64_dec() local
|
| /optee_os/lib/libutils/isoc/ |
| H A D | qsort.c | 40 #define swapcode(TYPE, parmi, parmj, n) { \ argument 53 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() 67 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument 76 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/ |
| H A D | der_decode_raw_bit_string.c | 13 #define SETBIT(v, n) (v=((unsigned char)(v) | (1U << (unsigned char)(n)))) argument 14 #define CLRBIT(v, n) (v=((unsigned char)(v) & ~(1U << (unsigned char)(n)))) argument
|
| /optee_os/core/pta/tests/ |
| H A D | mutex.c | 25 size_t n; in mutex_test_writer() local 50 size_t n; in mutex_test_reader() local
|
| H A D | fs_htree.c | 180 static uint32_t val_from_bn_n_salt(size_t bn, size_t n, uint8_t salt) in val_from_bn_n_salt() 190 size_t n = 0; in write_block() local 202 size_t n = 0; in read_block() local 226 size_t n = 0; in do_range() local 243 size_t n = 0; in do_range_backwards() local 440 size_t n = 0; in test_write_read() local 479 size_t n = 0; in test_corrupt_type() local 566 size_t n = 0; in test_corrupt() local
|
| /optee_os/core/lib/libfdt/ |
| H A D | libfdt_internal.h | 36 static inline const struct fdt_reserve_entry *fdt_mem_rsv_(const void *fdt, int n) in fdt_mem_rsv_() 44 static inline struct fdt_reserve_entry *fdt_mem_rsv_w_(void *fdt, int n) in fdt_mem_rsv_w_()
|
| /optee_os/core/include/kernel/ |
| H A D | asan.h | 50 static inline void *asan_memset_unchecked(void *s, int c, size_t n) in asan_memset_unchecked() 56 const void *__restrict s2, size_t n) in asan_memcpy_unchecked()
|
| /optee_os/core/lib/libtomcrypt/src/pk/pkcs1/ |
| H A D | pkcs_1_os2ip.c | 18 int pkcs_1_os2ip(void *n, unsigned char *in, unsigned long inlen) in pkcs_1_os2ip()
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | bcmp.c | 38 size_t n) in bcmp()
|