Searched refs:valtype (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libnvpair.h | 141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ argument 143 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, valtype), \
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-generic.c | 444 #define define_ddi_strtoux(type, valtype) \ argument 446 int base, valtype *result) \ 448 valtype last_value, value = 0; \ 501 #define define_ddi_strtox(type, valtype) \ argument 503 int base, valtype *result) \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 733 #define GET_AND_EMIT_ALLOC_STAT(small_or_large, name, valtype) \ in stats_arena_print() argument 735 &small_or_large##_##name, valtype##_t); \ in stats_arena_print() 736 emitter_json_kv(emitter, #name, emitter_type_##valtype, \ in stats_arena_print() 738 alloc_count_##name.type = emitter_type_##valtype; \ in stats_arena_print() 739 alloc_count_##name.valtype##_val = small_or_large##_##name; in stats_arena_print()
|