Searched refs:jc (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-12-stable/sys/contrib/cloudabi/
H A Dcloudabi_vdso_i686.S40 jc 1f
52 jc 1f
76 jc 1f
87 jc 1f
106 jc 1f
117 jc 1f
128 jc 1f
139 jc 1f
156 jc 1f
186 jc
[all...]
H A Dcloudabi_vdso_x86_64.S42 jc 1f
54 jc 1f
78 jc 1f
92 jc 1f
111 jc 1f
124 jc 1f
137 jc 1f
149 jc 1f
167 jc 1f
197 jc
[all...]
/freebsd-12-stable/lib/msun/amd64/
H A Ds_remquo.S42 jc 1b
H A Ds_remquof.S42 jc 1b
H A Ds_remquol.S40 jc 1b
/freebsd-12-stable/contrib/bearssl/src/aead/
H A Dgcm.c101 ctx->jc = ctx->j0_2 + 1;
205 ctx->jc = (*ctx->bctx)->run(ctx->bctx, ctx->j0_1, ctx->jc, buf, dlen);
220 ctx->jc = (*ctx->bctx)->run(ctx->bctx, ctx->j0_1,
221 ctx->jc, ctx->buf, 16);
/freebsd-12-stable/contrib/netbsd-tests/include/
H A Dt_bitstring.c49 int jc, js; local
51 bit_ffc(b, n, &jc);
54 (void) fprintf(file, "%3d %3d ", jc, js);
/freebsd-12-stable/sys/i386/i386/
H A Dbioscall.s132 jc 1f
/freebsd-12-stable/usr.sbin/jail/
H A Dconfig.c795 const char *jc, *jd, *wc, *wd; local
801 for (jc = jname, wc = wname;
802 (jd = strchr(jc, '.')) && (wd = strchr(wc, '.'));
803 jc = jd + 1, wc = wd + 1)
804 if (strncmp(jc, wc, jd - jc + 1) && strncmp(wc, "*.", 2))
806 return (!strcmp(jc, wc) || !strcmp(wc, "*"));
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_aead.h366 uint32_t j0_2, jc; member in struct:__anon223
/freebsd-12-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl185 jc .Lintel
469 jc .Lc1stloop
535 jc .L8xchar
H A Drc4-586.pl331 &jc (&label("c1stloop"));
407 &jc (&label("1xchar"));
/freebsd-12-stable/secure/lib/libcrypto/amd64/
H A Dx86_64cpuid.S162 jc .Lnotknights
395 jc .Lbreak_rdrand_bytes
436 jc .Lbreak_rdseed_bytes
H A Daesni-gcm-x86_64.S25 jc .Lhandle_ctr32
294 jc .L6x_done
360 jc .Ldec_no_key_aliasing
431 jc .Lhandle_ctr32_2
552 jc .Lenc_no_key_aliasing
H A Drc4-x86_64.S45 jc .Lintel
551 jc .Lc1stloop
617 jc .L8xchar
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-mmx.pl333 &jc (&label("absorbed"));
381 &jc (&label("tail"));
H A Dkeccak1600-avx2.pl318 jc .Ldone_absorb_avx2
394 jc .Ltail_squeeze_avx2
H A Dkeccak1600-avx512vl.pl227 jc .Ldone_absorb_avx512vl
311 jc .Ltail_squeeze_avx512vl
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsldr.S200 jc read.1 # If error, fail
241 jc check_edd.1 # If error, fail
/freebsd-12-stable/secure/lib/libcrypto/i386/
H A Drc4-586.S293 jc .L011c1stloop
364 jc .L0211xchar
668 jc .L009c1stloop
736 jc .L0181xchar
H A Dx86cpuid.S465 jc .L034break
508 jc .L038break
988 jc .L029break
1031 jc .L033break
/freebsd-12-stable/crypto/openssl/crypto/
H A Dx86_64cpuid.pl191 jc .Lnotknights
475 jc .Lbreak_${rdop}_bytes
H A Dx86cpuid.pl469 &jc (&label("break"));
/freebsd-12-stable/stand/i386/boot2/
H A Dboot1.S283 jc read.1 # If error, use CHS
297 jc return # If error
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl110 jc .Lhandle_ctr32 # discard $inout[1-5]?
379 jc .L6x_done
468 jc .Ldec_no_key_aliasing
556 jc .Lhandle_ctr32_2
693 jc .Lenc_no_key_aliasing

Completed in 321 milliseconds

123