Home
last modified time | relevance | path

Searched refs:nonull (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A Dsparse_matrix.c257 int nonull, count = 0; in G_math_A_to_Asp() local
263 #pragma omp parallel for schedule (static) private(i, j, nonull, count) in G_math_A_to_Asp()
265 nonull = 0; in G_math_A_to_Asp()
269 nonull++; in G_math_A_to_Asp()
272 G_math_spvector *v = G_math_alloc_spvector(nonull); in G_math_A_to_Asp()
308 int nonull, count = 0; in G_math_sband_matrix_to_Asp() local
315 nonull = 0; in G_math_sband_matrix_to_Asp()
319 nonull++; in G_math_sband_matrix_to_Asp()
324 G_math_spvector *v = G_math_alloc_spvector(nonull); in G_math_sband_matrix_to_Asp()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/
H A Ddefault-config-backend.cpp67 std::string env_cfg_file = nonull(getenv(CONFIG_FILE_ENV)); in choose_cfg_file()
70 if ((env_cfg_file != nonull(NULL)) && in choose_cfg_file()
80 if (env_cfg_file != nonull(NULL)) in choose_cfg_file()
86 config_dir = nonull(getenv("XDG_CONFIG_HOME")); in choose_cfg_file()
89 config_dir = std::string(nonull(getenv("HOME"))) + "/.config"; in choose_cfg_file()
/dports/audio/libadplug/adplug-adplug-2.3.3/test/
H A Demutest.cpp37 bool nonull = false, no10k = true, nom10k = true; in check_emu_output() local
58 if(buf[i] != 0) nonull = true; in check_emu_output()
65 return (nonull && no10k && nom10k); in check_emu_output()
/dports/databases/grass7/grass-7.8.6/lib/gpde/
H A Dn_arrays_calc.c220 double *sum, int *nonull, int withoffset) in N_calc_array_2d_stats() argument
226 *nonull = 0; in N_calc_array_2d_stats()
244 (*nonull)++; in N_calc_array_2d_stats()
264 (*nonull)++; in N_calc_array_2d_stats()
272 *min, *max, *sum, *nonull); in N_calc_array_2d_stats()
643 double *sum, int *nonull, int withoffset) in N_calc_array_3d_stats() argument
649 *nonull = 0; in N_calc_array_3d_stats()
670 (*nonull)++; in N_calc_array_3d_stats()
691 (*nonull)++; in N_calc_array_3d_stats()
700 *min, *max, *sum, *nonull); in N_calc_array_3d_stats()
H A Dn_gradient_calc.c53 field->nonull = nonullx + nonully; in N_calc_gradient_field_2d_stats()
54 field->mean = field->sum / (double)field->nonull; in N_calc_gradient_field_2d_stats()
337 field->nonull = nonullx + nonully + nonullz; in N_calc_gradient_field_3d_stats()
338 field->mean = field->sum / (double)field->nonull; in N_calc_gradient_field_3d_stats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A DtestSAX.c60 static int nonull = 0; variable
1011 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1080 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1155 nonull++; in main()
1173 nonull++; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A DtestSAX.c60 static int nonull = 0; variable
1011 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1080 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1155 nonull++; in main()
1173 nonull++; in main()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A DtestSAX.c60 static int nonull = 0; variable
1011 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1080 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1155 nonull++; in main()
1173 nonull++; in main()
/dports/textproc/libxml2/libxml2-2.9.12/
H A DtestSAX.c60 static int nonull = 0; variable
1011 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1080 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1155 nonull++; in main()
1173 nonull++; in main()
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A DtestSAX.c60 static int nonull = 0; variable
1011 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1080 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1155 nonull++; in main()
1173 nonull++; in main()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A DtestSAX.c60 static int nonull = 0; variable
1011 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1080 if ((!quiet) && (!nonull)) { in parseAndPrintFile()
1155 nonull++; in main()
1173 nonull++; in main()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dxdg-shell.cpp203 handle_title_changed(nonull(xdg_toplevel->title)); in initialize()
204 handle_app_id_changed(nonull(xdg_toplevel->app_id)); in initialize()
216 handle_title_changed(nonull(xdg_toplevel->title)); in initialize()
220 handle_app_id_changed(nonull(xdg_toplevel->app_id)); in initialize()
H A Dxwayland.cpp221 handle_title_changed(nonull(xw->title)); in initialize()
225 handle_app_id_changed(nonull(xw->class_t)); in initialize()
244 handle_title_changed(nonull(xw->title)); in initialize()
245 handle_app_id_changed(nonull(xw->class_t)); in initialize()
774 auto instance_app_id = nonull(xw->instance); in toplevel_send_app_id()
1190 return xwayland_handle ? nonull(xwayland_handle->display_name) : ""; in xwayland_get_display()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/api/wayfire/
H A Ddebug.hpp8 #define nonull(x) ((x) ? (x) : ("nil")) macro
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dappend.test240 proc nonull {var key val} {
246 trace add variable myvar read nonull
262 proc nonull {var key val} {
268 trace add variable myvar read nonull
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dappend.test251 proc nonull {var key val} {
257 trace add variable myvar read nonull
275 proc nonull {var key val} {
281 trace add variable myvar read nonull
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/spy-js/server/node_modules/findup-sync/node_modules/glob/
H A DREADME.md20 // If the `nonull` option is set, and nothing
93 To get the bash-style behavior, set the `nonull:true` in the options.
180 matches found. If the `nonull` option is set, and no match was found,
250 * `nonull` Set to never return an empty set, instead returning a set
265 * `nonull` Return the pattern when no matches are found.
295 If an escaped pattern has no matches, and the `nonull` flag is set,
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dappend.test284 proc nonull {var key val} {
290 trace add variable myvar read nonull
308 proc nonull {var key val} {
314 trace add variable myvar read nonull
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/spy-js/server/node_modules/rimraf/node_modules/minimatch/
H A DREADME.md106 options.nonull is set, then return a list containing the pattern itself.
148 ### nonull subsection
198 If an escaped pattern has no matches, and the `nonull` flag is set,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/minimatch/
H A DREADME.md106 options.nonull is set, then return a list containing the pattern itself.
148 ### nonull subsection
198 If an escaped pattern has no matches, and the `nonull` flag is set,
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/minimatch/
H A DREADME.md106 options.nonull is set, then return a list containing the pattern itself.
148 ### nonull subsection
198 If an escaped pattern has no matches, and the `nonull` flag is set,
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/minimatch/
H A DREADME.md106 options.nonull is set, then return a list containing the pattern itself.
148 ### nonull subsection
198 If an escaped pattern has no matches, and the `nonull` flag is set,
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/minimatch/
H A DREADME.md106 options.nonull is set, then return a list containing the pattern itself.
148 ### nonull subsection
198 If an escaped pattern has no matches, and the `nonull` flag is set,
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/minimatch/
H A DREADME.md106 options.nonull is set, then return a list containing the pattern itself.
148 ### nonull subsection
198 If an escaped pattern has no matches, and the `nonull` flag is set,
/dports/misc/netron/node_modules/minimatch/
H A DREADME.md106 options.nonull is set, then return a list containing the pattern itself.
148 ### nonull subsection
198 If an escaped pattern has no matches, and the `nonull` flag is set,

1234567