Searched refs:_b (Results 1 - 22 of 22) sorted by relevance

/src/games/dab/
H A Dbox.cc53 _b(b)
62 _b.getScrn()->moveto(y, x);
66 else if (y == _b.ty() - 1)
70 } else if (x == _b.tx() - 1) {
73 else if (y == _b.ty() - 1)
79 else if (y == _b.ty() - 1)
84 _b.getScrn()->addedge(sym);
91 if (_b.getScrn() == NULL)
94 _b.getScrn()->moveto(_centery, _centerx);
95 _b
[all...]
H A Dboard.cc55 _b = new int*[_ty];
58 _b[y] = new int[_tx];
70 _b = new int*[_ty];
73 _b[y] = new int[_tx];
74 static_cast<void>(memcpy(_b[y], b._b[y], _tx * sizeof(int)));
83 delete[] _b[y];
85 delete[] _b;
H A Dboard.h57 int& data(size_t y, size_t x) { return _b[y][x]; }
82 int** _b; // board array of symbols member in class:BOARD
H A Dalgor.cc48 _edge1 = (_b.nx() * _b.ny()) * 2;
50 _edge2 = (_b.nx() * (_b.ny() - 1)) + ((_b.nx() - 1) * _b.ny());
52 _maxedge = _b.nx() * _b.ny() * 2;
89 for (size_t y = 0; y < _b.ny(); y++) {
92 BOX rbox(y,_b
[all...]
H A Dbox.h90 BOARD& _b; // The board we refer to member in class:BOX
/src/sys/dev/pci/ixgbe/
H A Dixgbe_rss.h56 #define rss_hash2bucket(_a,_b,_c) -1
81 #define rss_hash2bucket(_a,_b,_c) -1
H A Dixgbe_sriov.h87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false)
88 #define ixgbe_init_iov(_a,_b,_c) do { } while (/*CONSTCOND*/false)
94 #define ixgbe_define_iov_schemas(_a,_b) do { } while (/*CONSTCOND*/false)
96 #define ixgbe_vf_que_index(_a, _b, _c) (_c)
/src/sys/sys/
H A Dbitops.h298 __t _b[__BITMAP_SIZE(__t, __n)]; \
307 ((__typeof__((__v)->_b[0]))1 << ((__n) & __BITMAP_MASK(*(__v)->_b)))
309 ((__n) >> __BITMAP_SHIFT(*(__v)->_b))
312 ((__v)->_b[__BITMAP_WORD(__n, __v)] |= __BITMAP_BIT(__n, __v))
314 ((__v)->_b[__BITMAP_WORD(__n, __v)] &= ~__BITMAP_BIT(__n, __v))
316 ((__v)->_b[__BITMAP_WORD(__n, __v)] & __BITMAP_BIT(__n, __v))
324 for (__i = 0; __i < __arraycount((__v)->_b); __i++) \
325 (__v)->_b[__i] = 0; \
/src/games/larn/
H A Dio.c81 #define stty(_a,_b) ioctl(_a,TCSETA,_b)
82 #define gtty(_a,_b) ioctl(_a,TCGETA,_b)
87 #define stty(_a,_b) tcsetattr(_a,TCSADRAIN,_b)
88 #define gtty(_a,_b) tcgetattr(_a,_b)
H A Ddisplay.c12 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c))
/src/sys/dev/raidframe/
H A Drf_nwayxor.c165 #define LOAD_FIRST(_dst,_b) \
170 b0 = _b[0]; \
171 b1 = _b[1]; \
172 b2 = _b[2]; \
173 b3 = _b[3]; _b += 4;
/src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1520 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b)
1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \
1523 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1525 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1528 # define DT1(_n,_a,_b)
1529 # define DT2(_n,_a,_b,_
[all...]
/src/lib/libc/arch/sparc64/softfloat/
H A Dqp.c106 float64 _b; local in function:_Qp_dtoq
108 memcpy (&_b, &a, sizeof(float64));
109 *c = float64_to_float128(_b);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_engine_heartbeat.c192 static int cmp_u32(const void *_a, const void *_b) argument
194 const u32 *a = _a, *b = _b;
/src/sys/uvm/pmap/
H A Dpmap_tlb.c172 .ti_asid_bitmap._b[0] = __BITS(0, KERNEL_PID),
473 ti->ti_asid_bitmap._b, ti->ti_asid_max);
852 const size_t nbpw = NBBY * sizeof(ti->ti_asid_bitmap._b[0]);
855 for (i = 0; (bits = ~ti->ti_asid_bitmap._b[i]) == 0; i++) {
856 KASSERT(i < __arraycount(ti->ti_asid_bitmap._b) - 1);
/src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_runtime_pm.c171 static int cmphandle(const void *_a, const void *_b) argument
173 const depot_stack_handle_t * const a = _a, * const b = _b;
/src/sys/net/lagg/
H A Dif_lagg_lacp.c206 #define LACP_PEERINFO_IDSTR(_pi, _b, _bs) \
207 lacp_peerinfo_idstr(_pi, _b, _bs)
208 #define LACP_STATE_STR(_s, _b, _bs) lacp_state_str(_s, _b, _bs)
209 #define LACP_AGGREGATOR_STR(_a, _b, _bs) \
210 lacp_aggregator_str(_a, _b, _bs)
214 #define LACP_PEERINFO_IDSTR(_pi, _b, _bs) __nothing
215 #define LACP_STATE_STR(_s, _b, _bs) __nothing
216 #define LACP_AGGREGATOR_STR(_a, _b, _bs) __nothing
/src/tests/include/sys/
H A Dt_bitops.c92 ATF_CHECK_EQ_MSG(bm._b[i], 0x55555555, "bm._b[%zu]=0x%"PRIx32,
93 i, bm._b[i]);
/src/sys/dev/ic/
H A Dathvar.h576 #define ath_hal_gpioset(_ah, _gpio, _b) \
577 ((*(_ah)->ah_gpioSet)((_ah), (_gpio), (_b)))
/src/sys/external/isc/libsodium/dist/build-aux/
H A Dltmain.sh653 _b='func_basename_result=${1##*/}'
661 _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
674 '"$_b"'
706 '"$_b"'
/src/sys/external/isc/atheros_hal/dist/
H A Dah_regdomain.c2837 #define swap(_a, _b, _size) { \
2838 uint8_t *s = _b; \
/src/sys/dev/pci/
H A Dif_aq.c4312 for (i = 0; i < (int)__arraycount(bit3x64._b); i++) {
4314 RPF_RSS_REDIR_WR_DATA, bit3x64._b[i]);

Completed in 46 milliseconds