Home
last modified time | relevance | path

Searched refs:line_base (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/dports/devel/llvm10/llvm-10.0.1.src/test/DebugInfo/
H A Ddwarfdump-64-bit-dwarf.test12 CHECK: line_base: -5
22 CHECK: line_base: -5
32 CHECK: line_base: -5
42 CHECK: line_base: -5
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/DebugInfo/
H A Ddwarfdump-64-bit-dwarf.test12 CHECK: line_base: -5
22 CHECK: line_base: -5
32 CHECK: line_base: -5
42 CHECK: line_base: -5
/dports/devel/llvm90/llvm-9.0.1.src/test/DebugInfo/
H A Ddwarfdump-64-bit-dwarf.test12 CHECK: line_base: -5
22 CHECK: line_base: -5
32 CHECK: line_base: -5
42 CHECK: line_base: -5
/dports/devel/llvm80/llvm-8.0.1.src/test/DebugInfo/
H A Ddwarfdump-64-bit-dwarf.test12 CHECK: line_base: -5
22 CHECK: line_base: -5
32 CHECK: line_base: -5
42 CHECK: line_base: -5
/dports/devel/llvm70/llvm-7.0.1.src/test/DebugInfo/
H A Ddwarfdump-64-bit-dwarf.test12 CHECK: line_base: -5
22 CHECK: line_base: -5
32 CHECK: line_base: -5
42 CHECK: line_base: -5
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Daskloc.c304 int line_base; in ask_location() local
338 line_base=line_directory+1; in ask_location()
339 line_base+=(strlen("Directory ")+strlen(dst_directory))/old_COLS; in ask_location()
350 wmove(window, line_base - 1 + i - offset, 0); in ask_location()
365 if(old_LINES-2 <= line_base - 1+i-offset) in ask_location()
417 if(event.y => line_base - 1 && event.y < old_LINES) in ask_location()
421 while(pos_num > event.y - (line_base - offset) && current_file->prev!=&dir_list.list) in ask_location()
426 while(pos_num < event.y - (line_base - offset) && current_file->next!=&dir_list.list) in ask_location()
485 for(i=0; i<old_LINES-line_base - 1-3 && current_file->prev!=&dir_list.list; i++) in ask_location()
549 if(offset+old_LINES <= pos_num+line_base+1) in ask_location()
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/graph/
H A Daudit_buffer.cpp84 T *line_base = m_buffer[p][i]; in add_guard_bytes() local
86 T *line_guard_left = line_base - zimg::AlignmentOf<T>::value; in add_guard_bytes()
89 std::fill(line_guard_left, line_base, m_guard_val); in add_guard_bytes()
90 std::fill(line_base + m_width[p], line_guard_right, m_guard_val); in add_guard_bytes()
200 const T *line_base = m_buffer[p].data() + static_cast<ptrdiff_t>(i) * stride_T(p); in assert_guard_bytes() local
201 const T *line_guard_left = line_base - zimg::AlignmentOf<T>::value; in assert_guard_bytes()
204 ASSERT_TRUE(contains_only(line_guard_left, line_base, m_guard_val)) << in assert_guard_bytes()
206 ASSERT_TRUE(contains_only(line_base + m_width[p], line_guard_right, m_guard_val)) << in assert_guard_bytes()
/dports/multimedia/handbrake/zimg-release-3.0.1/test/graph/
H A Daudit_buffer.cpp84 T *line_base = m_buffer[p][i]; in add_guard_bytes() local
86 T *line_guard_left = line_base - zimg::AlignmentOf<T>::value; in add_guard_bytes()
89 std::fill(line_guard_left, line_base, m_guard_val); in add_guard_bytes()
90 std::fill(line_base + m_width[p], line_guard_right, m_guard_val); in add_guard_bytes()
200 const T *line_base = m_buffer[p].data() + static_cast<ptrdiff_t>(i) * stride_T(p); in assert_guard_bytes() local
201 const T *line_guard_left = line_base - zimg::AlignmentOf<T>::value; in assert_guard_bytes()
204 ASSERT_TRUE(contains_only(line_guard_left, line_base, m_guard_val)) << in assert_guard_bytes()
206 ASSERT_TRUE(contains_only(line_base + m_width[p], line_guard_right, m_guard_val)) << in assert_guard_bytes()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dgamerend.c84 void draw_single_static_line(uchar *line_base, int lx, int rx, int c_base);
487 void draw_single_static_line(uchar *line_base, int lx, int rx, int c_base) { in draw_single_static_line() argument
490 for (cur_pix = line_base + lx; lx < rx; lx++, cur_pix++) { in draw_single_static_line()
515 uchar *line_base; in draw_line_static() local
518 for (line_base = stat_dest->bits, y = 0; y < stat_dest->h; y++, line_base += stat_dest->row) { in draw_line_static()
539 draw_single_static_line(line_base, lx, rx, color1); in draw_line_static()
552 uchar *line_base; in draw_full_static() local
555 for (line_base = stat_dest->bits, y = 0; y < stat_dest->h; y++, line_base += stat_dest->row) in draw_full_static()
556 draw_single_static_line(line_base, 0, stat_dest->w, c_base); in draw_full_static()
/dports/emulators/vice/vice-3.5/src/
H A Dscreenshot.c95 uint8_t *line_base; in screenshot_line_data() local
105 line_base = BUFFER_LINE_START(screenshot, in screenshot_line_data()
112 … data[i] = screenshot->color_map[line_base[i * screenshot->size_width + screenshot->x_offset]]; in screenshot_line_data()
117 … color = screenshot->color_map[line_base[i * screenshot->size_width + screenshot->x_offset]]; in screenshot_line_data()
126 … color = screenshot->color_map[line_base[i * screenshot->size_width + screenshot->x_offset]]; in screenshot_line_data()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dscreenshot.c95 uint8_t *line_base; in screenshot_line_data() local
105 line_base = BUFFER_LINE_START(screenshot, in screenshot_line_data()
112 … data[i] = screenshot->color_map[line_base[i * screenshot->size_width + screenshot->x_offset]]; in screenshot_line_data()
117 … color = screenshot->color_map[line_base[i * screenshot->size_width + screenshot->x_offset]]; in screenshot_line_data()
126 … color = screenshot->color_map[line_base[i * screenshot->size_width + screenshot->x_offset]]; in screenshot_line_data()
/dports/emulators/vice/vice-3.5/src/printerdrv/
H A Doutput-graphics.c88 uint8_t *line_base; in output_graphics_line_data() local
91 line_base = output_gfx[current_prnr].line; in output_graphics_line_data()
96 data[i] = output_pixel_to_palette_index(line_base[i]); in output_graphics_line_data()
101 color = output_pixel_to_palette_index(line_base[i]); in output_graphics_line_data()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/printerdrv/
H A Doutput-graphics.c88 uint8_t *line_base; in output_graphics_line_data() local
91 line_base = output_gfx[current_prnr].line; in output_graphics_line_data()
96 data[i] = output_pixel_to_palette_index(line_base[i]); in output_graphics_line_data()
101 color = output_pixel_to_palette_index(line_base[i]); in output_graphics_line_data()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/devel/llvm10/llvm-10.0.1.src/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s18 # CHECK-NEXT: line_base: -5
55 # CHECK-NEXT: line_base: 42
79 .byte -5 ## line_base
133 .byte 42 ## line_base
159 .byte 1 ## line_base
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s18 # CHECK-NEXT: line_base: -5
55 # CHECK-NEXT: line_base: 42
79 .byte -5 ## line_base
133 .byte 42 ## line_base
159 .byte 1 ## line_base
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s19 # CHECK-NEXT: line_base: -5
57 # CHECK-NEXT: line_base: 42
81 .byte -5 ## line_base
135 .byte 42 ## line_base
161 .byte 1 ## line_base

12345678910>>...27