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

  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 132 size_str = lambda i: GV.SIZE + str(i) variable
133 GV.SIZE0 = size_str(0)
134 GV.SIZE1 = size_str(1)
135 GV.SIZE2 = size_str(2)
136 GV.SIZE3 = size_str(3)
137 GV.SIZE4 = size_str(4)
138 GV.SIZE5 = size_str(5)
139 GV.SIZE6 = size_str(6)
141 GV.SIZE_LIST = [size_str(i) for i in range(GV.NUMBER_OF_SIZES)]
  /external/toybox/toys/posix/
df.c 149 char *size_str = toybuf, *used_str = toybuf+64, *avail_str = toybuf+128; local
153 human_readable(size_str, size, hr_flags);
158 w, size_str, w, used_str, w, avail_str, w-1, percent, mt->dir);
  /external/dtc/
flattree.c 898 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); local
899 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize))
901 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str);
  /external/u-boot/scripts/dtc/
flattree.c 898 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); local
899 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize))
901 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str);

Completed in 483 milliseconds