Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 25 of 192) sorted by relevance

12345678

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
H A Dghashv8-armx.pl411 my ($I0,$j1,$j2,$j3,
428 vrev64.8 $j1,$j1
435 vext.8 $I1,$j1,$j1,#8
452 veor $j1,$j1,$I1
454 vpmull.p64 $j1,$H34,$j1
458 veor $Ym,$Ym,$j1
471 vrev64.8 $j1,$j1
487 vext.8 $I1,$j1,$j1,#8
514 veor $j1,$j1,$I1
517 vpmull.p64 $j1,$H34,$j1
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Dghashv8-armx.pl423 my ($I0,$j1,$j2,$j3,
440 vrev64.8 $j1,$j1
447 vext.8 $I1,$j1,$j1,#8
464 veor $j1,$j1,$I1
466 vpmull.p64 $j1,$H34,$j1
470 veor $Ym,$Ym,$j1
483 vrev64.8 $j1,$j1
499 vext.8 $I1,$j1,$j1,#8
526 veor $j1,$j1,$I1
529 vpmull.p64 $j1,$H34,$j1
[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
222 for (j1 = 1; j1 <= l1; j1++) in test_inverse_lookup()
223 if (j1 == l1 || s1[j1] == ' ') in test_inverse_lookup()
227 memcpy (buf, s1, j1); in test_inverse_lookup()
228 buf[j1] = ' '; 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
333 j1 = atoi((*q1)->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/mpl/bind/dist/lib/dns/
H A Djournal.c2470 dns_journal_t *j1 = NULL; in dns_journal_compact()
2500 result = journal_open(mctx, filename, false, false, false, &j1); in dns_journal_compact()
2503 result = journal_open(mctx, backup, false, false, false, &j1); in dns_journal_compact()
2512 rewrite = j1->header_ver1; in dns_journal_compact()
2523 serial = dns_journal_first_serial(j1); in dns_journal_compact()
2524 } else if (JOURNAL_EMPTY(&j1->header)) { in dns_journal_compact()
2525 dns_journal_destroy(&j1); in dns_journal_compact()
2529 if (DNS_SERIAL_GT(j1->header.begin.serial, serial) || in dns_journal_compact()
2530 DNS_SERIAL_GT(serial, j1->header.end.serial)) in dns_journal_compact()
2532 dns_journal_destroy(&j1); in dns_journal_compact()
2469 dns_journal_t *j1 = NULL; dns_journal_compact() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Djournal.c2468 dns_journal_t *j1 = NULL; in dns_journal_compact() local
2498 result = journal_open(mctx, filename, false, false, false, &j1); in dns_journal_compact()
2501 result = journal_open(mctx, backup, false, false, false, &j1); in dns_journal_compact()
2510 rewrite = j1->header_ver1; in dns_journal_compact()
2521 serial = dns_journal_first_serial(j1); in dns_journal_compact()
2522 } else if (JOURNAL_EMPTY(&j1->header)) { in dns_journal_compact()
2523 dns_journal_destroy(&j1); in dns_journal_compact()
2527 if (DNS_SERIAL_GT(j1->header.begin.serial, serial) || in dns_journal_compact()
2528 DNS_SERIAL_GT(serial, j1->header.end.serial)) in dns_journal_compact()
2530 dns_journal_destroy(&j1); in dns_journal_compact()
[all …]
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Drock.c336 int lenpos, lenval, j0, j1; local
422 j1 = j0;
423 if(j1 > 0xf8) j1 = 0xf8;
425 if(j1 + currlen + CE_SIZE + (ipnt - recstart) > reclimit) {
426 j1 = reclimit - currlen - CE_SIZE - (ipnt - recstart);
429 Rock[ipnt++] = (j1 != j0 ? SL_CONTINUE : 0);
430 Rock[ipnt++] = j1;
431 strncpy((char *) Rock + ipnt, (char *) cpnt, j1);
432 ipnt += j1;
433 lenval += j1 + 2;
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/src/
H A Denvsubst.c365 size_t j1, j2; in sorted_string_list_member() local
367 j1 = 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()
384 j1 = j + 1; in sorted_string_list_member()
386 if (j2 > j1) in sorted_string_list_member()
387 if (strcmp (slp->item[j1], s) == 0) in sorted_string_list_member()
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dt.re11 /[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" }
H A Dt.re1a1 BEGIN { r1 = "[a-cg-j1-3]"
5 $0 ~ r1 { print $0 " matches /[a-cg-j1-3]/" }
/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
1666 mt->mt_version, &mt->mt_idassert, &c[ j1 ] ) ) in meta_back_controls_add()
1672 j1++; in meta_back_controls_add()
1684 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + 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()
1716 if ( j1 ) { in meta_back_controls_add()
1717 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]; in meta_back_controls_add()
1719 for ( i = 1; i < j1; 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
1291 mt->mt_version, isroot, &mt->mt_idassert, &c[ j1 ] ) ) in asyncmeta_controls_add()
1297 j1++; in asyncmeta_controls_add()
1309 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + 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()
1341 if ( j1 ) { in asyncmeta_controls_add()
1342 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]; in asyncmeta_controls_add()
1344 for ( i = 1; i < j1; i++ ) { in asyncmeta_controls_add()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dposix.mk18 @echo make -n -j1
19 @${.MAKE} -r -f ${MAKEFILE} -n -j1 plus
H A Dopt-keep-going-indirect.mk56 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct -j1; echo "exited $$?"
64 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k indirect -j1; echo "exited $$?"
H A Ddepsrc-meta.mk29 @${MAKE} -r -f ${MAKEFILE} actual-test -j1
30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
H A Dopt-query.mk30 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=commands \
39 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=variants \
/netbsd-src/sys/arch/hpc/hpc/
H A Ddebug_subr.c51 uint32_t j, j1; in __dbg_bit_print() local
56 j1 = 1 << n; in __dbg_bit_print()
65 for (j = j1, i = n; j > 0; j >>=1, i--) { in __dbg_bit_print()
79 for (j = j1, i = n; j > 0; j >>=1, i--) { in __dbg_bit_print()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp300 uint32_t j, j1; in _bitdisp() local
306 j1 = 1 << n; in _bitdisp()
308 for (j = j1, i = n; j > 0; j >>=1, i--) { in _bitdisp()
322 for (j = j1, i = n; j > 0; j >>=1, i--) { in _bitdisp()
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dlex.c414 register char *i, *j, *j0, *j1, *prvstr; in crunch() local
468 j1 = prvstr - 1; in crunch()
469 if (j1<j-5) j1=j-5; in crunch()
470 for(j0=j-2 ; j0>j1; -- j0) in crunch()
476 if(j0 <= j1) goto copychar; in crunch()
/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
100 j1 = x->input[1]; in chacha_encrypt_bytes()
124 x1 = j1; in chacha_encrypt_bytes()
150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
/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
102 j1 = x->input[1]; in chacha_encrypt_bytes()
126 x1 = j1; in chacha_encrypt_bytes()
152 x1 = PLUS(x1,j1); 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
31 j1 = x1 = LOAD32_LE(k + 0); in crypto_core_salsa()
80 STORE32_LE(out + 4, x1 + j1); 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
99 j1 = ctx->input[1]; in chacha20_encrypt_bytes()
126 x1 = j1; in chacha20_encrypt_bytes()
152 x1 = PLUS(x1, j1); in chacha20_encrypt_bytes()
/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
2831 li->li_version, &li->li_idassert, &c[ j1 ] ) ) in ldap_back_controls_add()
2837 j1++; in ldap_back_controls_add()
2853 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + 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()
2885 if ( j1 ) { in ldap_back_controls_add()
2886 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]; in ldap_back_controls_add()
2888 for ( i = 1; i < j1; i++ ) { in ldap_back_controls_add()
[all …]
/netbsd-src/lib/libm/noieee_src/
H A Dn_jn.c131 if (n==1) return(j1(x)); in jn()
165 b = j1(x); in jn()

12345678