Home | History | Annotate | Download | only in nanoapp

Lines Matching defs:offset

34   size_t offset = 0;
48 offset += static_cast<size_t>(
49 snprintf(&line[offset], sizeof(line) - offset, "%02x ", buffer[i - 1]));
55 offset = 0;
58 offset += static_cast<size_t>(
59 snprintf(&line[offset], sizeof(line) - offset, " "));
63 if (offset > 0) {
66 while (offset < 28) {
68 offset += 8;