Home
last modified time | relevance | path

Searched refs:n1 (Results 51 – 75 of 137) sorted by relevance

123456

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregate.java251 int n1 = r1.getOrdinal(); in getOrderedRecords()
253 return (n1 < n2 ? -1 : (n1 > n2 ? 1 : 0)); in getOrderedRecords()
/illumos-gate/usr/src/cmd/nscd/
H A Dgethost.c82 hostaddr_compar(const void *n1, const void *n2) { in hostaddr_compar() argument
86 e1 = (nsc_entry_t *)n1; in hostaddr_compar()
H A Dcache.h96 #define _NSC_INT_KEY_CMP(n1, n2) \ argument
97 (n1 > n2)?1:((n1 == n2)?0:-1)
H A Dgetnet.c100 netaddr_compar(const void *n1, const void *n2) { in netaddr_compar() argument
103 e1 = (nsc_entry_t *)n1; in netaddr_compar()
H A Dgetexec.c80 execattr_compar(const void *n1, const void *n2) { in execattr_compar() argument
81 nsc_entry_t *e1 = (nsc_entry_t *)n1; in execattr_compar()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c670 int n0, n1, n2, n3; in __vlog() local
714 n1 += (e >> 20); in __vlog()
763 *y = (n1 * ln2hi + TBL[i1+2]) + (h1 + (l1 + in __vlog()
764 (n1 * ln2lo + TBL[i1+3]) + b1)); in __vlog()
H A D__vsincosf.c171 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vsincosf() local
210 n1 = LO(z1); in __vsincosf()
248 if (n1 & 2) { in __vsincosf()
271 if (n1 & 1) { in __vsincosf()
H A D__vcosf.c151 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vcosf() local
187 n1 = LO(z1) + 1; in __vcosf()
207 hx = (n0 & 1) | ((n1 & 1) << 1) | ((n2 & 1) << 2) | in __vcosf()
356 *y = (n1 & 2)? -f1 : f1; in __vcosf()
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c175 cmap_compare_sym(const void *n1, const void *n2) in cmap_compare_sym() argument
177 const charmap_t *c1 = n1; in cmap_compare_sym()
190 cmap_compare_mbs(const void *n1, const void *n2) in cmap_compare_mbs() argument
192 const charmap_t *c1 = n1; in cmap_compare_mbs()
H A Diconv_list.c58 cs_compare(const void *n1, const void *n2) in cs_compare() argument
60 const codeset_t *c1 = n1; in cs_compare()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c263 ofl_segs_avl_cmp(const void *n1, const void *n2) in ofl_segs_avl_cmp() argument
267 rc = strcmp(((Sg_desc *)n1)->sg_name, ((Sg_desc *)n2)->sg_name); in ofl_segs_avl_cmp()
286 ofl_ents_avl_cmp(const void *n1, const void *n2) in ofl_ents_avl_cmp() argument
295 rc = strcmp(((Ent_desc *)n1)->ec_name, ((Ent_desc *)n2)->ec_name); in ofl_ents_avl_cmp()
H A Dutil.c560 isdavl_compare(const void *n1, const void *n2) in isdavl_compare() argument
566 hash1 = ((Isd_node *)n1)->isd_hash; in isdavl_compare()
574 st1 = ((Isd_node *)n1)->isd_name; in isdavl_compare()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c426 static const n0=3,n1=2,n2=1,n3=0;
428 static const n0=0,n1=1,n2=2,n3=3;
534 const int n0=1, n1=0;
536 const int n0=0, n1=1;
572 t=x/y; y=y+t; py[n0]=py[n0]-0x00100006; py[n1]=0;
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmp.c159 int n1 = 0; in cmp() local
167 if (count > 0 && !(count -= n1)) in cmp()
190 n1 = c1; in cmp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c297 netbufs_equal(struct netbuf *n1, struct netbuf *n2) in netbufs_equal() argument
299 return ((n1->len == n2->len) && in netbufs_equal()
300 (memcmp(n1->buf, n2->buf, (size_t)n1->len) == 0)); in netbufs_equal()
/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c147 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc() argument
149 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; in Calloc()
/illumos-gate/usr/src/common/ficl/test/
H A Dfib.fr1 : fib ( n1 -- n2 )
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c574 cat(struct name *n1, struct name *n2) in cat() argument
578 if (n1 == NIL) in cat()
581 return (n1); in cat()
582 tail = tailof(n1); in cat()
585 return (n1); in cat()
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire.c534 uint64_t n1; in hrtime_delta() local
537 n1 = -new; in hrtime_delta()
539 return (n1 - old); in hrtime_delta()
542 del = n1 - o1; in hrtime_delta()
/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c119 avl_len_compare(const void *n1, const void *n2) in avl_len_compare() argument
123 len1 = ((LenNode *)n1)->ln_strlen; in avl_len_compare()
134 avl_str_compare(const void *n1, const void *n2) in avl_str_compare() argument
139 str1 = ((StrNode *)n1)->sn_str; in avl_str_compare()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c291 static long n1; in ppcontrol() local
737 n1 = s - mac->formals; in ppcontrol()
740 formargs[n] += n1; in ppcontrol()
741 formvals[n] += n1; in ppcontrol()
826 n1 = s - mac->formals; in ppcontrol()
828 formargs[n] += n1; in ppcontrol()
872 n1 = 0; in ppcontrol()
1026 n1++; in ppcontrol()
1031 if (n1) n1++; in ppcontrol()
1036 if (n1) n1--; in ppcontrol()
[all …]
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c208 nrwid(int n1, int p, int n2) in nrwid() argument
210 printf(".nr %d \\w'\\s%d\\*(%d'\n", n1, EFFPS(p), n2); in nrwid()
/illumos-gate/usr/src/common/ficl/
H A Dvm.c974 ficlInteger n1; in ficlVmInnerLoop() local
978 n1 = dataTop->i; in ficlVmInnerLoop()
980 dataTop->i = ((n1 > n2) ? n1 : n2); in ficlVmInnerLoop()
986 ficlInteger n1; in ficlVmInnerLoop() local
990 n1 = dataTop->i; in ficlVmInnerLoop()
992 dataTop->i = ((n1 < n2) ? n1 : n2); in ficlVmInnerLoop()
1459 ficl2Integer n1; in ficlVmInnerLoop() local
1465 FICL_INTEGER_TO_2INTEGER(dataTop[-1].i, n1); in ficlVmInnerLoop()
1467 qr = ficl2IntegerDivideSymmetric(n1, n2); in ficlVmInnerLoop()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c387 nd_merge_strarray(nd_hdl_t *nhdl, char **arr1, uint_t n1, char **arr2, in nd_merge_strarray() argument
393 tmparr = alloca((n1 + n2) * sizeof (char *)); in nd_merge_strarray()
394 bzero(tmparr, (n1 + n2) * sizeof (char *)); in nd_merge_strarray()
396 while (++uniq < n1) in nd_merge_strarray()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c169 char *n1, *n2; in name_cmp() local
172 if (nwam_ncu_typed_name_to_name(*(const char **)c1, &t1, &n1) in name_cmp()
176 int ret = strcasecmp(n1, n2); in name_cmp()
177 free(n1); in name_cmp()

123456