Home
last modified time | relevance | path

Searched refs:bpl (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dbitmap.h50 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_zero() local
51 size_t n = howmany(nbits, bpl); in bitmap_zero()
65 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_empty() local
67 for (; nbits >= bpl; nbits -= bpl) { in bitmap_empty()
88 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_weight() local
91 for (; nbits >= bpl; nbits -= bpl) in bitmap_weight()
108 const size_t bpl = NBBY * sizeof(*bitmap); in bitmap_set() local
109 unsigned long *p = bitmap + startbit/bpl; in bitmap_set()
110 unsigned initial = startbit%bpl; in bitmap_set()
115 if (nbits <= bpl - initial) { in bitmap_set()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbplist.c31 bplist_create(bplist_t *bpl) in bplist_create() argument
33 mutex_init(&bpl->bpl_lock, NULL, MUTEX_DEFAULT, NULL); in bplist_create()
34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()
39 bplist_destroy(bplist_t *bpl) in bplist_destroy() argument
41 list_destroy(&bpl->bpl_list); in bplist_destroy()
42 mutex_destroy(&bpl->bpl_lock); in bplist_destroy()
46 bplist_append(bplist_t *bpl, const blkptr_t *bp) in bplist_append() argument
50 mutex_enter(&bpl->bpl_lock); in bplist_append()
52 list_insert_tail(&bpl->bpl_list, bpe); in bplist_append()
53 mutex_exit(&bpl->bpl_lock); in bplist_append()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dfcmp.s36 bpl .Lfailure
38 bpl .Lfailure
41 bpl .Lfailure
43 bpl .Lfailure
64 bpl .Lfailure
66 bpl .Lfailure
71 bpl .Lfailure
73 bpl .Lfailure
104 bpl .Lfailure
106 bpl .Lfailure
[all …]
H A Dadds.s19 bpl .Lfailure
40 bpl .Lfailure
61 bpl .Lfailure
82 bpl .Lfailure
/netbsd-src/sys/arch/mac68k/obio/
H A Diwm.s331 bpl chkHasDisk
343 bpl chkMotorOn
349 bpl chkWrtProt
354 bpl chkDD_HD
359 bpl chkDone
595 bpl stepOut
731 bpl rsTagNyb0
743 bpl rsTagNyb1
750 bpl rsTagNyb2
766 bpl rsTagNyb3
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/thumb/
H A Dbpl.cgs1 # arm testcase for bpl $soffset8
8 .global bpl
9 bpl:
10 bpl footext
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h47 void bplist_create(bplist_t *bpl);
48 void bplist_destroy(bplist_t *bpl);
49 void bplist_append(bplist_t *bpl, const blkptr_t *bp);
50 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc_asm_armv5.S83 bpl 1b
109 bpl 1b /* Next set */
130 bpl 1b
148 bpl 1b
170 bpl 1b
189 bpl 1b
216 bpl 1b /* Next set */
H A Dcpufunc_asm_arm9.S96 bpl .Larm9_sync_next
122 bpl .Lnext_set /* Next set */
142 bpl .Larm9_wb_next
159 bpl .Larm9_wbinv_next
180 bpl .Larm9_inv_next
198 bpl .Larm9_id_wbinv_next
225 bpl .Lnext_set_inv /* Next set */
H A Dcpufunc_asm_armv5_ec.S94 bpl 1b
132 bpl 1b
150 bpl 1b
172 bpl 1b
191 bpl 1b
/netbsd-src/sys/dev/pci/
H A Dcxdtv.c693 cxdtv_risc_buffer(struct cxdtv_softc *sc, uint32_t bpl, uint32_t lines) in cxdtv_risc_buffer() argument
698 CX_DPRINTF(("cxdtv_risc_buffer: bpl=0x%x\n", bpl)); in cxdtv_risc_buffer()
700 size = 1 + (bpl * lines) / PAGE_SIZE + lines; in cxdtv_risc_buffer()
714 cxdtv_risc_field(sc, rm, bpl); in cxdtv_risc_buffer()
720 cxdtv_risc_field(struct cxdtv_softc *sc, uint32_t *rm, uint32_t bpl) in cxdtv_risc_field() argument
724 CX_DPRINTF(("cxdtv_risc_field: bpl=0x%x\n", bpl)); in cxdtv_risc_field()
743 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ1|bpl); in cxdtv_risc_field()
744 *(rm++) = (DMAADDR(p) + 0 * bpl); in cxdtv_risc_field()
746 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ2|bpl); in cxdtv_risc_field()
747 *(rm++) = (DMAADDR(p) + 1 * bpl); in cxdtv_risc_field()
[all …]
H A Dcoram.c939 coram_risc_buffer(struct coram_softc *sc, uint32_t bpl, uint32_t lines) in coram_risc_buffer() argument
944 size = 1 + (bpl * lines) / PAGE_SIZE + lines; in coram_risc_buffer()
952 coram_risc_field(sc, rm, bpl); in coram_risc_buffer()
958 coram_risc_field(struct coram_softc *sc, uint32_t *rm, uint32_t bpl) in coram_risc_field() argument
979 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ1|bpl); in coram_risc_field()
980 *(rm++) = (DMAADDR(p) + 0 * bpl); in coram_risc_field()
983 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ2|bpl); in coram_risc_field()
984 *(rm++) = (DMAADDR(p) + 1 * bpl); in coram_risc_field()
996 uint32_t bpl) in coram_sram_ch_setup() argument
1002 bpl = (bpl + 7) & ~7; in coram_sram_ch_setup()
[all …]
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dbitops.h199 const size_t bpl = (CHAR_BIT * sizeof(*ptr)); in __find_next_bit() local
200 const unsigned long *p = ptr + startbit/bpl; in __find_next_bit()
201 size_t n = howmany(nbits, bpl); in __find_next_bit()
213 if (startbit % bpl) { in __find_next_bit()
217 /* Clear the low startbit%bpl bits. */ in __find_next_bit()
218 word &= (~0UL << (startbit % bpl)); in __find_next_bit()
244 result = bpl*(p - ptr); in __find_next_bit()
/netbsd-src/sys/lib/libkern/arch/m68k/
H A Ddivsi3.S58 bpl 1f
61 bpl 2f
64 bpl 3f | branch if sgn(divisor) == sgn(dividend)
H A Dmodsi3.S65 bpl 1f
69 bpl 2f
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dldivmod.S40 bpl L_Test1
45 bpl L_Test2
H A Dllsr.S34 bpl 1f
H A Dllsl.S34 bpl 1f
H A Duldiv.S153 bpl ASM_PFX(_ll_udiv_small_label4)
235 bpl ASM_PFX(_ll_udiv_big_label3)
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/
H A Db.cgs90 # bpl foo
93 bpl bpl1
97 bpl bpl2
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dbccb.ms48 bpl 3f
134 bpl dofail
/netbsd-src/sys/arch/amiga/amiga/
H A Dcustom.h150 unsigned short bpl; member
154 #define bplptl(n) _bplpt.bs[n].bpl
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Dt13_otr.s21 bpl 0x12+.+2 ;4a12
38 bpl 0x1234+.+4 ;58a01234
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Diskeletn.s90 bpl.b real_chk_end # no
128 bpl.b real_divbyzero_end # no
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlib1funcs.S1037 2: bpl 3f
1245 bpl LSYM(Lover10)
1249 bpl LSYM(Lover11)
1260 bpl LSYM(Lover12)
1406 bpl LSYM(Lover10)
1415 bpl LSYM(Lover11)
1425 bpl LSYM(Lover12)

123