Home
last modified time | relevance | path

Searched refs:DEFAULT_NUM_GROUPS (Results 1 – 6 of 6) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/benchmark/opperf/rules/
H A Ddefault_params.py113 DEFAULT_NUM_GROUPS = [1, 10] variable
376 "num_groups": DEFAULT_NUM_GROUPS,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/benchmark/opperf/rules/
H A Ddefault_params.py113 DEFAULT_NUM_GROUPS = [1, 10] variable
376 "num_groups": DEFAULT_NUM_GROUPS,
/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/
H A DSettings.h26 static const int DEFAULT_NUM_GROUPS = 1; variable
248 unsigned int m_numTVGroups = DEFAULT_NUM_GROUPS;
257 unsigned int m_numRadioGroups = DEFAULT_NUM_GROUPS;
H A DSettings.cpp42 m_numTVGroups = kodi::GetSettingInt("numTvGroups", DEFAULT_NUM_GROUPS); in ReadFromAddon()
69 m_numRadioGroups = kodi::GetSettingInt("numRadioGroups", DEFAULT_NUM_GROUPS); in ReadFromAddon()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/str/
H A Dstrstubs.c83 #define DEFAULT_NUM_GROUPS 10 macro
169 struct re_group default_groups[DEFAULT_NUM_GROUPS]; in re_match()
174 if (numgroups <= DEFAULT_NUM_GROUPS) in re_match()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/str/
H A Dstrstubs.c83 #define DEFAULT_NUM_GROUPS 10 macro
169 struct re_group default_groups[DEFAULT_NUM_GROUPS]; in re_match()
174 if (numgroups <= DEFAULT_NUM_GROUPS) in re_match()