Home
last modified time | relevance | path

Searched defs:b (Results 126 – 150 of 1527) sorted by relevance

12345678910>>...62

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c242 #define R(b,x) ((x) >> (b)) argument
461 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
472 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
481 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
493 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
551 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
829 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
840 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
849 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
861 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h377 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax()
378 static __inline int imin(int a, int b) { return (a < b ? a : b); } in imin()
379 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax()
380 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin()
381 static __inline uint_t max(uint_t a, uint_t b) { return (a > b ? a : b); } in max()
382 static __inline uint_t min(uint_t a, uint_t b) { return (a < b ? a : b); } in min()
383 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax()
384 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); } in qmin()
385 static __inline ulong_t ulmax(ulong_t a, ulong_t b) { return (a > b ? a : b); } in ulmax()
386 static __inline ulong_t ulmin(ulong_t a, ulong_t b) { return (a < b ? a : b); } in ulmin()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c121 register char* b = buf; in typefix() local
146 register char* b; in findopen() local
684 register char* b; in findread() local
1073 int b; in findsync() local
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c212 output(int a, int b) in output()
246 change(long a, int b, long c, int d, char *s) in change()
255 range(long a, int b) in range()
289 char b[PATH_MAX], *bptr, *eptr; in dopen() local
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_192.c305 ec_GFp_nistp192_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp192_add()
390 ec_GFp_nistp192_sub(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp192_sub()
487 ec_GFp_nistp192_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp192_mul()
501 ec_GFp_nistp192_div(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp192_div()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_pair.c46 init_pair(short pair, short f, short b) in init_pair()
131 _init_HP_pair(short pair, short f, short b) in _init_HP_pair()
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dbig-struct-ret-and-spill.c21 long b; member
26 test(long a, long b, long c, long d, long e, long f, long g, long h) in test()
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h59 #define P_32_COPY(a, b) { \ argument
86 #define P_16_COPY(a, b) { \ argument
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dprint.h74 #define max(a, b) ((a) > (b)? (a): (b)) argument
75 #define min(a, b) ((a) < (b)? (a): (b)) argument
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h64 #define EV_BYTEMASK_BYTE(b) ((b) / 8) argument
65 #define EV_BYTEMASK_MASK(b) (1 << ((b) % 8)) argument
66 #define EV_BYTEMASK_SET(bm, b) \ argument
68 #define EV_BYTEMASK_CLR(bm, b) \ argument
70 #define EV_BYTEMASK_TST(bm, b) \ argument
/illumos-gate/usr/src/lib/libmp/common/
H A Dpow.c29 mp_pow(MINT *a, MINT *b, MINT *c, MINT *d) in mp_pow()
62 mp_rpow(MINT *a, short n, MINT *b) in mp_rpow()
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidm3p.c36 #define VUID_BUT(b) BUT((b*2)+1) argument
65 int b; in vuidm3p_sendButtonEvent() local
/illumos-gate/usr/src/uts/common/sys/
H A Davl.h107 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) argument
108 #define AVL_PCMP(a, b) \ argument
H A Dddi.h62 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
67 #define max(a, b) ((a) < (b) ? (b) : (a)) argument
/illumos-gate/usr/src/ucblib/libcurses/
H A Doverlay.c25 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
26 #define max(a, b) ((a) > (b) ? (a) : (b)) argument
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.h82 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
83 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dcityhash.c46 uint64_t b = (v ^ a) * mul; in cityhash_helper() local
57 uint64_t b = w2; in cityhash4() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtip6.c39 char* b; in fmtbuf() local
88 char* b; in fmtip6() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dregexp.h59 #define advance(a,b) _re_exec(&_re_info,a,b,1) argument
60 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) argument
61 #define step(a,b) _re_exec(&_re_info,a,b,0) argument
/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_ntoa.c125 inet_ntoa_r(struct in_addr in, char b[]) in inet_ntoa_r()
130 #define UC(b) (((int)b)&0xff) in inet_ntoa_r() argument
/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h98 #define max(a, b) ((a) > (b)? (a): (b)) argument
99 #define min(a, b) ((a) < (b)? (a): (b)) argument
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daestab.h93 #define d_1(t, n, b, e) static const t n[256] = b(e) argument
94 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ argument
/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_inlines.h100 __get_ieee_flags(__ieee_flags_type *b) in __get_ieee_flags()
119 __set_ieee_flags(__ieee_flags_type *b) in __set_ieee_flags()
/illumos-gate/usr/src/uts/common/os/
H A Dpriv.c509 priv_isequalset(const priv_set_t *a, const priv_set_t *b) in priv_isequalset()
530 priv_issubset(const priv_set_t *a, const priv_set_t *b) in priv_issubset()
535 #define PRIV_CHANGE_BODY(a, op, b) \ argument
543 priv_intersect(const priv_set_t *a, priv_set_t *b) in priv_intersect()
551 priv_union(const priv_set_t *a, priv_set_t *b) in priv_union()
/illumos-gate/usr/src/cmd/last/
H A Dlast.c76 #define lineq(a, b) (strncmp(a, b, LMAX) == 0) argument
77 #define nameq(a, b) (strncmp(a, b, NMAX) == 0) argument
78 #define hosteq(a, b) (strncmp(a, b, HMAX) == 0) argument
79 #define linehostnameq(a, b, c, d) \ argument

12345678910>>...62