OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_limit
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
1240
max_limit
, so the memory region for this stack is between
1241
max_limit
(inclusive) and base (exclusive). However the
1244
extend this region up to
max_limit
.
1252
/* Note: base and
max_limit
fields are aligned to PAGE_SIZE bytes
1266
sljit_u8 *
max_limit
;
member in struct:sljit_stack
1270
Note:
max_limit
contains the maximum stack size in bytes.
1274
SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw
max_limit
, void *allocator_data);
1279
max_limit
, it will fail. It is very easy to implement a stack data structure,
/src/external/gpl3/gcc/dist/gcc/
range-op.cc
469
max_limit
(const_tree type)
function
1187
r = int_range<1> (type, lim,
max_limit
(type));
1195
r = int_range<1> (type, val,
max_limit
(type));
4646
max_limit
(unsigned_char_type_node))));
4676
max_limit
(long_long_integer_type_node));
4680
max_limit
(short_unsigned_type_node));
4696
max_limit
(short_integer_type_node));
4786
UINT (3),
max_limit
(unsigned_type_node));
4798
INT (3),
max_limit
(integer_type_node));
4835
wide_int max =
max_limit
(integer_type_node)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
range-op.cc
53
max_limit
(const_tree type)
function
791
r = int_range<1> (type, lim,
max_limit
(type));
799
r = int_range<1> (type, val,
max_limit
(type));
Completed in 66 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026