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

  /development/scripts/
divide_and_compress.py 88 def ParseSize(size_str):
92 size_str: The string representation of the file size.
101 if len(size_str) < 2:
104 magnitude = size_str[-1]
108 numeral = float(size_str[:-1])
  /external/openssl/ssl/
t1_lib.c 380 unsigned long size_str; local
392 || (size_str = strlen(s->tlsext_hostname)) > (unsigned long)lenmax)
397 s2n(size_str+5,ret);
400 s2n(size_str+3,ret);
404 s2n(size_str,ret);
405 memcpy(ret, s->tlsext_hostname, size_str);
406 ret+=size_str;
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 175 const char* size_str = strtok(NULL, ":"); local
176 size[i] = strtol(size_str, NULL, 10);
    [all...]

Completed in 203 milliseconds