Symbol: L1
lib/libcrypt/crypt.c
747
int32_t L0, L1, R0, R1, k;
lib/libcrypt/crypt.c
765
LOAD(L,L0,L1,B);
lib/libcrypt/crypt.c
767
LOAD(L,L0,L1,*(const C_block *)in);
lib/libcrypt/crypt.c
769
LOADREG(R,R0,R1,L,L0,L1);
lib/libcrypt/crypt.c
771
L1 &= 0x55555555L;
lib/libcrypt/crypt.c
772
L0 = ((uint32_t)L0 << 1) | L1; /* L0 is the even-numbered input bits */
lib/libcrypt/crypt.c
775
L1 = R0 | R1; /* L1 is the odd-numbered input bits */
lib/libcrypt/crypt.c
776
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
777
PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */
lib/libcrypt/crypt.c
826
CRUNCH(L0, L1, R0, R1);
lib/libcrypt/crypt.c
827
CRUNCH(R0, R1, L0, L1);
lib/libcrypt/crypt.c
833
L0 ^= R0; L1 ^= R1;
lib/libcrypt/crypt.c
834
R0 ^= L0; R1 ^= L1;
lib/libcrypt/crypt.c
835
L0 ^= R0; L1 ^= R1;
lib/libcrypt/crypt.c
839
L0 = (((uint32_t)L0 >> 3) & 0x0f0f0f0fL) | (((uint32_t)L1 << 1) & 0xf0f0f0f0L);
lib/libcrypt/crypt.c
840
L1 = (((uint32_t)R0 >> 3) & 0x0f0f0f0fL) | (((uint32_t)R1 << 1) & 0xf0f0f0f0L);
lib/libcrypt/crypt.c
841
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
842
PERM6464(L,L0,L1,B.b, (C_block *)CF6464);
lib/libcrypt/crypt.c
844
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
848
STORE(L,L0,L1,*(C_block *)out);
lib/libm/ld128/k_expl.h
250
r1 = x - fn * L1;
lib/libm/ld128/k_expl.h
55
L1 = 5.41521234812457272982212595914567508e-3L;
lib/libm/ld128/s_expl.c
271
r1 = x - fn * L1;
lib/libm/ld80/k_expl.h
227
r = x - fn * L1 - fn * L2; /* r = r1 + r2 done independently. */
lib/libm/ld80/k_expl.h
232
r1 = x - fn * L1;
lib/libm/ld80/k_expl.h
52
L1 = 5.4152123484527692e-3, /* 0x162e42ff000000.0p-60 */
lib/libm/ld80/s_expl.c
224
r1 = x - fn * L1;
lib/libm/noieee_src/n_log__L.c
106
return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*(L7+z*L8))))))));
lib/libm/noieee_src/n_log__L.c
108
return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*L7)))))));
lib/libm/noieee_src/n_log__L.c
74
vc(L1, 6.6666666666666703212E-1 ,aaaa,402a,aac5,aaaa, 0, .AAAAAAAAAAAAC5)
lib/libm/noieee_src/n_log__L.c
83
ic(L1, 6.6666666666667340202E-1, -1, 1.5555555555592)
lib/libm/noieee_src/n_log__L.c
92
#define L1 vccast(L1)
lib/libm/src/e_pow.c
237
r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
lib/libm/src/e_pow.c
77
L1 = 5.99999999999994648725e-01, /* 0x3FE33333, 0x33333303 */
lib/libm/src/e_powf.c
180
r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
lib/libm/src/e_powf.c
36
L1 = 6.0000002384e-01, /* 0x3f19999a */
libexec/getty/subr.c
227
tmode.c_lflag = L1;
sys/dev/mii/atphy.c
106
MII_PHY_DESC(ATTANSIC, L1),
tests/lib/libnvmm/h_io_assist.c
127
pt_entry_t *L4, *L3, *L2, *L1;
tests/lib/libnvmm/h_io_assist.c
164
L1 = mmap(NULL, PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE,
tests/lib/libnvmm/h_io_assist.c
166
if (L1 == MAP_FAILED)
tests/lib/libnvmm/h_io_assist.c
175
if (nvmm_hva_map(mach, (uintptr_t)L1, PAGE_SIZE) == -1)
tests/lib/libnvmm/h_io_assist.c
190
ret = nvmm_gpa_map(mach, (uintptr_t)L1, 0x6000, PAGE_SIZE,
tests/lib/libnvmm/h_io_assist.c
198
memset(L1, 0, PAGE_SIZE);
tests/lib/libnvmm/h_io_assist.c
203
L1[0x2000 / PAGE_SIZE] = PTE_P | PTE_W | 0x2000;
tests/lib/libnvmm/h_io_assist.c
204
L1[0x1000 / PAGE_SIZE] = PTE_P | PTE_W | 0x1000;
tests/lib/libnvmm/h_mem_assist.c
275
pt_entry_t *L4, *L3, *L2, *L1;
tests/lib/libnvmm/h_mem_assist.c
302
L1 = mmap(NULL, PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE,
tests/lib/libnvmm/h_mem_assist.c
304
if (L1 == MAP_FAILED)
tests/lib/libnvmm/h_mem_assist.c
313
if (nvmm_hva_map(mach, (uintptr_t)L1, PAGE_SIZE) == -1)
tests/lib/libnvmm/h_mem_assist.c
328
ret = nvmm_gpa_map(mach, (uintptr_t)L1, 0x6000, PAGE_SIZE,
tests/lib/libnvmm/h_mem_assist.c
336
memset(L1, 0, PAGE_SIZE);
tests/lib/libnvmm/h_mem_assist.c
341
L1[0x2000 / PAGE_SIZE] = PTE_P | PTE_W | 0x2000;
tests/lib/libnvmm/h_mem_assist.c
342
L1[0x1000 / PAGE_SIZE] = PTE_P | PTE_W | 0x1000;