HomeSort by: relevance | last modified time | path
    Searched defs:total_data (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 294 uint64_t total_data = 0; local
307 total_data += Sec.size;
318 total_data += Seg.vmsize;
333 total_data += Sec.size;
344 total_data += Seg.vmsize;
352 uint64_t total = total_text + total_data + total_objc + total_others;
358 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t"
465 uint64_t total_data = 0; local
477 total_data += size;
491 total = total_text + total_data + total_bss
    [all...]
  /src/libexec/ftpd/
extern.h 342 GLOBAL off_t total_data_in, total_data_out, total_data; variable
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.h 108 * @total_data: The total number of data bytes done.
133 unsigned long total_data; member in struct:dwc2_hsotg_ep

Completed in 22 milliseconds