Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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));
/OK3568_Linux_fs/kernel/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()