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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_cg.c1629 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND; local
1643 dnp->dn_flags |= ubit;
1796 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND; local
1811 dnp->dn_flags |= ubit;
/macosx-10.9.5/cctools-845/as/
H A Darm.c10703 neon_three_same (int isquad, int ubit, int size)
10712 inst.instruction |= (ubit != 0) << 24;
10727 neon_two_same (int qbit, int ubit, int size)
10734 inst.instruction |= (ubit != 0) << 24;
11400 neon_mul_mac (struct neon_type_el et, int ubit)
11417 inst.instruction |= (ubit != 0) << 24;
10694 neon_three_same(int isquad, int ubit, int size) argument
10718 neon_two_same(int qbit, int ubit, int size) argument
11391 neon_mul_mac(struct neon_type_el et, int ubit) argument

Completed in 140 milliseconds