HomeSort by relevance Sort by last modified time
    Searched full:endptr1 (Results 1 - 1 of 1) sorted by null

  /external/valgrind/memcheck/tests/
unit_libcbase.c 367 HChar* endptr1; local
369 Long res1 = VG_(strtoll10)(a[i].str, &endptr1);
371 //printf("res1 = %lld, *endptr1 = '%c'\n", res1, *endptr1);
373 CHECK(a[i].res == res1 && a[i].endptr_val == *endptr1);
374 CHECK(res2 == res1 && *endptr2 == *endptr1);
422 HChar* endptr1; local
424 Long res1 = VG_(strtoll16)(a[i].str, &endptr1);
426 //printf(" res1 = %lld, *endptr1 = '%c'\n", res1, *endptr1);
    [all...]

Completed in 938 milliseconds