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_pieces
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc
1476
int
num_pieces
, move_ratio;
1505
num_pieces
= (bytes / align) + ((bytes % align + 1) / 2);
1506
if (
num_pieces
> move_ratio)
1474
int
num_pieces
, move_ratio;
local
/src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc
1301
int
num_pieces
, move_ratio;
1330
num_pieces
= (bytes / align) + (bytes % align); /* Close enough anyway. */
1331
if (
num_pieces
> move_ratio)
1299
int
num_pieces
, move_ratio;
local
Completed in 28 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026