Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 11429) sorted by relevance

12345678910>>...458

/dports/graphics/rx/rx-0.4.0/cargo-crates/rendy-memory-0.5.0/src/heaps/
H A Dheap.rs7 effective: u64, field
15 effective: 0, in new()
28 pub(super) fn allocated(&mut self, used: u64, effective: u64) { in allocated()
30 self.effective += effective; in allocated()
31 debug_assert!(self.used >= self.effective); in allocated()
34 pub(super) fn freed(&mut self, used: u64, effective: u64) { in freed()
36 self.effective -= effective; in freed()
37 debug_assert!(self.used >= self.effective); in freed()
44 effective: self.effective, in utilization()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-memory/src/heaps/
H A Dheap.rs10 effective: Size, field
18 effective: 0, in new()
31 pub(super) fn allocated(&mut self, used: Size, effective: Size) { in allocated()
33 self.effective += effective; in allocated()
34 debug_assert!(self.used >= self.effective); in allocated()
37 pub(super) fn freed(&mut self, used: Size, effective: Size) { in freed()
39 self.effective -= effective; in freed()
40 debug_assert!(self.used >= self.effective); in freed()
47 effective: self.effective, in utilization()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/t/
H A Dtle_effective.t22 my $effective = Astro::Coord::ECI::TLE->new(
23 id => 11111, epoch => $epoch, effective => $asof);
30 is($effective->max_effective_date(), $asof,
31 '$effective->max_effective_date() is $asof');
37 is($effective->max_effective_date($past), $asof,
38 '$effective->max_effective_date($past) is $asof');
44 is($effective->max_effective_date($asof), $asof,
51 is($set->select(), $effective,
55 is($set->select(), $effective,
101 Satellite X --effective 1980/275/12:00:00
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-idpriv-drop.c34 uid_t effective; in show_uids() local
36 ASSERT (getresuid (&real, &effective, &saved) >= 0); in show_uids()
38 (int) real, (int) effective, (int) saved); in show_uids()
53 gid_t effective; in show_gids() local
57 (int) real, (int) effective, (int) saved); in show_gids()
112 uid_t effective; in main() local
114 if (getresuid (&real, &effective, &saved) < 0 in main()
116 || effective != uid in main()
133 gid_t effective; in main() local
135 if (getresgid (&real, &effective, &saved) < 0 in main()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-idpriv-drop.c34 uid_t effective; in show_uids() local
36 ASSERT (getresuid (&real, &effective, &saved) >= 0); in show_uids()
38 (int) real, (int) effective, (int) saved); in show_uids()
53 gid_t effective; in show_gids() local
57 (int) real, (int) effective, (int) saved); in show_gids()
112 uid_t effective; in main() local
114 if (getresuid (&real, &effective, &saved) < 0 in main()
116 || effective != uid in main()
133 gid_t effective; in main() local
135 if (getresgid (&real, &effective, &saved) < 0 in main()
[all …]
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/gl/
H A Didpriv-droptemp.c78 uid_t effective; in idpriv_temp_drop() local
80 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
82 || effective != uid in idpriv_temp_drop()
97 uid_t effective; in idpriv_temp_drop() local
99 if (getresgid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
101 || effective != gid in idpriv_temp_drop()
163 uid_t effective; in idpriv_temp_restore() local
165 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_restore()
167 || effective != saved_uid in idpriv_temp_restore()
182 uid_t effective; in idpriv_temp_restore() local
[all …]
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/
H A Didpriv-droptemp.c78 uid_t effective; in idpriv_temp_drop() local
80 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
82 || effective != uid in idpriv_temp_drop()
97 uid_t effective; in idpriv_temp_drop() local
99 if (getresgid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
101 || effective != gid in idpriv_temp_drop()
163 uid_t effective; in idpriv_temp_restore() local
165 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_restore()
167 || effective != saved_uid in idpriv_temp_restore()
182 uid_t effective; in idpriv_temp_restore() local
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Didpriv-droptemp.c78 uid_t effective; in idpriv_temp_drop() local
80 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
82 || effective != uid in idpriv_temp_drop()
97 uid_t effective; in idpriv_temp_drop() local
99 if (getresgid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
101 || effective != gid in idpriv_temp_drop()
163 uid_t effective; in idpriv_temp_restore() local
165 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_restore()
167 || effective != saved_uid in idpriv_temp_restore()
182 uid_t effective; in idpriv_temp_restore() local
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Didpriv-droptemp.c80 uid_t effective; in idpriv_temp_drop() local
82 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
84 || effective != uid in idpriv_temp_drop()
99 uid_t effective; in idpriv_temp_drop() local
101 if (getresgid (&real, &effective, &saved) < 0 in idpriv_temp_drop()
103 || effective != gid in idpriv_temp_drop()
167 uid_t effective; in idpriv_temp_restore() local
169 if (getresuid (&real, &effective, &saved) < 0 in idpriv_temp_restore()
171 || effective != saved_uid in idpriv_temp_restore()
186 uid_t effective; in idpriv_temp_restore() local
[all …]
/dports/textproc/opensp/OpenSP-1.5.2/spcat/
H A DSpcatMessages.rc3 0, "Print the effective system id for the public id %1."
4 1, "Print the effective system id for system id %1."
5 2, "Print the effective system id for parameter entity %1."
6 3, "Print the effective system id for the doctype %1."
7 4, "Print the effective system id for the linktype %1."
8 5, "Print the effective system id for entity %1."
9 6, "Print the effective system id for notation %1."
10 7, "Print the effective system id for the SGML declaration for doctype %1."
11 8, "%1 prints effective system identifiers found in the catalogs on the"
H A DSpcatMessages.msg6 I1+PHelp++Print the effective system id for the public id %1.
7 I1+SHelp++Print the effective system id for system id %1.
8 I1+pHelp++Print the effective system id for parameter entity %1.
9 I1+dHelp++Print the effective system id for the doctype %1.
10 I1+lHelp++Print the effective system id for the linktype %1.
11 I1+eHelp++Print the effective system id for entity %1.
12 I1+nHelp++Print the effective system id for notation %1.
13 I1+sHelp++Print the effective system id for the SGML declaration for doctype %1.
14 I1+info1++%1 prints effective system identifiers found in the catalogs on the
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/scroll-animations/css/
H A Dat-scroll-timeline-dynamic.tentative.html.ini2 [Changing computed value of animation-timeline changes effective timeline [scroll\]]
8 [Changing the end descriptor switches effective timeline [scroll\]]
20 [Changing the source descriptor switches effective timeline [scroll\]]
23 [Changing the time-range descriptor switches effective timeline [immediate\]]
29 [Changing the start descriptor switches effective timeline [immediate\]]
32 [Changing the end descriptor switches effective timeline [immediate\]]
47 [Changing the source descriptor switches effective timeline [immediate\]]
50 [Changing computed value of animation-timeline changes effective timeline [immediate\]]
53 [Changing the time-range descriptor switches effective timeline [scroll\]]
56 [Changing the start descriptor switches effective timeline [scroll\]]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/scroll-animations/css/
H A Dat-scroll-timeline-dynamic.tentative.html.ini2 [Changing computed value of animation-timeline changes effective timeline [scroll\]]
8 [Changing the end descriptor switches effective timeline [scroll\]]
20 [Changing the source descriptor switches effective timeline [scroll\]]
23 [Changing the time-range descriptor switches effective timeline [immediate\]]
29 [Changing the start descriptor switches effective timeline [immediate\]]
32 [Changing the end descriptor switches effective timeline [immediate\]]
47 [Changing the source descriptor switches effective timeline [immediate\]]
50 [Changing computed value of animation-timeline changes effective timeline [immediate\]]
53 [Changing the time-range descriptor switches effective timeline [scroll\]]
56 [Changing the start descriptor switches effective timeline [scroll\]]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore_test.go27 effective tokens
33 effective: tokens{user: "U", agent: "U"},
39 effective: tokens{user: "U", agent: "U"},
45 effective: tokens{agent: "A"},
51 effective: tokens{agent: "A"},
57 effective: tokens{agent: "A", user: "U"},
63 effective: tokens{repl: "R"},
69 effective: tokens{repl: "R"},
75 effective: tokens{master: "M"},
81 effective: tokens{master: "M"},
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Dmultiseq.bls46 effective HSP length: 24
47 effective length of query: 68
49 effective search space: 39644
146 effective HSP length: 24
203 effective HSP length: 21
204 effective length of query: 81
260 effective HSP length: 23
317 effective HSP length: 21
374 effective HSP length: 20
431 effective HSP length: 22
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/arch/x86/tests/
H A Dvsib2-err.errwarn1 -:4: error: invalid effective address
2 -:7: error: invalid effective address
3 -:8: error: invalid effective address
4 -:11: error: invalid effective address
5 -:13: error: invalid effective address
6 -:15: error: invalid effective address
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/syndtr/gocapability/capability/
H A Dcapability_linux.go149 ret = c.data.effective
204 c.data.effective = 0x7fffffff
212 c.data.effective = 0
267 dest[0] = c.data[0].effective
268 dest[1] = c.data[1].effective
360 c.data[0].effective = 0
363 c.data[1].effective = 0
490 dest[0] = c.data.effective[0]
491 dest[1] = c.data.effective[1]
580 c.data.effective[0] = 0
[all …]

12345678910>>...458