OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytes_remaining
(Results
1 - 15
of
15
) sorted by null
/external/libvterm/src/
encoding.c
11
int
bytes_remaining
;
member in struct:UTF8DecoderData
24
data->
bytes_remaining
= 0;
42
printf(" pos=%zd c=%02x rem=%d\n", *pos, c, data->
bytes_remaining
);
49
if(data->
bytes_remaining
)
56
data->
bytes_remaining
= 0;
60
if(!data->
bytes_remaining
) {
67
data->
bytes_remaining
--;
69
if(!data->
bytes_remaining
) {
99
if(data->
bytes_remaining
)
104
data->
bytes_remaining
= 1
[
all
...]
/external/webrtc/webrtc/common_audio/
wav_header_unittest.cc
46
const size_t
bytes_remaining
= size_ - pos_;
local
47
if (num_bytes >
bytes_remaining
) {
52
num_bytes =
bytes_remaining
;
/external/libhevc/decoder/
ihevcd_decode.c
622
WORD32
bytes_remaining
= ps_codec->i4_bytes_remaining - nal_ofst;
local
624
bytes_remaining
= MIN((UWORD32)
bytes_remaining
, ps_codec->u4_bitsbuf_size);
627
bytes_remaining
,
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc
120
size_t
bytes_remaining
= block_buffer_size;
local
121
while (
bytes_remaining
> 0) {
125
RTC_DCHECK_GE(
bytes_remaining
, (size_t)nalu_header_size);
137
bytes_remaining
-= bytes_written;
140
RTC_DCHECK_EQ(
bytes_remaining
, (size_t)0);
/external/libchrome/base/test/
multiprocess_test_android.cc
164
uint32_t
bytes_remaining
= msg->size;
local
166
while (
bytes_remaining
) {
168
(
bytes_remaining
> kFragmentSize) ? kFragmentSize :
bytes_remaining
;
171
(
bytes_remaining
== msg->size) ? fds : std::vector<int>());
173
bytes_remaining
-= send_size;
185
uint32_t
bytes_remaining
= header->size - size;
local
188
while (
bytes_remaining
) {
196
static_cast<size_t>(size) ==
bytes_remaining
);
197
bytes_remaining
-= size
[
all
...]
/external/webrtc/webrtc/modules/pacing/
paced_sender.cc
229
size_t
bytes_remaining
() const {
function in class:webrtc::paced_sender::IntervalBudget
384
if (media_budget_->
bytes_remaining
() == 0 && !prober_->IsProbing())
412
padding_needed = padding_budget_->
bytes_remaining
();
/external/netperf/src/
nettest_sctp.c
385
int
bytes_remaining
;
637
bytes_remaining
= 0;
648
bytes_remaining
= test_bytes;
689
while ((!times_up) || (
bytes_remaining
> 0)) {
769
if (
bytes_remaining
) {
770
bytes_remaining
-= send_size;
380
int
bytes_remaining
;
local
1512
int
bytes_remaining
;
local
[
all
...]
nettest_sdp.c
223
int
bytes_remaining
;
469
bytes_remaining
= 0;
480
bytes_remaining
= test_bytes;
512
while ((!times_up) || (
bytes_remaining
> 0)) {
569
if (
bytes_remaining
) {
570
bytes_remaining
-= send_size;
923
int
bytes_remaining
;
221
int
bytes_remaining
;
local
920
int
bytes_remaining
;
local
[
all
...]
nettest_dlpi.c
406
int
bytes_remaining
;
661
bytes_remaining
= 0;
666
bytes_remaining
= test_bytes;
688
while ((!times_up) || (
bytes_remaining
> 0)) {
730
if (
bytes_remaining
) {
731
bytes_remaining
-= send_size;
403
int
bytes_remaining
;
local
[
all
...]
nettest_unix.c
258
int
bytes_remaining
;
450
bytes_remaining
= 0;
455
bytes_remaining
= test_bytes;
477
while ((!times_up) || (
bytes_remaining
> 0)) {
523
if (
bytes_remaining
) {
524
bytes_remaining
-= send_size;
254
int
bytes_remaining
;
local
[
all
...]
nettest_xti.c
521
int
bytes_remaining
;
851
bytes_remaining
= 0;
862
bytes_remaining
= test_bytes;
897
while ((!times_up) || (
bytes_remaining
> 0)) {
517
int
bytes_remaining
;
local
[
all
...]
nettest_bsd.c
1756
int
bytes_remaining
;
local
2475
int
bytes_remaining
;
local
3397
int
bytes_remaining
;
local
4156
int
bytes_remaining
;
local
[
all
...]
/external/libmpeg2/decoder/
impeg2d_api_main.c
3078
WORD32
bytes_remaining
;
local
[
all
...]
/external/openssh/
umac.c
1052
UWORD bytes_hashed,
bytes_remaining
;
local
[
all
...]
/system/update_engine/common/
utils.cc
448
const unsigned int
bytes_remaining
= length - i;
local
450
bytes_remaining
);
[
all
...]
Completed in 5393 milliseconds