Searched refs:ubit (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c1769 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND; local
1783 dnp->dn_flags |= ubit;
1933 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND; local
1948 dnp->dn_flags |= ubit;
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c11584 neon_three_same (int isquad, int ubit, int size)
11593 inst.instruction |= (ubit != 0) << 24;
11608 neon_two_same (int qbit, int ubit, int size)
11615 inst.instruction |= (ubit != 0) << 24;
12281 neon_mul_mac (struct neon_type_el et, int ubit)
12298 inst.instruction |= (ubit != 0) << 24;
11574 neon_three_same(int isquad, int ubit, int size) argument
11598 neon_two_same(int qbit, int ubit, int size) argument
12271 neon_mul_mac(struct neon_type_el et, int ubit) argument

Completed in 206 milliseconds