Home
last modified time | relevance | path

Searched defs:b (Results 201 – 225 of 1525) sorted by relevance

12345678910>>...61

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h140 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
148 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
179 #define FAST_PATH_MODULO(a,b,n) \ argument
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldump.c26 #define DumpMem(b,n,size,D) DumpBlock(b,(n)*(size),D) argument
29 static void DumpBlock(const void* b, size_t size, DumpState* D) in DumpBlock()
55 static void DumpVector(const void* b, int n, size_t size, DumpState* D) in DumpVector()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmformat.h59 #define DPRINTF2(str, a, b) (void) printf(str, a, b) argument
60 #define DPRINTF3(str, a, b, c) (void) printf(str, a, b, c) argument
61 #define DPRINTF4(str, a, b, c, d) (void) printf(str, a, b, c, d) argument
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_memlist.c150 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
151 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
152 #define IN_RANGE(a, b, e) ((a) >= (b) && (a) <= (e)) argument
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1824 static int sort_pkts(a, b) in sort_pkts() argument
1840 static int sort_bytes(a, b) in sort_bytes() argument
1855 static int sort_p(a, b) in sort_p() argument
1870 static int sort_ttl(a, b) in sort_ttl() argument
1884 static int sort_srcip(a, b) in sort_srcip() argument
1910 static int sort_srcpt(a, b) in sort_srcpt() argument
1924 static int sort_dstip(a, b) in sort_dstip() argument
1950 static int sort_dstpt(a, b) in sort_dstpt() argument
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-att.c57 register const unsigned char* b = (const unsigned char*)s; in att_block() local
105 register unsigned char* b = (unsigned char*)s; in att_block() local
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslglobal.h164 #define ASL_INIT_GLOBAL(a,b) (a)=(b) argument
167 #define ASL_INIT_GLOBAL(a,b) (a) argument
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386.c104 big_mul_vec_init(uint32_t *r, uint32_t *a, int alen, uint32_t *b, int blen) in big_mul_vec_init()
134 big_mul_vec_umul(uint32_t *r, uint32_t *a, int alen, uint32_t *b, int blen) in big_mul_vec_umul()
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_ntop.c100 int b; local
172 int b; in inet_net_ntop_ipv6() local
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c111 #define FF(a, b, c, d, x, s, ac) { (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT … argument
112 #define GG(a, b, c, d, x, s, ac) { (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); (a) … argument
113 #define HH(a, b, c, d, x, s, ac) { (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); (a) … argument
114 #define II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); (a) … argument
212 UINT4 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c559 printn(n, b) in printn() argument
627 static char *sprintn(s, n, b) in sprintn() argument
646 control(a, b) in control() argument
1137 pushback(b) in pushback() argument
1156 cpushback(b) in cpushback() argument
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cfgacc.h37 #define PCI_GETBDF(b, d, f) \ argument
44 uint8_t b; member
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmd.h147 #define cmdinit(a,b,c,d,e) do{if(_cmd_init(a,b,c,d,e))return -1;}while(0) argument
150 #define cmdinit(a,b,c,d,e) do{if((c)&&!CMD_CONTEXT(c))c=0;if(_cmd_init(a,b,c,d,e))return -1;}while(… argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c66 uint64_t a, b, c, d; in fletcher_4_native() local
83 uint64_t a, b, c, d; in fletcher_4_byteswap() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbitfield-kr.c1 static int foo(b) in foo() argument
H A Dcrash-ep-active.c1 int a(int b) in a()
H A Dinfinite-loop04.c3 static void foo(char *b) in foo()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1640 #define CH(b, n) (((unsigned char *)(b))[n]) argument
1641 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8)) argument
1642 #define LG(b, n) (SH(b, n) | (SH(b, n+2) << 16)) argument
1644 #define LOCNAM(b) (SH(b, 26)) /* filename size */ argument
1645 #define LOCEXT(b) (SH(b, 28)) /* extra field size */ argument
1648 #define XFHID(b) (SH(b, 0)) /* extract field header id */ argument
1649 #define XFDATASIZ(b) (SH(b, 2)) /* extract field data size */ argument
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c128 #define max(a, b) ((a) < (b) ? (b) : (a)) argument
129 #define min(a, b) ((a) > (b) ? (b) : (a)) argument
520 stone(int *a, int n, int *b, int *c) in stone()
810 change(int a, int b, int c, int d) in change()
918 range(int a, int b, char *separator) in range()
927 fetch(long *f, int a, int b, int filen, char *s, int oldfile) in fetch()
1114 int a, b = 0, c, d = 0; in dump_context_vec() local
1854 unsort(struct line *f, int l, int *b) in unsort()
2005 equiv(struct line *a, int n, struct line *b, int m, int *c) in equiv()
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c39 #define UTF8_SET1B(b,v) \ argument
42 #define UTF8_SET2B(b,v) \ argument
46 #define UTF8_SET3B(b,v) \ argument
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c108 #define F(b, c, d) (((b) & (c)) | ((~b) & (d))) argument
109 #define G(b, c, d) ((b) ^ (c) ^ (d)) argument
110 #define H(b, c, d) (((b) & (c)) | (((b)|(c)) & (d))) argument
511 SHA1Transform(uint32_t a, uint32_t b, uint32_t c, uint32_t d, uint32_t e,
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes.c51 #define ioctl(a, b, c) (cdevsw[11].d_ioctl(0, b, c, 0) ? -1 : 0) argument
53 #define __des_crypt(a, b, c) 0 argument
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c117 STP_VECT_get_vector (IN BPDU_BODY_T* b, OUT PRIO_VECTOR_T* v) in STP_VECT_get_vector()
130 STP_VECT_set_vector (IN PRIO_VECTOR_T* v, OUT BPDU_BODY_T* b) in STP_VECT_set_vector()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dsetbuf.c27 setbuf(Sfio_t* f, char* b) in setbuf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrpcmp.c31 strpcmp(register const char* a, register const char* b) in strpcmp()

12345678910>>...61