Searched refs:e4 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.pointers.d38 extern int e0, *e1, **e2, ***e3, ****e4, *****e5;
H A Dtst.basics.d42 extern unsigned char e4;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-mep.c246 int e2, e4;
251 e4 = 0;
256 e4 = 3;
296 byte[0^e4] = ((u >> 24) & 0xff);
297 byte[1^e4] = ((u >> 16) & 0xff);
298 byte[2^e4] = ((u >> 8) & 0xff);
299 byte[3^e4] = (u & 0xff);
243 int e2, e4; local
/freebsd-10.0-release/crypto/openssl/crypto/aes/
H A Daes_wrap.c220 static const unsigned char e4[] = { local
250 ret = AES_wrap_unwrap_test(kek, 192, NULL, e4, key, 24);
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-scanfloat.c100 assert(eq(DBL, d, 1.23e4));
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c945 felem e2, e4, e8, e16, e32, e64; local
955 felem_assign(e4, ftmp);
960 felem_mul(tmp, ftmp, e4); felem_reduce(ftmp, tmp); /* 2^8 - 2^0 */
993 felem_mul(tmp, ftmp2, e4); felem_reduce(ftmp2, tmp); /* 2^92 - 2^0 */
/freebsd-10.0-release/contrib/gdtoa/
H A Dmisc.c839 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex4454 %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
6092 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
6093 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex4526 %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
6164 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
6165 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6290 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
6291 % in xref tags, i.e., node names. But since ^^e4 notation isn't

Completed in 292 milliseconds