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

  /bootable/recovery/
install.c 124 char* fraction_s = strtok(NULL, " \n"); local
127 float fraction = strtof(fraction_s, NULL);
133 char* fraction_s = strtok(NULL, " \n"); local
134 float fraction = strtof(fraction_s, NULL);

Completed in 24 milliseconds