Searched refs:_a (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dlex.l37 symbol [_a-zA-Z][_a-zA-Z0-9]*
38 varstring \$[_a-zA-Z][_a-zA-Z0-9]* /* $<name> */
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_hash.c67 #define EFX_HASH_MIX(_a, _b, _c) \
69 _a -= _c; \
70 _a ^= EFX_HASH_ROTATE(_c, 4); \
72 _b -= _a; \
73 _b ^= EFX_HASH_ROTATE(_a, 6); \
74 _a += _c; \
77 _b += _a; \
78 _a -= _c; \
79 _a ^= EFX_HASH_ROTATE(_c, 16); \
81 _b -= _a; \
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h284 #define S64_SUB(_a, _b) ((s64_t) ((s64_t) (_a) - (s64_t) (_b)))
285 #define u64_SUB(_a, _b) ((u64_t) ((s64_t) (_a) - (s64_t) (_b)))
286 #define S32_SUB(_a, _b) ((s32_t) ((s32_t) (_a) - (s32_t) (_b)))
287 #define uS32_SUB(_a, _b) ((u32_t) ((s32_t) (_a) - (s32_t) (_b)))
288 #define S16_SUB(_a, _b) ((s16_t) ((s16_t) (_a)
[all...]
H A Dlm_defs.h80 #define ALIGN_DELTA_TO_BOUNDARY(_p, _a) \
81 (((((u8_t *) (_p) - (u8_t *) 0) + ((_a) - 1)) & ~((_a) - 1)) - \
86 #define ALIGN_PTR_TO_BOUNDARY(_p, _a) \
87 ((u8_t *) (_p) + ALIGN_DELTA_TO_BOUNDARY(_p, _a))
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h336 #define DECL_BITFIELD2(_a, _b) \
337 uint8_t _a, _b
338 #define DECL_BITFIELD3(_a, _b, _c) \
339 uint8_t _a, _b, _c
340 #define DECL_BITFIELD4(_a, _b, _c, _d) \
341 uint8_t _a, _b, _c, _d
342 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
343 uint8_t _a, _b, _c, _d, _e
344 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
345 uint8_t _a, _
[all...]
H A Dasy.h349 } _a; member in union:asyncline::__anon7020
352 #define async_overrun async_uover._a.uover_overrun
353 #define async_hw_overrun async_uover._a._hw
354 #define async_sw_overrun async_uover._a._sw
/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l61 [_a-zA-Z0-9]+ { yylval.name = strdup(yytext); return NAME; }
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h284 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a))
287 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b))
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dmkopts.tcl17 if {![regexp {(([a-zA-Z]+)_)?([_a-zA-Z]+)} $token all px p2 name]} continue
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h168 } _a; member in union:asyncline::__anon9285
171 #define async_overrun async_uover._a.uover_overrun
172 #define async_hw_overrun async_uover._a._hw
173 #define async_sw_overrun async_uover._a._sw
/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb_impl.h99 #define GET_AF(_a) IN6_IS_ADDR_V4MAPPED(_a)?AF_INET:AF_INET6
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c60 Xword _r, _a, _b; local
62 if ((_a = a) == 0)
67 if (_a > _b)
68 _a = b, _b = a;
69 while ((_r = _b % _a) != 0)
70 _b = _a, _a = _r;
71 return ((a / _a) * b);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.h137 #define swap(_a, _b, _size) { \
141 uint8_t tmp = *_a; \
142 *_a++ = *s; \
145 _a -= _size; \
H A Darn_ath9k.h620 #define REG_RMW(_a, _r, _set, _clr) \
621 REG_WRITE(_a, _r, (REG_READ(_a, _r) & ~(_clr)) | (_set))
622 #define REG_RMW_FIELD(_a, _r, _f, _v) \
623 REG_WRITE(_a, _r, \
624 (REG_READ(_a, _r) & ~_f) | (((_v) << _f##_S) & _f))
625 #define REG_SET_BIT(_a, _r, _f) \
626 REG_WRITE(_a, _r, REG_READ(_a, _r) | _f)
627 #define REG_CLR_BIT(_a, _
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h317 } _a; member in union:asyncline::__anon9766
320 #define async_overrun async_uover._a.uover_overrun
321 #define async_hw_overrun async_uover._a._hw
322 #define async_sw_overrun async_uover._a._sw
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c75 #define DBG1(_f, _a) \
77 printf("strplumb: " _f, (_a))
79 #define DBG2(_f, _a, _b) \
81 printf("strplumb: " _f, (_a), (_b))
83 #define DBG3(_f, _a, _b, _c) \
85 printf("strplumb: " _f, (_a), (_b), (_c))
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h327 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
328 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
632 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c54 #define mtod(_a, _t) ((_t)((_a)->b_rptr))

Completed in 90 milliseconds