| /lib/ |
| A D | trace.c | 116 rec->func = func_ptr_to_num(func_ptr); in add_ftrace() 135 int func; in __cyg_profile_func_enter() local 147 func = func_ptr_to_num(func_ptr); in __cyg_profile_func_enter() 148 if (func < hdr->func_count) { in __cyg_profile_func_enter() 149 hdr->call_accum[func]++; in __cyg_profile_func_enter() 196 size_t func; in trace_list_functions() local 207 for (func = upto = 0; func < hdr->func_count; func++) { in trace_list_functions() 208 size_t calls = hdr->call_accum[func]; in trace_list_functions() 216 stats->offset = func * FUNC_SITE_SIZE; in trace_list_functions() 272 out->func = call->func * FUNC_SITE_SIZE; in trace_list_calls()
|
| A D | gzip.c | 49 int (*func)(unsigned long, unsigned long)) in zzip() 96 if (!func) { in zzip() 100 r = func((unsigned long)dst, in zzip()
|
| /lib/zstd/common/ |
| A D | portability_macros.h | 46 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func argument 48 # define ZSTD_HIDE_ASM_FUNCTION(func) argument
|
| /lib/lwip/lwip/test/unit/ |
| A D | lwip_check.h | 18 TFun func; member 26 _tcase_add_test((tc),(tf).func,(tf).name,0, 0, 0, 1)
|
| /lib/lwip/lwip/contrib/ports/unix/port/netif/ |
| A D | list.c | 144 list_map(struct list *list, void (* func)(void *arg)) in list_map() 149 func(e->data); in list_map()
|
| /lib/mbedtls/external/mbedtls/tests/src/ |
| A D | psa_crypto_helpers.c | 108 const char *func, in mbedtls_test_record_status() argument 120 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status()
|
| /lib/lwip/lwip/contrib/ports/unix/port/include/netif/ |
| A D | list.h | 24 void list_map(struct list *list, void (* func)(void *arg));
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | multilink.c | 69 static void iterate_bundle_links (void (*func) (char *)); 374 static void iterate_bundle_links(void (*func)(char *)) in iterate_bundle_links() 397 func(pp.dptr); in iterate_bundle_links()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_ctr_drbg.function | 164 goto exit; // goto is needed to avoid warning ( no test assertions in func) 180 goto exit; // goto is needed to avoid warning ( no test assertions in func) 195 goto exit; // goto is needed to avoid warning ( no test assertions in func) 210 goto exit; // goto is needed to avoid warning ( no test assertions in func)
|
| A D | test_suite_asn1write.function | 394 int (*func)(unsigned char **p, const unsigned char *start, 434 ret = (*func)(&data.p, data.start, bitstring->x, bits);
|
| A D | test_suite_psa_crypto.function | 2141 TEST_EQUAL(psa_get_key_type(&func), 0); 2145 TEST_EQUAL(psa_get_key_bits(&func), 0); 2149 TEST_EQUAL(psa_get_key_usage_flags(&func), 0); 2153 TEST_EQUAL(psa_get_key_algorithm(&func), 0); 2955 PSA_ASSERT(psa_hash_abort(&func)); 3460 psa_mac_operation_t func = psa_mac_operation_init(); 3467 TEST_EQUAL(psa_mac_update(&func, 3478 PSA_ASSERT(psa_mac_abort(&func)); 3892 TEST_EQUAL(psa_cipher_update(&func, 3909 PSA_ASSERT(psa_cipher_abort(&func)); [all …]
|
| /lib/mbedtls/external/mbedtls/tests/include/test/ |
| A D | psa_crypto_helpers.h | 144 const char *func,
|
| /lib/efi_loader/ |
| A D | efi_variable_tee.c | 128 arg.func = PTA_STMM_CMDID_COMMUNICATE; in optee_mm_communicate() 448 efi_uintn_t func, efi_status_t *ret) in setup_mm_hdr() argument 481 var_hdr->function = func; in setup_mm_hdr()
|
| /lib/zlib/ |
| A D | deflate.c | 123 compress_func func; member 448 compress_func func; local 462 func = configuration_table[s->level].func; 464 if ((strategy != s->strategy || func != configuration_table[level].func) && 850 (*(configuration_table[s->level].func))(s, flush));
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 326 # definitions whose arguments contain STL classes (e.g. func(std::string); 327 # versus func(std::string) {}). This also make the inheritance and collaboration
|
| A D | lwip.Doxyfile.cmake.in | 326 # definitions whose arguments contain STL classes (e.g. func(std::string); 327 # versus func(std::string) {}). This also make the inheritance and collaboration
|