/csrg-svn/sys/deprecated/bbnnet/ |
H A D | seq.h | 3 #define SEQ_LT(a,b) ((long)((a)-(b)) < 0) argument 4 #define SEQ_LEQ(a,b) ((long)((a)-(b)) <= 0) argument 5 #define SEQ_GT(a,b) ((long)((a)-(b)) > 0) argument 6 #define SEQ_GEQ(a,b) ((long)((a)-(b)) >= 0) argument 7 #define SEQ_EQ(a,b) ((a) == (b)) argument 8 #define SEQ_NEQ(a,b) ((a) != (b)) argument 9 #define SEQ_MIN(a,b) (SEQ_LT((a),(b)) ? (a) : (b)) argument 10 #define SEQ_MAX(a,b) (SEQ_GT((a),(b)) ? (a) : (b)) argument
|
/csrg-svn/sys/libkern/ |
H A D | libkern.h | 13 imax(a, b) in imax() argument 19 imin(a, b) in imin() argument 25 lmax(a, b) in lmax() argument 31 lmin(a, b) in lmin() argument 37 max(a, b) in max() argument 43 min(a, b) in min() argument 49 ulmax(a, b) in ulmax() argument 55 ulmin(a, b) in ulmin() argument
|
/csrg-svn/bin/ls/ |
H A D | cmp.c | 25 namecmp(a, b) in namecmp() argument 32 revnamecmp(a, b) in revnamecmp() argument 39 modcmp(a, b) in modcmp() argument 46 revmodcmp(a, b) in revmodcmp() argument 53 acccmp(a, b) in acccmp() argument 60 revacccmp(a, b) in revacccmp() argument 67 statcmp(a, b) in statcmp() argument 74 revstatcmp(a, b) in revstatcmp() argument
|
/csrg-svn/usr.bin/f77/libI77/ |
H A D | iio.c | 56 s_rsfi(a) icilist *a; in s_rsfi() argument 68 s_wsfi(a) icilist *a; in s_wsfi() argument 80 s_rdfi(a) icilist *a; in s_rdfi() argument 92 s_wdfi(a) icilist *a; in s_wdfi() argument 105 c_fi(a) icilist *a; in c_fi() argument 126 c_si(a) icilist *a; in c_si() argument 135 c_di(a) icilist *a; in c_di() argument 206 c_li(a) icilist *a; in c_li() argument 223 s_rsli(a) icilist *a; in s_rsli() argument 235 s_wsli(a) icilist *a; in s_wsli() argument
|
H A D | c_iio.c | 82 c_fi(a) icilist *a; in c_fi() argument 100 c_si(a) icilist *a; in c_si() argument 108 c_di(a) icilist *a; in c_di() argument 153 c_li(a) icilist *a; in c_li() argument
|
/csrg-svn/sys/deprecated/netdecnet/ |
H A D | nsp_seq.h | 11 #define SEQ_LSS(a, b) (nsp_seqcmp(a, b) < 0) argument 12 #define SEQ_LEQ(a, b) (nsp_seqcmp(a, b) <= 0) argument 13 #define SEQ_GTR(a, b) (nsp_seqcmp(a, b) > 0) argument 14 #define SEQ_GEQ(a, b) (nsp_seqcmp(a, b) >= 0) argument 16 #define SEQ_ADD(a, b) (((a) + (b)) & SEQMASK) argument 17 #define SEQ_SUB(a, b) (((a) - (b)) & SEQMASK) argument
|
/csrg-svn/old/awk/ |
H A D | parse.c | 23 node *exptostat(a) node *a; in exptostat() argument 29 node *node0(a) in node0() argument 37 node *node1(a,b) node *b; in node1() argument 46 node *node2(a,b,c) node *b, *c; in node2() argument 56 node *node3(a,b,c,d) node *b, *c, *d; in node3() argument 67 node *node4(a,b,c,d,e) node *b, *c, *d, *e; in node4() argument 79 node *stat3(a,b,c,d) node *b, *c, *d; in stat3() argument 86 node *op2(a,b,c) node *b, *c; in op2() argument 93 node *op1(a,b) node *b; in op1() argument 100 node *stat1(a,b) node *b; in stat1() argument [all …]
|
H A D | run.c | 55 node *a; local 83 obj program(a, n) node **a; in program() argument 119 obj array(a,n) node **a; in array() argument 130 obj arrayel(a,b) node *a; obj b; in arrayel() argument 151 obj matchop(a,n) node **a; in matchop() argument 168 obj boolop(a,n) node **a; in boolop() argument 199 obj relop(a,n) node **a; in relop() argument 233 tempfree(a) obj a; in tempfree() argument 257 obj indirect(a,n) node **a; in indirect() argument 272 obj substr(a, nnn) node **a; in substr() argument [all …]
|
/csrg-svn/usr.sbin/amd/fsinfo/ |
H A D | fsi_gram.y | 26 auto_tree *a; member 259 { automount *a = new_automount($2); variable 269 { automount *a = new_automount($2); variable 279 { automount *a = new_automount($2); variable
|
/csrg-svn/usr.bin/window/ |
H A D | lcmd1.c | 39 register struct value *a; variable 101 l_def_nline(v, a) in l_def_nline() argument 116 l_smooth(v, a) in l_smooth() argument 134 l_def_smooth(v, a) in l_def_smooth() argument 147 l_select(v, a) in l_select() argument 166 l_debug(v, a) in l_debug() argument 179 l_escape(v, a) in l_escape() argument 204 register struct value *a; variable 221 l_foreground(v, a) in l_foreground() argument 244 l_terse(v, a) in l_terse() argument [all …]
|
H A D | lcmd2.c | 26 struct value *v, *a; variable 80 register struct value *a; variable 156 struct value *v, *a; variable 189 struct value *v, *a; variable 230 struct value *v, *a; variable 271 struct value *v, *a; variable 322 printalias(w, a) in printalias() argument 338 struct value *v, *a; variable 354 register struct value *a; variable
|
/csrg-svn/lib/libmp/ |
H A D | mout.c | 11 m_in(a,b,f) MINT *a; FILE *f; in m_in() argument 51 m_out(a,b,f) MINT *a; FILE *f; in m_out() argument 86 sdiv(a,n,q,r) MINT *a,*q; short n; short *r; in sdiv() argument 107 s_div(a,n,q,r) MINT *a,*q; short n; short *r; in s_div() argument 127 min(a) MINT *a; in min() argument 131 omin(a) MINT *a; in omin() argument 135 mout(a) MINT *a; in mout() argument 139 omout(a) MINT *a; in omout() argument 143 fmout(a,f) MINT *a; FILE *f; in fmout() argument 146 fmin(a,f) MINT *a; FILE *f; in fmin() argument
|
/csrg-svn/sys/tahoe/vba/ |
H A D | vbaparam.h | 47 #define VBIO16BIT(a) ((unsigned)0xfffe0000 <= ((unsigned)(a))) argument 48 #define VBIO24BIT(a) ((unsigned)0xff000000 <= ((unsigned)(a)) && \ argument 50 #define VBIO32BIT(a) (((unsigned)(a)) < (unsigned)0xff000000) argument 63 #define VBIOMAPPED(a) ((unsigned)VBIOBASE <= ((unsigned)(a)) && \ argument
|
/csrg-svn/old/pcc/ccom.tahoe/tests/ |
H A D | t4.c | 1 struct a { struct 7 register struct a *p; in f() argument
|
H A D | xns_seq.c | 1 #define SEQ_LT(a,b) (((short)((a)-(b))) < 0) argument 2 #define SSEQ_LT(a,b) ((util = (short)((a)-(b))), util < 0) argument 6 unsigned short a , b; in main() local
|
/csrg-svn/sys/kern/ |
H A D | vfs_xxx.c | 38 register struct a { in ofstat() struct 39 int fd; in ofstat() 40 struct ostat *sb; in ofstat() 55 register struct a { in ostat() struct 56 char *fname; in ostat() 57 struct ostat *sb; in ostat() 104 register struct a { in outime() struct 105 char *fname; in outime() 106 time_t *tptr; in outime()
|
H A D | uipc_mu_msg.c | 29 register struct a { in mu_msg() struct 30 msg_type cmd; in mu_msg() 31 int wait; /* bit mask - see mu_msg.h */ in mu_msg() 32 mmsgbuf * msgp; in mu_msg()
|
/csrg-svn/usr.bin/uucp/includes/ |
H A D | uust.h | 10 #define US_RRS(a,b) argument 11 #define US_CRS(a) argument 12 #define US_SST(a) argument
|
/csrg-svn/usr.bin/m4/ |
H A D | stdd.h | 17 #define max(a,b) ((a) > (b)? (a): (b)) argument 18 #define min(a,b) ((a) < (b)? (a): (b)) argument 26 #define STREQ(a, b) ((a)[0] == (b)[0] && strcmp(a, b) == 0) argument 27 #define STREQN(a, b, n) ((a)[0] == (b)[0] && strncmp(a, b, n) == 0) argument
|
/csrg-svn/sys/sparc/sbus/ |
H A D | sbusreg.h | 33 #define SBUS_ABS(a) ((unsigned)(a) >= SBUS_BASE) argument 34 #define SBUS_ABS_TO_SLOT(a) (((a) - SBUS_BASE) >> 25) argument 35 #define SBUS_ABS_TO_OFFSET(a) (((a) - SBUS_BASE) & 0x1ffffff) argument
|
/csrg-svn/lib/libc/stdlib/ |
H A D | qsort.c | 18 #define min(a, b) (a) < (b) ? a : b argument 34 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument 38 swapfunc(a, b, n, swaptype) in swapfunc() argument 48 #define swap(a, b) \ argument 56 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument 59 med3(a, b, c, cmp) in med3() argument 69 qsort(a, n, es, cmp) in qsort() argument
|
/csrg-svn/sys/netinet/ |
H A D | tcp_seq.h | 15 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) argument 16 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) argument 17 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) argument 18 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) argument
|
/csrg-svn/usr.sbin/lpr/common_source/ |
H A D | aux.h | 26 #define WAITARG_T(a) ((int *)(a)) argument 28 #define WAITARG_T(a) (a) argument 32 #define setpgrp(a, b) setpgid((pid_t)(a), (pid_t)(b)) argument
|
/csrg-svn/contrib/awk.research/ |
H A D | run.c | 87 void run(Node *a) /* execution of parse tree starts here */ in run() 97 register Node *a; in r_execute() local 130 Cell *program(Node **a, int n) /* execute an awk program */ in program() 178 Cell *call(Node **a, int n) /* function call. very kludgy and fragile */ in call() 283 Cell *arg(Node **a, int n) /* nth argument of a function */ in arg() 294 Cell *jump(Node **a, int n) /* break, continue, next, continue, return */ in jump() 335 Cell *getline(Node **a, int n) /* get next line from specific input */ in getline() 381 Cell *getnf(Node **a, int n) /* get NF */ in getnf() 388 Cell *array(Node **a, int n) /* a[0] is symtab, a[1] is list of subscripts */ in array() 420 Cell *adelete(Node **a, int n) /* a[0] is symtab, a[1] is list of subscripts */ in adelete() [all …]
|
/csrg-svn/sys/vax/uba/ |
H A D | dmzreg.h | 20 #define DMZ(a) (a/24) argument 21 #define OCTET(a) ((a%24)/8) argument 22 #define LINE(a) ((a%24)%8) argument
|