Symbol: L2
crypto/libressl/crypto/whrlpool/wp_block.c
478
u64 L0,L1,L2,L3,L4,L5,L6,L7;
crypto/libressl/crypto/whrlpool/wp_block.c
514
L2 = C0(K,2) ^ C1(K,1) ^ C2(K,0) ^ C3(K,7) ^
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
534
L2 ^= C0(S,2) ^ C1(S,1) ^ C2(S,0) ^ C3(S,7) ^
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
557
L2 ^= C0(K,2); L3 ^= C1(K,2); L4 ^= C2(K,2); L5 ^= C3(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
570
L2 ^= C4(K,6); L3 ^= C5(K,6); L4 ^= C6(K,6); L5 ^= C7(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
584
L2 ^= C0(S,2); L3 ^= C1(S,2); L4 ^= C2(S,2); L5 ^= C3(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
597
L2 ^= C4(S,6); L3 ^= C5(S,6); L4 ^= C6(S,6); L5 ^= C7(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
852
uint32 L2 = ((unsigned char *) L)[4*i+2];
crypto/openssh/sntrup761.c
854
L[i] = L0+(L1<<8)+(L2<<16)+(L3<<24);
libexec/getty/subr.c
260
tmode.c_lflag = L2;
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
1937
L2 = gStep + 4;
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1946
L2 = 50;
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
131
L2 = 107;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
135
L2 = 83;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c
143
L2 = (gStep == 0x3f) ? 50 : gStep + 4;
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
170
L2 = mmap(NULL, PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE,
test/testcases/libnvmm/h_io_assist.c
172
if (L2 == MAP_FAILED)
test/testcases/libnvmm/h_io_assist.c
183
if (nvmm_hva_map(mach, (uintptr_t)L2, PAGE_SIZE) == -1)
test/testcases/libnvmm/h_io_assist.c
196
ret = nvmm_gpa_map(mach, (uintptr_t)L2, 0x5000, PAGE_SIZE,
test/testcases/libnvmm/h_io_assist.c
207
memset(L2, 0, PAGE_SIZE);
test/testcases/libnvmm/h_io_assist.c
212
L2[0] = PTE_P | PTE_W | 0x6000;
test/testcases/libnvmm/h_mem_assist.c
289
pt_entry_t *L4, *L3, *L2, *L1;
test/testcases/libnvmm/h_mem_assist.c
312
L2 = mmap(NULL, PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE,
test/testcases/libnvmm/h_mem_assist.c
314
if (L2 == MAP_FAILED)
test/testcases/libnvmm/h_mem_assist.c
325
if (nvmm_hva_map(mach, (uintptr_t)L2, PAGE_SIZE) == -1)
test/testcases/libnvmm/h_mem_assist.c
338
ret = nvmm_gpa_map(mach, (uintptr_t)L2, 0x5000, PAGE_SIZE,
test/testcases/libnvmm/h_mem_assist.c
349
memset(L2, 0, PAGE_SIZE);
test/testcases/libnvmm/h_mem_assist.c
354
L2[0] = PTE_P | PTE_W | 0x6000;