PandA-2024.02
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
+
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
y
z
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
+
Enumerations
a
b
c
d
f
g
i
m
n
o
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
+
Related Functions
a
b
c
e
f
h
i
l
o
p
r
s
t
u
v
w
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
t
u
v
+
Enumerator
a
b
c
d
e
f
g
i
k
l
n
o
p
r
s
t
u
v
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
examples
MachSuite
MachSuite
nw
nw
nw.h
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include "support.h"
4
5
#define ALEN 128
6
#define BLEN 128
7
8
void
needwun
(
char
SEQA[
ALEN
],
char
SEQB[
BLEN
],
9
char
alignedA[ALEN+BLEN],
char
alignedB[ALEN+BLEN],
10
int
M
[(ALEN+1)*(BLEN+1)],
char
ptr[(ALEN+1)*(BLEN+1)]);
12
// Test harness interface code.
13
14
struct
bench_args_t
{
15
char
seqA
[
ALEN
];
16
char
seqB
[
BLEN
];
17
char
alignedA
[ALEN+
BLEN
];
18
char
alignedB
[ALEN+
BLEN
];
19
int
M
[(ALEN+1)*(BLEN+1)];
20
char
ptr
[(ALEN+1)*(BLEN+1)];
21
};
BLEN
#define BLEN
Definition:
nw.h:6
needwun
void needwun(char SEQA[ALEN], char SEQB[BLEN], char alignedA[ALEN+BLEN], char alignedB[ALEN+BLEN], int M[(ALEN+1) *(BLEN+1)], char ptr[(ALEN+1) *(BLEN+1)])
Definition:
nw.c:13
bench_args_t::M
int M[(ALEN+1) *(BLEN+1)]
Definition:
nw.h:19
bench_args_t::alignedB
char alignedB[ALEN+BLEN]
Definition:
nw.h:18
bench_args_t::alignedA
char alignedA[ALEN+BLEN]
Definition:
nw.h:17
ALEN
#define ALEN
Definition:
nw.h:5
bench_args_t::seqA
char seqA[ALEN]
Definition:
nw.h:15
M
#define M
Definition:
gsm.c:30
bench_args_t
Definition:
aes.h:18
bench_args_t::seqB
char seqB[BLEN]
Definition:
nw.h:16
bench_args_t::ptr
char ptr[(ALEN+1) *(BLEN+1)]
Definition:
nw.h:20
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13