/third_party/elfutils/libdw/ |
D | dwarf_macro_getsrcfiles.c | 43 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()
|
D | dwarf_getmacros.c | 125 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()
|
D | libdwP.h | 504 Dwarf_Off line_offset; member
|
/third_party/python/Lib/ |
D | dis.py | 276 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/ |
D | script-details.h | 18 : line_offset(0), column_offset(0), repl_mode(REPLMode::kNo) {} in ScriptDetails() 22 : line_offset(0), 28 int line_offset; member
|
D | compilation-cache.cc | 124 if (script_details.line_offset != script->line_offset()) return false; in HasOrigin()
|
/third_party/mbedtls/scripts/ |
D | assemble_changelog.py | 53 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/ |
D | jump-table-assembler.h | 64 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/ |
D | TextAdapter.cpp | 574 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()
|
D | TextAdapter.h | 76 const SkV2& line_offset,
|
/third_party/node/deps/v8/src/objects/ |
D | script.tq | 24 // [line_offset]: script line offset in resource from where it was extracted. 25 line_offset: Smi;
|
D | call-site-info.cc | 83 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/ |
D | debug-interface.cc | 401 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/ |
D | test_sys_settrace.py | 345 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/ |
D | esextcGeometryShaderLimits.cpp | 1897 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/ |
D | exr.c | 1189 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()
|
D | indeo3.c | 371 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()
|
D | libzvbi-teletextdec.c | 596 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/ |
D | node_contextify.cc | 784 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()
|
D | module_wrap.cc | 130 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/ |
D | esextcTextureCubeMapArrayColorDepthAttachments.cpp | 150 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/ |
D | gl4cStencilTexturingTests.cpp | 1039 const GLuint line_offset = line_size * y; in prepareSourceTextureData() local 1053 GLubyte* pixel_data = &texture_data[0] + line_offset + pixel_offset; in prepareSourceTextureData()
|
D | gl4cCopyImageTests.cpp | 3184 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()
|
D | gl4cShaderSubroutineTests.cpp | 5743 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()
|
D | gl4cShaderImageLoadStoreTests.cpp | 7694 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()
|