Symbol: L1
crypto/libressl/crypto/whrlpool/wp_block.c
478
u64 L0,L1,L2,L3,L4,L5,L6,L7;
crypto/libressl/crypto/whrlpool/wp_block.c
512
L1 = C0(K,1) ^ C1(K,0) ^ C2(K,7) ^ C3(K,6) ^
crypto/libressl/crypto/whrlpool/wp_block.c
527
K.q[0] = L0; K.q[1] = L1; K.q[2] = L2; K.q[3] = L3;
crypto/libressl/crypto/whrlpool/wp_block.c
532
L1 ^= C0(S,1) ^ C1(S,0) ^ C2(S,7) ^ C3(S,6) ^
crypto/libressl/crypto/whrlpool/wp_block.c
547
S.q[0] = L0; S.q[1] = L1; S.q[2] = L2; S.q[3] = L3;
crypto/libressl/crypto/whrlpool/wp_block.c
550
L0 = C0(K,0); L1 = C1(K,0); L2 = C2(K,0); L3 = C3(K,0);
crypto/libressl/crypto/whrlpool/wp_block.c
554
L1 ^= C0(K,1); L2 ^= C1(K,1); L3 ^= C2(K,1); L4 ^= C3(K,1);
crypto/libressl/crypto/whrlpool/wp_block.c
558
L6 ^= C4(K,2); L7 ^= C5(K,2); L0 ^= C6(K,2); L1 ^= C7(K,2);
crypto/libressl/crypto/whrlpool/wp_block.c
561
L7 ^= C4(K,3); L0 ^= C5(K,3); L1 ^= C6(K,3); L2 ^= C7(K,3);
crypto/libressl/crypto/whrlpool/wp_block.c
564
L0 ^= C4(K,4); L1 ^= C5(K,4); L2 ^= C6(K,4); L3 ^= C7(K,4);
crypto/libressl/crypto/whrlpool/wp_block.c
567
L1 ^= C4(K,5); L2 ^= C5(K,5); L3 ^= C6(K,5); L4 ^= C7(K,5);
crypto/libressl/crypto/whrlpool/wp_block.c
569
L6 ^= C0(K,6); L7 ^= C1(K,6); L0 ^= C2(K,6); L1 ^= C3(K,6);
crypto/libressl/crypto/whrlpool/wp_block.c
572
L7 ^= C0(K,7); L0 ^= C1(K,7); L1 ^= C2(K,7); L2 ^= C3(K,7);
crypto/libressl/crypto/whrlpool/wp_block.c
575
K.q[0] = L0; K.q[1] = L1; K.q[2] = L2; K.q[3] = L3;
crypto/libressl/crypto/whrlpool/wp_block.c
578
L0 ^= C0(S,0); L1 ^= C1(S,0); L2 ^= C2(S,0); L3 ^= C3(S,0);
crypto/libressl/crypto/whrlpool/wp_block.c
581
L1 ^= C0(S,1); L2 ^= C1(S,1); L3 ^= C2(S,1); L4 ^= C3(S,1);
crypto/libressl/crypto/whrlpool/wp_block.c
585
L6 ^= C4(S,2); L7 ^= C5(S,2); L0 ^= C6(S,2); L1 ^= C7(S,2);
crypto/libressl/crypto/whrlpool/wp_block.c
588
L7 ^= C4(S,3); L0 ^= C5(S,3); L1 ^= C6(S,3); L2 ^= C7(S,3);
crypto/libressl/crypto/whrlpool/wp_block.c
591
L0 ^= C4(S,4); L1 ^= C5(S,4); L2 ^= C6(S,4); L3 ^= C7(S,4);
crypto/libressl/crypto/whrlpool/wp_block.c
594
L1 ^= C4(S,5); L2 ^= C5(S,5); L3 ^= C6(S,5); L4 ^= C7(S,5);
crypto/libressl/crypto/whrlpool/wp_block.c
596
L6 ^= C0(S,6); L7 ^= C1(S,6); L0 ^= C2(S,6); L1 ^= C3(S,6);
crypto/libressl/crypto/whrlpool/wp_block.c
599
L7 ^= C0(S,7); L0 ^= C1(S,7); L1 ^= C2(S,7); L2 ^= C3(S,7);
crypto/libressl/crypto/whrlpool/wp_block.c
602
S.q[0] = L0; S.q[1] = L1; S.q[2] = L2; S.q[3] = L3;
crypto/openssh/sntrup761.c
851
uint32 L1 = ((unsigned char *) L)[4*i+1];
crypto/openssh/sntrup761.c
854
L[i] = L0+(L1<<8)+(L2<<16)+(L3<<24);
libexec/getty/subr.c
251
tmode.c_lflag = L1;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1932
uint32_t L1, L2, L3, L4;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1936
L1 = 0;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1941
gv->loTrig = L1;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1945
L1 = 0;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1947
L3 = L1;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1950
gv->loTrig = L1 + DYN_ADJ_LO_MARGIN;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1955
return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4));
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
126
uint32_t L1, L2, L3, L4;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
130
L1 = 0;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
142
L1 = 0;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
144
L3 = (gStep != 0x3f) ? 0x40 : L1;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
147
gv->loTrig = L1 + (gStep == 0x3f ? DYN_ADJ_LO_MARGIN : 0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
153
return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4));
test/testcases/libnvmm/h_io_assist.c
137
pt_entry_t *L4, *L3, *L2, *L1;
test/testcases/libnvmm/h_io_assist.c
174
L1 = mmap(NULL, PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE,
test/testcases/libnvmm/h_io_assist.c
176
if (L1 == MAP_FAILED)
test/testcases/libnvmm/h_io_assist.c
185
if (nvmm_hva_map(mach, (uintptr_t)L1, PAGE_SIZE) == -1)
test/testcases/libnvmm/h_io_assist.c
200
ret = nvmm_gpa_map(mach, (uintptr_t)L1, 0x6000, PAGE_SIZE,
test/testcases/libnvmm/h_io_assist.c
208
memset(L1, 0, PAGE_SIZE);
test/testcases/libnvmm/h_io_assist.c
213
L1[0x2000 / PAGE_SIZE] = PTE_P | PTE_W | 0x2000;
test/testcases/libnvmm/h_io_assist.c
214
L1[0x1000 / PAGE_SIZE] = PTE_P | PTE_W | 0x1000;
test/testcases/libnvmm/h_mem_assist.c
289
pt_entry_t *L4, *L3, *L2, *L1;
test/testcases/libnvmm/h_mem_assist.c
316
L1 = mmap(NULL, PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE,
test/testcases/libnvmm/h_mem_assist.c
318
if (L1 == MAP_FAILED)
test/testcases/libnvmm/h_mem_assist.c
327
if (nvmm_hva_map(mach, (uintptr_t)L1, PAGE_SIZE) == -1)
test/testcases/libnvmm/h_mem_assist.c
342
ret = nvmm_gpa_map(mach, (uintptr_t)L1, 0x6000, PAGE_SIZE,
test/testcases/libnvmm/h_mem_assist.c
350
memset(L1, 0, PAGE_SIZE);
test/testcases/libnvmm/h_mem_assist.c
355
L1[0x2000 / PAGE_SIZE] = PTE_P | PTE_W | 0x2000;
test/testcases/libnvmm/h_mem_assist.c
356
L1[0x1000 / PAGE_SIZE] = PTE_P | PTE_W | 0x1000;