HomeSort by relevance Sort by last modified time
    Searched refs:fn_config (Results 1 - 2 of 2) sorted by null

  /external/valgrind/callgrind/
clo.c 86 fn_config* config;
99 fn_config* new_fnc(void)
101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1",
102 sizeof(fn_config));
159 * leaf (fn_config) for the given pattern is returned.
161 static fn_config* get_fnc2(config_node* node, const HChar* name)
300 static fn_config* get_fnc(const HChar* name)
302 fn_config* fnc;
318 static void update_fn_config1(fn_node* fn, fn_config* fnc
    [all...]
global.h 189 typedef struct _fn_config fn_config; typedef in typeref:struct:_fn_config

Completed in 108 milliseconds