OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DUMP_WIDTH
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/bio/
b_dump.c
68
#define
DUMP_WIDTH
16
69
#define DUMP_WIDTH_LESS_INDENT(i) (
DUMP_WIDTH
-((i-(i>6?6:i)+3)/4))
84
int
dump_width
;
local
102
dump_width
=DUMP_WIDTH_LESS_INDENT(indent);
103
rows=(len/
dump_width
);
104
if ((rows*
dump_width
)<len)
110
BIO_snprintf(tmp,sizeof tmp,"%04x - ",i*
dump_width
);
112
for(j=0;j<
dump_width
;j++)
114
if (((i*
dump_width
)+j)>=len)
120
ch=((unsigned char)*(s+i*
dump_width
+j)) & 0xff
[
all
...]
/external/bluetooth/hcidump/parser/
parser.c
264
if (n ==
DUMP_WIDTH
) {
285
if (n ==
DUMP_WIDTH
) {
parser.h
53
#define
DUMP_WIDTH
20
Completed in 2110 milliseconds