Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 25 of 40) sorted by relevance

12

/third_party/elfutils/libdw/
Ddwarf_macro_getsrcfiles.c43 Dwarf_Off line_offset = table->line_offset; in dwarf_macro_getsrcfiles() local
44 if (line_offset == (Dwarf_Off) -1) in dwarf_macro_getsrcfiles()
74 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir, in dwarf_macro_getsrcfiles()
Ddwarf_getmacros.c125 Dwarf_Off line_offset = (Dwarf_Off) -1; in get_macinfo_table() local
127 if (unlikely (INTUSE(dwarf_formudata) (attr, &line_offset) != 0)) in get_macinfo_table()
136 table->line_offset = line_offset; in get_macinfo_table()
169 Dwarf_Off line_offset = (Dwarf_Off) -1; in get_table_for_offset() local
172 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp); in get_table_for_offset()
181 if (unlikely (INTUSE(dwarf_formudata) (attr, &line_offset) != 0)) in get_table_for_offset()
258 .line_offset = line_offset, in get_table_for_offset()
DlibdwP.h504 Dwarf_Off line_offset; member
/third_party/python/Lib/
Ddis.py276 line_offset = first_line - co.co_firstlineno
278 line_offset = 0
281 line_offset)
312 cells=None, linestarts=None, line_offset=0): argument
327 starts_line += line_offset
388 *, file=None, line_offset=0): argument
392 maxlineno = max(linestarts.values()) + line_offset
406 line_offset=line_offset):
492 line_offset=self._line_offset)
521 line_offset=self._line_offset,
/third_party/node/deps/v8/src/codegen/
Dscript-details.h18 : line_offset(0), column_offset(0), repl_mode(REPLMode::kNo) {} in ScriptDetails()
22 : line_offset(0),
28 int line_offset; member
Dcompilation-cache.cc124 if (script_details.line_offset != script->line_offset()) return false; in HasOrigin()
/third_party/mbedtls/scripts/
Dassemble_changelog.py53 def __init__(self, line_offset, error_message): argument
54 self.line_offset = line_offset
56 super().__init__('{}: {}'.format(line_offset, error_message))
207 def add_categories_from_text(self, filename, line_offset, argument
213 raise InputFormatError(filename, line_offset + e.line_offset,
219 line_offset + category.title_line,
/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.h64 uint32_t line_offset = slot_offset % kJumpTableLineSize; in SlotOffsetToIndex() local
65 DCHECK_EQ(0, line_offset % kJumpTableSlotSize); in SlotOffsetToIndex()
67 line_offset / kJumpTableSlotSize; in SlotOffsetToIndex()
73 uint32_t line_offset = in JumpSlotIndexToOffset() local
75 return line_index * kJumpTableLineSize + line_offset; in JumpSlotIndexToOffset()
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp574 SkV2 line_offset = { 0, 0 }; // cumulative line spacing in onSync() local
609 line_offset += line_spacing / line_span.fCount; in onSync()
612 if (line_offset != SkV2{0, 0} || line_has_tracking) { in onSync()
613 this->adjustLineProps(buf, line_span, line_offset, line_tracking); in onSync()
739 const SkV2& line_offset, in adjustLineProps() argument
768 const auto m = SkM44::Translate(line_offset.x + fragment_offset, in adjustLineProps()
769 line_offset.y) * in adjustLineProps()
DTextAdapter.h76 const SkV2& line_offset,
/third_party/node/deps/v8/src/objects/
Dscript.tq24 // [line_offset]: script line offset in resource from where it was extracted.
25 line_offset: Smi;
Dcall-site-info.cc83 line_number -= script->line_offset(); in GetLineNumber()
103 if (Script::GetLineNumber(script, position) == script->line_offset()) { in GetColumnNumber()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc401 int Script::StartLine() const { return Utils::OpenHandle(this)->line_offset(); } in StartLine()
413 return script->line_offset(); in EndLine()
550 int line_offset = 0; in GetPossibleBreakpoints() local
553 line_offset = GetSmiValue(line_ends, current_line_end_index - 1) + 1; in GetPossibleBreakpoints()
556 current_line_end_index + script->line_offset(), in GetPossibleBreakpoints()
557 offset - line_offset + in GetPossibleBreakpoints()
573 int line = std::max(location.GetLineNumber() - script->line_offset(), 0); in GetSourceOffset()
586 int line_offset = GetSmiValue(line_ends, line); in GetSourceOffset() local
587 if (line == 0) return std::min(column, line_offset); in GetSourceOffset()
589 return std::min(prev_line_offset + column + 1, line_offset); in GetSourceOffset()
[all …]
/third_party/python/Lib/test/
Dtest_sys_settrace.py345 def compare_events(self, line_offset, events, expected_events): argument
346 events = [(l - line_offset, e) for (l, e) in events]
1144 def compare_events(self, line_offset, events, expected_events): argument
1146 super().compare_events(line_offset, events, skip_line_events)
1157 def compare_events(self, line_offset, events, expected_events): argument
1162 super().compare_events(line_offset, skip_opcode_events, expected_events)
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.cpp1897 const unsigned int line_offset = y * line_size; in verifyResult() local
1898 const unsigned int first_texel_offset = line_offset + point_offset; in verifyResult()
2216 const unsigned int line_offset = y * line_size; in verifyResult() local
2220 const unsigned int texel_offset = line_offset + x * m_texture_pixel_size; in verifyResult()
2525 const unsigned int line_offset = y * line_size; in verifyResult() local
2526 const unsigned int first_texel_offset = line_offset + point_offset; in verifyResult()
3289 const unsigned int line_offset = y * line_size; in verifyResult() local
3290 const unsigned int first_texel_offset = line_offset + point_offset; in verifyResult()
/third_party/ffmpeg/libavcodec/
Dexr.c1189 uint64_t line_offset, uncompressed_size; in decode_block() local
1205 line_offset = AV_RL64(s->gb.buffer + jobnr * 8); in decode_block()
1208 if (buf_size < 20 || line_offset > buf_size - 20) in decode_block()
1211 src = buf + line_offset + 20; in decode_block()
1221 if (data_size <= 0 || data_size > buf_size - line_offset - 20) in decode_block()
1251 if (buf_size < 8 || line_offset > buf_size - 8) in decode_block()
1254 src = buf + line_offset + 8; in decode_block()
1263 if (data_size <= 0 || data_size > buf_size - line_offset - 8) in decode_block()
1277 line_offset > buf_size - uncompressed_size)) || in decode_block()
1279 line_offset > buf_size - data_size))) { in decode_block()
Dindeo3.c371 AV_WN16A(dst + line_offset ,\
373 AV_WN16A(dst + line_offset + 2,\
440 int blk_row_offset, line_offset; in decode_cell_data() local
443 line_offset = v_zoom ? row_offset : 0; in decode_cell_data()
Dlibzvbi-teletextdec.c596 int line_offset = buf[2] & 0x1f; in slice_to_vbi_lines() local
601 … ctx->sliced[lines].line = (line_offset > 0 ? (line_offset + (field_parity ? 0 : 313)) : 0); in slice_to_vbi_lines()
/third_party/node/src/
Dnode_contextify.cc784 int line_offset = 0; in New() local
797 line_offset = args[2].As<Int32>()->Value(); in New()
844 line_offset, // line offset in New()
1153 int line_offset = args[2].As<Int32>()->Value(); in CompileFunction() local
1217 line_offset, // line offset in CompileFunction()
Dmodule_wrap.cc130 int line_offset = 0; in New() local
141 line_offset = args[3].As<Int32>()->Value(); in New()
188 line_offset, in New()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayColorDepthAttachments.cpp150 const glw::GLuint line_offset = y * line_size; in verifyImage() local
154 const glw::GLuint pixel_offset = line_offset + x * N_Components; in verifyImage()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp1039 const GLuint line_offset = line_size * y; in prepareSourceTextureData() local
1053 GLubyte* pixel_data = &texture_data[0] + line_offset + pixel_offset; in prepareSourceTextureData()
Dgl4cCopyImageTests.cpp3184 const GLuint line_offset = line_size * y; in prepareSrcPxls() local
3186 GLubyte* line = layer + line_offset; in prepareSrcPxls()
3722 const GLuint line_offset = y * line_size; in compareImages() local
3725 const GLubyte* left_line_data = left_data + line_offset; in compareImages()
3726 const GLubyte* right_line_data = right_data + line_offset; in compareImages()
4019 const GLuint line_offset = line_size * y; in prepareSrcPxls() local
4021 GLubyte* line_data = layer_data + line_offset; in prepareSrcPxls()
Dgl4cShaderSubroutineTests.cpp5743 const GLuint line_offset = y * m_texture_width * 4; in fillTexture() local
5747 const GLuint point_offset = x * 4 + line_offset; in fillTexture()
5818 const GLuint line_offset = y * m_texture_width * 4; in testDraw() local
5822 const GLuint point_offset = x * 4 + line_offset; in testDraw()
5926 const GLuint line_offset = y * m_texture_width * 4; in fillTexture() local
5930 const GLuint point_offset = x * 4 + line_offset; in fillTexture()
6559 const GLuint line_offset = y * m_texture_width * 4; in verifyTexture() local
6563 const GLuint point_offset = line_offset + x * 4; in verifyTexture()
Dgl4cShaderImageLoadStoreTests.cpp7694 const GLuint line_offset = y * edge * n_components + layer_offset; in CreateRGBA8SourceTexture() local
7700 const GLuint texel_offset = x * n_components + line_offset; in CreateRGBA8SourceTexture()
8255 const GLuint line_offset = y * m_texture_edge * n_components; in CheckIfTextureWasModified() local
8259 const GLuint texel_offset = x * n_components + line_offset; in CheckIfTextureWasModified()
8372 const GLuint line_offset = y * m_texture_edge * n_components; in Create2DRGBA8CompleteTexture() local
8376 const GLuint texel_offset = x * n_components + line_offset; in Create2DRGBA8CompleteTexture()
8453 const GLuint line_offset = y * m_texture_edge * n_components; in Create2DRGBA8IncompleteTexture() local
8457 const GLuint texel_offset = x * n_components + line_offset; in Create2DRGBA8IncompleteTexture()

12