OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dump_width
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_dump.c
17
#define
DUMP_WIDTH
16
18
#define DUMP_WIDTH_LESS_INDENT(i) (
DUMP_WIDTH
- ((i - (i > 6 ? 6 : i) + 3) / 4))
35
int
dump_width
;
local
42
dump_width
= DUMP_WIDTH_LESS_INDENT(indent);
43
rows = len /
dump_width
;
44
if ((rows *
dump_width
) < len)
48
i *
dump_width
);
49
for (j = 0; j <
dump_width
; j++) {
51
if (((i *
dump_width
) + j) >= len) {
54
ch = ((unsigned char)*(s + i *
dump_width
+ j)) & 0xff
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_dump.c
17
#define
DUMP_WIDTH
16
18
#define DUMP_WIDTH_LESS_INDENT(i) (
DUMP_WIDTH
- ((i - (i > 6 ? 6 : i) + 3) / 4))
36
int
dump_width
;
local
43
dump_width
= DUMP_WIDTH_LESS_INDENT(indent);
44
rows = len /
dump_width
;
45
if ((rows *
dump_width
) < len)
49
i *
dump_width
);
52
for (j = 0; j <
dump_width
; j++) {
54
if (((i *
dump_width
) + j) >= len) {
57
ch = *(s + i *
dump_width
+ j) & 0xff
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_dump.c
17
#define
DUMP_WIDTH
16
18
#define DUMP_WIDTH_LESS_INDENT(i) (
DUMP_WIDTH
- ((i - (i > 6 ? 6 : i) + 3) / 4))
36
int
dump_width
;
local
43
dump_width
= DUMP_WIDTH_LESS_INDENT(indent);
44
rows = len /
dump_width
;
45
if ((rows *
dump_width
) < len)
49
i *
dump_width
);
50
for (j = 0; j <
dump_width
; j++) {
52
if (((i *
dump_width
) + j) >= len) {
55
ch = *(s + i *
dump_width
+ j) & 0xff
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026