Home
last modified time | relevance | path

Searched refs:my_end (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/rewrite_scoped_refptr/tests/
Dtest12-original.cc40 MyIter my_end(map.end()); in TestsAScopedRefptr() local
41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
Dtest12-expected.cc40 MyIter my_end(map.end()); in TestsAScopedRefptr() local
41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
/external/iptables/libxtables/
Dxtables.c459 char *my_end; in xtables_strtoul() local
467 v = strtoumax(s, &my_end, 0); in xtables_strtoul()
468 if (my_end == s) in xtables_strtoul()
471 *end = my_end; in xtables_strtoul()
477 return *my_end == '\0'; in xtables_strtoul()