HomeSort by relevance Sort by last modified time
    Searched defs:value_end (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.h 63 char *value_end; local
64 *t_ = internal_simple_strtoll(value, &value_end, 10);
65 bool ok = *value_end == 0;
72 char *value_end; local
73 *t_ = internal_simple_strtoll(value, &value_end, 10);
74 bool ok = *value_end == 0;
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 894 char* value_end = value + strlen(value); local
900 p = parse_hexadecimal(start, value_end, &val);
902 p = parse_hexadecimal(value, value_end, &val);
904 p = parse_decimal(value, value_end, &val);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 897 char* value_end = value + strlen(value); local
903 p = parse_hexadecimal(start, value_end, &val);
905 p = parse_hexadecimal(value, value_end, &val);
907 p = parse_decimal(value, value_end, &val);
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 189 milliseconds