Searched refs:bl (Results 1 - 25 of 74) sorted by relevance

123

/haiku-fatelf/src/system/glue/arch/arm/
H A Dcrtn.S13 bl __haiku_init_after
18 bl __haiku_term_after
H A Dcrti.S24 bl __haiku_init_before
29 bl __haiku_term_before
/haiku-fatelf/src/system/glue/arch/ppc/
H A Dcrtn.S13 bl __haiku_init_after
18 bl __haiku_term_after
H A Dcrti.S24 bl __haiku_init_before
29 bl __haiku_term_before
/haiku-fatelf/src/bin/gdb/gdb/
H A Dblock.h114 #define BLOCK_START(bl) (bl)->startaddr
115 #define BLOCK_END(bl) (bl)->endaddr
116 #define BLOCK_FUNCTION(bl) (bl)->function
117 #define BLOCK_SUPERBLOCK(bl) (bl)->superblock
118 #define BLOCK_GCC_COMPILED(bl) (bl)
[all...]
H A Dblock.c60 block_function (const struct block *bl) argument
62 while (BLOCK_FUNCTION (bl) == 0 && BLOCK_SUPERBLOCK (bl) != 0)
63 bl = BLOCK_SUPERBLOCK (bl);
65 return BLOCK_FUNCTION (bl);
79 struct blockvector *bl; local
89 bl = BLOCKVECTOR (symtab);
90 b = BLOCKVECTOR_BLOCK (bl, 0);
96 top = BLOCKVECTOR_NBLOCKS (bl);
141 struct blockvector *bl; local
284 struct block *bl = obstack_alloc (obstack, sizeof (struct block)); local
[all...]
H A Dblockframe.c84 struct block *bl; local
87 bl = block_for_pc (pc);
88 if (bl)
90 struct symbol *symbol = block_function (bl);
94 bl = SYMBOL_BLOCK_VALUE (symbol);
95 return BLOCK_START (bl);
116 struct block *bl = get_frame_block (frame, 0); local
117 if (bl == 0)
119 return block_function (bl);
H A Dcp-namespace.c651 struct block *bl; local
666 bl = allocate_block (&objfile->objfile_obstack);
667 BLOCK_DICT (bl) = dict_create_linear (&objfile->objfile_obstack,
669 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
670 bl = allocate_block (&objfile->objfile_obstack);
671 BLOCK_DICT (bl) = dict_create_linear (&objfile->objfile_obstack,
673 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
689 bl = allocate_block (&objfile->objfile_obstack);
690 BLOCK_DICT (bl) = dict_create_hashed_expandable ();
691 BLOCKVECTOR_BLOCK (bv, FIRST_LOCAL_BLOCK) = bl;
[all...]
H A Djv-lang.c105 struct block *bl; local
115 bl = allocate_block (&objfile->objfile_obstack);
116 BLOCK_DICT (bl) = dict_create_linear (&objfile->objfile_obstack,
118 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
121 bl = allocate_block (&objfile->objfile_obstack);
122 BLOCK_DICT (bl) = dict_create_hashed_expandable ();
123 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
161 struct block *bl = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK); local
163 dict_free (BLOCK_DICT (bl));
258 struct block *bl; local
[all...]
/haiku-fatelf/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; local
113 bl->done = 1;
125 while(bl->in_boxes[bl->in_nextbox].completion_code){
127 PhysToVirt(unLE(bl->in_boxes[bl->in_nextbox].ccb_phys));
131 unLE(bl->in_boxes[bl
152 bl_execute(BusLogic *bl, uchar command, void *in, int in_len, void *out, int out_len) argument
244 init_buslogic(BusLogic *bl) argument
370 sim_invalid(BusLogic *bl, CCB_HEADER *ccbh) argument
383 sim_execute_scsi_io(BusLogic *bl, CCB_HEADER *ccbh) argument
629 sim_path_inquiry(BusLogic *bl, CCB_HEADER *ccbh) argument
655 sim_extended_path_inquiry(BusLogic *bl, CCB_HEADER *ccbh) argument
672 sim_sim_release_queue(BusLogic *bl, CCB_HEADER *ccbh) argument
683 sim_set_async_callback(BusLogic *bl, CCB_HEADER *ccbh) argument
693 sim_abort(BusLogic *bl, CCB_HEADER *ccbh) argument
703 sim_reset_bus(BusLogic *bl, CCB_HEADER *ccbh) argument
714 sim_reset_device(BusLogic *bl, CCB_HEADER *ccbh) argument
728 sim_terminate_process(BusLogic *bl, CCB_HEADER *ccbh) argument
741 sim_action(BusLogic *bl, CCB_HEADER *ccbh) argument
800 BusLogic *bl = (BusLogic *) malloc(sizeof(BusLogic)); local
[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-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h168 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
175 "rIJ" ((USItype) (bl)))
176 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
183 "rIJ" ((USItype) (bl)))
197 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
204 "rI" ((USItype) (bl)))
205 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
212 "rI" ((USItype) (bl)))
238 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
245 "rM" ((USItype) (bl)))
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/atomizer/
H A Datomizer.c112 block_list *bl, *blnext; local
118 bl = ad->blocks;
119 while (bl) {
120 blnext = bl->next;
121 free(bl);
122 bl = blnext;
317 block_list *bl = ad->blocks; local
318 while (bl->next) {
319 if (bl->free_bytes >= len) break;
320 bl
[all...]
/haiku-fatelf/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
263 unsigned mb, ml, md; /* masks for bb, bl, and bd bits */
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
381 unsigned ml, md; /* masks for bl an
502 int bl; /* bits for tl */ local
[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
684 unsigned ml, md; /* masks for bl and bd bits */
697 ml = mask_bits[bl]; /* precompute masks for speed */
701 NEEDBITS((unsigned)bl)
946 int bl; /* lookup bits for tl */ local
989 bl = 7;
990 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl);
991 if (bl
[all...]
/haiku-fatelf/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.h23 BString AddToList(BListView *bl, const char * str);
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dsafe-ctype.c126 #define bl _sch_isblank macro
152 #define T (const unsigned short) (nv|sp|bl|cn) /* tab */
153 #define S (const unsigned short) (nv|sp|bl|pr) /* space */
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_box_set.c49 const ARG_CH_T bl, const ARG_CH_T br)
63 _tracech_t2(7, bl),
77 RENDER_WITH_DEFAULT(bl, WACS_LLCORNER);
45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dprim_asm.h113 "adc al,bl" \
116 parm [edi] [al] [bl] \
118 modify exact [al bl];
149 "add al,bl" \
152 parm [edi] [al] [bl] \
154 modify exact [al bl];
185 "and al,bl" \
188 parm [edi] [al] [bl] \
190 modify exact [al bl];
221 "cmp al,bl" \
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dinflate.c490 int inflate_codes(tl, td, bl, bd)
492 int bl, bd; /* number of bits decoded by tl[] and td[] */
500 unsigned ml, md; /* masks for bl and bd bits */
511 ml = mask_bits[bl]; /* precompute masks for speed */
515 NEEDBITS((unsigned)bl)
660 int bl; /* lookup bits for tl */ local
674 bl = 7;
675 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
691 if (inflate_codes(tl, td, bl, bd))
713 int bl; /* looku local
[all...]
/haiku-fatelf/src/system/libroot/os/arch/ppc/
H A Dbyteorder.S64 bl __swap_int32
91 bl __swap_int64
/haiku-fatelf/src/system/libroot/posix/arch/arm/
H A Dsigsetjmp.S21 bl __setjmp_save_sigs
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_exceptions.S133 bl arch_arm_undefined
143 bl arch_arm_syscall
158 bl arch_arm_prefetch_abort
173 bl arch_arm_data_abort
189 bl arch_arm_irq
200 bl arch_arm_fiq
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_box.c64 chtype bl, chtype br)
78 _tracechtype2(7, bl),
90 RENDER_WITH_DEFAULT(bl, ACS_LLCORNER);
60 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/haiku-fatelf/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);

Completed in 236 milliseconds

123