Home
last modified time | relevance | path

Searched defs:bool_out (Results 1 – 6 of 6) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dtf.c119 int bool_out = 0; in tf_eval() local
169 int bool_out = 0; in tf_func_greater() local
193 int bool_out = 0; in tf_func_strcmp() local
212 int bool_out = 0; in tf_func_num() local
274 int bool_out = 0; in tf_func_abbr() local
335 int bool_out = 0; in tf_func_ansi() local
348 int bool_out = 0; in tf_func_ascii() local
365 int bool_out = 0; in tf_caps_impl() local
443 int bool_out = 0; in tf_func_char() local
511 int bool_out = 0; in tf_func_crc32() local
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Dsensors_c_test.c32 bool bool_out; in main() local
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/h5_test/
H A Dtst_h_vars.c26 int bool_out[DIM1_LEN] = {0, 1, 0}; in main() local
/dports/graphics/Coin/coin-Coin-4.0.0/src/navigation/
H A DSoScXMLNavigationTarget.cpp336 …arget::getEventSbBool(const ScXMLEvent * event, const char * label, SbBool & bool_out, SbBool requ… in getEventSbBool()
/dports/science/netcdf/netcdf-c-4.7.4/h5_test/
H A Dtst_h_vars.c30 int bool_out[DIM1_LEN] = {0, 1, 0}; in main() local
/dports/databases/py-pg8000/pg8000-1.23.0/pg8000/
H A Dconverters.py94 def bool_out(v): function