l2 96 crypto/des_locl.h #define c2ln(c,l1,l2,n) { \ l2 98 crypto/des_locl.h l1=l2=0; \ l2 100 crypto/des_locl.h case 8: l2 =((u_int32_t)(*(--(c))))<<24L; \ l2 101 crypto/des_locl.h case 7: l2|=((u_int32_t)(*(--(c))))<<16L; \ l2 102 crypto/des_locl.h case 6: l2|=((u_int32_t)(*(--(c))))<< 8L; \ l2 103 crypto/des_locl.h case 5: l2|=((u_int32_t)(*(--(c)))); \ l2 131 crypto/des_locl.h #define l2cn(l1,l2,c,n) { \ l2 134 crypto/des_locl.h case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \ l2 135 crypto/des_locl.h case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \ l2 136 crypto/des_locl.h case 6: *(--(c))=(unsigned char)(((l2)>> 8L)&0xff); \ l2 137 crypto/des_locl.h case 5: *(--(c))=(unsigned char)(((l2) )&0xff); \ l2 158 dev/ic/gdtvar.h u_int32_t l1, l2, l3, l4; l2 1391 dev/ic/tcic2.c int i, l2; l2 1393 dev/ic/tcic2.c l2 = i = 0; l2 1396 dev/ic/tcic2.c l2 = i; l2 1400 dev/ic/tcic2.c return l2; l2 1271 dev/pci/eap.c int l1, r1, l2, r2, m, o1, o2; l2 1277 dev/pci/eap.c l1 = l2 = r1 = r2 = 0; l2 1279 dev/pci/eap.c l2 |= AK_M_VOICE, r2 |= AK_M_VOICE; l2 1287 dev/pci/eap.c l2 |= AK_M2_AUX_L, r2 |= AK_M2_AUX_R; l2 1289 dev/pci/eap.c l2 |= AK_M_TMIC, r2 |= AK_M_TMIC; l2 1292 dev/pci/eap.c eap1370_set_mixer(sc, AK_IN_MIXER2_L, l2); l2 60 dev/pci/if_lmc_types.h #define LMC_CTL(f,l1,l2) ((((f)&0x3ff)<<22)|(((l2)&0x7ff)<<11)|((l1)&0x7ff)) l2 649 dev/raidframe/rf_paritylogging.c RF_ParityLog_t *l1, *l2; l2 654 dev/raidframe/rf_paritylogging.c l2 = l1; l2 655 dev/raidframe/rf_paritylogging.c l1 = l2->next; l2 656 dev/raidframe/rf_paritylogging.c RF_Free(l2->records, (raidPtr->numSectorsPerLog * l2 658 dev/raidframe/rf_paritylogging.c RF_Free(l2, sizeof(RF_ParityLog_t)); l2 1007 net/if_pppoe.c int len, l1 = 0, l2 = 0; /* XXX: gcc */ l2 1020 net/if_pppoe.c l2 = strlen(sc->sc_concentrator_name); l2 1021 net/if_pppoe.c len += 2 + 2 + l2; l2 1042 net/if_pppoe.c PPPOE_ADD_16(p, l2); l2 1043 net/if_pppoe.c memcpy(p, sc->sc_concentrator_name, l2); l2 1044 net/if_pppoe.c p += l2;