/third_party/elfutils/libdw/ |
H A 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()
|
H A 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()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | script-details.h | 18 : line_offset(0), column_offset(0), repl_mode(REPLMode::kNo) {} in ScriptDetails() 22 : line_offset(0), in ScriptDetails() 28 int line_offset; member
|
H A D | compilation-cache.cc | 124 if (script_details.line_offset != script->line_offset()) return false; in HasOrigin()
|
/third_party/node/deps/v8/src/wasm/ |
H A 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/mbedtls/scripts/ |
H A D | assemble_changelog.py | 41 def __init__(self, line_offset, error_message): 42 self.line_offset = line_offset 44 super().__init__('{}: {}'.format(line_offset, error_message)) 202 def add_categories_from_text(self, filename, line_offset, 208 raise InputFormatError(filename, line_offset + e.line_offset, 214 line_offset + category.title_line,
|
/third_party/python/Lib/ |
H A D | dis.py | 344 line_offset = first_line - co.co_firstlineno 346 line_offset = 0 350 linestarts, line_offset, 425 linestarts=None, line_offset=0, 447 starts_line += line_offset 544 *, file=None, line_offset=0, exception_entries=(), 549 maxlineno = max(linestarts.values()) + line_offset 563 line_offset=line_offset, 719 line_offset [all...] |
/third_party/skia/modules/skottie/src/text/ |
H A 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() 768 const auto m = SkM44::Translate(line_offset.x + fragment_offset, in adjustLineProps() 769 line_offset.y) * in adjustLineProps() 737 adjustLineProps(const TextAnimator::ModulatorBuffer& buf, const TextAnimator::DomainSpan& line_span, const SkV2& line_offset, float total_tracking) const adjustLineProps() argument
|
H A D | TextAdapter.h | 76 const SkV2& line_offset,
|
/third_party/backends/backend/ |
H A D | artec.c | 880 artec_buffer_line_offset (SANE_Handle handle, SANE_Int line_offset, in artec_buffer_line_offset() argument 903 line_offset, (u_long) * len); in artec_buffer_line_offset() 912 r_buf_lines = line_offset * 2; in artec_buffer_line_offset() 913 g_buf_lines = line_offset; in artec_buffer_line_offset() 951 memcpy (tmp_line_buf + width, &line_buffer[line_offset][width], in artec_buffer_line_offset() 960 grn_ptr = &line_buffer[line_offset][1]; in artec_buffer_line_offset() 1252 * s->line_offset number of rows because of the RGB fixup. in artec_set_scan_window() 1254 if ((s->line_offset) && in artec_set_scan_window() 1256 (s->tl_y >= (s->line_offset * 2))) in artec_set_scan_window() 1258 s->tl_y -= (s->line_offset * in artec_set_scan_window() [all...] |
H A D | artec.h | 249 SANE_Int line_offset; member
|
H A D | mustek_usb.c | 602 "offset=%d\n", dst_width, src_width, src_lines, s->hw->line_offset); in fit_lines() 605 src_line = s->hw->line_offset; in fit_lines() 661 s->hw->line_offset = (src_line - src_lines); in fit_lines() 664 src_line, *dst_lines, s->hw->line_offset); in fit_lines() 1447 s->hw->line_offset = 0; in sane_start()
|
H A D | mustek_usb_high.h | 198 SANE_Word line_offset; member
|
/third_party/node/deps/v8/src/debug/ |
H A 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/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A 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/ |
H A 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_siz in decode_block() [all...] |
H A 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()
|
H A 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()
|
/third_party/python/Lib/test/ |
H A D | test_sys_settrace.py | 348 def compare_events(self, line_offset, events, expected_events): 349 events = [(l - line_offset, e) for (l, e) in events] 1664 def compare_events(self, line_offset, events, expected_events): 1666 super().compare_events(line_offset, events, skip_line_events) 1677 def compare_events(self, line_offset, events, expected_events): 1682 super().compare_events(line_offset, skip_opcode_events, expected_events)
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A 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/node/src/ |
H A 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() 1152 int line_offset = args[2].As<Int32>()->Value(); in CompileFunction() local 1216 line_offset, // line offset in CompileFunction()
|
H A 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/node/deps/v8/src/objects/ |
H A 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/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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()
|
H A 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()
|