Searched refs:hSize (Results 1 – 6 of 6) sorted by relevance
94 int hSize = size / 2; in makePath() local101 int base1 = 2 * rand.nextULessThan(hSize); in makePath()102 int base2 = 2 * rand.nextULessThan(hSize); in makePath()103 int base3 = 2 * rand.nextULessThan(hSize); in makePath()126 int hSize = size / 2; in makePath() local133 int base1 = 2 * rand.nextULessThan(hSize); in makePath()134 int base2 = 2 * rand.nextULessThan(hSize); in makePath()135 int base3 = 2 * rand.nextULessThan(hSize); in makePath()159 int hSize = size / 2; in makePath() local166 int base1 = 2 * rand.nextULessThan(hSize); in makePath()[all …]
57 static const size_t hSize = sizeof(*header); // It's easy to slip up and use sizeof(header). in recv_picture() local64 memcpy(header, msg, hSize); in recv_picture()65 SkMemoryStream stream((uint8_t*)msg + hSize, size - hSize); in recv_picture()
1196 unsigned hSize : 1; in DebugSNPrintFVAList() member1276 case 'h' : F.hSize = 1; c = *++fmt; goto conv; in DebugSNPrintFVAList()1308 if (F.hSize) n = (short) n; in DebugSNPrintFVAList()1327 if (F.hSize) n = (unsigned short) n; in DebugSNPrintFVAList()1432 if (F.hSize) n = (unsigned short) n; in DebugSNPrintFVAList()1541 if (F.hSize) err = (short)err; in DebugSNPrintFVAList()1573 if (F.hSize) * (short *) s = (short)nwritten; in DebugSNPrintFVAList()
2857 unsigned hSize : 1; member2932 case 'h' : F.hSize = 1; c = *++fmt; goto conv; in mDNS_vsnprintf()2938 if (F.hSize) n = (short) n; in mDNS_vsnprintf()2944 if (F.hSize) n = (unsigned short) n; in mDNS_vsnprintf()2965 if (F.hSize) n = (unsigned short) n; in mDNS_vsnprintf()3020 if (F.hSize) n = (unsigned short) n; in mDNS_vsnprintf()3101 if (F.hSize) * (short *) s = (short)nwritten; in mDNS_vsnprintf()