Searched defs:n2 (Results 51 - 75 of 112) sorted by relevance

12345

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c440 static int compare_tags(const void *n1, const void *n2) { argument
443 ((struct attr_node *)n2)->tag);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c169 char *n1, *n2; local
174 nwam_ncu_typed_name_to_name(*(const char **)c2, &t2, &n2)
176 int ret = strcasecmp(n1, n2);
178 free(n2);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c292 static long n2; local
641 n2 = error_info.line;
1295 if (pp.macref) (*pp.macref)(sym, error_info.file, n2, mac ? error_info.line - n2 + 1 : REF_UNDEF, mac ? strsum(mac->value, (long)mac->arity) : 0L);
1408 n2 = error_info.line;
2193 n2 = error_info.line;
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcos.c535 int n0, n1, n2; local
622 n2 = (int) (x2 * invpio2 + half[xsb2]);
625 fn2 = (double) n2;
628 n2 = (n2 + 1) & 3;
670 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
706 n2 ^= (xsb2 & ~(n2 << 1));
712 a2 = __vlibm_TBL_sincos_hi[j2+n2];
715 t2 = (__vlibm_TBL_sincos_hi[j2+((n2
[all...]
H A D__vcosbig_ultra3.c107 int n0, n1, n2; local
175 n2 = (int) (x2 * invpio2 + half[xsb2]);
178 fn2 = (double) n2;
181 n2 = (n2 + 1) & 3;
223 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
259 n2 ^= (xsb2 & ~(n2 << 1));
265 a2 = __vlibm_TBL_sincos_hi[j2+n2];
268 t2 = (__vlibm_TBL_sincos_hi[j2+((n2
[all...]
H A D__vsin.c514 int n0, n1, n2; local
630 n2 = (int) (x2 * invpio2 + half[xsb2]);
633 fn2 = (double) n2;
636 n2 &= 3;
678 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
714 n2 ^= (xsb2 & ~(n2 << 1));
720 a2 = __vlibm_TBL_sincos_hi[j2+n2];
723 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2];
[all...]
H A D__vsinbig_ultra3.c107 int n0, n1, n2; local
175 n2 = (int) (x2 * invpio2 + half[xsb2]);
178 fn2 = (double) n2;
181 n2 &= 3;
223 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
259 n2 ^= (xsb2 & ~(n2 << 1));
265 a2 = __vlibm_TBL_sincos_hi[j2+n2];
268 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2];
[all...]
H A D__vsincos.c727 int n0, n1, n2; local
857 n2 = (int) (x2 * invpio2 + half[xsb2]);
860 fn2 = (double) n2;
863 n2 &= 3;
943 n2 ^= (xsb2 & ~(n2 << 1));
950 a1_2 = __vlibm_TBL_sincos_hi[j2+n2];
954 a2_2 = __vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)];
958 t2_2 = __vlibm_TBL_sincos_lo[j2+((n2+xsb2)&3)] - (a1_2*w2 - a2_2*t2);
974 t1_2 += __vlibm_TBL_sincos_lo[j2+n2];
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c297 netbufs_equal(struct netbuf *n1, struct netbuf *n2) argument
299 return ((n1->len == n2->len) &&
300 (memcmp(n1->buf, n2->buf, (size_t)n1->len) == 0));
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c573 cat(struct name *n1, struct name *n2) argument
578 return (n2);
579 if (n2 == NIL)
582 tail->n_flink = n2;
583 n2->n_blink = tail;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c958 progress(char *format, long n1, long n2) argument
966 (void) sprintf(msg, format, n1, n2);
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.c317 int n1, n2; local
324 cp = number(cp, &n2);
327 *h = n1 * 1000 + n2;
/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c76 int n2; member in struct:suftab
425 return ((*t->p2)(ep-t->n2, t->d2, t->a2, lev));
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c556 trace_str(nvlist_t *entry, char *n1, char *n2, char *str) argument
561 if (n2 != NULL)
562 (void) strlcat(name, n2, sizeof (name));
568 trace_int(nvlist_t *entry, char *n1, char *n2, int64_t i) argument
573 if (n2 != NULL)
574 (void) strlcat(name, n2, sizeof (name));
580 trace_sid(nvlist_t *entry, char *n1, char *n2, idmap_sid *sid) argument
588 trace_str(entry, n1, n2, str);
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c175 cmap_compare_sym(const void *n1, const void *n2) argument
178 const charmap_t *c2 = n2;
190 cmap_compare_mbs(const void *n1, const void *n2) argument
193 const charmap_t *c2 = n2;
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c193 * n1: See if n1 is n2 or an ancestor of it
194 * n2: (in string terms, n1 is a suffix of n2)
198 domcmp(const char *n1, const char *n2) argument
205 if ((n1 == NULL) || (n2 == NULL))
209 l2 = strlen(n2);
215 if (l2 != 0 && n2[l2 - 1] == '.') {
225 if (l1 < l2 && n2[l2 - l1 - 1] != '.') {
228 if (strncasecmp(n1, &n2[l2 - l1], l1) == 0) {
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c388 uint_t n2, char ***buf)
393 tmparr = alloca((n1 + n2) * sizeof (char *));
394 bzero(tmparr, (n1 + n2) * sizeof (char *));
399 for (int j = 0; j < n2; j++)
387 nd_merge_strarray(nd_hdl_t *nhdl, char **arr1, uint_t n1, char **arr2, uint_t n2, char ***buf) argument
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c58 char n2[DT_TYPE_NAMELEN]; local
96 dt_node_type_name(args, n2, sizeof (n2)));
322 char n2[DT_TYPE_NAMELEN]; local
423 dt_node_type_name(xnp, n2, sizeof (n2)));
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c76 * "Name 'n1' is a $result than name 'n2'"
81 nis_name n2) /* See if these are the same domain */
86 if ((n1 == NULL) || (n2 == NULL))
90 l2 = strlen(n2);
99 if (l2 != 0 && n2[l2 - 1] == '.') {
107 } else /* (l1 < l2); swap l1/l2 and n1/n2 */ {
110 ntmp = n1; n1 = n2; n2 = ntmp;
118 /* Special case for n2 == "." or "" */
127 if (strncasecmp(n1, n2, l
79 nis_dir_cmp( nis_name n1, nis_name n2) argument
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c645 register int n2; local
656 n2 = jp->file[1].fieldlen;
660 n = n1 < n2 ? n1 : n2;
662 if (!n && !(cmp = n1 < n2 ? -1 : (n1 > n2)) || n && !(cmp = (int)*cp1 - (int)*cp2) && !(cmp = jp->ignorecase ? strncasecmp((char*)cp1, (char*)cp2, n) : memcmp(cp1, cp2, n)))
663 cmp = n1 - n2;
667 if (!n && !(cmp = n1 < n2 ? -1 : (n1 > n2)) || n && !(cmp = (int)*cp1 - (int)*cp2) && !(cmp = jp->ignorecase ? strncasecmp((char*)cp1, (char*)cp2, n) : memcmp(cp1, cp2, n)) && !(cmp = n1 - n2))
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vcos.S91 #define n2 STACK_BIAS-0x24 define
1471 ! o5 n2
1487 ! f22 n2,y2
1626 st %f23,[%fp+n2]
1656 ld [%fp+n2],%o5 ; add %o5,1,%o5
1910 ld [%fp+n2],%o5 ; add %o5,1,%o5
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c441 uint_t n1, n2, arrsz, repsz; local
445 &n2);
447 r += nvlist_lookup_string_array(p_nvl[1], "to", &arr2, &n2);
477 &n2);
478 repsz = n1 = n2 = 0;
481 nd_split_list(nhdl, arr2[0], ",", &reparr2, &n2) != 0 ||
482 (repsz = nd_merge_strarray(nhdl, tmparr1, n1, tmparr2, n2,
491 if (n2)
492 nd_free_strarray(reparr2, n2);
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c148 int n1, n2, n; local
275 n2 = from2 - num2;
276 n = n1 > n2 ? n2 : n1;
312 n2 = to2 - from2;
313 n = n1 > n2 ? n2 : n1;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c183 register int n, m, n2; /* handy integers (short term usage) */ local
273 n2 = 0; \
277 n2 = 10 * n2 + to_digit(*cp); \
288 nextarg = n2; \
836 register int n, n2; /* handy integer (short term usage) */ local
862 n2 = 0; \
866 n2 = 10 * n2 + to_digit(*cp); \
872 nextarg = n2; \
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c311 cleanfld(int n1, int n2) /* clean out fields n1..n2 inclusive */ argument
317 for (i = n2; i > n1; i--) {

Completed in 90 milliseconds

12345