OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_f
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/msp430/
msp430-sim.c
881
int
new_f
= 0;
local
889
new_f
|= MSP430_FLAG_N;
891
new_f
|= MSP430_FLAG_Z;
895
new_f
|= MSP430_FLAG_V;
899
new_f
|= MSP430_FLAG_V;
901
new_f
|= MSP430_FLAG_C;
903
new_f
= f | (
new_f
& opcode->flags_set);
904
if (SR !=
new_f
)
906
flags2string (
new_f
));
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/msp430/
msp430-sim.c
881
int
new_f
= 0;
local
889
new_f
|= MSP430_FLAG_N;
891
new_f
|= MSP430_FLAG_Z;
895
new_f
|= MSP430_FLAG_V;
899
new_f
|= MSP430_FLAG_V;
901
new_f
|= MSP430_FLAG_C;
903
new_f
= f | (
new_f
& opcode->flags_set);
904
if (SR !=
new_f
)
906
flags2string (
new_f
));
[
all
...]
/src/external/lgpl3/gmp/dist/demos/perl/
GMP.xs
3036
mpf_ptr old_f,
new_f
;
3049
new_f
= new_mpf (prec);
3050
mpf_set (
new_f
, old_f);
3057
new_f
= new_mpf (prec);
3058
my_mpf_set_sv_using (
new_f
, sv, use);
3060
sv_bless (sv_setref_pv (sv, NULL,
new_f
), mpf_class_hv);
/src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl
1380
my $
new_f
= catfile($dir, $base);
1386
$cryptoheaders{$
new_f
} = 1
1391
$sslheaders{$
new_f
} = 1 if grep { $_ eq $fn } @sslheaders_tmpl;
/src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl
1291
my $
new_f
= catfile($dir, $base);
1297
$cryptoheaders{$
new_f
} = 1
1302
$sslheaders{$
new_f
} = 1 if grep { $_ eq $fn } @sslheaders_tmpl;
/src/external/gpl3/gcc/dist/gcc/
omp-low.cc
1115
tree
new_f
= copy_node (f);
local
1116
DECL_CONTEXT (
new_f
) = type;
1117
TREE_TYPE (
new_f
) = remap_type (TREE_TYPE (f), &ctx->cb);
1118
DECL_CHAIN (
new_f
) = new_fields;
1119
walk_tree (&DECL_SIZE (
new_f
), copy_tree_body_r, &ctx->cb, NULL);
1120
walk_tree (&DECL_SIZE_UNIT (
new_f
), copy_tree_body_r,
1122
walk_tree (&DECL_FIELD_OFFSET (
new_f
), copy_tree_body_r,
1124
new_fields =
new_f
;
1129
(splay_tree_value)
new_f
);
11940
tree
new_f
= copy_node (f)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc
1112
tree
new_f
= copy_node (f);
local
1113
DECL_CONTEXT (
new_f
) = type;
1114
TREE_TYPE (
new_f
) = remap_type (TREE_TYPE (f), &ctx->cb);
1115
DECL_CHAIN (
new_f
) = new_fields;
1116
walk_tree (&DECL_SIZE (
new_f
), copy_tree_body_r, &ctx->cb, NULL);
1117
walk_tree (&DECL_SIZE_UNIT (
new_f
), copy_tree_body_r,
1119
walk_tree (&DECL_FIELD_OFFSET (
new_f
), copy_tree_body_r,
1121
new_fields =
new_f
;
1126
(splay_tree_value)
new_f
);
11983
tree
new_f
= copy_node (f)
[
all
...]
Completed in 46 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026