Searched refs:func_name (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/include/ |
| H A D | initcall.h | 17 const char *func_name; member 25 { .func = (fn), .level = (lvl), .func_name = #fn, }
|
| /optee_os/core/kernel/ |
| H A D | initcall.c | 19 DMSG("%s level %d %s()", type, call->level, call->func_name); in do_init_calls()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 116 #define HASH_PROCESS_(func_name, compress_name, compress_n_name, state_var, block_size) \ argument 117 int func_name (hash_state * md, const unsigned char *in, unsigned long inlen) \ 170 #define HASH_PROCESS(func_name, compress_name, state_var, block_size) \ argument 171 HASH_PROCESS_(func_name, compress_name, NULL, state_var, block_size) 174 #define HASH_PROCESS_NBLOCKS(func_name, compress_n_name, state_var, block_size) \ argument 175 HASH_PROCESS_(func_name, NULL, compress_n_name, state_var, block_size)
|