Searched refs:n2 (Results 276 - 300 of 501) sorted by relevance

<<11121314151617181920>>

/netbsd-current/common/lib/libprop/
H A Dprop_number.c126 const void *n1, const void *n2)
129 const struct _prop_number *pn2 = n2;
125 _prop_number_rb_compare_nodes(void *ctx _PROP_ARG_UNUSED, const void *n1, const void *n2) argument
H A Dprop_string.c92 const void *n1, const void *n2)
95 const struct _prop_string * const ps2 = n2;
91 _prop_string_rb_compare_nodes(void *ctx _PROP_ARG_UNUSED, const void *n1, const void *n2) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf.h277 symtab_node *n2,
290 symtab_node *n1, symtab_node *n2,
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c453 splay_tree_key n2 = splay_tree_lookup (mem_map, &cur_node); local
455 if (n2
456 && n2->tgt == n->tgt
457 && n2->host_start - n->host_start == n2->tgt_offset - n->tgt_offset)
459 gomp_map_vars_existing (devicep, aq, n2, &cur_node,
468 n2 = splay_tree_lookup (mem_map, &cur_node);
470 if (n2
471 && n2->tgt == n->tgt
472 && n2
[all...]
H A Doacc-mem.c1115 splay_tree_key n2 local
1117 if (!n2
1118 || n2->tgt != n->tgt
1119 || n2->host_start - n->host_start
1120 != n2->tgt_offset - n->tgt_offset)
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c702 splay_tree_key n2 = splay_tree_lookup (mem_map, &cur_node); local
705 if (n2
706 && n2->tgt == n->tgt
707 && n2->host_start - n->host_start == n2->tgt_offset - n->tgt_offset)
709 gomp_map_vars_existing (devicep, aq, n2, &cur_node, &tgt->list[i],
719 n2 = splay_tree_lookup (mem_map, &cur_node);
721 if (n2
722 && n2->tgt == n->tgt
723 && n2
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.h277 symtab_node *n2,
290 symtab_node *n1, symtab_node *n2,
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dstabs.c1705 bfd_signed_vma n2, n3; local
1737 n2 = parse_number (pp, &ov2, p_end);
1767 && n2 == 0
1779 if (self_subrange && n2 == 0 && n3 == 0)
1782 /* A type defined as a subrange of itself, with n2 positive and
1783 n3 zero, is a complex type, and n2 is the number of bytes. */
1784 if (self_subrange && n3 == 0 && n2 > 0)
1785 return debug_make_complex_type (dhandle, n2);
1787 /* If n3 is zero and n2 is positive, this is a floating point
1788 type, and n2 i
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c1705 bfd_signed_vma n2, n3; local
1737 n2 = parse_number (pp, &ov2, p_end);
1767 && n2 == 0
1779 if (self_subrange && n2 == 0 && n3 == 0)
1782 /* A type defined as a subrange of itself, with n2 positive and
1783 n3 zero, is a complex type, and n2 is the number of bytes. */
1784 if (self_subrange && n3 == 0 && n2 > 0)
1785 return debug_make_complex_type (dhandle, n2);
1787 /* If n3 is zero and n2 is positive, this is a floating point
1788 type, and n2 i
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dstabs.c1729 bfd_signed_vma n2, n3; local
1761 n2 = parse_number (pp, &ov2, p_end);
1791 && n2 == 0
1803 if (self_subrange && n2 == 0 && n3 == 0)
1806 /* A type defined as a subrange of itself, with n2 positive and
1807 n3 zero, is a complex type, and n2 is the number of bytes. */
1808 if (self_subrange && n3 == 0 && n2 > 0)
1809 return debug_make_complex_type (dhandle, n2);
1811 /* If n3 is zero and n2 is positive, this is a floating point
1812 type, and n2 i
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/refer/
H A Dref.cpp519 int n2 = r2.sort_key.length(); local
520 for (; n1 > 0 && n2 > 0; --n1, --n2, ++s1, ++s2)
523 if (n2 > 0)
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_64/
H A Dlshift.asm67 j L(n2)
77 L(n2): lg %r1, 8(up)
H A Dlshiftc.asm63 j L(n2)
74 L(n2): lg %r1, 8(up)
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc32/
H A Dudiv_nfp.asm55 bcc L(n2)
82 L(n2): addx %o4,%o4,%o4
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/
H A Dhamdist.asm165 jle L(n2)
174 L(n2): .byte 0xf3,0x49,0x0f,0xb8,0xcb C popcnt %r11,%rcx
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c1754 uinteger_t n2 = n * base; local
1755 if ((n2 / base != n || n2 + d < n))
1759 n = n2 + d;
H A Ddmodule.c1350 const char *n2 = FileName::combine(n, "package.d"); local
1351 if (FileName::exists(n2) == 1)
1354 return n2;
1356 FileName::free(n2);
/netbsd-current/sys/ufs/chfs/
H A Dchfs_readinode.c80 tmp_node_compare_nodes(void *ctx, const void *n1, const void *n2) argument
83 const struct chfs_tmp_dnode_info *tdi2 = n2;
107 frag_compare_nodes(void *ctx, const void *n1, const void *n2) argument
110 const struct chfs_node_frag *frag2 = n2;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-partition.c402 account_reference_p (symtab_node *n1, symtab_node *n2) argument
414 if (n1 == n2
415 || !n2->definition
416 || n2->get_partitioning_class () != SYMBOL_PARTITION)
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dmpc-tests.h341 int tpl_same_mpz_value (mpz_ptr n1, mpz_ptr n2);
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-partition.cc402 account_reference_p (symtab_node *n1, symtab_node *n2) argument
414 if (n1 == n2
415 || !n2->definition
416 || n2->get_partitioning_class () != SYMBOL_PARTITION)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.c2856 n = n2; \
2943 int always_replace, n, n2, ret = 0, spair, ts, tm; local
3019 while ((n2 = parse(&uc2, s, len)) > 0) {
3026 if (n2 == spair || always_replace)
3032 s += n2;
3033 len -= n2;
3174 if (n2 < 0) {
3178 s += n2*-1;
3179 len -= n2*-1;
3182 } else if (n2
3250 int always_replace, n, n2, ret = 0, spair, ts, tm; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc3095 tree n2 = get_normalized_constraints_from_decl (tmpl); local
3097 return subsumes (n1, n2) && !subsumes (n2, n1);
3107 tree n2 = get_normalized_constraints_from_decl (tmpl); local
3109 return subsumes (n1, n2);
3123 tree n2 = get_normalized_constraints_from_decl (d2); local
3126 if (subsumes (n1, n2))
3128 if (subsumes (n2, n1))
3139 tree n2 = get_normalized_constraints_from_decl (d2); local
3141 return subsumes (n1, n2);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc3496 tree n2 = get_normalized_constraints_from_decl (tmpl); local
3498 return subsumes (n1, n2) && !subsumes (n2, n1);
3508 tree n2 = get_normalized_constraints_from_decl (tmpl); local
3510 return subsumes (n1, n2);
3524 tree n2 = get_normalized_constraints_from_decl (d2); local
3527 if (subsumes (n1, n2))
3529 if (subsumes (n2, n1))
3540 tree n2 = get_normalized_constraints_from_decl (d2); local
3542 return subsumes (n1, n2);
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_flow.c2423 isl_size n1, n2; local
2427 n2 = isl_vec_size(info2->cst);
2428 if (n1 < 0 || n2 < 0)
2431 if (n2 < n1)
2432 n1 = n2;
2464 isl_size n1, n2; local
2468 n2 = isl_vec_size(info2->cst);
2469 if (n1 < 0 || n2 < 0)
2472 if (n2 < n1)
2473 n1 = n2;
[all...]

Completed in 481 milliseconds

<<11121314151617181920>>