Home
last modified time | relevance | path

Searched refs:n2 (Results 51 – 75 of 138) sorted by relevance

123456

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c670 int n0, n1, n2, n3; in __vlog() local
721 n2 += (e >> 20); in __vlog()
766 *y = (n2 * ln2hi + TBL[i2+2]) + (h2 + (l2 + in __vlog()
767 (n2 * ln2lo + TBL[i2+3]) + b2)); in __vlog()
H A D__vsincosf.c171 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vsincosf() local
211 n2 = LO(z2); in __vsincosf()
252 if (n2 & 2) { in __vsincosf()
281 if (n2 & 1) { in __vsincosf()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1500 n2, sizeof (n2))); in dt_node_decl()
1653 dt_node_type_name(&idn, n2, sizeof (n2))); in dt_node_decl()
2488 dt_node_type_name(&dn, n2, sizeof (n2))); in dt_node_xlator()
3386 dt_node_type_name(rp, n2, sizeof (n2))); in dt_cook_op2()
3435 dt_node_type_name(rp, n2, sizeof (n2))); in dt_cook_op2()
3618 dt_node_type_name(rp, n2, sizeof (n2))); in dt_cook_op2()
3638 dt_node_type_name(rp, n2, sizeof (n2))); in dt_cook_op2()
3905 dt_node_type_name(lp, n2, sizeof (n2))); in dt_cook_op2()
3953 dt_node_type_name(lp, n2, sizeof (n2))); in dt_cook_op2()
4322 n2, sizeof (n2))); in dt_cook_xlator()
[all …]
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c175 cmap_compare_sym(const void *n1, const void *n2) in cmap_compare_sym() argument
178 const charmap_t *c2 = n2; in cmap_compare_sym()
190 cmap_compare_mbs(const void *n1, const void *n2) in cmap_compare_mbs() argument
193 const charmap_t *c2 = n2; in cmap_compare_mbs()
H A Diconv_list.c58 cs_compare(const void *n1, const void *n2) in cs_compare() argument
61 const codeset_t *c2 = n2; 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
567 hash2 = ((Isd_node *)n2)->isd_hash; in isdavl_compare()
575 st2 = ((Isd_node *)n2)->isd_name; in isdavl_compare()
/illumos-gate/usr/src/cmd/nscd/
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
104 e2 = (nsc_entry_t *)n2; in netaddr_compar()
H A Dgetexec.c80 execattr_compar(const void *n1, const void *n2) { in execattr_compar() argument
82 nsc_entry_t *e2 = (nsc_entry_t *)n2; in execattr_compar()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DNXGE.dict31 fault.io.n2.niu-xfp=0
32 fault.io.n2.niu-xaui=1
/illumos-gate/usr/src/boot/forth/
H A Dmenu-commands.4th315 dup cycle_stateN @ ( n -- n n2 )
316 dup osconsole_state ! ( n n2 -- n n2 ) \ copy for re-initialization
357 dup cycle_stateN @ ( n -- n n2 )
358 dup acpi_state ! ( n n2 -- n n2 ) \ copy for re-initialization
419 dup cycle_stateN @ ( n -- n n2 )
420 dup kmdb_state ! ( n n2 -- n n2 )
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c629 int n2, j2, k, ix, j, i; in large_gam() local
659 n2 = (ix >> 16) - 0x3fff; /* exponent of x, range:3-10 */ in large_gam()
660 y = scalbnl(x, -n2); /* y = scale x to [1,2] */ in large_gam()
661 n2 += n2; /* 2n */ in large_gam()
670 t4 = T2[j2 + 1] + T1[n2 + 1]; in large_gam()
673 t3 = T2[j2] + T1[n2]; in large_gam()
H A Dtgamma.c1213 int n2, j2, k, ix, j; in large_gam() local
1245 n2 = (ix >> 20) - 0x3ff; /* exponent of x, range:3-7 */ in large_gam()
1246 n2 += n2; /* 2n */ in large_gam()
1258 t4 = T2[j2 + 1] + T1[n2 + 1]; in large_gam()
1261 t3 = T2[j2] + T1[n2]; in large_gam()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c71 static int _kt_compare_strings(const char *s1, int n1, const char *s2, int n2);
714 static int _kt_compare_strings(const char *s1, int n1, const char *s2, int n2) in _kt_compare_strings() argument
720 for(i=0; i<n1 && i<n2 && s1[i]==s2[i]; i++) in _kt_compare_strings()
725 if(i==n1 || i==n2) { in _kt_compare_strings()
726 if(n1 == n2) in _kt_compare_strings()
/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/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c198 domcmp(const char *n1, const char *n2) in domcmp() argument
205 if ((n1 == NULL) || (n2 == NULL)) in domcmp()
209 l2 = strlen(n2); in domcmp()
215 if (l2 != 0 && n2[l2 - 1] == '.') { in domcmp()
225 if (l1 < l2 && n2[l2 - l1 - 1] != '.') { in domcmp()
228 if (strncasecmp(n1, &n2[l2 - l1], l1) == 0) { in domcmp()
/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
579 return (n2); in cat()
580 if (n2 == NIL) in cat()
583 tail->n_flink = n2; in cat()
584 n2->n_blink = tail; in cat()
/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
124 len2 = ((LenNode *)n2)->ln_strlen; in avl_len_compare()
134 avl_str_compare(const void *n1, const void *n2) in avl_str_compare() argument
140 str2 = ((StrNode *)n2)->sn_str; in avl_str_compare()
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c727 int n2 = strlen(azArg[1]); in do_meta_command() local
728 if( strncmp(azArg[1],"line",n2)==0 in do_meta_command()
730 strncmp(azArg[1],"lines",n2)==0 ){ in do_meta_command()
732 }else if( strncmp(azArg[1],"column",n2)==0 in do_meta_command()
734 strncmp(azArg[1],"columns",n2)==0 ){ in do_meta_command()
736 }else if( strncmp(azArg[1],"list",n2)==0 ){ in do_meta_command()
738 }else if( strncmp(azArg[1],"html",n2)==0 ){ in do_meta_command()
740 }else if( strncmp(azArg[1],"insert",n2)==0 ){ in do_meta_command()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c811 uint32_t *p2, n2, s2; in qry_and_match() local
838 p2 = p[j]; n2 = n[j]; s2 = s[j]; in qry_and_match()
856 ec = insert_uid(&p2, &n2, &s2, uid); in qry_and_match()
862 n1 = n2 = 0; /* force break */ in qry_and_match()
872 p[j] = p2; n[j] = n2; s[j] = s2; in qry_and_match()
882 n2 = 0; in qry_and_match()
887 *num_of_objs = n2; in qry_and_match()
/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.c973 ficlInteger n2; in ficlVmInnerLoop() local
977 n2 = (dataTop--)->i; in ficlVmInnerLoop()
980 dataTop->i = ((n1 > n2) ? n1 : n2); in ficlVmInnerLoop()
985 ficlInteger n2; in ficlVmInnerLoop() local
989 n2 = (dataTop--)->i; in ficlVmInnerLoop()
992 dataTop->i = ((n1 < n2) ? n1 : n2); in ficlVmInnerLoop()
1460 ficlInteger n2; in ficlVmInnerLoop() local
1464 n2 = dataTop[0].i; in ficlVmInnerLoop()
1467 qr = ficl2IntegerDivideSymmetric(n1, n2); in ficlVmInnerLoop()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c388 uint_t n2, char ***buf) 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()
399 for (int j = 0; j < n2; j++) in nd_merge_strarray()

123456