Home
last modified time | relevance | path

Searched refs:togo (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash276 my ($self, $togo) = @_;
280 if ($togo != 0) {
283 if ($togo > length($key) || defined $self->{children}{$key}->{value}) {
284 my $child = $self->{children}{$key}->filter_depth($togo - length($key));
/openbmc/linux/drivers/usb/mon/
H A Dmon_text.c384 const size_t togo = min(nbytes, rp->printf_togo); in mon_text_copy_to_user() local
386 if (copy_to_user(buf, &rp->printf_buf[rp->printf_offset], togo)) in mon_text_copy_to_user()
388 rp->printf_togo -= togo; in mon_text_copy_to_user()
389 rp->printf_offset += togo; in mon_text_copy_to_user()
390 return togo; in mon_text_copy_to_user()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c610 for (int32_t togo = (int32_t)local_count; in v9fs_rreaddir() local
611 togo >= 13 + 8 + 1 + 2; in v9fs_rreaddir()
612 togo -= 13 + 8 + 1 + 2 + slen, ++n) in v9fs_rreaddir()