Searched defs:str_offset (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp337 int str_offset = 0; local
347 str_offset = 0;
348 str_offset += snprintf(str, sizeof(str), "0x%8.8llx:", (uint64_t)(offsetBase + (offset - startOffset)));
352 if (str_offset >= sizeof(str))
357 str_offset = 0;
366 case TypeUInt8: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? format : " %2.2x", Get8(&offset)); break;
370 str_offset += snprintf(str + str_offset, sizeo
[all...]
/external/linux-tools-perf/src/tools/lib/traceevent/
H A Devent-parse.c3588 int str_offset; local
3596 str_offset = data2host4(pevent, data + arg->string.offset);
3597 str_offset &= 0xffff;
3598 print_str_to_seq(s, format, len_arg, ((char *)data) + str_offset);

Completed in 202 milliseconds