Home
last modified time | relevance | path

Searched refs:func (Results 1 – 16 of 16) sorted by relevance

/lib/
A Dtrace.c116 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 Dgzip.c49 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 Dportability_macros.h46 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func argument
48 # define ZSTD_HIDE_ASM_FUNCTION(func) argument
/lib/lwip/lwip/test/unit/
A Dlwip_check.h18 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 Dlist.c144 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 Dpsa_crypto_helpers.c108 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 Dlist.h24 void list_map(struct list *list, void (* func)(void *arg));
/lib/lwip/lwip/src/netif/ppp/
A Dmultilink.c69 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 Dtest_suite_ctr_drbg.function164 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 Dtest_suite_asn1write.function394 int (*func)(unsigned char **p, const unsigned char *start,
434 ret = (*func)(&data.p, data.start, bitstring->x, bits);
A Dtest_suite_psa_crypto.function2141 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 Dpsa_crypto_helpers.h144 const char *func,
/lib/efi_loader/
A Defi_variable_tee.c128 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 Ddeflate.c123 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 Dlwip.Doxyfile326 # definitions whose arguments contain STL classes (e.g. func(std::string);
327 # versus func(std::string) {}). This also make the inheritance and collaboration
A Dlwip.Doxyfile.cmake.in326 # definitions whose arguments contain STL classes (e.g. func(std::string);
327 # versus func(std::string) {}). This also make the inheritance and collaboration

Completed in 53 milliseconds