Home
last modified time | relevance | path

Searched refs:hpos (Results 1 – 25 of 1549) sorted by relevance

12345678910>>...62

/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DvtkCameraPathRepresentationTest1.cxx118 if (!hpos) in vtkCameraPathRepresentationTest1()
123 else if (hpos[0] != x || hpos[1] != y || hpos[2] != z) in vtkCameraPathRepresentationTest1()
126 << "), got " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] << std::endl; in vtkCameraPathRepresentationTest1()
131 std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] in vtkCameraPathRepresentationTest1()
149 if (!hpos) in vtkCameraPathRepresentationTest1()
154 else if (hpos[0] != xyz[0] || hpos[1] != xyz[1] || hpos[2] != xyz[2]) in vtkCameraPathRepresentationTest1()
163 std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] in vtkCameraPathRepresentationTest1()
225 else if (hpos[0] != x || hpos[1] != y || hpos[2] != z) in vtkCameraPathRepresentationTest1()
228 << "), got " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] << std::endl; in vtkCameraPathRepresentationTest1()
233 std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] in vtkCameraPathRepresentationTest1()
[all …]
H A DvtkPolyLineRepresentationTest1.cxx97 double* hpos; in vtkPolyLineRepresentationTest1() local
102 hpos = node1->GetHandlePosition(h); in vtkPolyLineRepresentationTest1()
103 if (!hpos) in vtkPolyLineRepresentationTest1()
108 else if (hpos[0] != x || hpos[1] != y || hpos[2] != z) in vtkPolyLineRepresentationTest1()
111 << "), got " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] << std::endl; in vtkPolyLineRepresentationTest1()
116 std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] in vtkPolyLineRepresentationTest1()
133 hpos = node1->GetHandlePosition(h); in vtkPolyLineRepresentationTest1()
134 if (!hpos) in vtkPolyLineRepresentationTest1()
139 else if (hpos[0] != xyz[0] || hpos[1] != xyz[1] || hpos[2] != xyz[2]) in vtkPolyLineRepresentationTest1()
142 << xyz[1] << ", " << xyz[2] << ", got " << hpos[0] << ", " << hpos[1] << ", " in vtkPolyLineRepresentationTest1()
[all …]
H A DvtkSplineRepresentationTest1.cxx112 double* hpos; in vtkSplineRepresentationTest1() local
117 hpos = node1->GetHandlePosition(h); in vtkSplineRepresentationTest1()
118 if (!hpos) in vtkSplineRepresentationTest1()
123 else if (hpos[0] != x || hpos[1] != y || hpos[2] != z) in vtkSplineRepresentationTest1()
126 << "), got " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] << std::endl; in vtkSplineRepresentationTest1()
131 std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] in vtkSplineRepresentationTest1()
148 hpos = node1->GetHandlePosition(h); in vtkSplineRepresentationTest1()
149 if (!hpos) in vtkSplineRepresentationTest1()
154 else if (hpos[0] != xyz[0] || hpos[1] != xyz[1] || hpos[2] != xyz[2]) in vtkSplineRepresentationTest1()
157 << xyz[1] << ", " << xyz[2] << ", got " << hpos[0] << ", " << hpos[1] << ", " in vtkSplineRepresentationTest1()
[all …]
/dports/math/PDL/PDL-2.019/IO/Dicom/
H A DDicom.pm206 my $hpos = 0x80;
212 $hpos+= 4;
221 while($hpos < length($header)) {
223 my $groupword = unpack("v", substr($header, $hpos, 2)); $hpos+=2;
224 my $elementword = unpack("v", substr($header, $hpos, 2)); $hpos+=2;
233 $hpos+=2;
248 $hpos+= 4;
253 $hpos+= 2; # Always zero
255 $hpos+= 4;
260 $hpos+= 2;
[all …]
/dports/print/pnm2ppa/pnm2ppa-1.13/
H A Dcalibrate_ppa.c512 int hpos; in color_alignment() local
518 hpos=Width/2-2000; in color_alignment()
538 hpos=Width/2-2150; in color_alignment()
561 hpos=Width/2-2000; in color_alignment()
616 hpos=Width/2; in color_alignment()
637 hpos=Width/2-384; in check_alignment()
638 hpos+=384; in check_alignment()
666 hpos += 128; in check_alignment()
675 hpos += 128; in check_alignment()
735 hpos +=256; in check_alignment()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c118 ch->hpos = hpos;
123 if (ch->vpos == vpos && ch->hpos == hpos) {
2091 start_bpl_dma (hpos, hpos); in maybe_start_bpl_dma()
5165 if (!wasenabled && cop_state.hpos < hpos && hpos < maxhpos) { in compute_spcflag_copper()
5166 hpos = (hpos + 2) & ~1; in compute_spcflag_copper()
5169 cop_state.hpos = hpos; in compute_spcflag_copper()
5201 cop_state.hpos = hpos; in blitter_done_notify()
8278 int hpos; in wait_cpu_cycle_read() local
8316 int hpos; in wait_cpu_cycle_read_ce020() local
8353 int hpos; in wait_cpu_cycle_write() local
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dcustom.c93 int hpos; in wait_cpu_cycle_read() local
95 hpos = dma_cycle (); in wait_cpu_cycle_read()
155 int hpos; in wait_cpu_cycle_read_ce020() local
158 hpos = dma_cycle (); in wait_cpu_cycle_read_ce020()
226 int hpos; in wait_cpu_cycle_write() local
228 hpos = dma_cycle (); in wait_cpu_cycle_write()
280 int hpos; in wait_cpu_cycle_write_ce020() local
283 hpos = dma_cycle (); in wait_cpu_cycle_write_ce020()
347 decide_line (hpos); in do_cycles_ce()
348 sync_copper (hpos); in do_cycles_ce()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp97 ch->hpos = hpos;
102 if (ch->vpos == vpos && ch->hpos == hpos) {
6629 if (!wasenabled && cop_state.hpos < hpos && hpos < maxhpos) {
6630 hpos = (hpos + 2) & ~1;
6633 cop_state.hpos = hpos;
6654 hpos++;
6660 cop_state.hpos = hpos;
10034 int hpos; local
10087 int hpos; local
10139 int hpos; local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/ubifs/
H A Dlprops.c67 hpos = lprops->hpos; in move_up_lpt_heap()
68 if (!hpos) in move_up_lpt_heap()
79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap()
106 if (hpos) { in adjust_lpt_heap()
113 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap()
144 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
158 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
230 int hpos = lprops->hpos; in remove_from_lpt_heap() local
233 ubifs_assert(hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap()
238 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/ubifs/
H A Dlprops.c67 hpos = lprops->hpos; in move_up_lpt_heap()
68 if (!hpos) in move_up_lpt_heap()
79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap()
106 if (hpos) { in adjust_lpt_heap()
113 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap()
144 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
158 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
230 int hpos = lprops->hpos; in remove_from_lpt_heap() local
233 ubifs_assert(hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap()
238 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/ubifs/
H A Dlprops.c67 hpos = lprops->hpos; in move_up_lpt_heap()
68 if (!hpos) in move_up_lpt_heap()
79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap()
106 if (hpos) { in adjust_lpt_heap()
113 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap()
144 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
158 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
230 int hpos = lprops->hpos; in remove_from_lpt_heap() local
233 ubifs_assert(hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap()
238 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/fs/ubifs/
H A Dlprops.c67 hpos = lprops->hpos; in move_up_lpt_heap()
68 if (!hpos) in move_up_lpt_heap()
79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap()
106 if (hpos) { in adjust_lpt_heap()
113 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap()
144 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
158 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
230 int hpos = lprops->hpos; in remove_from_lpt_heap() local
233 ubifs_assert(hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap()
238 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/fs/ubifs/
H A Dlprops.c67 hpos = lprops->hpos; in move_up_lpt_heap()
68 if (!hpos) in move_up_lpt_heap()
79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap()
106 if (hpos) { in adjust_lpt_heap()
113 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap()
144 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
158 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
230 int hpos = lprops->hpos; in remove_from_lpt_heap() local
233 ubifs_assert(hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap()
238 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/fs/ubifs/
H A Dlprops.c67 hpos = lprops->hpos; in move_up_lpt_heap()
68 if (!hpos) in move_up_lpt_heap()
79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap()
106 if (hpos) { in adjust_lpt_heap()
113 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap()
144 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
158 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
230 int hpos = lprops->hpos; in remove_from_lpt_heap() local
233 ubifs_assert(hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap()
238 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/fs/ubifs/
H A Dlprops.c67 hpos = lprops->hpos; in move_up_lpt_heap()
68 if (!hpos) in move_up_lpt_heap()
79 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap()
106 if (hpos) { in adjust_lpt_heap()
113 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap()
144 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
158 heap->arr[cpos]->hpos = hpos; in adjust_lpt_heap()
230 int hpos = lprops->hpos; in remove_from_lpt_heap() local
233 ubifs_assert(hpos >= 0 && hpos < heap->cnt); in remove_from_lpt_heap()
238 heap->arr[hpos]->hpos = hpos; in remove_from_lpt_heap()
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkPolyLineRepresentationTest1.cxx97 double* hpos; in vtkPolyLineRepresentationTest1() local
103 if (!hpos) in vtkPolyLineRepresentationTest1()
108 else if (hpos[0] != x || in vtkPolyLineRepresentationTest1()
109 hpos[1] != y || in vtkPolyLineRepresentationTest1()
110 hpos[2] != z) in vtkPolyLineRepresentationTest1()
117 …std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] << … in vtkPolyLineRepresentationTest1()
134 if (!hpos) in vtkPolyLineRepresentationTest1()
139 else if (hpos[0] != xyz[0] || in vtkPolyLineRepresentationTest1()
140 hpos[1] != xyz[1] || in vtkPolyLineRepresentationTest1()
141 hpos[2] != xyz[2]) in vtkPolyLineRepresentationTest1()
[all …]
H A DvtkSplineRepresentationTest1.cxx100 double* hpos; in vtkSplineRepresentationTest1() local
106 if (!hpos) in vtkSplineRepresentationTest1()
111 else if (hpos[0] != x || in vtkSplineRepresentationTest1()
112 hpos[1] != y || in vtkSplineRepresentationTest1()
113 hpos[2] != z) in vtkSplineRepresentationTest1()
120 …std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] << … in vtkSplineRepresentationTest1()
137 if (!hpos) in vtkSplineRepresentationTest1()
142 else if (hpos[0] != xyz[0] || in vtkSplineRepresentationTest1()
143 hpos[1] != xyz[1] || in vtkSplineRepresentationTest1()
144 hpos[2] != xyz[2]) in vtkSplineRepresentationTest1()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkSplineRepresentationTest1.cxx98 double* hpos; in vtkSplineRepresentationTest1() local
104 if (!hpos) in vtkSplineRepresentationTest1()
109 else if (hpos[0] != x || in vtkSplineRepresentationTest1()
110 hpos[1] != y || in vtkSplineRepresentationTest1()
111 hpos[2] != z) in vtkSplineRepresentationTest1()
118 …std::cout << "Handle " << h << " position = " << hpos[0] << ", " << hpos[1] << ", " << hpos[2] << … in vtkSplineRepresentationTest1()
135 if (!hpos) in vtkSplineRepresentationTest1()
140 else if (hpos[0] != xyz[0] || in vtkSplineRepresentationTest1()
141 hpos[1] != xyz[1] || in vtkSplineRepresentationTest1()
142 hpos[2] != xyz[2]) in vtkSplineRepresentationTest1()
[all …]
/dports/audio/uade/uade-2.13/src/
H A Dcustom.c140 int hpos, vpos, count;
744 hpos -= COP_OFFSET;
745 return diw == DIW_waiting_stop && hpos >= plfstrt && hpos < plfstrt + plflinelen;
937 cop_state.hpos = c_hpos;
976 cst.hpos = 0;
1075 cst.hpos = nexthpos;
1093 cst.hpos = 0;
1123 cst.hpos += 2;
1134 update_copper (hpos);
1205 cop_state.hpos = 0;
[all …]
/dports/databases/speedtables/speedtables-1.13.12/ctables/
H A Dboyer_moore.c88 unsigned hpos; in boyer_moore_search() local
93 for (hpos = 0; hpos <= hlen - bm->nlen; ) in boyer_moore_search()
98 … && (bm->needle[npos] == haystack[npos + hpos])) || (nocase && (bm->needle[npos] == tolower(haysta… in boyer_moore_search()
101 return haystack + hpos; in boyer_moore_search()
106 c = !nocase ? haystack[npos + hpos] : tolower(haystack[npos + hpos]); in boyer_moore_search()
107 hpos += bm_max(bm->skip[npos], npos - bm->occ[c]); in boyer_moore_search()
123 int a, hpos;
148 for(hpos=0; hpos <= hlen-nlen; )
151 while(needle[npos] == haystack[npos+hpos])
153 if(npos == 0) return haystack + hpos;
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/libusbhid/
H A Ddata.c37 unsigned int hpos; in hid_get_data() local
43 hpos = h->pos; /* bit position of data */ in hid_get_data()
48 offs = hpos / 8; in hid_get_data()
49 end = (hpos + hsize) / 8 - offs; in hid_get_data()
53 data >>= hpos % 8; in hid_get_data()
67 unsigned int hpos; in hid_set_data() local
72 hpos = h->pos; /* bit position of data */ in hid_set_data()
81 data <<= (hpos % 8); in hid_set_data()
82 mask <<= (hpos % 8); in hid_set_data()
85 offs = hpos / 8; in hid_set_data()
[all …]
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/libusbhid/
H A Ddata.c37 unsigned int hpos; in hid_get_data() local
43 hpos = h->pos; /* bit position of data */ in hid_get_data()
48 offs = hpos / 8; in hid_get_data()
49 end = (hpos + hsize) / 8 - offs; in hid_get_data()
53 data >>= hpos % 8; in hid_get_data()
67 unsigned int hpos; in hid_set_data() local
72 hpos = h->pos; /* bit position of data */ in hid_set_data()
81 data <<= (hpos % 8); in hid_set_data()
82 mask <<= (hpos % 8); in hid_set_data()
85 offs = hpos / 8; in hid_set_data()
[all …]
/dports/textproc/groff/groff-1.22.4/src/devices/grotty/
H A Dtty.cpp159 int hpos; member in tty_glyph
356 if (hpos < SHRT_MIN || hpos > SHRT_MAX) { in add_char()
387 g->hpos = hpos; in add_char()
400 if ((*pp)->hpos < hpos in add_char()
499 line(hpos, vpos, start_hpos - hpos, start_vpos - vpos, in draw_polygon()
684 if (nextp && p->hpos == nextp->hpos) { in end_page()
702 if (hpos > p->hpos) { in end_page()
705 hpos--; in end_page()
706 } while (hpos > p->hpos); in end_page()
729 for (; hpos < p->hpos; hpos++) { in end_page()
[all …]
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c170 int hpos, vpos; member
203 int hpos, vpos; member
288 cop_record[curr_cop_set][t].hpos = hpos; in record_copper()
1338 static void update_fetch_0 (int hpos) { update_fetch (hpos, 0); } in update_fetch_0() argument
1339 static void update_fetch_1 (int hpos) { update_fetch (hpos, 1); } in update_fetch_1() argument
1340 static void update_fetch_2 (int hpos) { update_fetch (hpos, 2); } in update_fetch_2() argument
1436 do_sprites (hpos); in decide_line()
2164 cop_state.hpos = hpos & ~1; in DMACON()
2628 static void SPRxCTL (int hpos, uae_u16 v, int num) { decide_sprites (hpos); SPRxCTL_1 (v, num, hpos in SPRxCTL() argument
2629 static void SPRxPOS (int hpos, uae_u16 v, int num) { decide_sprites (hpos); SPRxPOS_1 (v, num, hpos in SPRxPOS() argument
[all …]
/dports/editors/uzap/uzap-1.0/
H A Dedit.c31 int cintowin, hpos; in HexE() local
51 hx= hpos + 1; in HexE()
52 hpos+= hpos / 8; in HexE()
53 Move(hy + 3, hpos + 4); in HexE()
85 hx= hpos= 1; in HexE()
169 hpos=hx=1; in HexE()
187 hpos= 1; in HexE()
196 hpos= hx - 1; in HexE()
197 hpos+= hpos / 8; in HexE()
212 int cintowin, hpos; in AscE() local
[all …]

12345678910>>...62