/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | avltree.c | 135 tree_node_t *n1 = (tree_node_t *)p1; local 139 if (n1->node_dev < n2->node_dev) { 141 } else if (n1->node_dev == n2->node_dev) { 143 if (n1->node_ino < n2->node_ino) { 145 } else if (n1->node_ino == n2->node_ino) {
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | nextafterl.c | 37 #define n1 1 macro 44 if (++px[n1] == 0) \ 50 if (--px[n1] == 0xffffffff) \ 55 #define n1 1 macro 66 if ((++px[n1] & ~0x80000000) == 0) \ 67 px[n1] = 0x80000000, ++px[n0]; \ 71 if (--px[n1] == 0x7fffffff) \ 73 px[n1] |= 0x80000000; \ 89 px[n1] = px[n2] = 0;
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | nextafterl.c | 37 #define n1 1 macro 44 if (++px[n1] == 0) \ 50 if (--px[n1] == 0xffffffff) \ 55 #define n1 1 macro 66 if ((++px[n1] & ~0x80000000) == 0) \ 67 px[n1] = 0x80000000, ++px[n0]; \ 71 if (--px[n1] == 0x7fffffff) \ 73 px[n1] |= 0x80000000; \ 89 px[n1] = px[n2] = 0;
|
H A D | hypotl.c | 68 int n0, n1, n2, n3; local 77 n1 = 1; 82 n1 = 2; 108 pt1[n1] = px[n1]; 115 py1[n1] = py[n1]; 119 pt1[n1] = px[n1]; 149 pt1[n1] [all...] |
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | nexttowardl.c | 37 #define n1 1 macro 44 if (++px[n1] == 0) \ 50 if (--px[n1] == 0xffffffff) \ 55 #define n1 1 macro 66 if ((++px[n1] & ~0x80000000) == 0) \ 67 px[n1] = 0x80000000, ++px[n0]; \ 71 if (--px[n1] == 0x7fffffff) \ 73 px[n1] |= 0x80000000; \ 89 px[n1] = px[n2] = 0;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | network.c | 142 register int n, n1; local 147 if ((n1 = n = ring_full_consecutive(&netoring)) > 0) { 182 if ((n1 == n) && ring_full_consecutive(&netoring)) {
|
H A D | terminal.c | 107 register int n, n0, n1; local 110 if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) { 129 if (n1 == n && n0 > n) { 130 n1 = n0 - n; 132 n1 = TerminalWrite((char *)ttyoring.bottom, n1); 133 if (n1 == -1) { 136 n1 = 0; 139 n += n1;
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | wrap.c | 57 * n1, n2 - pointers to nodes to be compared 60 * Returns -1 if (n1 < n2), 0 if they are equal, and 1 if (n1 > n2) 63 wrap_cmp(const void *n1, const void *n2) argument 67 rc = strcmp(((WrapSymNode *)n1)->wsn_name,
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | getgr.c | 68 grgid_compar(const void *n1, const void *n2) { argument 71 e1 = (nsc_entry_t *)n1;
|
H A D | getproject.c | 64 projid_compar(const void *n1, const void *n2) { argument 67 e1 = (nsc_entry_t *)n1;
|
H A D | getpw.c | 66 pwuid_compar(const void *n1, const void *n2) { argument 69 e1 = (nsc_entry_t *)n1;
|
H A D | gettnrhdb.c | 70 tsol_rh_compar(const void *n1, const void *n2) { argument 74 e1 = (nsc_entry_t *)n1;
|
H A D | getether.c | 68 ether_compar(const void *n1, const void *n2) { argument 72 e1 = (nsc_entry_t *)n1;
|
H A D | gethost.c | 84 hostaddr_compar(const void *n1, const void *n2) { argument 88 e1 = (nsc_entry_t *)n1;
|
H A D | getnet.c | 102 netaddr_compar(const void *n1, const void *n2) { argument 105 e1 = (nsc_entry_t *)n1;
|
H A D | getnode.c | 79 ipaddr_compar(const void *n1, const void *n2) { argument 83 e1 = (nsc_entry_t *)n1; 119 ipname_compar(const void *n1, const void *n2) { argument 123 e1 = (nsc_entry_t *)n1;
|
H A D | getserv.c | 71 servname_compar(const void *n1, const void *n2) { argument 75 e1 = (nsc_entry_t *)n1; 117 servport_compar(const void *n1, const void *n2) { argument 121 e1 = (nsc_entry_t *)n1;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | fmod.c | 31 static int n0 = 0, n1 = 1; variable 73 if ((px[n1] | (px[n0] & 0x7fffffff)) == 0) 93 if ((px[n1] | (px[n0] & 0x7fffffff)) == 0)
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | comm.c | 69 register int n1, n2, n, comp; local 71 n1 = sfvalue(in1); 76 n=(n1<n2?n1:n2); 77 if((comp=memcmp(cp1,cp2,n-1))==0 && (comp=n1-n2)==0) 91 n1 = sfvalue(in1); 109 if((mode&C_FILE1) && sfwrite(out,cp1,n1) < 0) 112 n1 = sfvalue(in1); 120 n1 = n2; 138 if(sfwrite(out,cp1,n1) < [all...] |
/illumos-gate/usr/src/cmd/avs/dsstat/ |
H A D | report.c | 66 uint64_t n1; local 69 n1 = -new; 72 return (n1 - old); 75 del = n1 - o1;
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | zalloc_malloc.c | 127 Calloc(size_t n1, size_t n2, const char *file, int line) argument 129 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2;
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 77 static int intCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 78 return n2 - n1; 89 static int ptrCompare(const void *pKey1, int n1, const void *pKey2, int n2){ 102 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 103 if( n1!=n2 ) return n2-n1; 104 return sqliteStrNICmp((const char*)pKey1,(const char*)pKey2,n1); 118 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 119 if( n1!=n2 ) return n2-n1; [all...] |
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vcosf.S | 80 #define n1 STACK_BIAS-0x2c define 95 ! l1 n1 381 st %f13,[%fp+n1] 401 ld [%fp+n1],%l1
|
H A D | __vsincosf.S | 81 #define n1 STACK_BIAS-0x48 define 110 ! o1 n1 449 st %f13,[%fp+n1] 469 ld [%fp+n1],%o1 552 ld [%fp+n1],%o1 561 stx %g1,[%fp+n1] 631 ldd [%fp+n1],%f32
|
H A D | __vsinf.S | 80 #define n1 STACK_BIAS-0x2c define 95 ! l1 n1 377 st %f13,[%fp+n1] 397 ld [%fp+n1],%l1
|