Home
last modified time | relevance | path

Searched defs:a (Results 201 – 225 of 1968) sorted by relevance

12345678910>>...79

/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dinit-local64.c4 int a; in ssimple() member
14 double a; in sdouble() member
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Drestrict.c16 void f01u(int *a, int *b, int *s) in f01u()
22 void f01r(int *restrict a, int *restrict b, int *restrict s) in f01r()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_implied6.c2 int a; member
5 struct foo *a; variable
H A Dfield-override.c46 int a[2]; member
54 static struct s a[2] = { variable
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.vfork.c30 waiting(volatile int *a) in waiting()
52 volatile int a = 0; in main() local
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dfunction-ptr.c9 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void),… in arg() argument
57 void glb(int a, int *p) in glb()
110 void ops(int a, int *p, struct ops *ops) in ops()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c30 waiting(volatile int *a) in waiting()
38 volatile int a = 0; in main() local
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dsmall-struct-ret.c20 long a; member
25 test(long a, long b, long c, long d) in test()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dget_addrs.c44 #define bcmp(a, b, c) memcmp((a), (b), (c)) argument
45 #define bcopy(a, b, c) memcpy((b), (a), (c)) argument
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h250 #define setbit(a, i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument
251 #define clrbit(a, i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument
252 #define isset(a, i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) argument
253 #define isclr(a, i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
259 #define MIN(a, b) (((a) < (b))?(a):(b)) argument
262 #define MAX(a, b) (((a) > (b))?(a):(b)) argument
/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()
559 priv_inverse(priv_set_t *a) in priv_inverse()
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_193.c59 ec_GF2m_193_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_193_mod()
139 ec_GF2m_193_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_193_sqr()
189 ec_GF2m_193_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_193_mul()
H A Dec2_233.c59 ec_GF2m_233_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_233_mod()
155 ec_GF2m_233_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GF2m_233_sqr()
207 ec_GF2m_233_mul(const mp_int *a, const mp_int *b, mp_int *r, in ec_GF2m_233_mul()
H A Decc_impl.h72 #define PORT_ArenaAlloc(a, n, f) kmem_alloc((n), (f)) argument
73 #define PORT_ArenaZAlloc(a, n, f) kmem_zalloc((n), (f)) argument
74 #define PORT_ArenaGrow(a, b, c, d) NULL argument
86 #define PORT_ArenaMark(a) NULL argument
87 #define PORT_ArenaUnmark(a, b) argument
88 #define PORT_ArenaRelease(a, m) argument
89 #define PORT_FreeArena(a, b) argument
158 SECItem a; /* contains octet stream encoding of member
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c95 a, b, c, d; /* because more efficient code is */ in conv_d16_to_i32() local
134 uint32_t a; in conv_i32_to_d16() local
168 uint32_t a, b, c, d; in i16_to_d16_and_d32x4() local
196 uint32_t a; in conv_i32_to_d32_and_d16() local
247 double digit, m2j, a, b; in mont_mulf_noconv() local
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasldefine.h195 #define ASL_PTR_DIFF(a,b) ((UINT8 *)(b) - (UINT8 *)(a)) argument
196 #define ASL_PTR_ADD(a,b) ((UINT8 *)(a) = ((UINT8 *)(a) + (b))) argument
197 #define ASL_GET_CHILD_NODE(a) (a)->Asl.Child argument
198 #define ASL_GET_PEER_NODE(a) (a)->Asl.Next argument
199 #define OP_TABLE_ENTRY(a,b,c,d) {b,d,a,c} argument
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c78 #define FF(a, b, c, d, x, s, ac) \ argument
83 #define GG(a, b, c, d, x, s, ac) \ argument
88 #define HH(a, b, c, d, x, s, ac) \ argument
93 #define II(a, b, c, d, x, s, ac) \ argument
201 UINT4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c60 #define DBG(a, b) argument
61 #define DBG1(a) argument
62 #define DBG3(a, b, c) argument
63 #define DBG4(a, b, c, d) argument
232 #define cfga_eid(a, b) (((a) << 8) + (b)) argument
344 int a; in cfga_err() local
494 int a; in cfga_msg() local
602 sim_open(char *a, int b, int c) in sim_open()
612 sim_close(int a) in sim_close()
618 sim_ioctl(int fd, int cmd, void *a) in sim_ioctl()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h74 #define SAFE_FREE(a) \ argument
76 #define SAFE_FREE2(a,s) if (a != NULL && (long)s > 0){memset(a,0, s);free(a); a=NULL;} argument
144 # define DUMP(a,b,c,d) dst_s_dump(a,b,c,d) argument
146 # define DUMP(a,b,c,d) argument
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c109 csalias_t *a; in cs_dump() local
134 csalias_t *a; in cs_destroy() local
154 csalias_t *a; in alias_insert() local
184 alias_destroy(csalias_t *a) in alias_destroy()
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c64 #define COMP_ADDSET(a, p) ((comp_chunk_t *)(a))[compword(p)] |= \ argument
66 #define COMP_DELSET(a, p) ((comp_chunk_t *)(a))[compword(p)] &= \ argument
68 #define COMP_ISMEMBER(a, p) ((((comp_chunk_t *)(a))[compword(p)] & \ argument
/illumos-gate/usr/src/common/mpi/
H A Dmpprime.c87 mp_err mpp_random(mp_int *a) in mpp_random()
110 mp_err mpp_random_size(mp_int *a, mp_size prec) in mpp_random_size()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetprojent.c32 getbyname(nis_backend_ptr_t be, void *a) { in getbyname()
39 getbyid(nis_backend_ptr_t be, void *a) { in getbyid()
H A Dgetprotoent.c36 getbyname(be, a) in getbyname() argument
47 getbynumber(be, a) in getbynumber() argument
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dlibm_inlines.h47 __inline_sqrtf(float a) in __inline_sqrtf()
56 __inline_sqrt(double a) in __inline_sqrt()
65 __ieee754_sqrt(double a) in __ieee754_sqrt()

12345678910>>...79