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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc
45
FILE*
bitp
= NULL;
local
98
if ((
bitp
= fopen(bitname, "wb")) == NULL) {
133
if (fwrite(streamdata, sizeof(unsigned char), stream_len,
bitp
) !=
145
if (fwrite(streamdata, sizeof(unsigned char), stream_len,
bitp
) !=
/external/ltrace/
dict.c
32
bitp
(struct dict *dict, size_t n)
function
228
for (;
bitp
(dict, pos)->taken ||
bitp
(dict, pos)->erased;
230
if (pos0 == (size_t)-1 &&
bitp
(dict, pos)->erased)
241
if (
bitp
(dict, pos)->taken
380
assert(!
bitp
(dict, slot_n)->taken);
391
bitp
(dict, slot_n)->taken = 1;
392
bitp
(dict, slot_n)->erased = 0;
430
bitp
(dict, slot_n)->taken = 0;
431
bitp
(dict, slot_n)->erased = 1
[
all
...]
Completed in 42 milliseconds