Searched refs:dl (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dremquo.s34 mov %ah,%dl
35 shr %dl
36 and $1,%dl
40 or %al,%dl
44 or %al,%dl
47 neg %dl
48 1: movsbl %dl,%edx
/haiku/src/libs/mapm/
H A Dmapmistr.c64 int ct, dl, numb, ii; local
68 dl = mtmp->m_apm_datalength;
111 if (ct > dl)
112 numb = (dl + 1) >> 1;
131 if (ct > dl)
132 memset(p, '0', (ct + 1 - dl));
H A Dmapm_fpf.c65 int places, xp, dl, ii; local
70 dl = atmp->m_apm_datalength;
76 ii = dl - xp;
79 if (dl > xp)
80 ii = dl;
109 int ii, jj, kk, ct, dl, xp, no_sep_flg, places; local
123 dl = btmp->m_apm_datalength;
129 ii = dl - xp;
132 if (dl > xp)
133 ii = dl;
251 int places, i2, ii, jj, kk, xp, dl, numb; local
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S20 %assign BIOS_REBOOT 0x19 ; dl - boot drive number
29 %assign SET_CURSOR 0x02 ; dl - column
35 ; -> dl - column
46 ; dl - right column
58 %assign READ_DISK_SECTORS 0x02 ; dl - drive
66 %assign READ_DRIVE_PARAMETERS 0x08 ; dl - drive
71 ; dl - number of drives (?)
73 ; dl - drive
79 %assign EXTENDED_READ 0x42 ; dl - drive
265 mov [bp + biosDrive], dl ; Stor
[all...]
/haiku/src/bin/writembr/
H A Dmbr.S166 * Validate drive number in %dl. Certain BIOSes might not like it.
169 cmpb $0x80,%dl /* Drive valid? (>= 0x80) */
173 cmpb %dh,%dl /* Within range? */
176 movb $0x80,%dl /* Else, assume drive 0x80 */
182 * (%dl still contains the drive number from BIOS bootstrap)
187 /* %dl to get drive number and if */
205 /* Int13,42 only uses %dl, so */
347 movb %dl,(%si) /* Patch part record with drive num */
361 * Load a sector (64-bit LBA at %si) from disk %dl into %es:%bx by creating
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S85 or %dl, %dl // if it's a floppy, turn off its motor
259 movb %dl, gBootDriveID - 0x10000
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c498 int len, dl, sp; local
511 dl = data_len;
515 len = min(dl, AES_BLOCK_LEN);
531 sp += n->m_len, dl -= n->m_len;
540 dl = data_len;
544 len = min(dl, AES_BLOCK_LEN);
551 sp += m->m_len, dl -= m->m_len;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacoutput.h251 #define ACPI_DEBUG_LEVEL(dl) (UINT32) dl,ACPI_DEBUG_PARAMETERS
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py142 def dl(self, irc, msg, args): member in class:Haiku
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3619 caddr_t dl; local
3624 dl = LLADDR((struct sockaddr_dl *)
3626 val = le32dec(dl + 0);
3629 val = le32dec(dl + 3);

Completed in 171 milliseconds