OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MISALIGN
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
speed.c
82
#define
MISALIGN
64
254
{"
misalign
", OPT_MISALIGN, 'p',
1463
int ret = 1,
misalign
= 0, lengths_single = 0;
local
1682
misalign
= opt_int_arg();
1683
if (
misalign
>
MISALIGN
) {
1685
"%s: Maximum offset is %d\n", prog,
MISALIGN
);
1901
loopargs[i].buf = loopargs[i].buf_malloc +
misalign
;
1902
loopargs[i].buf2 = loopargs[i].buf2_malloc +
misalign
;
1903
loopargs[i].buflen = buflen -
misalign
;
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
speed.c
118
#define
MISALIGN
64
336
{"
misalign
", OPT_MISALIGN, 'p',
1397
int ret = 1,
misalign
= 0, lengths_single = 0, aead = 0;
local
1615
if (!opt_int(opt_arg(), &
misalign
))
1617
if (
misalign
>
MISALIGN
) {
1619
"%s: Maximum offset is %d\n", prog,
MISALIGN
);
1804
loopargs[i].buf = loopargs[i].buf_malloc +
misalign
;
1805
loopargs[i].buf2 = loopargs[i].buf2_malloc +
misalign
;
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
97
#define
MISALIGN
64
305
{ "
misalign
", OPT_MISALIGN, 'p',
1968
int ret = 1,
misalign
= 0, lengths_single = 0;
local
2211
misalign
= opt_int_arg();
2212
if (
misalign
>
MISALIGN
) {
2214
"%s: Maximum offset is %d\n", prog,
MISALIGN
);
2590
loopargs[i].buf = loopargs[i].buf_malloc +
misalign
;
2591
loopargs[i].buf2 = loopargs[i].buf2_malloc +
misalign
;
2592
loopargs[i].buflen = buflen -
misalign
;
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026