Home
last modified time | relevance | path

Searched refs:hint_valid (Results 1 – 21 of 21) sorted by relevance

/dports/games/flying/flying-6.20/
H A Dpball.C34 aim_hint(1), hint_valid(0) in PBallTop()
573 if (len<6.*aim_r) hint_valid=0;
575 if ((!aim_hint||!hint_valid)&&(aim_mode!=LockedQueue)) {
591 if (!charge_only && hint_valid) {
632 hint_valid=1;
635 hint_valid=0;
649 if (!same_pos||!hint_valid) PreCalc();
650 hint_valid=1;
652 else hint_valid=0;
H A Dpball.h138 char hint_valid; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-cache-policy-internal.h59 bool dirty, uint32_t hint, bool hint_valid) in policy_load_mapping() argument
61 return p->load_mapping(p, oblock, cblock, dirty, hint, hint_valid); in policy_load_mapping()
H A Ddm-cache-policy.h97 uint32_t hint, bool hint_valid);
H A Ddm-cache-metadata.h92 uint32_t hint, bool hint_valid);
H A Ddm-cache-policy-smq.c1557 bool dirty, uint32_t hint, bool hint_valid) in smq_load_mapping() argument
1565 e->level = hint_valid ? min(hint, NR_CACHE_LEVELS - 1) : random_level(cblock); in smq_load_mapping()
H A Ddm-cache-target.c2841 bool dirty, uint32_t hint, bool hint_valid) in load_mapping() argument
2851 return policy_load_mapping(cache->policy, oblock, cblock, dirty, hint, hint_valid); in load_mapping()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-cache-policy-internal.h59 bool dirty, uint32_t hint, bool hint_valid) in policy_load_mapping() argument
61 return p->load_mapping(p, oblock, cblock, dirty, hint, hint_valid); in policy_load_mapping()
H A Ddm-cache-policy.h97 uint32_t hint, bool hint_valid);
H A Ddm-cache-metadata.h92 uint32_t hint, bool hint_valid);
H A Ddm-cache-policy-smq.c1557 bool dirty, uint32_t hint, bool hint_valid) in smq_load_mapping() argument
1565 e->level = hint_valid ? min(hint, NR_CACHE_LEVELS - 1) : random_level(cblock); in smq_load_mapping()
H A Ddm-cache-target.c2841 bool dirty, uint32_t hint, bool hint_valid) in load_mapping() argument
2851 return policy_load_mapping(cache->policy, oblock, cblock, dirty, hint, hint_valid); in load_mapping()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-cache-policy-internal.h59 bool dirty, uint32_t hint, bool hint_valid) in policy_load_mapping() argument
61 return p->load_mapping(p, oblock, cblock, dirty, hint, hint_valid); in policy_load_mapping()
H A Ddm-cache-policy.h97 uint32_t hint, bool hint_valid);
H A Ddm-cache-metadata.h92 uint32_t hint, bool hint_valid);
H A Ddm-cache-policy-smq.c1557 bool dirty, uint32_t hint, bool hint_valid) in smq_load_mapping() argument
1565 e->level = hint_valid ? min(hint, NR_CACHE_LEVELS - 1) : random_level(cblock); in smq_load_mapping()
H A Ddm-cache-target.c2841 bool dirty, uint32_t hint, bool hint_valid) in load_mapping() argument
2851 return policy_load_mapping(cache->policy, oblock, cblock, dirty, hint, hint_valid); in load_mapping()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Ddhcp6_test_utils.cc262 uint32_t hint_valid, in testRenewBasic() argument
287 if (hint_pref != 300 || hint_valid != 500) { in testRenewBasic()
343 if (hint_pref == 300 && hint_valid == 500) { in testRenewBasic()
361 hint_pref, hint_valid)); in testRenewBasic()
367 hint_pref, hint_valid)); in testRenewBasic()
H A Ddhcp6_test_utils.h765 uint32_t hint_pref = 300, uint32_t hint_valid = 500,
H A Ddhcp6_srv_unittest.cc664 uint32_t hint_valid = 3999; in TEST_F() local
666 hint_pref, hint_valid)); in TEST_F()
686 hint_pref, hint_valid); in TEST_F()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dworker.cc2074 bool hint_valid = false; in updateTime() local
2081 hint_valid = true; in updateTime()
2121 if ( hint_valid ) { in updateTime()
2138 if ( hint_valid ) { in updateTime()