OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_SLOTS
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/radix/
quic_bindings.c
80
#define
NUM_SLOTS
8
89
RADIX_OBJ *slot[
NUM_SLOTS
];
90
SSL *ssl[
NUM_SLOTS
];
302
for (i = 0; i <
NUM_SLOTS
; ++i)
672
if (!TEST_size_t_lt(idx,
NUM_SLOTS
)
778
if (idx >=
NUM_SLOTS
)
833
for (i = 0; i <
NUM_SLOTS
; ++i) {
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c
62
#define
NUM_SLOTS
4
63
#define PREV_SLOT md.slot[(md.curr_slot +
NUM_SLOTS
- 1) %
NUM_SLOTS
]
305
slot[
NUM_SLOTS
];
6507
first = (md.curr_slot +
NUM_SLOTS
- md.num_slots_in_use) %
NUM_SLOTS
;
6508
know (first >= 0 && first <
NUM_SLOTS
);
6526
curr = (curr + 1) %
NUM_SLOTS
;
6568
end_ptr = md.slot[(curr + j) %
NUM_SLOTS
].unwind_record;
6917
curr = (curr + 1) %
NUM_SLOTS
;
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c
62
#define
NUM_SLOTS
4
63
#define PREV_SLOT md.slot[(md.curr_slot +
NUM_SLOTS
- 1) %
NUM_SLOTS
]
305
slot[
NUM_SLOTS
];
6507
first = (md.curr_slot +
NUM_SLOTS
- md.num_slots_in_use) %
NUM_SLOTS
;
6508
know (first >= 0 && first <
NUM_SLOTS
);
6526
curr = (curr + 1) %
NUM_SLOTS
;
6568
end_ptr = md.slot[(curr + j) %
NUM_SLOTS
].unwind_record;
6917
curr = (curr + 1) %
NUM_SLOTS
;
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026