OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:must_save
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aes-riscv64-zkn.pl
61
my @
must_save
;
65
push(@
must_save
, $reg);
77
my $stack_reservation = ($#
must_save
+ 1) * 8;
83
foreach (@
must_save
) {
91
my $stack_reservation = ($#
must_save
+ 1) * 8;
96
foreach (@
must_save
) {
104
@
must_save
= ();
aes-riscv32-zkn.pl
53
my @
must_save
;
57
push(@
must_save
, $reg);
69
my $stack_reservation = ($#
must_save
+ 1) * 8;
75
foreach (@
must_save
) {
83
my $stack_reservation = ($#
must_save
+ 1) * 8;
88
foreach (@
must_save
) {
96
@
must_save
= ();
aes-riscv64.pl
25
my @
must_save
;
29
push(@
must_save
, $reg);
41
my $stack_reservation = ($#
must_save
+ 1) * 8;
47
foreach (@
must_save
) {
55
my $stack_reservation = ($#
must_save
+ 1) * 8;
60
foreach (@
must_save
) {
68
@
must_save
= ();
/src/external/bsd/byacc/dist/
reader.c
83
static int
must_save
; /* request > 0, triggered < 0, inactive 0 */
variable
306
if (!
must_save
)
308
must_save
= 1;
317
if (
must_save
< 0)
327
else if (
must_save
> 0)
331
must_save
= 0;
339
if (
must_save
> 0)
348
must_save
= -
must_save
;
Completed in 34 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026