OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_length
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
flonum-copy.c
26
unsigned int
in_length
; /* 0 origin */
local
30
in_length
= in->leader - in->low;
41
if (
in_length
<= out_length)
47
if (
in_length
< out_length)
49
memset (out->low +
in_length
+ 1, 0, out_length -
in_length
);
53
(
in_length
+ 1) * sizeof (LITTLENUM_TYPE));
61
shorten =
in_length
- out_length;
/src/external/gpl3/binutils.old/dist/gas/
flonum-copy.c
26
unsigned int
in_length
; /* 0 origin */
local
30
in_length
= in->leader - in->low;
41
if (
in_length
<= out_length)
47
if (
in_length
< out_length)
49
memset (out->low +
in_length
+ 1, 0, out_length -
in_length
);
53
(
in_length
+ 1) * sizeof (LITTLENUM_TYPE));
61
shorten =
in_length
- out_length;
/src/external/cddl/osnet/dist/uts/common/zmod/
trees.c
1049
ulg
in_length
= (ulg)((long)s->strstart - s->block_start);
local
1057
s->last_lit,
in_length
, out_length,
1058
100L - out_length*100L/
in_length
));
1059
if (s->matches < s->last_lit/2 && out_length <
in_length
/2) return 1;
/src/external/gpl3/gcc/dist/gcc/
genautomata.cc
1318
int
in_length
;
1326
in_patterns = get_str_vect (XSTR (def, 2), &
in_length
, ',', false);
1331
for (j = 0; j <
in_length
; j++)
1314
int
in_length
;
local
/src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc
1318
int
in_length
;
1326
in_patterns = get_str_vect (XSTR (def, 2), &
in_length
, ',', FALSE);
1331
for (j = 0; j <
in_length
; j++)
1314
int
in_length
;
local
Completed in 67 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026