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

/macosx-10.10.1/ruby-106/ruby/lib/
H A Dprofiler.rb117 total_data = (totals[key] ||= [0, 0.0, 0.0, key])
118 total_data[0] += data[0]
119 total_data[1] += data[1]
120 total_data[2] += data[2]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-size/
H A Dllvm-size.cpp188 uint64_t total_data = 0; local
210 total_data += size;
215 total = total_text + total_data + total_bss;
223 total_data,
/macosx-10.10.1/ruby-106/ruby/ext/objspace/
H A Dobjspace.c177 struct total_data { struct
186 struct total_data *data = (struct total_data *)ptr;
240 struct total_data data = {0, 0};

Completed in 108 milliseconds