OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constrained
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-opts.cc
146
}
constrained
= {
local
160
t.abi.base =
constrained
.abi_base ? opt_abi_base : DEFAULT_ABI_BASE;
162
t.abi.ext =
constrained
.abi_ext ? opt_abi_ext : DEFAULT_ABI_EXT;
184
constrained
.fpu = 1;
194
if (
constrained
.abi_base && (t.abi.base != force_abi.base))
217
t.cpu_arch =
constrained
.arch ? opt_arch : DEFAULT_CPU_ARCH;
219
t.cpu_tune =
constrained
.tune ? opt_tune
220
: (
constrained
.arch ? DEFAULT_CPU_ARCH : DEFAULT_CPU_TUNE);
250
t.isa.fpu =
constrained
.fpu ? opt_fpu :
251
((t.cpu_arch == CPU_NATIVE &&
constrained
.arch)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-opts.cc
187
}
constrained
= {
local
203
if (
constrained
.abi_base)
208
t.abi.ext =
constrained
.abi_ext ? target->abi.ext : DEFAULT_ABI_EXT;
219
constrained
.fpu = 1;
230
if (
constrained
.abi_base &&
constrained
.abi_flt
242
constrained
.abi_flt = 1;
258
t.cpu_arch =
constrained
.arch ? target->cpu_arch : DEFAULT_CPU_ARCH;
262
t.cpu_tune =
constrained
.tune ? target->cpu_tune
263
: (
constrained
.arc
[
all
...]
/src/crypto/external/bsd/openssh/dist/
authfd.c
596
int r,
constrained
= (life || confirm || provider || dest_constraints);
local
615
type =
constrained
?
627
if (
constrained
&&
688
int r,
constrained
= (life || confirm || dest_constraints || certs);
local
692
type =
constrained
?
704
if (
constrained
&&
/src/external/mit/libuv/dist/src/unix/
linux.c
2278
uint64_t
constrained
;
local
2285
constrained
= uv__get_cgroup_constrained_memory(buf);
2286
if (
constrained
== 0)
2290
if (
constrained
> total)
2300
if (
constrained
< current)
2303
return
constrained
- current;
/src/external/gpl3/binutils/dist/ld/
ldlang.c
1090
with constraint set to -1 if
CONSTRAINED
is true. */
1095
bool
constrained
)
1105
constrained
);
1108
if (!
constrained
|| s->output_section_statement.constraint != -1)
1110
(func, s->output_section_statement.children.head,
constrained
);
1115
constrained
);
1120
constrained
);
/src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-kdc.in
224
${kadmin} modify --
constrained
-delegation=${server} ${ps} || exit 1
835
echo "test
constrained
delegation"; > messages.log
853
echo "test
constrained
delegation impersonation (non forward)"; > messages.log
860
echo "test
constrained
delegation impersonation (missing KRB5SignedPath)"; > messages.log
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
2270
Command( "expensive_constrained_updates", ExpensiveConstrainedTestCmd, kExpensiveConstrainedTestOpts, "Tests if the mDNSResponder can handle expensive and
constrained
property change correctly", false ),
19572
#define EXPENSIVE_CONSTRAINED_SUBTEST_PROGRESS_KEY_CONSTRAINED_PREV_NOW CFSTR( "
Constrained
Prev->Now" )
19588
TEST_CONSTRAINED, // Test if mDNSResponder can handle "
constrained
" status change of the corresponding interface
19590
TEST_EXPENSIVE_CONSTRAINED, // Test if mDNSResponder can handle "expensive" and "
constrained
" status change of the corresponding interface at the same time
19615
Boolean isConstrainedPrev; // If the interface is
constrained
in the previous test step.
19616
Boolean isConstrainedNow; // If the interface is
constrained
now.
19617
Boolean startFromExpensive; // All the test will start from expensive/
constrained
interface, so there won's be an answer until the interface is changed.
19619
struct timeval updateTime; // The time when interface status(expensive or
constrained
) is changed.
19641
Boolean deny_constrained; // if the query should avoid using
constrained
interface
19855
err = systemf( NULL, "ifconfig %s %sexpensive && ifconfig %s -
constrained
", context->ifName, context->startFromExpensive ? "" : "-", context->ifName )
20279
char
constrained
[ 32 ];
local
[
all
...]
Completed in 81 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026