Lines Matching defs:width
950 * Copy a series of values with the specified width, changing the byte
953 static void copyValuesToBE(u1* out, const u1* in, int count, int width)
957 switch (width) {
982 static void copyValuesFromBE(u1* out, const u1* in, int count, int width)
986 switch (width) {
1030 int width = dvmDbgGetTagWidth(tag);
1033 outBuf = expandBufAddSpace(pReply, count * width);
1035 copyValuesToBE(outBuf, data + firstIndex*width, count, width);
1081 int width = dvmDbgGetTagWidth(tag);
1083 LOGV(" --> setting %d '%c' width=%d\n", count, tag, width);
1085 copyValuesFromBE(data + firstIndex*width, buf, count, width);
1507 int width)
1515 assert(width == 1);
1519 assert(width == 1);
1524 assert(width == 2);
1529 assert(width == 4);
1534 assert(width == sizeof(ObjectId));
1539 assert(width == 8);
1611 u8 rawValue, int width)
1621 assert(width == 1);
1625 assert(width == 1);
1629 assert(width == 2);
1633 assert(width == 2);
1637 assert(width == 4);
1641 assert(width == 4);
1646 assert(width == sizeof(ObjectId));
1651 assert(width == 8);
1655 assert(width == 8);
2392 u8 value, int width)
2402 assert(width == 1);
2406 assert(width == 1);
2411 assert(width == 2);
2416 assert(width == 4);
2425 assert(width == sizeof(ObjectId));
2430 assert(width == 8);