Searched refs:bv (Results 1 - 25 of 250) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java62 private final ByteVector bv; field in class:AnnotationWriter
66 * annotation. See {@link #bv}.
95 * @param bv where the annotation values must be stored.
103 final ByteVector bv,
109 this.bv = bv;
121 bv.putShort(cw.newUTF8(name));
124 bv.put12('s', cw.newUTF8((String) value));
126 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
129 bv
100 AnnotationWriter( final ClassWriter cw, final boolean named, final ByteVector bv, final ByteVector parent, final int offset) argument
[all...]
H A DFieldWriter.java141 ByteVector bv = new ByteVector();
143 bv.putShort(cw.newUTF8(desc)).putShort(0);
144 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java62 private final ByteVector bv; field in class:AnnotationWriter
66 * annotation. See {@link #bv}.
95 * @param bv where the annotation values must be stored.
103 final ByteVector bv,
109 this.bv = bv;
121 bv.putShort(cw.newUTF8(name));
124 bv.put12('s', cw.newUTF8((String) value));
126 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
129 bv
100 AnnotationWriter( final ClassWriter cw, final boolean named, final ByteVector bv, final ByteVector parent, final int offset) argument
[all...]
H A DFieldWriter.java141 ByteVector bv = new ByteVector();
143 bv.putShort(cw.newUTF8(desc)).putShort(0);
144 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java62 private final ByteVector bv; field in class:AnnotationWriter
66 * annotation. See {@link #bv}.
95 * @param bv where the annotation values must be stored.
103 final ByteVector bv,
109 this.bv = bv;
121 bv.putShort(cw.newUTF8(name));
124 bv.put12('s', cw.newUTF8((String) value));
126 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
129 bv
100 AnnotationWriter( final ClassWriter cw, final boolean named, final ByteVector bv, final ByteVector parent, final int offset) argument
[all...]
H A DFieldWriter.java141 ByteVector bv = new ByteVector();
143 bv.putShort(cw.newUTF8(desc)).putShort(0);
144 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/lib/
H A Dfixup.S66 bv %r0(%r1)
74 bv %r0(%r1)
82 bv %r0(%r1)
89 bv %r0(%r1)
H A Dlusercopy.S60 bv %r0(%r1)
87 bv %r0(%r2)
122 bv %r0(%r2)
159 bv %r0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/lib/
H A Dfixup.S66 bv %r0(%r1)
74 bv %r0(%r1)
82 bv %r0(%r1)
89 bv %r0(%r1)
H A Dlusercopy.S60 bv %r0(%r1)
87 bv %r0(%r2)
122 bv %r0(%r2)
159 bv %r0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dmodel.c123 int bv[BLV_MAX], blver=0, i=0; local
133 bv[i++] = atoi(tok);
135 blver = BL_VERSION(bv[0], bv[1], bv[2], bv[3]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dmodel.c123 int bv[BLV_MAX], blver=0, i=0; local
133 bv[i++] = atoi(tok);
135 blver = BL_VERSION(bv[0], bv[1], bv[2], bv[3]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dmodel.c123 int bv[BLV_MAX], blver=0, i=0; local
133 bv[i++] = atoi(tok);
135 blver = BL_VERSION(bv[0], bv[1], bv[2], bv[3]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.arch/
H A Dpa-nullify.s17 bv,n %r0(%r2)
32 bv,n %r0(%r2)
56 bv,n %r0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.arch/
H A Dpa-nullify.s17 bv,n %r0(%r2)
32 bv,n %r0(%r2)
56 bv,n %r0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.arch/
H A Dpa-nullify.s17 bv,n %r0(%r2)
32 bv,n %r0(%r2)
56 bv,n %r0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/hppa/
H A Dmpih-rshift.S62 bv 0(%r2)
68 bv 0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/hppa/
H A Dmpih-rshift.S62 bv 0(%r2)
68 bv 0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/hppa/
H A Dmpih-rshift.S62 bv 0(%r2)
68 bv 0(%r2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dreal2.S98 bv 0(%r31)
120 bv 0(%rp)
140 bv 0(%r2)
154 bv 0(%r2)
192 bv 0(%r2)
226 bv 0(%r2)
272 bv 0(%r31)
285 bv 0(%rp)
300 bv %r0(%r2)
H A Dentry.S175 bv,n 0(%r3)
739 bv %r0(%r2)
774 bv %r0(%r1)
798 bv %r0(%r2)
822 bv %r0(%r2)
831 bv %r0(%r2)
974 bv %r0(%r20)
1717 bv %r0(%r2)
1811 bv %r0(%r19)
1852 bv
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dreal2.S98 bv 0(%r31)
120 bv 0(%rp)
140 bv 0(%r2)
154 bv 0(%r2)
192 bv 0(%r2)
226 bv 0(%r2)
272 bv 0(%r31)
285 bv 0(%rp)
300 bv %r0(%r2)
H A Dentry.S175 bv,n 0(%r3)
739 bv %r0(%r2)
774 bv %r0(%r1)
798 bv %r0(%r2)
822 bv %r0(%r2)
831 bv %r0(%r2)
974 bv %r0(%r20)
1717 bv %r0(%r2)
1811 bv %r0(%r19)
1852 bv
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/block/
H A Ddasd_fba.c264 struct bio_vec *bv; local
286 rq_for_each_segment(bv, req, iter) {
287 if (bv->bv_len & (blksize - 1))
290 count += bv->bv_len >> (block->s2b_shift + 9);
292 if (idal_is_needed (page_address(bv->bv_page), bv->bv_len))
293 cidaw += bv->bv_len / blksize;
329 rq_for_each_segment(bv, req, iter) {
330 dst = page_address(bv->bv_page) + bv
388 struct bio_vec *bv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_fba.c264 struct bio_vec *bv; local
286 rq_for_each_segment(bv, req, iter) {
287 if (bv->bv_len & (blksize - 1))
290 count += bv->bv_len >> (block->s2b_shift + 9);
292 if (idal_is_needed (page_address(bv->bv_page), bv->bv_len))
293 cidaw += bv->bv_len / blksize;
329 rq_for_each_segment(bv, req, iter) {
330 dst = page_address(bv->bv_page) + bv
388 struct bio_vec *bv; local
[all...]

Completed in 157 milliseconds

12345678910