Home
last modified time | relevance | path

Searched refs:ncopy (Results 1 – 7 of 7) sorted by relevance

/external/mksh/src/
Dshf.c447 ssize_t ncopy, orig_bsize = bsize; in shf_read() local
459 ncopy = shf->rnleft; in shf_read()
460 if (ncopy > bsize) in shf_read()
461 ncopy = bsize; in shf_read()
462 memcpy(buf, shf->rp, ncopy); in shf_read()
463 buf += ncopy; in shf_read()
464 bsize -= ncopy; in shf_read()
465 shf->rp += ncopy; in shf_read()
466 shf->rnleft -= ncopy; in shf_read()
483 ssize_t ncopy; in shf_getse() local
[all …]
/external/wpa_supplicant_8/src/wps/
Dhttpread.c543 int ncopy; in httpread_read_handler() local
611 ncopy = (h->chunk_start + h->chunk_size + 2) - in httpread_read_handler()
620 ncopy = h->content_length - h->body_nbytes; in httpread_read_handler()
622 ncopy = nread; in httpread_read_handler()
625 if (ncopy > nread) in httpread_read_handler()
626 ncopy = nread; in httpread_read_handler()
627 os_memcpy(bbp, rbp, ncopy); in httpread_read_handler()
628 bbp += ncopy; in httpread_read_handler()
629 h->body_nbytes += ncopy; in httpread_read_handler()
630 rbp += ncopy; in httpread_read_handler()
[all …]
/external/eigen/unsupported/Eigen/
DFFT319 size_t ncopy = (std::min)(src.size(),src.size() + resize_input);
323 tmp.head(ncopy) = src.head(ncopy);
324 tmp(ncopy-1) = real(tmp(ncopy-1)); // enforce real-only Nyquist bin
327 nhead = 1+ncopy/2-1; // range [0:pi)
328 ntail = ncopy/2-1; // range (-pi:0)
/external/elfutils/src/
Dld.h898 size_t ncopy; member
Di386_ld.c607 ++statep->ncopy; in elf_i386_count_relocations()
Delflint.c2534 size_t ncopy = MIN (len - 1, strlen (known_flags[cnt].name)); in section_flags_string() local
2535 cp = mempcpy (cp, known_flags[cnt].name, ncopy); in section_flags_string()
2536 len -= ncopy; in section_flags_string()
Dldgeneric.c3020 if (ld_state.ncopy > 0 || ld_state.common_syms != NULL) in sort_sections_lscript()
3050 if (ld_state.ncopy > 0) in sort_sections_lscript()