Searched refs:c_end (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc317 // |c_end| points to the original endpoint, while |c_out| points to the
319 typename CT::iterator c_end = container->begin() + c_size; local
323 while (c_end != container->begin() && end != beg) {
324 if (less(*(c_end - 1), *(end - 1))) {
327 *(--c_out) = *(--c_end);
334 DCHECK(c_end == container->begin());
337 DCHECK_EQ(c_out - c_end, end - beg);
/external/e2fsprogs/lib/ext2fs/
H A Dgen_bitmap64.c761 blk64_t i, b_end, c_end; local
777 c_end = cmap->end;
793 cmap->end = c_end;
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py771 (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:])
777 replace_end = replace_start + c_end
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3068 char *c_end = c + strlen(c); local
3072 while (c < c_end && *c == ';')
/external/valgrind/main/perf/
H A Dtinycc.c13943 unsigned long c_end;
13949 c_end = c + nb_elems * elem_size;
13950 if (c_end > sec->data_allocated)
13951 section_realloc(sec, c_end);
13941 unsigned long c_end; local

Completed in 2017 milliseconds