Searched refs:leafs (Results 1 – 2 of 2) sorted by relevance
65 struct subleaf *leafs; member191 if (!func->leafs) { in cpuid_store()192 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()193 if (!func->leafs) in cpuid_store()199 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()200 if (!func->leafs) in cpuid_store()206 leaf = &func->leafs[s]; in cpuid_store()232 leaf_print_raw(&func->leafs[i]); in raw_dump_range()412 leaf = &func->leafs[sub]; in parse_line()521 show_leaf(&func->leafs[i]); in show_func()[all …]
673 local leafs=`rate_leafs_get $DL_HANDLE`674 local num_leafs=`echo $leafs | wc -w`679 for r_obj in $leafs687 for r_obj in $leafs695 for r_obj in $leafs
Completed in 7 milliseconds