OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitp
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc
39
FILE*
bitp
= NULL;
local
96
if ((
bitp
= fopen(bitname, "wb")) == NULL) {
131
if (fwrite(streamdata, sizeof(unsigned char), stream_len,
bitp
) !=
142
if (fwrite(streamdata, sizeof(unsigned char), stream_len,
bitp
) !=
/external/tcpdump/
print-domain.c
91
const u_char *
bitp
, *lim;
local
103
for (
bitp
= cp + 1, b = bitlen;
bitp
< lim && b > 7; b -= 8,
bitp
++) {
104
ND_TCHECK(*
bitp
);
105
ND_PRINT((ndo, "%02x", *
bitp
));
108
ND_TCHECK(*
bitp
);
109
tc = *
bitp
++;
112
ND_TCHECK(*
bitp
);
113
tc = *
bitp
++
[
all
...]
Completed in 110 milliseconds