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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
gettemp.c 85 static char xtra[] = "aa"; local
101 /* Use at least one from xtra. Use 2 if more than 6 X's. */
103 *--trv = xtra[0];
105 *--trv = xtra[1];
112 /* update xtra for next call. */
113 if (xtra[0] != 'z')
114 xtra[0]++;
116 xtra[0] = 'a';
117 if (xtra[1] != 'z')
118 xtra[1]++;
    [all...]
  /external/skia/src/compute/hs/gen/
gen.h 68 uint32_t xtra; member in struct:hsg_config::__anon37935
  /external/skqp/src/compute/hs/gen/
gen.h 68 uint32_t xtra; member in struct:hsg_config::__anon38738
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 195 static char xtra[2] = "aa"; local
207 /* Use at least one from xtra. Use 2 if more than 6 X's. */
209 *--trv = xtra[0];
211 *--trv = xtra[1];
219 /* update xtra for next call. */
220 if (xtra[0] != 'z')
221 xtra[0]++;
223 xtra[0] = 'a';
224 if (xtra[1] != 'z')
225 xtra[1]++;
    [all...]

Completed in 1544 milliseconds