Home
last modified time | relevance | path

Searched refs:extra_offset (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py474 def common_emit_one_arg(self, p, pc, adjust, extra_offset): argument
483 elif not extra_offset:
488 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )
491 extra_offset = None
495 self.common_emit_one_arg(p, pc, adjust, extra_offset)
499 if extra_offset:
500 extra_offset += " + %s" % (temp)
502 extra_offset = temp
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
DglX_proto_send.py474 def common_emit_one_arg(self, p, pc, adjust, extra_offset): argument
483 elif not extra_offset:
488 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )
491 extra_offset = None
495 self.common_emit_one_arg(p, pc, adjust, extra_offset)
499 if extra_offset:
500 extra_offset += " + %s" % (temp)
502 extra_offset = temp
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
Dhists.c441 int extra_offset = 0; in hist_browser__show_callchain_node_rb_tree() local
454 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_node_rb_tree()
475 width = browser->b.width - (offset + extra_offset + 2); in hist_browser__show_callchain_node_rb_tree()
484 slsmg_write_nstring(" ", offset + extra_offset); in hist_browser__show_callchain_node_rb_tree()
497 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__show_callchain_node_rb_tree()
1022 int extra_offset = 0; in hist_browser__fprintf_callchain_node_rb_tree() local
1034 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__fprintf_callchain_node_rb_tree()
1050 printed += fprintf(fp, "%*s%c %s\n", offset + extra_offset, " ", folded_sign, str); in hist_browser__fprintf_callchain_node_rb_tree()
1057 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__fprintf_callchain_node_rb_tree()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.cc197 size_t extra_offset = size - in ValidateMessageIntegrity() local
199 size_t new_adjusted_len = size - extra_offset - kStunHeaderSize; in ValidateMessageIntegrity()