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_ops
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
s390-mkopc.c
73
int
max_ops
;
variable
79
max_ops
= 256;
80
op_array = malloc (
max_ops
* sizeof (struct op_struct));
95
while (no_ops >=
max_ops
)
97
max_ops
=
max_ops
* 2;
98
op_array = realloc (op_array,
max_ops
* sizeof (struct op_struct));
/src/external/gpl3/binutils.old/dist/opcodes/
s390-mkopc.c
73
int
max_ops
;
variable
79
max_ops
= 256;
80
op_array = malloc (
max_ops
* sizeof (struct op_struct));
95
while (no_ops >=
max_ops
)
97
max_ops
=
max_ops
* 2;
98
op_array = realloc (op_array,
max_ops
* sizeof (struct op_struct));
/src/external/gpl3/gdb.old/dist/opcodes/
s390-mkopc.c
73
int
max_ops
;
variable
79
max_ops
= 256;
80
op_array = malloc (
max_ops
* sizeof (struct op_struct));
95
while (no_ops >=
max_ops
)
97
max_ops
=
max_ops
* 2;
98
op_array = realloc (op_array,
max_ops
* sizeof (struct op_struct));
/src/external/gpl3/gdb/dist/opcodes/
s390-mkopc.c
73
int
max_ops
;
variable
79
max_ops
= 256;
80
op_array = malloc (
max_ops
* sizeof (struct op_struct));
95
while (no_ops >=
max_ops
)
97
max_ops
=
max_ops
* 2;
98
op_array = realloc (op_array,
max_ops
* sizeof (struct op_struct));
/src/external/bsd/jemalloc.old/dist/src/
hpa.c
533
size_t
max_ops
= (forced ? (size_t)-1 : 16);
local
541
while (hpa_should_purge(tsdn, shard) && nops <
max_ops
) {
553
} while ((hugified || purged) && nops <
max_ops
);
/src/external/bsd/jemalloc/dist/src/
hpa.c
611
size_t
max_ops
= (forced ? (size_t)-1 : 16);
local
624
size_t max_purges =
max_ops
;
647
while (hpa_try_hugify(tsdn, shard) && nops <
max_ops
) {
Completed in 53 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026