Searched refs:L6 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/lib/libc/amd64/string/
H A Dmemcmp.S26 jne L6 /* do we match? */
36 L6: xorl %eax,%eax /* Perform unsigned comparison */ label
/freebsd-11.0-release/lib/libc/i386/string/
H A Dmemcmp.S58 jne L6 /* do we match? */
70 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */ label
/freebsd-11.0-release/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c513 u64 L0, L1, L2, L3, L4, L5, L6, L7;
554 L6 = C0(K, 6) ^ C1(K, 5) ^ C2(K, 4) ^ C3(K, 3) ^
565 K.q[6] = L6;
580 L6 ^= C0(S, 6) ^ C1(S, 5) ^ C2(S, 4) ^ C3(S, 3) ^
591 S.q[6] = L6;
600 L6 = C6(K, 0);
609 L6 ^= C5(K, 1);
617 L6 ^= C4(K, 2);
625 L6 ^= C3(K, 3);
633 L6
[all...]
/freebsd-11.0-release/lib/msun/src/
H A De_pow.c79 L6 = 2.06975017800338417784e-01, /* 0x3FCA7E28, 0x4A454EEF */ variable
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
H A De_powf.c38 L6 = 2.0697501302e-01, /* 0x3e53f142 */ variable
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsparc-stub.c112 L0, L1, L2, L3, L4, L5, L6, L7, enumerator in enum:regnames
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp73 SP::L4, SP::L5, SP::L6, SP::L7,
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp107 Sparc::L4, Sparc::L5, Sparc::L6, Sparc::L7,

Completed in 190 milliseconds