l1                 96 crypto/des_locl.h #define c2ln(c,l1,l2,n)	{ \
l1                 98 crypto/des_locl.h 			l1=l2=0; \
l1                104 crypto/des_locl.h 			case 4: l1 =((u_int32_t)(*(--(c))))<<24L; \
l1                105 crypto/des_locl.h 			case 3: l1|=((u_int32_t)(*(--(c))))<<16L; \
l1                106 crypto/des_locl.h 			case 2: l1|=((u_int32_t)(*(--(c))))<< 8L; \
l1                107 crypto/des_locl.h 			case 1: l1|=((u_int32_t)(*(--(c))));     \
l1                131 crypto/des_locl.h #define l2cn(l1,l2,c,n)	{ \
l1                138 crypto/des_locl.h 			case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
l1                139 crypto/des_locl.h 			case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
l1                140 crypto/des_locl.h 			case 2: *(--(c))=(unsigned char)(((l1)>> 8L)&0xff); \
l1                141 crypto/des_locl.h 			case 1: *(--(c))=(unsigned char)(((l1)     )&0xff); \
l1                 60 crypto/ecb3_enc.c 	register u_int32_t l0,l1;
l1                 67 crypto/ecb3_enc.c 	c2l(in,l1);
l1                 68 crypto/ecb3_enc.c 	IP(l0,l1);
l1                 70 crypto/ecb3_enc.c 	ll[1]=l1;
l1                 75 crypto/ecb3_enc.c 	l1=ll[1];
l1                 76 crypto/ecb3_enc.c 	FP(l1,l0);
l1                 78 crypto/ecb3_enc.c 	l2c(l1,out);
l1                 61 crypto/ecb_enc.c 	register u_int32_t l0,l1;
l1                 68 crypto/ecb_enc.c 	c2l(in,l1); ll[1]=l1;
l1                 71 crypto/ecb_enc.c 	l1=ll[1]; l2c(l1,out);
l1                 72 crypto/ecb_enc.c 	l0=l1=ll[0]=ll[1]=0;
l1                158 dev/ic/gdtvar.h 			u_int32_t l1, l2, l3, l4;
l1               1271 dev/pci/eap.c  	int l1, r1, l2, r2, m, o1, o2;
l1               1277 dev/pci/eap.c  		l1 = l2 = r1 = r2 = 0;
l1               1281 dev/pci/eap.c  			l1 |= AK_M_FM_L, r1 |= AK_M_FM_R;
l1               1283 dev/pci/eap.c  			l1 |= AK_M_CD_L, r1 |= AK_M_CD_R;
l1               1285 dev/pci/eap.c  			l1 |= AK_M_LINE_L, r1 |= AK_M_LINE_R;
l1               1290 dev/pci/eap.c  		eap1370_set_mixer(sc, AK_IN_MIXER1_L, l1);
l1                 60 dev/pci/if_lmc_types.h #define	LMC_CTL(f,l1,l2)	((((f)&0x3ff)<<22)|(((l2)&0x7ff)<<11)|((l1)&0x7ff))
l1                649 dev/raidframe/rf_paritylogging.c 	RF_ParityLog_t *l1, *l2;
l1                652 dev/raidframe/rf_paritylogging.c 	l1 = queue->parityLogs;
l1                653 dev/raidframe/rf_paritylogging.c 	while (l1) {
l1                654 dev/raidframe/rf_paritylogging.c 		l2 = l1;
l1                655 dev/raidframe/rf_paritylogging.c 		l1 = l2->next;
l1               1007 net/if_pppoe.c 	int len, l1 = 0, l2 = 0; /* XXX: gcc */
l1               1016 net/if_pppoe.c 		l1 = strlen(sc->sc_service_name);
l1               1017 net/if_pppoe.c 		len += l1;
l1               1034 net/if_pppoe.c 		PPPOE_ADD_16(p, l1);
l1               1035 net/if_pppoe.c 		memcpy(p, sc->sc_service_name, l1);
l1               1036 net/if_pppoe.c 		p += l1;
l1               1234 net/if_pppoe.c 	size_t len, l1 = 0; /* XXX: gcc */
l1               1241 net/if_pppoe.c 		l1 = strlen(sc->sc_service_name);
l1               1242 net/if_pppoe.c 		len += l1;
l1               1256 net/if_pppoe.c 		PPPOE_ADD_16(p, l1);
l1               1257 net/if_pppoe.c 		memcpy(p, sc->sc_service_name, l1);
l1               1258 net/if_pppoe.c 		p += l1;
l1               1349 net/if_pppoe.c 	size_t len, l1;
l1               1362 net/if_pppoe.c 		l1 = strlen(sc->sc_service_name);
l1               1363 net/if_pppoe.c 		len += l1;
l1               1374 net/if_pppoe.c 		PPPOE_ADD_16(p, l1);
l1               1375 net/if_pppoe.c 		memcpy(p, sc->sc_service_name, l1);
l1               1376 net/if_pppoe.c 		p += l1;