Searched refs:n2 (Results 101 - 125 of 501) sorted by relevance

1234567891011>>

/netbsd-current/lib/libtelnet/
H A Dpk.c271 int n1, n2, op; local
284 n2 = in[op + 1] - 'A' + 10;
286 n2 = in[op + 1] - '0';
287 buf[l] = (char)(n1 * 16 + n2);
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi.h358 /* n1<n2 return negative value
359 n1 = n2 return 0
360 n1>n2 return positive value
362 int bi_cmp( const bi_ptr n1, const bi_ptr n2);
364 /* n1<n2 return negative value
365 n1 = n2 return 0
366 n1>n2 return positive value
368 int bi_cmp_si( const bi_ptr n1, const int n2);
370 /* n1 == n2 return 1 (true)
373 int bi_equals( const bi_ptr n1, const bi_ptr n2);
[all...]
/netbsd-current/external/bsd/bzip2/dist/
H A Dhuffman.c74 Int32 nNodes, nHeap, n1, n2, i, j, k; local
104 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1);
106 parent[n1] = parent[n2] = nNodes;
107 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-profile.c213 cgraph_node *n2; local
219 n2 = find_func_by_profile_id (item.target_id);
220 if (n2)
222 n2->dump_name (),
767 struct cgraph_node *n,*n2; local
875 n2 = find_func_by_profile_id (item.target_id);
876 if (n2)
884 n2->dump_name (),
904 else if (n2->get_availability () <= AVAIL_INTERPOSABLE
905 && n2
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dptype-on-functions.f9073 type (Number) :: n2 variable in program:test
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-profile.cc213 cgraph_node *n2; local
219 n2 = find_func_by_profile_id (item.target_id);
220 if (n2)
222 n2->dump_name (),
767 struct cgraph_node *n,*n2; local
863 n2 = find_func_by_profile_id (item.target_id);
864 if (n2)
872 n2->dump_name (),
891 else if (n2->get_availability () <= AVAIL_INTERPOSABLE
892 && n2
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dptype-on-functions.f9073 type (Number) :: n2 variable in program:test
/netbsd-current/lib/libc/citrus/
H A Dcitrus_module.c156 _cmpndewey(int d1[], unsigned int n1, int d2[], unsigned int n2) argument
163 for (i = 0; i < n1 && i < n2; i++) {
170 if (n1 == n2)
176 if (i == n2)
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfsyncd.c461 int n2; local
494 n2 = sizeof(*sh) + len;
497 n3 = write(lfd, buff, n2);
504 n2 -= n3;
527 int n2; local
545 n2 = SMC_RLOG;
546 (void) ioctl(lfd, SIOCIPFFL, &n2);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-awk.c91 unsigned int n2 = ((const struct numbered_arg *) p2)->number; local
93 return (n1 > n2 ? 1 : n1 < n2 ? -1 : 0);
474 unsigned int n2 = spec2->numbered_arg_count; local
478 for (i = 0, j = 0; i < n1 || j < n2; )
481 j >= n2 ? -1 :
512 for (i = 0, j = 0; j < n2; )
H A Dformat-java.c605 unsigned int n2 = ((const struct numbered_arg *) p2)->number; local
607 return (n1 > n2 ? 1 : n1 < n2 ? -1 : 0);
714 unsigned int n2 = spec2->numbered_arg_count; local
718 for (i = 0, j = 0; i < n1 || j < n2; )
721 j >= n2 ? -1 :
752 for (i = 0, j = 0; j < n2; )
H A Dformat-perl.c126 unsigned int n2 = ((const struct numbered_arg *) p2)->number; local
128 return (n1 > n2 ? 1 : n1 < n2 ? -1 : 0);
552 unsigned int n2 = spec2->numbered_arg_count; local
556 for (i = 0, j = 0; i < n1 || j < n2; )
559 j >= n2 ? -1 :
590 for (i = 0, j = 0; j < n2; )
/netbsd-current/sys/lib/libunwind/
H A DAddressSpace.hpp443 const LocalAddressSpace::Range *n2 = (const LocalAddressSpace::Range *)n2_;
445 if (n1->first_pc < n2->first_pc)
447 if (n1->first_pc > n2->first_pc)
449 assert(n1->last_pc == n2->last_pc);
465 const LocalAddressSpace::Range *n2 = (const LocalAddressSpace::Range *)n2_;
467 if (n1->ehframe_base < n2->ehframe_base)
469 if (n1->ehframe_base > n2->ehframe_base)
/netbsd-current/external/bsd/mdocml/dist/
H A Dman_html.c419 list_continues(const struct roff_node *n1, const struct roff_node *n2) argument
425 n2 == NULL || n2->type != ROFFT_BLOCK)
428 (n2->tok == MAN_TP || n2->tok == MAN_TQ))
430 if (n1->tok != MAN_IP || n2->tok != MAN_IP)
433 n2 = n2->head->child;
435 s2 = n2 == NULL ? "" : n2
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dgen-mul-tables.cc196 add (MUL_TYPE n1, MUL_TYPE n2) argument
198 return n1 + n2;
202 sub (MUL_TYPE n1, MUL_TYPE n2) argument
204 return n1 - n2;
208 s1a (MUL_TYPE n1, MUL_TYPE n2) argument
210 return n1 * 2 + n2;
214 s2a (MUL_TYPE n1, MUL_TYPE n2) argument
216 return n1 * 4 + n2;
220 s3a (MUL_TYPE n1, MUL_TYPE n2) argument
222 return n1 * 8 + n2;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dgen-mul-tables.cc196 add (MUL_TYPE n1, MUL_TYPE n2) argument
198 return n1 + n2;
202 sub (MUL_TYPE n1, MUL_TYPE n2) argument
204 return n1 - n2;
208 s1a (MUL_TYPE n1, MUL_TYPE n2) argument
210 return n1 * 2 + n2;
214 s2a (MUL_TYPE n1, MUL_TYPE n2) argument
216 return n1 * 4 + n2;
220 s3a (MUL_TYPE n1, MUL_TYPE n2) argument
222 return n1 * 8 + n2;
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Duniname.c374 unsigned int n2 = p3 - p2; local
377 if (n1 <= 2 && (n2 >= 1 && n2 <= 3) && n3 <= 2)
388 if (memcmp(jamo_medial_short_name[index2], p2, n2) == 0
389 && jamo_medial_short_name[index2][n2] == '\0')
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfncase.c137 fncmp (const char *n1, const char *n2) argument
139 while (*n1 && *n2
141 == FOLD_FN_CHAR(*n2)))
142 n1++, n2++;
143 return (FOLD_FN_CHAR(*n1) - FOLD_FN_CHAR(*n2));
/netbsd-current/usr.bin/tsort/
H A Dtsort.c207 NODE *n2; local
215 n2 = get_node(s2);
221 if (n1->n_arcs[i] == n2)
233 n1->n_arcs[n1->n_narcs++] = n2;
234 ++n2->n_refcnt;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/lhash/
H A Dlhash.c216 OPENSSL_LH_NODE **n, **n1, **n2, *np; local
243 n2 = &(lh->b[p + pmax]);
244 *n2 = NULL;
250 np->next = *n2;
251 *n2 = np;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/lhash/
H A Dlhash.c215 OPENSSL_LH_NODE **n, **n1, **n2, *np; local
240 n2 = &(lh->b[p + pmax]);
241 *n2 = NULL;
247 np->next = *n2;
248 *n2 = np;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc73 // Cycle: n1->n2->n1
78 uptr n2 = d.newNode(2); local
80 EXPECT_FALSE(d.onLock(&dtls, n2));
81 d.onUnlock(&dtls, n2);
84 EXPECT_FALSE(d.onLock(&dtls, n2));
90 EXPECT_EQ(path[1], n2);
92 EXPECT_EQ(d.getData(n2), 2U);
94 d.onUnlock(&dtls, n2);
97 // Cycle: n1->n2->n3->n1
102 uptr n2 local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c519 CRYPTO_ALIGN(16) uint32_t n2[4]; local
530 memcpy(&n2[0], npub, 3 * 4);
531 n2[3] = 0x01000000;
532 aesni_encrypt1(T, _mm_load_si128((const __m128i *) n2), rkeys);
575 aesni_encrypt8full(c + i, n2, rkeys, m + i, accum, Hv, H2v, H3v, H4v, rev); \
589 aesni_encrypt8(outni, n2, rkeys); \
607 n2[3] &= 0x00ffffff;
608 COUNTER_INC2(n2);
658 CRYPTO_ALIGN(16) uint32_t n2[4]; local
670 memcpy(&n2[
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtests.c310 const void *s1, size_t n1, const void *s2, size_t n2)
314 if (n1 != n2 || s1 == NULL || s2 == NULL || memcmp(s1, s2, n1) != 0) {
316 s1, n1, s2, n2);
323 const void *s1, size_t n1, const void *s2, size_t n2)
327 if (n1 != n2)
331 s1, n1, s2, n2);
309 test_mem_eq(const char *file, int line, const char *st1, const char *st2, const void *s1, size_t n1, const void *s2, size_t n2) argument
322 test_mem_ne(const char *file, int line, const char *st1, const char *st2, const void *s1, size_t n1, const void *s2, size_t n2) argument
/netbsd-current/external/mit/isl/dist/
H A Disl_fold.c671 isl_size n1, n2; local
674 n2 = isl_qpolynomial_list_size(list2);
675 if (n1 < 0 || n2 < 0)
678 for (i = n2 - 1; i >= 0; --i) {
706 n2--;
808 isl_size n1, n2; local
829 n2 = isl_qpolynomial_list_size(list2);
830 if (n1 < 0 || n2 < 0)
833 if (n1 == 1 && n2 != 1)
837 if (n2
1293 isl_size n1, n2; local
1360 isl_size n1, n2; local
1507 isl_size n1, n2; local
[all...]

Completed in 224 milliseconds

1234567891011>>