Searched refs:dh (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dremquo.s7 mov 11(%esp),%dh
8 xor 7(%esp),%dh
17 mov 25(%esp),%dh
18 xor 13(%esp),%dh
27 mov 19(%esp),%dh
28 xor 11(%esp),%dh
45 test %dh,%dh
/haiku/src/libs/glut/
H A Dglut_vidresize.c39 static int dx = -1, dy = -1, dw = -1, dh = -1; variable
103 videoResizeChannel, &dx, &dy, &dw, &dh);
116 dx < 0 || dy < 0 || dw < 0 || dh < 0 ||
117 dx > 2048 || dy > 2048 || dw > 2048 || dh > 2048) {
137 return dh;
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S78 xor %dh, %dh // head 0, don't change BIOS boot device
105 /** Loads %di sectors from floppy disk, starting at head %dh, sector %cx.
124 // ToDo: store the number of heads somewhere (it's in %dh)
191 inc %dh // next head
192 cmp $1, %dh
196 xor %dh, %dh // next cylinder
/haiku/src/bin/writembr/
H A Dmbr.S171 movb NHRDRV,%dh /* Calculate the highest */
172 addb $0x80,%dh /* drive number available */
173 cmpb %dh,%dl /* Within range? */
181 * Else, sets flag (%dh = 1) and goes straight to MBR code.
185 movb $0,%dh /* We'll test for EDD extensions. */
189 /* (Int13,02), %dh receives head */
191 /* %dh to hold a "use CHS" flag */
204 movb $1,%dh /* read_chs overwrites this, and */
206 /* it's clear to use %dh as flag */
322 cmpb $1,%dh /* Tes
[all...]
/haiku/src/libs/compat/freebsd_network/tools/
H A Dusbdevs2h.awk224 if (arg !~ /^-[dh]+$/ && arg !~ /devs$/)
/haiku/src/apps/bootmanager/
H A Dbootman.S30 ; dh - row
36 ; dh - row
45 ; dh - lower line
60 ; dh - head (0 - 15)
70 ; dh - max head
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h286 void SetGeometry(int32 dh, int32 dv);
H A DChartWindow.cpp1959 ChartWindow::SetGeometry(int32 dh, int32 dv) argument
1964 fGeometry.zoom_factor = (float)dh*(fDepthRef/DH_REF);
1970 fGeometry.offset_h = (float)dh * 0.5;
/haiku/headers/os/interface/
H A DView.h568 void MoveBy(float dh, float dv);
571 void ResizeBy(float dh, float dv);
574 void ScrollBy(float dh, float dv);
/haiku/src/kits/game/
H A DWindowScreen.cpp107 int32 dw, int32 dh)
117 param.dest_height = dh;
106 scaled_filtered_blit(int32 sx, int32 sy, int32 sw, int32 sh, int32 dx, int32 dy, int32 dw, int32 dh) argument
/haiku/src/servers/app/
H A DServerWindow.cpp1214 float dh; local
1216 link.Read<float>(&dh);
1221 "%s, %.1f x %.1f\n", fTitle, fCurrentView->Name(), dh, dv));
1222 fWindow->ScrollViewBy(fCurrentView, dh, dv);

Completed in 166 milliseconds