Home
last modified time | relevance | path

Searched refs:ColEnd (Results 76 – 100 of 138) sorted by relevance

123456

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/llvm70/llvm-7.0.1.src/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Dcoff-debug.ll123 ; CHECK: ColEnd: 0
130 ; CHECK: ColEnd: 0
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dview.c163 *ColEnd = in get_floor_boundaries()
187 int LineStart, LineEnd, ColStart, ColEnd, line, col, MapBrick; in show_floor() local
193 get_floor_boundaries(mask, &LineStart, &LineEnd, &ColStart, &ColEnd); in show_floor()
208 for (col = ColStart; col < ColEnd; col++) { in show_floor()
398 int LineStart, LineEnd, ColStart, ColEnd, line, col; in insert_obstacles_into_blitting_list() local
405 get_floor_boundaries(mask, &LineStart, &LineEnd, &ColStart, &ColEnd); in insert_obstacles_into_blitting_list()
412 for (col = ColStart; col < ColEnd; col++) { in insert_obstacles_into_blitting_list()
1707 int LineStart, LineEnd, ColStart, ColEnd; in draw_grid_on_the_floor() local
1735 if (ColEnd > our_level->xlen) in draw_grid_on_the_floor()
1736 ColEnd = our_level->xlen; in draw_grid_on_the_floor()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dhruler.cpp319 int ColEnd, ColStart; in mouseMoveEvent() local
324 ColEnd = width(); //textPosToLocal(textWidth()); in mouseMoveEvent()
329 ColEnd = textPosToLocal((colWidth + m_colGap) * (m_currCol- 1) + colWidth); in mouseMoveEvent()
331 …0) && (m->x() > ColStart - m_doc->guidesPrefs().grabRadius) && (m->x() < ColEnd + m_doc->guidesPre… in mouseMoveEvent()
401 … && (m->x() > ColStart - 2*m_doc->guidesPrefs().grabRadius) && (m->x() < ColEnd + 2*m_doc->guidesP… in mouseMoveEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h126 uint32_t ColStart, uint32_t ColEnd);

123456