OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disallowed
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-features.h
160
bool build (bitmap candidates, unsigned insn_uid, bitmap
disallowed
);
176
bool add_insn (bitmap candidates, unsigned insn_uid, bitmap
disallowed
);
178
bitmap
disallowed
);
i386-features.cc
366
bitmap
disallowed
)
395
if (bitmap_bit_p (
disallowed
, uid))
426
bitmap
disallowed
)
446
if (!analyze_register_chain (candidates, ref,
disallowed
))
455
if (!analyze_register_chain (candidates, ref,
disallowed
))
466
scalar_chain::build (bitmap candidates, unsigned insn_uid, bitmap
disallowed
)
479
if (!add_insn (candidates, insn_uid,
disallowed
))
482
disallowed
insns so that further searches reaching them also
484
bitmap_ior_into (
disallowed
, insns);
2518
auto_bitmap
disallowed
;
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_sm2.txt
87
Title = XOF
disallowed
evppkey_ecdsa.txt
273
Title = XOF
disallowed
evppkey_dsa.txt
481
Title = XOF
disallowed
evppkey_rsa.txt
638
Title = XOF
disallowed
/src/external/bsd/ntp/dist/libntp/lib/isc/
task.c
801
isc_boolean_t
disallowed
= ISC_FALSE;
local
824
disallowed
= ISC_TRUE;
830
if (
disallowed
)
/src/external/mpl/dhcp/bind/dist/lib/isc/
task.c
687
bool
disallowed
= false;
local
704
disallowed
= true;
712
if (
disallowed
) {
/src/crypto/external/bsd/openssh/dist/
sshconnect2.c
1707
int
disallowed
, agent_fd = -1, i, r, found;
local
1828
disallowed
= 0;
1836
disallowed
= 1;
1842
disallowed
= 1;
1845
if (!
disallowed
)
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
codecvt.cc
540
enum class surrogates { allowed,
disallowed
};
566
// utf16 -> utf8 (or ucs2 -> utf8 if s == surrogates::
disallowed
)
581
if (s == surrogates::
disallowed
) [[unlikely]]
649
return utf16_out(from, to, maxcode, mode, surrogates::
disallowed
);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
codecvt.cc
534
enum class surrogates { allowed,
disallowed
};
560
// utf16 -> utf8 (or ucs2 -> utf8 if s == surrogates::
disallowed
)
575
if (s == surrogates::
disallowed
) [[unlikely]]
643
return utf16_out(from, to, maxcode, mode, surrogates::
disallowed
);
/src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in
174
that describe which user, file(s) and branch(es) were
disallowed
.
/src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.c
9303
struct wpa_bss_tmp_disallowed *
disallowed
= NULL, *tmp, *prev;
local
9308
disallowed
= tmp;
9312
if (!
disallowed
)
9315
if (
disallowed
->rssi_threshold != 0 &&
9316
bss->level >
disallowed
->rssi_threshold) {
9317
remove_bss_tmp_disallowed_entry(wpa_s,
disallowed
);
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026