Home
last modified time | relevance | path

Searched refs:xlu_cfg_get_bounded_long (Results 1 – 4 of 4) sorted by relevance

/tools/xl/
A Dxl.c210 e = xlu_cfg_get_bounded_long (config, "max_grant_frames", 0, INT_MAX, in parse_global_config()
217 e = xlu_cfg_get_bounded_long (config, "max_maptrack_frames", 0, in parse_global_config()
224 e = xlu_cfg_get_bounded_long (config, "max_grant_version", 0, in parse_global_config()
A Dxl_parse.c1536 e = xlu_cfg_get_bounded_long (config, "max_grant_frames", 0, INT_MAX, in parse_config_data()
1545 e = xlu_cfg_get_bounded_long (config, "max_maptrack_frames", 0, in parse_config_data()
1554 e = xlu_cfg_get_bounded_long (config, "max_grant_version", 0, in parse_config_data()
/tools/include/
A Dlibxlutil.h66 int xlu_cfg_get_bounded_long(const XLU_Config*, const char *n, long min,
/tools/libs/util/
A Dlibxlu_cfg.c270 int xlu_cfg_get_bounded_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_bounded_long() function
327 return xlu_cfg_get_bounded_long(cfg, n, LONG_MIN, LONG_MAX, value_r, in xlu_cfg_get_long()

Completed in 43 milliseconds