Home
last modified time | relevance | path

Searched refs:trueval (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Di_tcp.c965 u_long trueval = true; in UDP_Socket() local
967 int trueval = true; in UDP_Socket() local
1035 ioctl (s, FIONBIO, &trueval); in UDP_Socket()
1041 &trueval, // option value in UDP_Socket()
1056 &trueval, // option value in UDP_Socket()
1157 u_long trueval = true; in IPX_Socket() local
1159 int trueval = true; in IPX_Socket() local
1212 ioctl (s, FIONBIO, &trueval); in IPX_Socket()
1217 &trueval, // option value in IPX_Socket()
1218 sizeof(trueval)); in IPX_Socket()
[all …]
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dboolobj.c39 static Bool trueval = { { &obj, 2 }, NULL }; variable
42 Obj *const true_value = &trueval.v;
44 Obj *const bool_value[2] = { &falseval.v, &trueval.v };
249 …if (trueval.repr != NULL && trueval.repr->v.refcount != 1) fprintf(stderr, "boolrepr[1] %" PRIuSIZ… in boolobj_destroy()
253 if (trueval.repr != NULL) val_destroy(Obj(trueval.repr)); in boolobj_destroy()
/dports/devel/premake5/premake-5.0.0-alpha16-src/website/docs/
H A Diif.md4 result = iif(condition, trueval, falseval)
9 *condition* is the logical condition to test. *trueval* is the value to return if the condition eva…
13 *trueval* is the condition evaluates true, *falseval* otherwise.
/dports/science/teem/teem-1.11.0-src/Testing/gage/
H A DprobeMulti.c361 double arrayval, trueval, probeval; in main() local
388 trueval = AIR_CAST(double, ucharScl[xi + sx*(yi + sy*zi)]); in main()
391 trueval = vansScl[cti][nrrdTypeUChar][supi][0]; in main()
393 if (nrrdTypeChar == typi && trueval > 127) { in main()
395 trueval -= 256; in main()
398 truevalOrig[typi] = trueval; in main()
402 if (truevalOrig[typi] != trueval) { in main()
405 errpre, truevalOrig[typi], trueval); in main()
411 if (trueval != probeval) { in main()
414 cti, probeval, trueval); in main()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/wrap-layer/
H A Dgkm-wrap-login.c130 CK_BBOOL trueval = CK_TRUE; in prepare_module_session_and_collection() local
133 { CKA_G_LOGIN_COLLECTION, &trueval, sizeof (trueval) }, in prepare_module_session_and_collection()
136 { CKA_TOKEN, &trueval, sizeof (trueval) }, in prepare_module_session_and_collection()
137 { CKA_TRUSTED, &trueval, sizeof (trueval) }, in prepare_module_session_and_collection()
/dports/games/vavoom/vavoom-1.33/utils/master/
H A Dmain.cpp233 int trueval = true; in main() local
235 if (ioctlsocket(AcceptSocket, FIONBIO, (u_long*)&trueval) == -1) in main()
237 if (ioctl(AcceptSocket, FIONBIO, (char*)&trueval) == -1) in main()
/dports/lang/see/see-3.1.1424/libsee/test/
H A Dt-bug81.c151 struct SEE_value ret, trueval; in test() local
162 SEE_SET_BOOLEAN(&trueval, 1); in test()
185 &trueval, /* p Boolean(true) */ in test()
186 &trueval /* v true */ in test()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DEquipment.h99 float trueval);
101 float trueval);
/dports/devel/wxformbuilder/source/build/premake/4.3/src/base/
H A Dglobals.lua100 function iif(expr, trueval, falseval)
102 return trueval
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/base/
H A Dglobals.lua100 function iif(expr, trueval, falseval)
102 return trueval
/dports/devel/premake4/premake-4.4-beta5/src/base/
H A Dglobals.lua106 function iif(expr, trueval, falseval)
108 return trueval
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/base/
H A Dglobals.lua154 function iif(expr, trueval, falseval)
156 return trueval
/dports/devel/genie/GENie-a503d6e/src/base/
H A Dglobals.lua154 function iif(expr, trueval, falseval)
156 return trueval
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/base/
H A Dglobals.lua154 function iif(expr, trueval, falseval)
156 return trueval
/dports/audio/siren/siren-0.9/
H A Dformat.c38 char *trueval;
79 free(p->data.field.trueval);
102 fld->trueval = NULL;
181 fld->trueval = xstrndup(tmp, len);
259 value = condition ? fld->trueval : fld->falseval;
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dgc_ctrl.c75 value trueval = Val_op (&Field (v, -offset)); in check_head() local
76 Assert (Tag_val (trueval) == Closure_tag); in check_head()
77 Assert (Wosize_val (trueval) > offset); in check_head()
78 Assert (Is_in_heap (&Field (trueval, Wosize_val (trueval) - 1))); in check_head()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dgc_ctrl.c75 value trueval = Val_op (&Field (v, -offset)); in check_head() local
76 Assert (Tag_val (trueval) == Closure_tag); in check_head()
77 Assert (Wosize_val (trueval) > offset); in check_head()
78 Assert (Is_in_heap (&Field (trueval, Wosize_val (trueval) - 1))); in check_head()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/frontlib/util/
H A Dinihelper.c234 bool trueval = strchr("1tTyY", tmpValue[0]); in flib_ini_get_bool() local
236 if(!trueval && !falseval) { in flib_ini_get_bool()
240 *outVar = trueval; in flib_ini_get_bool()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/frontlib/util/
H A Dinihelper.c234 bool trueval = strchr("1tTyY", tmpValue[0]); in flib_ini_get_bool() local
236 if(!trueval && !falseval) { in flib_ini_get_bool()
240 *outVar = trueval; in flib_ini_get_bool()
/dports/comms/gammu/gammu-1.42.0/tests/inifiles/
H A Dbasic.ini3 trueval = true key
H A Ddos.ini3 trueval = true key
H A Dspace.ini3 trueval = true
H A Dcomments.ini5 trueval = true key
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestXDR.cpp79 JS::RootedValue trueval(cx, JS::TrueValue());
80 CHECK_SAME(v2, trueval);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestXDR.cpp72 JS::RootedValue trueval(cx, JS::TrueValue()); in BEGIN_TEST() local
73 CHECK_SAME(v2, trueval); in BEGIN_TEST()

123456789