Searched refs:last_start (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/tools/find_runtime_symbols/ |
D | static_symbols.py | 221 last_start = 0 252 if start_val == last_start and (sym_type == 't' or sym_type == 'T'): 256 elif start_val == last_start: 269 last_start, Procedure(last_start, start_val, routine)) 271 last_start = start_val 277 last_start, Procedure(last_start, last_start, routine))
|
/external/blktrace/btt/ |
D | iostat.c | 51 __u64 last_start, iostat_last_stamp; variable 94 dt = (double)(stamp-last_start) / 1.0e9; in __dump_stats() 187 last_start = (__u64)-1; in iostat_init() 231 if (last_start == (__u64)-1) in iostat_check_time() 232 last_start = stamp; in iostat_check_time() 233 else if ((stamp - last_start) >= iostat_interval) { in iostat_check_time() 235 last_start = stamp; in iostat_check_time()
|
D | seek.c | 42 long long last_start, last_end; member 193 if (((sip->last_start <= start) && (start <= sip->last_end)) || in seek_dist() 194 ((sip->last_start <= end) && (end <= sip->last_end))) in seek_dist() 199 dist = start - sip->last_start; in seek_dist() 203 sip->last_start = start; in seek_dist() 217 sip->last_start = sip->last_end = 0; in seeki_alloc()
|
/external/oprofile/daemon/ |
D | opd_mangling.c | 147 vma_t last_start = 0; in opd_open_sample_file() local 188 last_start = last->anon->start; in opd_open_sample_file() 194 sf->anon ? sf->anon->start : 0, last_start, in opd_open_sample_file()
|
/external/chromium_org/chrome/installer/util/ |
D | google_update_settings.cc | 628 DWORD last_start; in GetGoogleUpdateLastStartedAU() local 630 &last_start) == ERROR_SUCCESS) { in GetGoogleUpdateLastStartedAU() 631 return base::Time::FromTimeT(last_start); in GetGoogleUpdateLastStartedAU()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 1894 blk_t grp, data_needed, last_start; in calculate_minimum_resize_size() local 1942 last_start = 0; in calculate_minimum_resize_size() 1955 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - in calculate_minimum_resize_size() 1979 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - overhead; in calculate_minimum_resize_size() 1991 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) in calculate_minimum_resize_size() 2021 if (last_start < data_needed) { in calculate_minimum_resize_size() 2022 blk_t remainder = data_needed - last_start; in calculate_minimum_resize_size()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | pprof | 4983 my $last_start = "0"; 5007 if ($start_val eq $last_start && $type =~ /t/i) { 5011 } elsif ($start_val eq $last_start) { 5027 $symbol_table->{$routine} = [HexExtend($last_start), 5030 $last_start = $start_val; 5046 $symbol_table->{$routine} = [HexExtend($last_start), 5047 HexExtend($last_start)];
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | pprof | 4983 my $last_start = "0"; 5007 if ($start_val eq $last_start && $type =~ /t/i) { 5011 } elsif ($start_val eq $last_start) { 5027 $symbol_table->{$routine} = [HexExtend($last_start), 5030 $last_start = $start_val; 5046 $symbol_table->{$routine} = [HexExtend($last_start), 5047 HexExtend($last_start)];
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 895 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local 927 if ( last_start > start || last_end > end ) in tt_cmap4_validate() 993 last_start = start; in tt_cmap4_validate()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 895 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local 927 if ( last_start > start || last_end > end ) in tt_cmap4_validate() 993 last_start = start; in tt_cmap4_validate()
|