Searched refs:hSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DHairlinePathBench.cpp94 int hSize = size / 2; variable
101 int base1 = 2 * rand.nextULessThan(hSize);
102 int base2 = 2 * rand.nextULessThan(hSize);
103 int base3 = 2 * rand.nextULessThan(hSize);
126 int hSize = size / 2; variable
133 int base1 = 2 * rand.nextULessThan(hSize);
134 int base2 = 2 * rand.nextULessThan(hSize);
135 int base3 = 2 * rand.nextULessThan(hSize);
159 int hSize = size / 2; variable
166 int base1 = 2 * rand.nextULessThan(hSize);
209 int hSize = size / 2; variable
[all...]
/external/skia/bench/
H A DHairlinePathBench.cpp94 int hSize = size / 2; variable
101 int base1 = 2 * rand.nextULessThan(hSize);
102 int base2 = 2 * rand.nextULessThan(hSize);
103 int base3 = 2 * rand.nextULessThan(hSize);
126 int hSize = size / 2; variable
133 int base1 = 2 * rand.nextULessThan(hSize);
134 int base2 = 2 * rand.nextULessThan(hSize);
135 int base3 = 2 * rand.nextULessThan(hSize);
159 int hSize = size / 2; variable
166 int base1 = 2 * rand.nextULessThan(hSize);
209 int hSize = size / 2; variable
[all...]
/external/chromium_org/third_party/skia/experimental/nanomsg/
H A Dpicture_demo.cpp57 static const size_t hSize = sizeof(*header); // It's easy to slip up and use sizeof(header). local
64 memcpy(header, msg, hSize);
65 SkMemoryStream stream((uint8_t*)msg + hSize, size - hSize);
/external/skia/experimental/nanomsg/
H A Dpicture_demo.cpp57 static const size_t hSize = sizeof(*header); // It's easy to slip up and use sizeof(header). local
64 memcpy(header, msg, hSize);
65 SkMemoryStream stream((uint8_t*)msg + hSize, size - hSize);
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1196 unsigned hSize : 1; member in struct:DebugSNPrintF_format
1276 case 'h' : F.hSize = 1; c = *++fmt; goto conv;
1308 if (F.hSize) n = (short) n;
1327 if (F.hSize) n = (unsigned short) n;
1432 if (F.hSize) n = (unsigned short) n;
1541 if (F.hSize) err = (short)err;
1573 if (F.hSize) * (short *) s = (short)nwritten;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c2857 unsigned hSize : 1; member in struct:mDNSprintf_format
2932 case 'h' : F.hSize = 1; c = *++fmt; goto conv;
2938 if (F.hSize) n = (short) n;
2944 if (F.hSize) n = (unsigned short) n;
2965 if (F.hSize) n = (unsigned short) n;
3020 if (F.hSize) n = (unsigned short) n;
3101 if (F.hSize) * (short *) s = (short)nwritten;

Completed in 2988 milliseconds