HomeSort by relevance Sort by last modified time
    Searched defs:line_offset (Results 1 - 24 of 24) sorted by null

  /external/elfutils/libdw/
dwarf_macro_getsrcfiles.c 43 Dwarf_Off line_offset = table->line_offset; local
44 if (line_offset == (Dwarf_Off) -1)
74 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir,
dwarf_getmacros.c 126 Dwarf_Off line_offset = (Dwarf_Off) -1; local
128 if (unlikely (INTUSE(dwarf_formudata) (attr, &line_offset) != 0))
137 table->line_offset = line_offset;
170 Dwarf_Off line_offset = (Dwarf_Off) -1; local
173 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp);
182 if (unlikely (INTUSE(dwarf_formudata) (attr, &line_offset) != 0))
254 .line_offset = line_offset,
libdwP.h 362 Dwarf_Off line_offset; member in struct:__anon20108
  /art/libartbase/base/
hex_dump.cc 58 size_t line_offset = offset & ~0x0f; local
65 *hex++ = gHexDigit[line_offset >> (kBitsPerIntPtrT - 4)];
66 line_offset <<= 4;
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp 424 int32_t line_offset = prologue->LineBase + local
426 state.Line += line_offset;
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.cc 334 size_t line_offset = StringPieceFromPointers(start, ptr).rfind('\n'); local
335 if (line_offset == StringPiece::npos) {
336 line_offset = 0;
338 return {line_no, ptr - start - line_offset};
  /bionic/libc/kernel/uapi/linux/
gpio.h 34 __u32 line_offset; member in struct:gpioline_info
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayColorDepthAttachments.cpp 150 const glw::GLuint line_offset = y * line_size; local
154 const glw::GLuint pixel_offset = line_offset + x * N_Components;
    [all...]
esextcTextureCubeMapArraySampling.cpp 270 const glw::GLuint line_offset = y * n_components_per_line; local
276 out_data[line_offset + x * n_components_per_pixel + component] = pixel_components[component];
    [all...]
  /external/kernel-headers/original/uapi/linux/
gpio.h 39 * @line_offset: the local offset on this GPIO device, fill this in when
50 __u32 line_offset; member in struct:gpioline_info
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 497 int32_t line_offset = local
499 State.Row.Line += line_offset;
  /external/deqp/external/openglcts/modules/gl/
gl4cStencilTexturingTests.cpp 1041 const GLuint line_offset = line_size * y; local
1055 GLubyte* pixel_data = &texture_data[0] + line_offset + pixel_offset;
    [all...]
gl4cMultiBindTests.cpp 4239 const size_t line_offset = j * width; local
    [all...]
gl4cCopyImageTests.cpp 3197 const GLuint line_offset = line_size * y; local
3735 const GLuint line_offset = y * line_size; local
4032 const GLuint line_offset = line_size * y; local
    [all...]
gl4cShaderImageLoadStoreTests.cpp 7614 const GLuint line_offset = y * edge * n_components + layer_offset; local
8178 const GLuint line_offset = y * m_texture_edge * n_components; local
8295 const GLuint line_offset = y * m_texture_edge * n_components; local
8376 const GLuint line_offset = y * m_texture_edge * n_components; local
    [all...]
gl4cShaderSubroutineTests.cpp 5745 const GLuint line_offset = y * m_texture_width * 4; local
5820 const GLuint line_offset = y * m_texture_width * 4; local
5928 const GLuint line_offset = y * m_texture_width * 4; local
6561 const GLuint line_offset = y * m_texture_width * 4; local
    [all...]
gl4cShadingLanguage420PackTests.cpp 2926 const GLuint line_offset = y * 64; local
3942 const GLuint line_offset = y * 64; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLimits.cpp 1896 const unsigned int line_offset = y * line_size; local
2213 const unsigned int line_offset = y * line_size; local
2522 const unsigned int line_offset = y * line_size; local
3287 const unsigned int line_offset = y * line_size; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.cpp 2840 const GLuint line_offset = offset + line * m_width; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 2748 int line_offset = ftell( fs->file ); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
dwarf2.c 245 unsigned long line_offset; member in struct:comp_unit
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 4470 dwarf_vma line_offset = 0, sec_offset = curr - start, offset; local
    [all...]
  /external/elfutils/src/
readelf.c 7363 Dwarf_Off line_offset = -1; local
    [all...]
  /external/v8/src/
api.cc 282 v8::Integer::New(v8_isolate, script->line_offset()),
2136 int line_offset = 0; local
2366 int line_offset = 0; local
9282 int line_offset = 0; local
9315 int line_offset = GetSmiValue(line_ends, line); local
    [all...]

Completed in 838 milliseconds