/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/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/gstreamer/gstplugins_bad/ext/qroverlay/ |
D | gstbaseqroverlay.c | 142 gsize offset, line_offset; in draw_overlay() local 165 line_offset = 4 * priv->qrcode_size * stride; in draw_overlay() 174 (((line_offset + (stride * (yy / pstride))) + in draw_overlay() 186 line_offset += (stride * priv->qrcode_size); in draw_overlay()
|
/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/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlacemethod.c | 323 gint line_offset) in get_line() argument 342 switch (line_offset) { in get_line() 345 line_offset /= 2; in get_line() 351 line_offset = 0; in get_line() 357 line_offset = 0; in get_line() 368 line += line_offset; in get_line()
|
/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/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.c | 981 guint line_offset; in gst_teletextdec_lofp_to_line() local 986 line_offset = lofp & 31; in gst_teletextdec_lofp_to_line() 988 if (line_offset > 0) { in gst_teletextdec_lofp_to_line() 994 *field_line = line_offset; in gst_teletextdec_lofp_to_line() 995 *frame_line = field_start[system][*field] + line_offset; in gst_teletextdec_lofp_to_line()
|
/third_party/node/src/ |
D | node_native_module.cc | 252 Local<Integer> line_offset = Integer::New(isolate, 0); in LookupAndCompile() local 254 ScriptOrigin origin(filename, line_offset, column_offset, True(isolate)); in LookupAndCompile()
|
D | node_contextify.cc | 689 Local<Integer> line_offset; in New() local 700 line_offset = args[2].As<Integer>(); in New() 718 line_offset = Integer::New(isolate, 0); in New() 751 line_offset, // line offset in New() 1050 Local<Integer> line_offset = args[2].As<Integer>(); in CompileFunction() local 1117 line_offset, // line offset in CompileFunction()
|
D | module_wrap.cc | 131 Local<Integer> line_offset; in New() local 142 line_offset = args[3].As<Integer>(); in New() 188 line_offset, // line offset in New()
|
/third_party/ffmpeg/libavcodec/ |
D | exr.c | 1188 uint64_t line_offset, uncompressed_size; in decode_block() local 1204 line_offset = AV_RL64(s->gb.buffer + jobnr * 8); in decode_block() 1207 if (buf_size < 20 || line_offset > buf_size - 20) in decode_block() 1210 src = buf + line_offset + 20; in decode_block() 1220 if (data_size <= 0 || data_size > buf_size - line_offset - 20) in decode_block() 1249 if (buf_size < 8 || line_offset > buf_size - 8) in decode_block() 1252 src = buf + line_offset + 8; in decode_block() 1261 if (data_size <= 0 || data_size > buf_size - line_offset - 8) in decode_block() 1274 line_offset > buf_size - uncompressed_size)) || in decode_block() 1276 line_offset > buf_size - data_size))) { in decode_block()
|
D | indeo3.c | 369 AV_WN16A(dst + line_offset ,\ 371 AV_WN16A(dst + line_offset + 2,\ 438 int blk_row_offset, line_offset; in decode_cell_data() local 441 line_offset = v_zoom ? row_offset : 0; in decode_cell_data()
|
D | libzvbi-teletextdec.c | 595 int line_offset = buf[2] & 0x1f; in slice_to_vbi_lines() local 600 … ctx->sliced[lines].line = (line_offset > 0 ? (line_offset + (field_parity ? 0 : 313)) : 0); in slice_to_vbi_lines()
|
/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/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()
|
D | gl4cMultiBindTests.cpp | 4235 const size_t line_offset = j * width; in iterate() local 4237 data[line_offset] = 1; in iterate() 4238 data[line_offset + last_pixel_in_line_offset] = 1; in iterate()
|
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/ |
D | gstfieldanalysis.c | 1374 guint64 line_offset = (filter->ignored_lines + j) * stride; in opposite_parity_windowed_comb() local 1376 filter->block_score_for_row (filter, history, base_fj + line_offset, in opposite_parity_windowed_comb() 1377 base_fjp1 + line_offset); in opposite_parity_windowed_comb()
|