Searched refs:b1 (Results 126 - 143 of 143) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c477 #define A(b1, b3) (((b1) ? 2 : 0) | ((b3) ? 1 : 0))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmdebugread.c4522 struct block **b1 = (struct block **) arg1;
4525 addr_diff = (BLOCK_START ((*b1))) - (BLOCK_START ((*b2)));
4527 return (BLOCK_END ((*b2))) - (BLOCK_END ((*b1)));
4512 struct block **b1 = (struct block **) arg1; local
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dsi.c618 fixed20_12 a, b1, b2; local
625 b1.full = dfixed_mul(a, disp_clk);
637 min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2));
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub451 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-pre.c392 basic_block b1 = ve1->pred; local
399 if (b1 != b2)
H A Dc-decl.c222 #define B_IN_SCOPE(b1, b2) ((b1)->depth == (b2)->depth)
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub449 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub445 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp117 * is_intersection - returns TRUE if range a1..a2 intersects with b1..b2
120 static int is_intersection (int a1, int a2, int b1, int b2) argument
123 return ! ((a1 > b2) || (a2 < b1));
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub465 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub449 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub463 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub463 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
H A Dsqlite3.c31330 u8 b1 = *(u8 *)pMem->z; local
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub461 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub461 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8930 \gdef^^b1{$\pm$}
9052 \gdef^^b1{\ogonek{a}}
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp13743 // b1 MMA does not support .satfinite.
13804 return {1, 1, 2, 2, MMA_VARIANTS_B1(m8n8k128, b1)};
14212 SatfArg = 0; // .b1 does not have satf argument.

Completed in 776 milliseconds

123456