OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numexp
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c
451
int
numexp
= 0;
local
465
else if (
numexp
== max_operands)
477
expression (&exp[
numexp
]);
479
if (exp[
numexp
].X_op == O_illegal)
483
else if (exp[
numexp
].X_op == O_absent)
488
numexp
++;
505
exp[
numexp
].X_op = O_illegal;
507
return
numexp
;
tc-mmix.c
451
int
numexp
= 0;
local
465
else if (
numexp
== max_operands)
477
expression (&exp[
numexp
]);
479
if (exp[
numexp
].X_op == O_illegal)
483
else if (exp[
numexp
].X_op == O_absent)
488
numexp
++;
505
exp[
numexp
].X_op = O_illegal;
507
return
numexp
;
tc-tic54x.c
3095
int
numexp
= 0;
local
3099
while (
numexp
< MAX_OPERANDS && !is_end_of_stmt (*lptr))
3113
as_bad (_("Unbalanced parenthesis in operand %d"),
numexp
);
3130
strncpy (operands[
numexp
].buf, op_start, len);
3131
operands[
numexp
].buf[len] = 0;
3135
while (len > 0 && is_whitespace (operands[
numexp
].buf[len - 1]))
3136
operands[
numexp
].buf[--len] = 0;
3138
++
numexp
;
3168
for (i = 0; i <
numexp
; i++)
3215
return
numexp
;
[
all
...]
tc-tic54x.c
3095
int
numexp
= 0;
local
3099
while (
numexp
< MAX_OPERANDS && !is_end_of_stmt (*lptr))
3113
as_bad (_("Unbalanced parenthesis in operand %d"),
numexp
);
3130
strncpy (operands[
numexp
].buf, op_start, len);
3131
operands[
numexp
].buf[len] = 0;
3135
while (len > 0 && is_whitespace (operands[
numexp
].buf[len - 1]))
3136
operands[
numexp
].buf[--len] = 0;
3138
++
numexp
;
3168
for (i = 0; i <
numexp
; i++)
3215
return
numexp
;
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c
451
int
numexp
= 0;
local
465
else if (
numexp
== max_operands)
477
expression (&exp[
numexp
]);
479
if (exp[
numexp
].X_op == O_illegal)
483
else if (exp[
numexp
].X_op == O_absent)
488
numexp
++;
505
exp[
numexp
].X_op = O_illegal;
507
return
numexp
;
tc-mmix.c
451
int
numexp
= 0;
local
465
else if (
numexp
== max_operands)
477
expression (&exp[
numexp
]);
479
if (exp[
numexp
].X_op == O_illegal)
483
else if (exp[
numexp
].X_op == O_absent)
488
numexp
++;
505
exp[
numexp
].X_op = O_illegal;
507
return
numexp
;
tc-tic54x.c
3095
int
numexp
= 0;
local
3099
while (
numexp
< MAX_OPERANDS && !is_end_of_stmt (*lptr))
3113
as_bad (_("Unbalanced parenthesis in operand %d"),
numexp
);
3130
strncpy (operands[
numexp
].buf, op_start, len);
3131
operands[
numexp
].buf[len] = 0;
3135
while (len > 0 && is_whitespace (operands[
numexp
].buf[len - 1]))
3136
operands[
numexp
].buf[--len] = 0;
3138
++
numexp
;
3168
for (i = 0; i <
numexp
; i++)
3215
return
numexp
;
[
all
...]
tc-tic54x.c
3095
int
numexp
= 0;
local
3099
while (
numexp
< MAX_OPERANDS && !is_end_of_stmt (*lptr))
3113
as_bad (_("Unbalanced parenthesis in operand %d"),
numexp
);
3130
strncpy (operands[
numexp
].buf, op_start, len);
3131
operands[
numexp
].buf[len] = 0;
3135
while (len > 0 && is_whitespace (operands[
numexp
].buf[len - 1]))
3136
operands[
numexp
].buf[--len] = 0;
3138
++
numexp
;
3168
for (i = 0; i <
numexp
; i++)
3215
return
numexp
;
[
all
...]
Completed in 96 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026