Home
last modified time | relevance | path

Searched refs:bl (Results 1 – 25 of 29) sorted by relevance

12

/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c28 #define PhysToVirt(n) ((void *) (((uint32) n) + bl->phys_to_virt))
29 #define VirtToPhys(n) (((uint32) n) + bl->virt_to_phys)
104 BusLogic *bl = (BusLogic *) data; in scsi_int_dispatch() local
113 bl->done = 1; in scsi_int_dispatch()
125 while(bl->in_boxes[bl->in_nextbox].completion_code){ in scsi_int_dispatch()
127 PhysToVirt(unLE(bl->in_boxes[bl->in_nextbox].ccb_phys)); in scsi_int_dispatch()
131 unLE(bl->in_boxes[bl->in_nextbox].ccb_phys), (uint32) bl_ccb, in scsi_int_dispatch()
132 bl->in_boxes[bl->in_nextbox].completion_code); in scsi_int_dispatch()
136 bl->in_boxes[bl->in_nextbox].completion_code = 0; in scsi_int_dispatch()
137 bl->in_nextbox++; in scsi_int_dispatch()
[all …]
H A Dbuslogic.h17 #define BL_CONTROL_REG (bl->iobase)
23 #define BL_STATUS_REG (bl->iobase)
32 #define BL_COMMAND_REG (bl->iobase + 1)
33 #define BL_DATA_REG (bl->iobase + 1)
35 #define BL_INT_REG (bl->iobase + 2)
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h168 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
175 "rIJ" ((USItype) (bl)))
176 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
183 "rIJ" ((USItype) (bl)))
198 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
205 "rI" ((USItype) (bl)) __CLOBBER_CC)
206 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
213 "rI" ((USItype) (bl)) __CLOBBER_CC)
253 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
260 "rM" ((USItype) (bl)))
[all …]
/haiku/src/bin/unzip/
H A Dexplode.c134 struct huft *td, int bb, int bl, int bd,
137 int bl, int bd, unsigned bdl));
250 static int explode_lit(__G__ tb, tl, td, bb, bl, bd, bdl)
253 int bb, bl, bd; /* number of bits decoded by those */ variable
275 ml = mask_bits[bl];
303 DECODEHUFT(tl, bl, ml) /* get coded length */
368 static int explode_nolit(__G__ tl, td, bl, bd, bdl)
371 int bl, bd; /* number of bits decoded by tl[] and td[] */ variable
392 ml = mask_bits[bl]; /* precompute masks for speed */
421 DECODEHUFT(tl, bl, ml) /* get coded length */
[all …]
H A Dinflatef.c250 int bl, int bd));
430 int inflate_codes(__G__ tl, td, bl, bd)
433 int bl, bd; /* number of bits decoded by tl[] and td[] */ variable
455 ml = mask_bits[bl]; /* precompute masks for speed */
459 NEEDBITS((unsigned)bl)
704 int bl; /* lookup bits for tl */ in inflate_dynamic() local
747 bl = 7; in inflate_dynamic()
748 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl); in inflate_dynamic()
749 if (bl == 0) /* no bit lengths */ in inflate_dynamic()
761 m = mask_bits[bl]; in inflate_dynamic()
[all …]
H A Dinflate.c492 int bl, int bd));
672 int inflate_codes(__G__ tl, td, bl, bd)
675 int bl, bd; /* number of bits decoded by tl[] and td[] */ variable
697 ml = mask_bits[bl]; /* precompute masks for speed */
701 NEEDBITS((unsigned)bl)
946 int bl; /* lookup bits for tl */ in inflate_dynamic() local
989 bl = 7; in inflate_dynamic()
990 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl); in inflate_dynamic()
991 if (bl == 0) /* no bit lengths */ in inflate_dynamic()
1003 m = mask_bits[bl]; in inflate_dynamic()
[all …]
H A Dcrc_i386.S107 movb %al, %bl ;/* tmp = c & 0xFF */\
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_asm.h116 parm [edi] [al] [bl] \
118 modify exact [al bl];
152 parm [edi] [al] [bl] \
154 modify exact [al bl];
188 parm [edi] [al] [bl] \
190 modify exact [al bl];
224 parm [edi] [al] [bl] \
226 modify exact [al bl];
356 parm [edi] [al] [bl] \
358 modify exact [al bl];
[all …]
/haiku/src/system/kernel/arch/arm/
H A Darch_exceptions.S163 bl arch_arm_undefined
175 bl arch_arm_syscall
192 bl arch_arm_prefetch_abort
209 bl arch_arm_data_abort
227 bl arch_arm_irq
240 bl arch_arm_fiq
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dcrt0-efi-arm.S135 bl _relocate
140 bl efi_main
/haiku/src/system/libroot/os/arch/ppc/
H A Dbyteorder.S59 bl __swap_int32
86 bl __swap_int64
/haiku/src/apps/bootmanager/
H A Dbootman.S50 ; bl - attribute
55 ; bl - foreground color (graphics mode only)
202 ; bl ... color
278 mov bl, WHITE
285 mov bl, LIGHT_GRAY
300 mov bl, RED
388 mov bl, TEXT_ROWS / 2
389 sub bl, al ; y = TEXT_ROWS / 2 - number of items / 2
390 mov [bp + firstLine], bl
509 mov bl, [kColorTable + di] ; Text color
[all …]
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcrt0-efi-arm64.S144 bl _relocate
148 bl efi_main
/haiku/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h128 bl _GLOBAL_OFFSET_TABLE_@local-4; \
131 bl JUMPTARGET(_mcount);
142 bl JUMPTARGET(_mcount);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.h23 BString AddToList(BListView *bl, const char * str);
H A DStickItWindow.cpp138 StickItWindow::AddToList(BListView *bl, const char * str) in AddToList() argument
140 bl->AddItem(new BStringItem(str)); in AddToList()
/haiku/data/catalogs/preferences/bluetooth/
H A Dnb.catkeys2 Start bluetooth services… Window Start blåtanntjenester...
5 …in list, where you will be able to pair with them. Inquiry panel Sjekk at blåtannfunksjonen i din…
34 Stop bluetooth services… Window Stopp blåtanntjenester…
42 …th LocalDevice registered on the system. Inquiry panel Det er ingen lokal blåtannenhet registrert…
/haiku/src/system/kernel/arch/ppc/
H A Darch_exceptions_440.S83 bl ppc_440_exception_vector_common ; /* continue with the common part */
205 bl __440_save_regs
222 bl ppc_exception_entry
H A Darch_exceptions.S80 bl exception_vector_common ; /* continue with the common part */
202 bl __save_regs
219 bl ppc_exception_entry
/haiku/data/catalogs/add-ons/translators/jpeg/
H A Dda.catkeys5 Use CMYK code with 0 for 100% ink coverage JPEGTranslator Brug CMYK-kode med 0 til 100 % blækdækni…
H A Dsv.catkeys5 Use CMYK code with 0 for 100% ink coverage JPEGTranslator Använd CMYK-kod med 0 för 100 % bläcktäc…
/haiku/data/catalogs/apps/terminal/
H A Dda.catkeys47 ANSI blue color Terminal ThemeView ANSI blå farve
48 blue Terminal ThemeView blå
56 ANSI bright blue color Terminal ThemeView ANSI intens blå farve
H A Dnb.catkeys48 ANSI blue color Terminal ThemeView ANSI blå farge
49 blue Terminal ThemeView blå
57 ANSI bright blue color Terminal ThemeView ANSI lys blå farge
/haiku/src/bin/writembr/
H A Dmbr.S305 addb $0x10,%bl /* Till */
/haiku/src/libs/zydis/Zydis/Generated/
H A DEnumRegister.inc8 ZYDIS_MAKE_SHORTSTRING("bl"),

12