Home
last modified time | relevance | path

Searched refs:_getIntValue (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mgba/mgba-0.9.2/src/core/
H A Dinput.c46 static bool _getIntValue(const struct Configuration* config, const char* section, const char* key, … in _getIntValue() function
143 if (!_getIntValue(config, sectionName, keyKey, &value)) { in _loadKey()
154 if (!_getIntValue(config, sectionName, axisKey, &value)) { in _loadAxis()
193 found = _getIntValue(config, sectionName, hatKey, &hatBindings.up) || found; in _loadHat()
195 found = _getIntValue(config, sectionName, hatKey, &hatBindings.right) || found; in _loadHat()
197 found = _getIntValue(config, sectionName, hatKey, &hatBindings.down) || found; in _loadHat()
199 found = _getIntValue(config, sectionName, hatKey, &hatBindings.left) || found; in _loadHat()
/dports/games/libretro-mgba/mgba-6186d45/src/core/
H A Dinput.c46 static bool _getIntValue(const struct Configuration* config, const char* section, const char* key, … in _getIntValue() function
143 if (!_getIntValue(config, sectionName, keyKey, &value)) { in _loadKey()
154 if (!_getIntValue(config, sectionName, axisKey, &value)) { in _loadAxis()
193 found = _getIntValue(config, sectionName, hatKey, &hatBindings.up) || found; in _loadHat()
195 found = _getIntValue(config, sectionName, hatKey, &hatBindings.right) || found; in _loadHat()
197 found = _getIntValue(config, sectionName, hatKey, &hatBindings.down) || found; in _loadHat()
199 found = _getIntValue(config, sectionName, hatKey, &hatBindings.left) || found; in _loadHat()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h295 GET_INT_VALUE _getIntValue; variable
433 inline int getIntValue(Tree* pTree) { return _getIntValue(pTree); } in getIntValue()
H A DDynPackage.cpp300 GET_INT_VALUE _getIntValue; member in CodeWorker::Interpreter
500 _getIntValue = pfGetIntValue; in Interpreter()
/dports/www/clearsilver/clearsilver-0.10.5/java-jni/
H A DHDF.java152 return _getIntValue(hdfptr,hdfname,default_value); in getIntValue()
371 private static native int _getIntValue(int ptr, String hdfname,
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/java-jni/
H A DHDF.java152 return _getIntValue(hdfptr,hdfname,default_value); in getIntValue()
371 private static native int _getIntValue(int ptr, String hdfname,
/dports/www/p5-ClearSilver/clearsilver-0.10.5/java-jni/
H A DHDF.java152 return _getIntValue(hdfptr,hdfname,default_value); in getIntValue()
371 private static native int _getIntValue(int ptr, String hdfname,
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_295 GET_INT_VALUE _getIntValue;
433 inline int getIntValue(Tree* pTree) { return _getIntValue(pTree); }