Home
last modified time | relevance | path

Searched refs:force_val (Results 1 – 19 of 19) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/lib/crypt_ops/
H A Daes_openssl.c138 evaluate_evp_for_aes(int force_val) in evaluate_evp_for_aes() argument
140 (void) force_val; in evaluate_evp_for_aes()
199 evaluate_evp_for_aes(int force_val)
203 if (force_val >= 0) {
204 should_use_EVP = force_val;
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/crypt_ops/
H A Daes_openssl.c138 evaluate_evp_for_aes(int force_val) in evaluate_evp_for_aes() argument
140 (void) force_val; in evaluate_evp_for_aes()
199 evaluate_evp_for_aes(int force_val)
203 if (force_val >= 0) {
204 should_use_EVP = force_val;
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Ddb_export.php60 $force_val = htmlspecialchars($_POST['structure_or_data_forced']); variable
62 $force_val = 0; variable
65 . $force_val . '">';
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dlazy.mli55 val force_val : 'a t -> 'a val
56 (** [force_val x] forces the suspension [x] and returns its
57 result. If [x] has already been forced, [force_val x]
62 whether [force_val x] raises the same exception or {!Undefined}.
H A Dlazy.ml58 let force_val = CamlinternalLazy.force_val var
H A DcamlinternalLazy.mli27 val force_val : 'a lazy_t -> 'a val
H A DcamlinternalLazy.ml60 let force_val (lzv : 'arg lazy_t) = function
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dlazy.mli55 val force_val : 'a t -> 'a val
56 (** [force_val x] forces the suspension [x] and returns its
57 result. If [x] has already been forced, [force_val x]
62 whether [force_val x] raises the same exception or {!Undefined}.
H A Dlazy.ml58 let force_val = CamlinternalLazy.force_val var
H A DcamlinternalLazy.mli27 val force_val : 'a lazy_t -> 'a val
H A DcamlinternalLazy.ml60 let force_val (lzv : 'arg lazy_t) = function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dtweak-toolbar.cpp74 auto force_val = prefs->getDouble("/tools/tweak/force", 20); in TweakToolbar() local
75 _force_adj = Gtk::Adjustment::create(force_val * 100, 1, 100, 1.0, 10.0); in TweakToolbar()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk-dfll.c883 int force_val; in dfll_set_frequency_request() local
886 force_val = (req->lut_index - td->lut_safe) * coef / td->cg; in dfll_set_frequency_request()
887 force_val = clamp(force_val, FORCE_MIN, FORCE_MAX); in dfll_set_frequency_request()
891 val |= ((u32)force_val << DFLL_FREQ_REQ_FORCE_SHIFT) & in dfll_set_frequency_request()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk-dfll.c883 int force_val; in dfll_set_frequency_request() local
886 force_val = (req->lut_index - td->lut_safe) * coef / td->cg; in dfll_set_frequency_request()
887 force_val = clamp(force_val, FORCE_MIN, FORCE_MAX); in dfll_set_frequency_request()
891 val |= ((u32)force_val << DFLL_FREQ_REQ_FORCE_SHIFT) & in dfll_set_frequency_request()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk-dfll.c883 int force_val; in dfll_set_frequency_request() local
886 force_val = (req->lut_index - td->lut_safe) * coef / td->cg; in dfll_set_frequency_request()
887 force_val = clamp(force_val, FORCE_MIN, FORCE_MAX); in dfll_set_frequency_request()
891 val |= ((u32)force_val << DFLL_FREQ_REQ_FORCE_SHIFT) & in dfll_set_frequency_request()
/dports/games/d2x/d2x-0.2.5/main/
H A Dfireball.c141 …int force_val = f2i(fixdiv(vm_vec_mag_quick(&vforce) * Weapon_info[objp->id].flash, FrameTime)/1… in object_create_explosion_sub() local
144 aip->SKIP_AI_COUNT += force_val; in object_create_explosion_sub()
145 obj0p->mtype.phys_info.rotthrust.x = ((d_rand() - 16384) * force_val)/16; in object_create_explosion_sub()
146 obj0p->mtype.phys_info.rotthrust.y = ((d_rand() - 16384) * force_val)/16; in object_create_explosion_sub()
147 obj0p->mtype.phys_info.rotthrust.z = ((d_rand() - 16384) * force_val)/16; in object_create_explosion_sub()
H A Dai2.c2054 int force_val; in boss_spew_robot() local
2056 force_val = F1_0/FrameTime; in boss_spew_robot()
2058 if (force_val) { in boss_spew_robot()
2059 newobjp->ctype.ai_info.SKIP_AI_COUNT += force_val; in boss_spew_robot()
2060 newobjp->mtype.phys_info.rotthrust.x = ((d_rand() - 16384) * force_val)/16; in boss_spew_robot()
2061 newobjp->mtype.phys_info.rotthrust.y = ((d_rand() - 16384) * force_val)/16; in boss_spew_robot()
2062 newobjp->mtype.phys_info.rotthrust.z = ((d_rand() - 16384) * force_val)/16; in boss_spew_robot()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dfireball.cpp438 const int force_val = f2i(fixdiv(vm_vec_mag_quick(vforce) * flash, FrameTime) / 128) + 2; in object_create_explosion_sub() local
439 aip->SKIP_AI_COUNT += force_val; in object_create_explosion_sub()
440 obj_iter->mtype.phys_info.rotthrust.x = ((d_rand() - 16384) * force_val) / 16; in object_create_explosion_sub()
441 obj_iter->mtype.phys_info.rotthrust.y = ((d_rand() - 16384) * force_val) / 16; in object_create_explosion_sub()
442 obj_iter->mtype.phys_info.rotthrust.z = ((d_rand() - 16384) * force_val) / 16; in object_create_explosion_sub()
H A Dai.cpp2407 int force_val; in boss_spew_robot() local
2409 force_val = F1_0/FrameTime; in boss_spew_robot()
2411 if (force_val) { in boss_spew_robot()
2412 newobjp->ctype.ai_info.SKIP_AI_COUNT += force_val; in boss_spew_robot()
2413 newobjp->mtype.phys_info.rotthrust.x = ((d_rand() - 16384) * force_val)/16; in boss_spew_robot()
2414 newobjp->mtype.phys_info.rotthrust.y = ((d_rand() - 16384) * force_val)/16; in boss_spew_robot()
2415 newobjp->mtype.phys_info.rotthrust.z = ((d_rand() - 16384) * force_val)/16; in boss_spew_robot()