Searched refs:oldbits (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dmvbits.c44 TYPE oldbits, newbits, lenmask; local
48 oldbits = *to & (~(lenmask << *topos));
50 *to = newbits | oldbits;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dmvbits.c44 TYPE oldbits, newbits, lenmask; local
48 oldbits = *to & (~(lenmask << *topos));
50 *to = newbits | oldbits;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dht.c182 uint32_t oldbits = ht->hashbits[oldindex]; local
193 REQUIRE(newbits > oldbits);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dht.c182 uint32_t oldbits = ht->hashbits[oldindex]; local
193 REQUIRE(newbits > oldbits);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c2401 uint32_t oldbits; local
2409 oldbits = rbt->hashbits;
2410 oldsize = HASHSIZE(oldbits);
H A Drbtdb.c10120 uint32_t oldbits = version->glue_table_bits; local
10121 uint32_t newbits = oldbits;
10137 uint32_t oldbits, newbits; local
10141 oldbits = version->glue_table_bits;
10142 oldcount = HASHSIZE(oldbits);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drbt.c1683 uint32_t oldbits = rbt->hashbits[oldindex]; local
1694 REQUIRE(newbits > oldbits);
H A Drbtdb.c9711 uint32_t oldbits = version->glue_table_bits; local
9712 uint32_t newbits = oldbits;
9728 uint32_t oldbits, newbits; local
9732 oldbits = version->glue_table_bits;
9733 oldcount = HASHSIZE(oldbits);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc12201 tree lenmask, oldbits, newbits, bitsize; local
12332 /* oldbits = TO & (~(lenmask << TOPOS)). */
12333 oldbits = fold_build2_loc (input_location, LSHIFT_EXPR, type,
12335 oldbits = fold_build1_loc (input_location, BIT_NOT_EXPR, type, oldbits);
12336 oldbits = fold_build2_loc (input_location, BIT_AND_EXPR, type, oldbits, to);
12338 /* TO = newbits | oldbits. */
12340 oldbits, newbits);

Completed in 390 milliseconds