Home
last modified time | relevance | path

Searched refs:j2 (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
H A Dghashv8-armx.pl411 my ($I0,$j1,$j2,$j3,
429 vrev64.8 $j2,$j2
434 vext.8 $I2,$j2,$j2,#8
443 veor $j2,$j2,$I2
445 vpmull2.p64 $j2,$Hhl,$j2
449 veor $Ym,$Ym,$j2
472 vrev64.8 $j2,$j2
485 vext.8 $I2,$j2,$j2,#8
502 veor $j2,$j2,$I2
505 vpmull2.p64 $j2,$Hhl,$j2
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Dghashv8-armx.pl423 my ($I0,$j1,$j2,$j3,
441 vrev64.8 $j2,$j2
446 vext.8 $I2,$j2,$j2,#8
455 veor $j2,$j2,$I2
457 vpmull2.p64 $j2,$Hhl,$j2
461 veor $Ym,$Ym,$j2
484 vrev64.8 $j2,$j2
497 vext.8 $I2,$j2,$j2,#8
514 veor $j2,$j2,$I2
517 vpmull2.p64 $j2,$Hhl,$j2
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dtest-names.c202 unsigned int l1, l2, j1, j2; in test_inverse_lookup() local
224 for (j2 = 0; j2 < l2; j2++) in test_inverse_lookup()
225 if (j2 == 0 || s2[j2-1] == ' ') in test_inverse_lookup()
229 memcpy (buf + j1 + 1, s2 + j2, l2 - j2 + 1); in test_inverse_lookup()
/netbsd-src/usr.sbin/lpr/common_source/
H A Dcommon.c326 int j1, j2; in compar() local
334 j2 = atoi((*q2)->q_name+3); in compar()
336 if (j1 == j2) in compar()
338 if ((j1 < j2 && j2-j1 < 500) || (j1 > j2 && j1-j2 > 500)) in compar()
340 if ((j1 < j2 && j2-j1 > 500) || (j1 > j2 && j1-j2 < 500)) in compar()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/src/
H A Denvsubst.c365 size_t j1, j2; in sorted_string_list_member() local
368 j2 = slp->nitems; in sorted_string_list_member()
369 if (j2 > 0) in sorted_string_list_member()
372 while (j2 - j1 > 1) in sorted_string_list_member()
376 size_t j = (j1 + j2) >> 1; in sorted_string_list_member()
380 j2 = j; in sorted_string_list_member()
386 if (j2 > j1) in sorted_string_list_member()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Djournal.c2471 dns_journal_t *j2 = NULL; in dns_journal_compact()
2557 CHECK(journal_open(mctx, newname, true, true, downgrade, &j2)); in dns_journal_compact()
2558 CHECK(journal_seek(j2, indexend)); in dns_journal_compact()
2616 j2->header.begin.serial = best_guess.serial; in dns_journal_compact()
2617 j2->header.begin.offset = indexend; in dns_journal_compact()
2618 j2->header.sourceserial = j1->header.sourceserial; in dns_journal_compact()
2619 j2->header.serialset = j1->header.serialset; in dns_journal_compact()
2620 j2->header.end.serial = j1->header.end.serial; in dns_journal_compact()
2723 CHECK(journal_write_xhdr(j2, xhdr.size, count, in dns_journal_compact()
2725 CHECK(journal_write(j2, bu in dns_journal_compact()
2470 dns_journal_t *j2 = NULL; dns_journal_compact() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Djournal.c2469 dns_journal_t *j2 = NULL; in dns_journal_compact() local
2554 CHECK(journal_open(mctx, newname, true, true, downgrade, &j2)); in dns_journal_compact()
2555 CHECK(journal_seek(j2, indexend)); in dns_journal_compact()
2613 j2->header.begin.serial = best_guess.serial; in dns_journal_compact()
2614 j2->header.begin.offset = indexend; in dns_journal_compact()
2615 j2->header.sourceserial = j1->header.sourceserial; in dns_journal_compact()
2616 j2->header.serialset = j1->header.serialset; in dns_journal_compact()
2617 j2->header.end.serial = j1->header.end.serial; in dns_journal_compact()
2720 CHECK(journal_write_xhdr(j2, xhdr.size, count, in dns_journal_compact()
2722 CHECK(journal_write(j2, buf, size)); in dns_journal_compact()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dbind.c1641 int n = 0, i, j1 = 0, j2 = 0, skipped = 0; in meta_back_controls_add() local
1684 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + j2 ] ) ) { in meta_back_controls_add()
1689 j2++; in meta_back_controls_add()
1703 if ( j1 == 0 && j2 == 0 ) { in meta_back_controls_add()
1707 assert( j1 + j2 <= (int) (sizeof( c )/sizeof( c[0] )) ); in meta_back_controls_add()
1714 …ctrls = op->o_tmpalloc( (n + j1 + j2 + 1) * sizeof( LDAPControl * ) + ( j1 + j2 ) * sizeof( LDAPCo… in meta_back_controls_add()
1717 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]; in meta_back_controls_add()
1743 if ( j2 ) { in meta_back_controls_add()
1744 ctrls[ n ] = (LDAPControl *)&ctrls[ n + j2 + 1 ] + j1; in meta_back_controls_add()
1746 for ( i = 1; i < j2; i++ ) { in meta_back_controls_add()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dbind.c1266 int n = 0, i, j1 = 0, j2 = 0, skipped = 0; in asyncmeta_controls_add() local
1309 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + j2 ] ) ) { in asyncmeta_controls_add()
1314 j2++; in asyncmeta_controls_add()
1328 if ( j1 == 0 && j2 == 0 ) { in asyncmeta_controls_add()
1332 assert( j1 + j2 <= (int) (sizeof( c )/sizeof( c[0] )) ); in asyncmeta_controls_add()
1339 …ctrls = op->o_tmpalloc( (n + j1 + j2 + 1) * sizeof( LDAPControl * ) + ( j1 + j2 ) * sizeof( LDAPCo… in asyncmeta_controls_add()
1342 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]; in asyncmeta_controls_add()
1368 if ( j2 ) { in asyncmeta_controls_add()
1369 ctrls[ n ] = (LDAPControl *)&ctrls[ n + j2 + 1 ] + j1; in asyncmeta_controls_add()
1371 for ( i = 1; i < j2; i++ ) { in asyncmeta_controls_add()
[all …]
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
101 j2 = x->input[2]; in chacha_encrypt_bytes()
125 x2 = j2; in chacha_encrypt_bytes()
151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dparallelism82 '-j2', "first\nfirst\nsecond\nsecond");
126 ', '-j2', '');
153 # '-j2 INCL=false fdprint',
160 # run_make_test(undef, '-j2 recurse INCL=false', 'bar');
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dchacha.c94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
103 j2 = x->input[2]; in chacha_encrypt_bytes()
127 x2 = j2; in chacha_encrypt_bytes()
153 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in crypto_core_salsa() local
32 j2 = x2 = LOAD32_LE(k + 4); in crypto_core_salsa()
81 STORE32_LE(out + 8, x2 + j2); in crypto_core_salsa()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in chacha20_encrypt_bytes() local
100 j2 = ctx->input[2]; in chacha20_encrypt_bytes()
127 x2 = j2; in chacha20_encrypt_bytes()
153 x2 = PLUS(x2, j2); in chacha20_encrypt_bytes()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c338 int i, j, i2, j2; in interfacechecks() local
387 for(j2=0; j2<num_resif[i2]; j2++) { in interfacechecks()
388 if(strcmp(resif[i][j], resif[i2][j2]) in interfacechecks()
394 if(strcmp(cfg->ifs[i2], resif[i2][j2]) != 0) in interfacechecks()
395 snprintf(info2, sizeof(info2), "address %s from interface: %s", resif[i2][j2], cfg->ifs[i2]); in interfacechecks()
/netbsd-src/usr.bin/make/unit-tests/
H A Djob-output-long-lines.mk17 .MAKEFLAGS: -j2
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A Dpc2-key.pem10 Ft/j2+DyJpoQajHVDyfMTcz1GHEP/KKA/5n/ld4wZ39E8pFaP/PzdCgjdxPUo0II
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A Dpc2-key.pem10 Ft/j2+DyJpoQajHVDyfMTcz1GHEP/KKA/5n/ld4wZ39E8pFaP/PzdCgjdxPUo0II
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A D.travis-libcxx-setup.sh26 make cxx -j2
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dbind.c2806 int n = 0, i, j1 = 0, j2 = 0, skipped = 0; in ldap_back_controls_add() local
2853 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + j2 ] ) ) { in ldap_back_controls_add()
2858 j2++; in ldap_back_controls_add()
2872 if ( j1 == 0 && j2 == 0 ) { in ldap_back_controls_add()
2876 assert( j1 + j2 <= (int) (sizeof( c )/sizeof( c[0] )) ); in ldap_back_controls_add()
2883 …ctrls = op->o_tmpalloc( (n + j1 + j2 + 1) * sizeof( LDAPControl * ) + ( j1 + j2 ) * sizeof( LDAPCo… in ldap_back_controls_add()
2886 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]; in ldap_back_controls_add()
2912 if ( j2 ) { in ldap_back_controls_add()
2913 ctrls[ n ] = (LDAPControl *)&ctrls[ n + j2 + 1 ] + j1; in ldap_back_controls_add()
2915 for ( i = 1; i < j2; i++ ) { in ldap_back_controls_add()
[all …]
/netbsd-src/lib/libc/gen/
H A Darc4random.c139 uint32_t j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15; in crypto_core()
144 j2 = x2 = crypto_le32dec(c + 8); in crypto_core()
172 crypto_le32enc(out + 8, x2 + j2); in crypto_core()
135 uint32_t j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15; crypto_core() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dbitfield.md414 ;; "bset/%j2\t%V1,%0"
445 ;; "bclr/%j2\t%W1,%0"
480 ;; "bset/%j2\t%R1,%0"
515 ;; "bclr/%j2\t%R1,%0"
/netbsd-src/sys/kern/
H A Dsubr_kcpuset.c392 const size_t j2 = i >> KC_SHIFT; in kcpuset_isotherset() local
397 if (bits && (j != j2 || (bits & mask) != 0)) { in kcpuset_isotherset()
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dval_stub_noroot.rpl44 …500 20100909111500 30900 lp0.eu. zWYOT1zmB2k7hMl7mke7k1UNp4lDveUxi2EnF0tW++j2/qJopiAAcFHBo2GOo88jH…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A DMake-lang.in96 # The following allows you to do 'make check-objc -j2'. The

123