Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 1968) sorted by relevance

12345678910>>...79

/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdhdr.h57 #define STDIO_INT(p,n,t,f,a) \ argument
68 #define STDIO_PTR(p,n,t,f,a) \ argument
79 #define STDIO_VOID(p,n,t,f,a) \ argument
95 #define STDIO_INT(p,n,t,f,a) argument
96 #define STDIO_PTR(p,n,t,f,a) argument
97 #define STDIO_VOID(p,n,t,f,a) argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbuiltin-bswap-variable.c5 static u16 swap16v(u16 a) in swap16v()
10 static u32 swap32v(u64 a) in swap32v()
15 static u64 swap64v(u32 a) in swap64v()
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.c1 struct a { struct
9 struct a *a; argument
/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/uts/common/inet/
H A Dcommon.h54 #define BE32_EQL(a, b) (((uint8_t *)a)[0] == ((uint8_t *)b)[0] && \ argument
58 #define BE16_EQL(a, b) (((uint8_t *)a)[0] == ((uint8_t *)b)[0] && \ argument
60 #define BE16_TO_U16(a) ((((uint16_t)((uint8_t *)a)[0] << 8) | \ argument
62 #define BE32_TO_U32(a) ((((uint32_t)((uint8_t *)a)[0]) << 24) | \ argument
66 #define U16_TO_BE16(u, a) ((((uint8_t *)a)[0] = (uint8_t)((u) >> 8)), \ argument
68 #define U32_TO_BE32(u, a) ((((uint8_t *)a)[0] = (uint8_t)((u) >> 24)), \ argument
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h182 #define BIG_MUL_SET_VEC(r, a, len, digit) \ argument
184 #define BIG_MUL_ADD_VEC(r, a, len, digit) \ argument
186 #define BIG_MUL_VEC(r, a, alen, b, blen) \ argument
188 #define BIG_SQR_VEC(r, a, len) \ argument
203 #define BIG_MUL_SET_VEC(r, a, len, digit) big_mul_set_vec(r, a, len, digit) argument
204 #define BIG_MUL_ADD_VEC(r, a, len, digit) big_mul_add_vec(r, a, len, digit) argument
205 #define BIG_MUL_VEC(r, a, alen, b, blen) big_mul_vec(r, a, alen, b, blen) argument
206 #define BIG_SQR_VEC(r, a, len) big_sqr_vec(r, a, len) argument
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dmeter_impl.h63 #define tokenmt0dbg(a) printf a argument
64 #define tokenmt1dbg(a) if (tokenmt_debug > 2) printf a argument
67 #define tokenmt0dbg(a) /* */ argument
68 #define tokenmt1dbg(a) /* */ argument
69 #define tokenmt2dbg(a) /* */ argument
73 #define tswtcl0dbg(a) printf a argument
74 #define tswtcl1dbg(a) if (tswtcl_debug > 2) printf a argument
75 #define tswtcl2dbg(a) if (tswtcl_debug > 3) printf a argument
77 #define tswtcl0dbg(a) /* */ argument
78 #define tswtcl1dbg(a) /* */ argument
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c32 baz(int a) in baz()
44 bar(int a) in bar()
50 foo(int a, int b) in foo()
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DgssapiP_dummy.h71 #define dprintf(a) printf(a) argument
72 #define dprintf1(a, b) printf(a, b) argument
76 #define dprintf(a) argument
77 #define dprintf1(a, b) argument
99 #define dprintf(a) DUMMY_MECH_LOG0(8, a) argument
100 #define dprintf1(a, b) DUMMY_MECH_LOG(8, a, b) argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h183 #define M_32_SWAP(a) { \ argument
190 #define P_32_SWAP(a) { \ argument
197 #define P_32_COPY(a, b) { \ argument
210 #define M_16_SWAP(a) { \ argument
215 #define P_16_SWAP(a) { \ argument
220 #define P_16_COPY(a, b) { \ argument
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.h44 #define ipgpc0dbg(a) printf a argument
45 #define ipgpc1dbg(a) if (ipgpc_debug > 2) printf a argument
46 #define ipgpc2dbg(a) if (ipgpc_debug > 3) printf a argument
47 #define ipgpc3dbg(a) if (ipgpc_debug > 4) printf a argument
48 #define ipgpc4dbg(a) if (ipgpc_debug > 5) printf a argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/
H A Derr.D_DECL_BFSIZE.ExceedBaseType.d37 char a : 10; member
41 short a : 33; member
45 long long a : 65; member
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.h31 #define DPTR(a) printf("%s::%d %s = %p\n", __FILE__, __LINE__, #a, a); argument
32 #define DSTRING(a) printf("%s::%d %s = \"%s\"\n", __FILE__, __LINE__, #a, \ argument
34 #define DINT(a) printf("%s::%d %s = %d\n", __FILE__, __LINE__, #a, a); argument
35 #define DHEX(a) printf("%s::%d %s = %X\n", __FILE__, __LINE__, #a, a); argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h233 #define chdir(a) sh_chdir(a) argument
234 #define fchdir(a) sh_fchdir(a) argument
236 # define access(a,b) sh_access(a,b) argument
237 # define close(a) sh_close(a) argument
238 # define exit(a) sh_exit(a) argument
239 # define fcntl(a,b,c) sh_fcntl(a,b,c) argument
240 # define pipe(a) sh_pipe(a) argument
241 # define read(a,b,c) sh_read(a,b,c) argument
242 # define write(a,b,c) sh_write(a,b,c) argument
243 # define umask(a) sh_umask(a) argument
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dstruct-init-partial.c2 int a, b, c; member
5 struct s s_init_first(int a) in s_init_first()
11 struct s s_init_third(int a) in s_init_third()
H A Dbitfield-init-mask.c2 unsigned int a:11; member
7 struct bfu bfu_init_00_11(int a) in bfu_init_00_11()
13 struct bfu bfu_init_20_23(int a) in bfu_init_20_23()
/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/tools/smatch/src/validation/expand/
H A Dbuiltin-expect.c1 int flia(long a) in flia()
11 long fila(int a) in fila()
31 void *fptr(void *a) in fptr()
/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()
H A Dutil.c26 _mp_move(MINT *a, MINT *b) in _mp_move()
81 _mp_mcan(MINT *a) in _mp_mcan()
111 MINT *a; in mp_itom() local
129 mp_mcmp(MINT *a, MINT *b) in mp_mcmp()
249 mp_mfree(MINT *a) in mp_mfree()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c47 ap_suspend_check(apd_t *a, int cmd, int first, int last, int *suspend) in ap_suspend_check()
91 ap_seq_get(apd_t *a, int cmd, int *first, int *last) in ap_seq_get()
218 ap_seq_exec(apd_t *a, int cmd, int first, int last) in ap_seq_exec()
407 ap_cmd_exec(apd_t *a, int cmd) in ap_cmd_exec()
413 ap_cmd_seq(apd_t *a, int cmd) in ap_cmd_seq()
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.h32 #define bitloc(a, i) ((a)[(i)/NBBY]) argument
33 #define setbit(a, i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument
34 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument
35 #define isset(a, i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) argument
36 #define isclr(a, i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_521.c59 ec_GFp_nistp521_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp521_mod()
116 ec_GFp_nistp521_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp521_sqr()
130 ec_GFp_nistp521_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp521_mul()
144 ec_GFp_nistp521_div(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_nistp521_div()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dluaconf.h431 #define luai_nummod(L,a,b) ((a) % (b)) argument
432 #define luai_numpow(L,a,b) (lcompat_pow((a),(b))) argument
437 #define luai_numadd(L,a,b) ((a)+(b)) argument
438 #define luai_numsub(L,a,b) ((a)-(b)) argument
439 #define luai_nummul(L,a,b) ((a)*(b)) argument
440 #define luai_numdiv(L,a,b) ((a)/(b)) argument
441 #define luai_numunm(L,a) (-(a)) argument
442 #define luai_numeq(a,b) ((a)==(b)) argument
443 #define luai_numlt(L,a,b) ((a)<(b)) argument
444 #define luai_numle(L,a,b) ((a)<=(b)) argument
[all …]

12345678910>>...79