Searched refs:ntotal (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c41 size_t ntotal = 0; local
86 ntotal += (unsigned int)/*SAFE*/iread;
90 return ntotal;
93 return ntotal; /* nbytes == 0 */
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c924 s64 n, ntotal = 0; local
942 ntotal += n;
948 if (ntotal) {
/external/elfutils/0.153/src/
H A Dldgeneric.c3803 struct usedfiles *runp, int *ntotal)
3853 verneed.vn_next = --*ntotal > 0 ? offset - need_offset : 0;
5984 int ntotal; local
6002 ntotal = ld_state.nverdeffile;
6007 &ntotal);
6010 while (ntotal > 0 && runp != ld_state.dsofiles->next);
6012 if (ntotal > 0)
6018 &ntotal);
6021 while (ntotal > 0 && runp != ld_state.needed->next);
3802 create_verneed_data(XElf_Off offset, Elf_Data *verneeddata, struct usedfiles *runp, int *ntotal) argument

Completed in 4190 milliseconds