OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANKERL_UNORDERED_DENSE_UNLIKELY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
unordered_dense.h
118
# define
ANKERL_UNORDERED_DENSE_UNLIKELY
(x) __builtin_expect(x, 0) // NOLINT(cppcoreguidelines-macro-usage)
121
# define
ANKERL_UNORDERED_DENSE_UNLIKELY
(x) (x) // NOLINT(cppcoreguidelines-macro-usage)
242
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(i > 48)) {
254
while (
ANKERL_UNORDERED_DENSE_UNLIKELY
(i > 16)) {
852
return
ANKERL_UNORDERED_DENSE_UNLIKELY
(bucket_idx + 1U == m_num_buckets)
1083
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(is_full())) {
1119
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(empty())) {
1420
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(container.size() > max_size())) {
1557
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(is_full())) {
/src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h
118
# define
ANKERL_UNORDERED_DENSE_UNLIKELY
(x) __builtin_expect(x, 0) // NOLINT(cppcoreguidelines-macro-usage)
121
# define
ANKERL_UNORDERED_DENSE_UNLIKELY
(x) (x) // NOLINT(cppcoreguidelines-macro-usage)
242
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(i > 48)) {
254
while (
ANKERL_UNORDERED_DENSE_UNLIKELY
(i > 16)) {
852
return
ANKERL_UNORDERED_DENSE_UNLIKELY
(bucket_idx + 1U == m_num_buckets)
1083
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(is_full())) {
1119
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(empty())) {
1420
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(container.size() > max_size())) {
1557
if (
ANKERL_UNORDERED_DENSE_UNLIKELY
(is_full())) {
Completed in 16 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026