| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | wire.c | 166 int maskbits; in getwire_lookup() local 188 for (maskbits = 32; !(mask & 1); mask >>= 1) in getwire_lookup() 189 maskbits--; in getwire_lookup() 190 np = (*irs_nw->byaddr)(irs_nw, addr, maskbits, AF_INET); in getwire_lookup()
|
| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | maskbits.h | 57 #define maskbits(x, w, startmask, endmask, nlw) \ macro
|
| H A D | diofb_mono.c | 169 maskbits(dx, cx, startmask, endmask, nlMiddle); in diofb_mono_windowmove()
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | radix_ipf.c | 105 u_32_t maskbits; local 112 maskbits = count_mask_bits(mask, &last); 120 lastbits = maskbits & 0x1f; 123 nodes[0].maskbitcount = maskbits; 124 nodes[0].index = -1 - (ADF_OFF_BITS + maskbits); 134 nodes[1].maskbitcount = maskbits;
|
| /netbsd-src/sys/arch/hp300/stand/common/ |
| H A D | maskbits.h | 55 #define maskbits(x, w, startmask, endmask, nlw) \ macro
|
| H A D | ite_subr.c | 347 maskbits(dx, w, startmask, endmask, nlMiddle); in ite_dio_windowmove1bpp()
|
| /netbsd-src/external/mit/xorg/server/xorg-server.old/mfb/ |
| H A D | Makefile.mfb | 9 mfbfillrct.c mfbpntwin.c maskbits.c mfbpixmap.c \
|
| /netbsd-src/external/mit/xorg/server/xorg-server.old/hw/xfree86/xf1bpp/ |
| H A D | Makefile | 33 SRCS+= maskbits.c \
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | radix_ipf.c | 101 u_32_t maskbits; in buildnodes() local 107 maskbits = count_mask_bits(mask, &last); in buildnodes() 117 nodes[0].maskbitcount = maskbits; in buildnodes() 118 nodes[0].index = -1 - (ADF_OFF_BITS + maskbits); in buildnodes() 128 nodes[1].maskbitcount = maskbits; in buildnodes()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | dynobj.cc | 1240 uint32_t maskbits = 1U << maskbitslog2; in sized_create_gnu_hash_table() local 1261 hashlen += maskbits / 8; in sized_create_gnu_hash_table() 1269 unsigned char* p = phash + 16 + maskbits / 8; in sized_create_gnu_hash_table() 1286 & ((maskbits >> shift1) - 1)); in sized_create_gnu_hash_table()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | dynobj.cc | 1240 uint32_t maskbits = 1U << maskbitslog2; in sized_create_gnu_hash_table() local 1261 hashlen += maskbits / 8; in sized_create_gnu_hash_table() 1269 unsigned char* p = phash + 16 + maskbits / 8; in sized_create_gnu_hash_table() 1286 & ((maskbits >> shift1) - 1)); in sized_create_gnu_hash_table()
|
| /netbsd-src/sys/arch/arm/arm32/ |
| H A D | pmap.c | 2327 pmap_clearbit(struct vm_page_md *md, paddr_t pa, u_int maskbits) in pmap_clearbit() argument 2340 (uintptr_t)md, pa, maskbits, 0); in pmap_clearbit() 2358 md->pvh_attrs &= ~(maskbits & (PVF_MOD | PVF_REF)); in pmap_clearbit() 2412 pv->pv_flags &= ~maskbits; in pmap_clearbit() 2422 if ((maskbits & PVF_EXEC) != 0 && l2pte_valid_p(opte)) { in pmap_clearbit() 2433 if (maskbits & (PVF_WRITE|PVF_MOD)) { in pmap_clearbit() 2449 if (maskbits & PVF_WRITE) { in pmap_clearbit() 2460 (maskbits & PVF_REF) != 0, in pmap_clearbit() 2468 if ((maskbits & oflags & PVF_WRITE)) { in pmap_clearbit() 2496 if (maskbits & PVF_REF) { in pmap_clearbit() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu.c | 476 unsigned HOST_WIDE_INT maskbits; in spu_expand_insv() local 531 maskbits = (~(unsigned HOST_WIDE_INT)0 << (32 - width - start)); in spu_expand_insv() 533 maskbits += ((unsigned HOST_WIDE_INT)1 << (32 - start)); in spu_expand_insv() 534 emit_move_insn (mask, GEN_INT (maskbits)); in spu_expand_insv() 537 maskbits = (~(unsigned HOST_WIDE_INT)0 << (64 - width - start)); in spu_expand_insv() 539 maskbits += ((unsigned HOST_WIDE_INT)1 << (64 - start)); in spu_expand_insv() 540 emit_move_insn (mask, GEN_INT (maskbits)); in spu_expand_insv()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elflink.c | 6249 unsigned long int maskbits; member 6352 & ((s->maskbits >> s->shift1) - 1); in elf_gnu_hash_process_symidx() 7819 cinfo.maskbits = 1 << maskbitslog2; in bfd_elf_size_dynsym_hash_dynstr() 7851 s->size += cinfo.maskbits / 8; in bfd_elf_size_dynsym_hash_dynstr() 7867 contents += 16 + cinfo.maskbits / 8; in bfd_elf_size_dynsym_hash_dynstr()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elflink.c | 6192 unsigned long int maskbits; member 6295 & ((s->maskbits >> s->shift1) - 1); in elf_gnu_hash_process_symidx() 7736 cinfo.maskbits = 1 << maskbitslog2; in bfd_elf_size_dynsym_hash_dynstr() 7768 s->size += cinfo.maskbits / 8; in bfd_elf_size_dynsym_hash_dynstr() 7784 contents += 16 + cinfo.maskbits / 8; in bfd_elf_size_dynsym_hash_dynstr()
|