Lines Matching refs:Bit32u
271 typedef unsigned long Bit32u;
412 static Bit32u read_dword();
415 Bit32u
445 Bit32u data;
470 // Bit32u (unsigned long) and long helper functions
669 Bit32u sectors_low; // Total sectors count
670 Bit32u sectors_high;
691 Bit32u trsfbytes;
703 Bit32u ilba;
747 Bit32u lba1;
748 Bit32u lba2;
757 Bit32u cylinders;
758 Bit32u heads;
759 Bit32u spt;
760 Bit32u sector_count1;
761 Bit32u sector_count2;
797 Bit32u edi, esi, ebp, esp;
798 Bit32u ebx, edx, ecx, eax;
805 Bit32u filler[4];
845 Bit32u vector;
846 Bit32u description;
847 Bit32u reserved;
1541 Bit32u prev_ticks, t;
1680 put_luint(action, 0L-(((Bit32u) hibyte << 16) | arg), format_width-1, 1);
1682 put_luint(action, ((Bit32u) hibyte << 16) | arg, format_width, 0);
1685 put_luint(action, ((Bit32u) hibyte << 16) | arg, format_width, 0);
1696 nibble = ((((Bit32u) hibyte <<16) | arg) >> (4 * i)) & 0x000f;
2209 Bit32u s3_wakeup_vector;
2437 Bit32u time=0,last=0;
2571 Bit32u sectors_low, sectors_high;
2648 cylinders = (Bit16u)((Bit32u)(cylinders)*16/15);
2703 Bit32u sizeinmb;
2855 Bit32u lba_low, lba_high;
3006 Bit32u lba_low, lba_high;
3157 Bit32u length;
3164 Bit32u total, transfer;
3457 Bit32u block_len;
3458 Bit32u sectors;
3459 Bit32u timeout; //measured in ms
3460 Bit32u time;
3503 block_len = (Bit32u) buf[4] << 24
3504 | (Bit32u) buf[5] << 16
3505 | (Bit32u) buf[6] << 8
3506 | (Bit32u) buf[7] << 0;
3516 sectors = (Bit32u) buf[0] << 24
3517 | (Bit32u) buf[1] << 16
3518 | (Bit32u) buf[2] << 8
3519 | (Bit32u) buf[3] << 0;
3595 Bit32u lba;
4448 Bit32u start;
4449 Bit32u end;
4475 Bit32u extended_memory_size=0; // 64bits long
4476 Bit32u extra_lowbits_memory_size=0;
5215 Bit32u lba_low, lba_high;
5294 lba_low = ((((Bit32u)cylinder * (Bit32u)nlh) + (Bit32u)head) * (Bit32u)nlspt) + (Bit32u)sector - 1;
5364 lba_low = (Bit32u)(nlc - 1) * (Bit32u)nlh * (Bit32u)nlspt;
5462 write_dword(DS, SI+(Bit16u)&Int13DPT->cylinders, (Bit32u)npc);
5464 write_dword(DS, SI+(Bit16u)&Int13DPT->heads, (Bit32u)nph);
5465 write_dword(DS, SI+(Bit16u)&Int13DPT->spt, (Bit32u)npspt);
5627 Bit32u lba;
6052 Bit32u vlba, ilba, slba, elba;
6136 vlba=((((Bit32u)cylinder*(Bit32u)vheads)+(Bit32u)head)*(Bit32u)vspt)+((Bit32u)(sector-1));
6142 slba = (Bit32u)vlba/4;
6146 elba = (Bit32u)(vlba+nbsectors-1)/4;
6319 Bit32u lba;
8387 Bit32u time, toggle;