Home
last modified time | relevance | path

Searched defs:b (Results 26 – 50 of 1525) sorted by relevance

12345678910>>...61

/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbool-context-fp.c8 bool bfior(float a, float b) { return a || b; } in bfior()
9 int ifior(float a, float b) { return a || b; } in ifior()
10 bool bfand(float a, float b) { return a && b; } in bfand()
11 int ifand(float a, float b) { return a && b; } in ifand()
/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h127 #define MP_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
128 #define MP_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
129 #define MP_HOWMANY(a,b) (((a) + (b) - 1)/(b)) argument
130 #define MP_ROUNDUP(a,b) (MP_HOWMANY(a,b) * (b)) argument
275 #define s_mpv_mul_d(a, a_len, b, c) \ argument
279 #define s_mpv_mul_d_add(a, a_len, b, c) \ argument
302 #define s_mp_mul_d_add_offset(a, b, c, off) \ argument
308 mp_size b; /* R == 2 ** b, also b = # significant bits in N */ member
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin_internal.h30 #define ADMIN_LOG(a, b, c) syslog(a, b, c); argument
31 #define ADMIN_LOGO(a, b) syslog(a, b); argument
33 #define ADMIN_LOG(a, b, c) argument
34 #define ADMIN_LOGO(a, b) argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c84 init_color(short color, short r, short g, short b) in init_color()
120 init_pair(short pair, short f, short b) in init_pair()
159 color_content(short color, short *r, short *g, short *b) in color_content()
180 pair_content(short pair, short *f, short *b) in pair_content()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c93 init_color(short color, short r, short g, short b) in init_color()
121 init_pair(short pair, short f, short b) in init_pair()
152 color_content(short color, short *r, short *g, short *b) in color_content()
170 pair_content(short pair, short *f, short *b) in pair_content()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.SizeofBitField.d41 int b : 3; member
46 int b : 3; member
52 int b : 3; member
60 int b : 3; member
65 int b : 3; member
77 short b : 12; member
83 int b : 30; member
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_string.c39 uu_streq(const char *a, const char *b) in uu_streq()
46 uu_strcaseeq(const char *a, const char *b) in uu_strcaseeq()
53 uu_strbw(const char *a, const char *b) in uu_strbw()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h271 #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) argument
272 #define NSLDAPI_CTIME( c, b, l ) ctime( c ) argument
280 #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) argument
289 #define GETHOSTBYNAME( n, r, b, l, e ) \ argument
305 #define NSLDAPI_CTIME( c, b, l ) ctime( c ) argument
307 #define NSLDAPI_CTIME( c, b, l ) nsldapi_compat_ctime_r( c, b, l ) argument
310 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b ) argument
312 #define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b) argument
314 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l ) argument
399 #define bzero(a, b) memset( a, 0, b ) argument
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c215 ec_GFp_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add()
245 ec_GFp_sub(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_sub()
270 ec_GFp_add_3(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_3()
357 ec_GFp_add_4(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_4()
457 ec_GFp_add_5(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_5()
542 ec_GFp_add_6(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_add_6()
1001 ec_GFp_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_mul()
1017 ec_GFp_div(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_div()
1042 ec_GF2m_add(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_add()
1069 ec_GF2m_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_mul()
[all …]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetrpcent.c51 nss_XbyY_buf_t *b; in getrpcbyname() local
61 nss_XbyY_buf_t *b; in getrpcbynumber() local
71 nss_XbyY_buf_t *b; in getrpcent() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubexec.c30 #define NEED(p,b,n,r) \ argument
51 #define PUTC(p,b,x,r) \ argument
58 #define PUTS(p,b,x,z,r) \ argument
71 sub(const regex_t* p, register regsub_t* b, const char* ss, register regsubop_t* op, size_t nmatch,… in sub()
151 register regsub_t* b; in regsubexec() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Drange-syntax.c2 static void ok(int a, int b, int c) in ok()
8 static void ko(int a, int b, int c) in ko()
11 __range__ a, b, c; in ko() local
H A Dptr-sub-blows.c1 static int ok(int *a, int *b) in ok()
7 int a, b, c; member
10 static int ko(struct s *a, struct s *b) in ko()
H A Dtransparent-union.c4 struct b { struct
10 struct b *b; member
H A Dcall-inlined.c3 static inline int add(int a, int b) in add()
8 int foo(int a, int b) { return add(a + b, 1); } in foo()
9 void bar(int a, int b) { add(a + b, 1); } in bar()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetprotoent.c50 nss_XbyY_buf_t *b; in getprotobyname() local
62 nss_XbyY_buf_t *b; in getprotobynumber() local
75 nss_XbyY_buf_t *b; in getprotoent() local
H A Dgetnetent.c50 nss_XbyY_buf_t *b; in getnetbyname() local
62 nss_XbyY_buf_t *b; in getnetbyaddr() local
75 nss_XbyY_buf_t *b; in getnetent() local
H A Dgetservent.c49 nss_XbyY_buf_t *b; in getservbyname() local
62 nss_XbyY_buf_t *b; in getservbyport() local
75 nss_XbyY_buf_t *b; in getservent() local
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_defines.h58 #define DPRINTF2(str, a, b) (void) printf(str, a, b) argument
59 #define DPRINTF3(str, a, b, c) (void) printf(str, a, b, c) argument
60 #define DPRINTF4(str, a, b, c, d) (void) printf(str, a, b, c, d) argument
64 #define DPRINTF2(str, a, b) argument
65 #define DPRINTF3(str, a, b, c) argument
66 #define DPRINTF4(str, a, b, c, d) argument
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_locks.c150 boolean_t b; in _z_acquire_lock() local
484 boolean_t b; in _z_lock_zone() local
583 boolean_t b; in _z_lock_zone_object() local
699 boolean_t b; in _z_release_lock() local
798 boolean_t b; in _z_unlock_zone() local
877 boolean_t b; in _z_unlock_zone_object() local
/illumos-gate/usr/src/boot/libsa/
H A Dqdivrem.c49 #define COMBINE(a, b) (((u_int)(a) << HALF_BITS) | (b)) argument
281 __udivdi3(u_quad_t a, u_quad_t b) in __udivdi3()
291 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3()
304 __divdi3(quad_t a, quad_t b) in __divdi3()
328 __moddi3(quad_t a, quad_t b) in __moddi3()
346 __divmoddi4(quad_t a, quad_t b, quad_t *r) in __divmoddi4()
/illumos-gate/usr/src/lib/libmp/common/
H A Dmadd.c28 m_add(MINT *a, MINT *b, MINT *c) in m_add()
68 mp_madd(MINT *a, MINT *b, MINT *c) in mp_madd()
106 m_sub(MINT *a, MINT *b, MINT *c) in m_sub()
158 mp_msub(MINT *a, MINT *b, MINT *c) in mp_msub()
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c70 #define F(b, c, d) (((b) & (c)) | ((~b) & (d))) argument
71 #define G(b, c, d) (((b) & (d)) | ((c) & (~d))) argument
72 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument
73 #define I(b, c, d) ((c) ^ ((b) | (~d))) argument
86 #define FF(a, b, c, d, x, s, ac) { \ argument
92 #define GG(a, b, c, d, x, s, ac) { \ argument
98 #define HH(a, b, c, d, x, s, ac) { \ argument
104 #define II(a, b, c, d, x, s, ac) { \ argument
418 MD5Transform(uint32_t a, uint32_t b, uint32_t c, uint32_t d, in MD5Transform()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Ddemangle_int.h45 mul_overflow(uint64_t a, uint64_t b, uint64_t *v) in mul_overflow()
51 add_overflow(uint64_t a, uint64_t b, uint64_t *v) in add_overflow()
57 sub_overflow(uint64_t a, uint64_t b, uint64_t *v) in sub_overflow()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c222 bucket_t *b; in add_by_name() local
316 bucket_t *l, *b; in sort_buckets() local
346 bucket_t *b, *list; in add_local() local
384 const bucket_t *b = start; in parents_of() local
416 print_bucket(const bucket_t *b) in print_bucket()
445 bucket_t *l, *b; in print_all_buckets() local
494 bucket_t *b; in new_bucket() local
516 start_new_list(const bucket_t *b) in start_new_list()

12345678910>>...61