Searched refs:bm (Results 1 - 25 of 83) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr23831.c6 static unsigned int bm[16]; local
9 bm[j] = bm[j] * 8;
H A Dpr22480.c7 static unsigned int bm[16]; local
10 bm[j] <<= 8;
16 static unsigned int bm[16]; local
19 bm[j] <<= a;
25 static unsigned bm[16]; local
29 bm[j] <<= am[j];
H A Dslp-36.c12 static unsigned int bm[N]; local
19 bm[2*j] <<= 8;
20 bm[2*j+1] <<= 8;
34 static unsigned int bm[N]; local
41 bm[2*j] <<= a;
42 bm[2*j+1] <<= a;
56 static unsigned int bm[N]; local
63 bm[2*j] <<= am[j];
64 bm[2*j+1] <<= am[j];
70 bm[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dpr23831.c6 static unsigned int bm[16]; local
9 bm[j] = bm[j] * 8;
H A Dpr22480.c7 static unsigned int bm[16]; local
10 bm[j] <<= 8;
16 static unsigned int bm[16]; local
19 bm[j] <<= a;
25 static unsigned bm[16]; local
29 bm[j] <<= am[j];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/conversion/
H A Dconst2.C4 typedef int B::*bm; typedef in class:B
7 bm bp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/conversion/
H A Dconst2.C4 typedef int B::*bm; typedef in class:B
7 bm bp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem9.C16 A B::*bm = &B::a; member in class:B
18 return (b.*bm).f ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr33726.c13 void rivafb_fillrect(RivaBitmap *bm) argument
15 writel((void *)&bm->UnclippedRectangle[0].WidthHeight);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem9.C16 A B::*bm = &B::a; member in class:B
18 return (b.*bm).f ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Daccess17.C11 void bm();
17 instance.bm();
23 A::B<v>::bm(){} function in class:A::B
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Daccess17.C11 void bm();
17 instance.bm();
23 A::B<v>::bm(){} function in class:A::B
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_mem.c148 BUF_MEM *bm; local
150 bm=(BUF_MEM *)b->ptr;
152 ret=(outl >=0 && (size_t)outl > bm->length)?(int)bm->length:outl;
154 memcpy(out,bm->data,ret);
155 bm->length-=ret;
156 if(b->flags & BIO_FLAGS_MEM_RDONLY) bm->data += ret;
158 memmove(&(bm->data[0]),&(bm->data[ret]),bm
173 BUF_MEM *bm; local
202 BUF_MEM *bm=(BUF_MEM *)b->ptr; local
279 BUF_MEM *bm=(BUF_MEM *)bp->ptr; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprepdata.c1035 unsigned char bm[16]; member in struct:__anon1275
1289 unsigned char bm[16]; member in struct:__anon1276
H A Dnameprep_template.c99 const unsigned char *bm; local
103 bm = BITMAP[IMAP[IMAP[idx0] + idx1]].bm;
104 return (bm[idx2 / 8] & (1 << (idx2 % 8)));
114 const unsigned char *bm; local
118 bm = BITMAP[IMAP[IMAP[idx0] + idx1]].bm;
119 return (bm[idx2 / 8] & (1 << (idx2 % 8)));
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dgrfabs_tt.c142 bmap_t *bm = v->bitmap; local
157 VIDEO->vd_raml = (u_long)bm->hw_address & 0xff;
158 VIDEO->vd_ramm = ((u_long)bm->hw_address >> 8) & 0xff;
159 VIDEO->vd_ramh = ((u_long)bm->hw_address >> 16) & 0xff;
283 bmap_t *bm; local
292 bm = alloc_bitmap(mode->size.width, mode->size.height, mode->depth);
293 if (bm) {
299 init_view(v, bm, mode, &box);
302 free_bitmap(bm);
310 init_view(view_t *v, bmap_t *bm, dmode_ argument
325 bmap_t *bm; local
366 free_bitmap(bmap_t *bm) argument
[all...]
H A Dgrfabs_fal.c309 bmap_t *bm; local
325 bm = v->bitmap;
326 VIDEO->vd_ramh = ((u_long)bm->hw_address >> 16) & 0xff;
327 VIDEO->vd_ramm = ((u_long)bm->hw_address >> 8) & 0xff;
328 VIDEO->vd_raml = (u_long)bm->hw_address & 0xff;
513 bmap_t *bm; local
522 bm = alloc_bitmap(mode->size.width, mode->size.height, mode->depth);
523 if (bm) {
529 init_view(v, bm, mode, &box);
532 free_bitmap(bm);
540 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) argument
555 bmap_t *bm; local
596 free_bitmap(bmap_t *bm) argument
[all...]
H A Dgrfabs_et.c185 bmap_t *bm = v->bitmap; local
207 bm->plane = et_priv.memkva;
216 dst = (u_short *)bm->plane;
239 bmap_t *bm = v->bitmap; local
265 sv_size = bm->bytes_per_row * (bm->rows / (font_height + 1));
274 src = (u_short *)bm->plane;
278 bm->plane = (u_char *)sa->sv_fb;
308 bmap_t *bm; local
314 bm
368 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dbio.c227 struct bio_mapping *bm; local
232 bm = malloc(sizeof(*bm), M_DEVBUF, M_NOWAIT|M_ZERO);
233 if (bm == NULL)
235 bm->bm_dev = dev;
236 bm->bm_ioctl = ioctl;
238 LIST_INSERT_HEAD(&bios, bm, bm_link);
246 struct bio_mapping *bm, *next; local
249 for (bm = LIST_FIRST(&bios); bm !
263 struct bio_mapping *bm; local
279 struct bio_mapping *bm; local
291 struct bio_mapping *bm = cookie; local
[all...]
/netbsd-6-1-5-RELEASE/share/man/man4/man4.macppc/
H A DMakefile3 MAN= autoconf.4 awacs.4 bm.4 gm.4 intro.4 \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mt/
H A Dlib2extra-funcs.c51 word_type bm; local
59 bm = (sizeof (HItype) * BITS_PER_UNIT) - b;
60 if (bm <= 0)
63 w.s.low = (UHItype)uu.s.high >> -bm;
67 UHItype carries = (UHItype)uu.s.high << bm;
79 word_type bm; local
87 bm = (sizeof (HItype) * BITS_PER_UNIT) - b;
88 if (bm <= 0)
91 w.s.high = (UHItype)uu.s.low << -bm;
95 UHItype carries = (UHItype)uu.s.low >> bm;
107 word_type bm; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dexec.c183 boot_module_t *bm, *bmp; local
190 bm = alloc(sizeof(boot_module_t));
193 if (bm == NULL || str == NULL) {
198 bm->bm_path = str;
199 bm->bm_next = NULL;
200 bm->bm_type = type;
202 boot_modules = bm;
207 bmp->bm_next = bm;
425 module_path(boot_module_t *bm, const char *kdev) argument
431 name = bm
464 module_open(boot_module_t *bm, int mode, const char *kdev, bool doload) argument
498 boot_module_t *bm; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/dumpfont/
H A Ddumpfont.c29 struct BitMap bm = { 256, /* bytes per row */ local
38 rp.BitMap = &bm;
39 bm.Planes[0] = pp = AllocRaster (256 * 8, 8);
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dmain.c389 struct boot_module *bm, *bmp; local
394 bm = alloc(sizeof(struct boot_module) + strlen(name) + 1);
395 if (bm == NULL) {
400 bm->bm_kmod = (char *)(bm + 1);
401 bm->bm_len = -1;
402 bm->bm_next = NULL;
403 strcpy(bm->bm_kmod, name);
405 boot_modules = bm;
409 bmp->bm_next = bm;
419 struct boot_module *bm; local
506 module_open(struct boot_module *bm) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dnsec.c113 unsigned char *nsec_bits, *bm; local
125 bm = r.base + r.length + 512;
127 dns_nsec_setbit(bm, dns_rdatatype_rrsig, 1);
128 dns_nsec_setbit(bm, dns_rdatatype_nsec, 1);
145 dns_nsec_setbit(bm, rdataset.type, 1);
153 if (dns_nsec_isset(bm, dns_rdatatype_ns) &&
154 ! dns_nsec_isset(bm, dns_rdatatype_soa)) {
156 if (dns_nsec_isset(bm, i) &&
158 dns_nsec_setbit(bm, i, 0);
166 nsec_bits += dns_nsec_compressbitmap(nsec_bits, bm, max_typ
[all...]

Completed in 644 milliseconds

1234