Searched refs:l2 (Results 1 - 25 of 33) sorted by relevance

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_locl.h71 #define c2ln(c,l1,l2,n) { \
73 l1=l2=0; \
75 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
76 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
77 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
78 case 5: l2|=((unsigned long)(*(--(c)))); \
94 #define l2cn(l1,l2,c,n) { \
97 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
98 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
99 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc2/
H A Drc2_locl.h67 #define c2ln(c,l1,l2,n) { \
69 l1=l2=0; \
71 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
72 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
73 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
74 case 5: l2|=((unsigned long)(*(--(c)))); \
90 #define l2cn(l1,l2,c,n) { \
93 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
94 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
95 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cast/
H A Dcast_lcl.h75 #define c2ln(c,l1,l2,n) { \
77 l1=l2=0; \
79 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
80 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
81 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
82 case 5: l2|=((unsigned long)(*(--(c)))); \
98 #define l2cn(l1,l2,c,n) { \
101 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
102 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
103 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/idea/
H A Didea_lcl.h95 #define n2ln(c,l1,l2,n) { \
97 l1=l2=0; \
99 case 8: l2 =((unsigned long)(*(--(c)))) ; \
100 case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
101 case 6: l2|=((unsigned long)(*(--(c))))<<16; \
102 case 5: l2|=((unsigned long)(*(--(c))))<<24; \
111 #define l2nn(l1,l2,c,n) { \
114 case 8: *(--(c))=(unsigned char)(((l2) )&0xff); \
115 case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
116 case 6: *(--(c))=(unsigned char)(((l2)>>1
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5_locl.h69 #define c2ln(c,l1,l2,n) { \
71 l1=l2=0; \
73 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
74 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
75 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
76 case 5: l2|=((unsigned long)(*(--(c)))); \
92 #define l2cn(l1,l2,c,n) { \
95 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
96 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
97 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/barrelfish-2018-10-04/tools/aarch64_gem5/
H A DCacheConfig.py40 # system.l2 = O3_ARM_v7aL2(size = options.l2_size, assoc = options.l2_assoc)
43 system.l2 = L2Cache(size = options.l2_size, assoc = options.l2_assoc)
45 system.l2.cpu_side = system.tol2bus.master
46 system.l2.mem_side = system.membus.slave
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dmerge.c121 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
148 l2 = list1;
150 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
152 f1 = l2;
156 l2 = list1 + (p2 - list2);
157 while (f1 < l1 && f2 < l2) {
164 b = f2, t = l2;
224 if (f2 < l2) {
226 ICOPY_LIST(f2, tp2, l2);
228 CCOPY_LIST(f2, tp2, l2);
279 u_char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_obj.c70 int n,lold,l,l1,l2,num,j,type; local
148 for (l2=j=0; j<num; j++)
151 l2++;
153 if ((q[j] < ' ') || (q[j] > '~')) l2+=3;
156 (os_toascii[q[j]] > os_toascii['~'])) l2+=3;
161 l+=1+l1+1+l2;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes_locl.h114 #define c2ln(c,l1,l2,n) { \
116 l1=l2=0; \
118 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
119 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
120 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
121 case 5: l2|=((DES_LONG)(*(--(c)))); \
149 #define l2cn(l1,l2,c,n) { \
152 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
153 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
154 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dpaging.c75 paging_write_l2_entry(union armv8_ttable_entry *l2_table, lvaddr_t va, union armv8_ttable_entry l2) argument
78 l2_table[VMSAv8_64_L2_BASE(va)] = l2;
103 union armv8_ttable_entry l2; local
105 l2.raw = 0;
106 l2.block_l2.valid = 1;
107 l2.block_l2.mb0 = 0;
108 l2.block_l2.af = 1;
109 l2.block_l2.base = pa >> 21u;
110 paging_write_l2_entry(ttbase, va, l2);
208 // printf("map table l2
774 lvaddr_t l2 = local_phys_to_mem(gen_phys_to_local_phys(l2_gp)); local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-sparcv9.pl49 $acc8="%l2";
542 ldub [%i0+2],%l2
548 sll %l2,8,%l2
552 or %l3,%l2,%l2
555 or %l0,%l2,%o0
564 ldub [%i0+10],%l2
570 sll %l2,8,%l2
[all...]
/barrelfish-2018-10-04/include/arch/x86_64/machine/
H A Dpmap.h158 #define KVADDR(l4, l3, l2, l1) ( \
162 ((unsigned long)(l2) << PDRSHIFT) | \
165 #define UVADDR(l4, l3, l2, l1) ( \
168 ((unsigned long)(l2) << PDRSHIFT) | \
/barrelfish-2018-10-04/lib/cpuid/
H A Dcpuid_amd.c186 cpuid_amd_l2_cache_t l2 = (cpuid_amd_l2_cache_t)&reg.ecx; local
187 ci->associativity = lookup_cache_assoc(cpuid_amd_l2_cache_assoc_extract(l2));
188 assert(cpuid_amd_l2_cache_assoc_extract(l2));
190 ci->size = cpuid_amd_l2_cache_size_extract(l2) * 1024;
191 ci->linesize = cpuid_amd_l2_cache_linesize_extract(l2);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_locl.h181 #define c2ln(c,l1,l2,n) { \
183 l1=l2=0; \
185 case 8: l2 =((unsigned long)(*(--(c))))<<24; \
186 case 7: l2|=((unsigned long)(*(--(c))))<<16; \
187 case 6: l2|=((unsigned long)(*(--(c))))<< 8; \
188 case 5: l2|=((unsigned long)(*(--(c)))); \
226 #define l2cn(l1,l2,c,n) { \
229 case 8: *(--(c))=(unsigned char)(((l2)>>24)&0xff); \
230 case 7: *(--(c))=(unsigned char)(((l2)>>16)&0xff); \
231 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dhash.c339 int nbuckets, nsegs, l2; local
348 l2 = __log2(MAX(nelem, 2));
349 nbuckets = 1 << l2;
351 hashp->SPARES[l2] = l2 + 1;
352 hashp->SPARES[l2 + 1] = l2 + 1;
353 hashp->OVFL_POINT = l2;
356 /* First bitmap page is at: splitpoint l2 page offset 1 */
357 if (__ibitmap(hashp, OADDR_OF(l2,
[all...]
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_transfer.c157 memcpy(hdr->l2.dmac, &p->r_mac, 6);
158 memcpy(hdr->l2.smac, &p->l_mac, 6);
159 hdr->l2.type = htons(0x0800);
H A Dbulk_net_backend.h126 } __attribute__((packed)) l2; member in struct:packet_header
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/vendor_defns/
H A Daep.h100 typedef struct { unsigned long l1, l2; } AEP_U64; member in struct:__anon1340
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-sparcv9.pl99 $C="%l2";
168 ld [$inp+8],%l2
192 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
339 sllx %l2,32,$tmp0 !! Xupdate($i)
343 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
528 ld [$ctx+`1*$SZ+0`],%l2
536 sllx %l2,32,$tmp1
554 ld [$ctx+`5*$SZ+0`],%l2
562 sllx %l2,32,$tmp1
/barrelfish-2018-10-04/lib/lua/src/
H A Dlcode.h74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
H A Dlstrlib.c515 const char *s2, size_t l2) {
516 if (l2 == 0) return s1; /* empty strings are everywhere */
517 else if (l2 > l1) return NULL; /* avoids a negative `l1' */
520 l2--; /* 1st char will be checked by `memchr' */
521 l1 = l1-l2; /* `s2' cannot be found after that */
524 if (memcmp(init, s2+1, l2) == 0)
514 lmemfind(const char *s1, size_t l1, const char *s2, size_t l2) argument
H A Dlcode.c198 void luaK_concat (FuncState *fs, int *l1, int l2) { argument
199 if (l2 == NO_JUMP) return;
201 *l1 = l2;
207 fixjump(fs, list, l2);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_strings.c632 register word l1, l2; local
645 l2 = DidLength(v2.did);
646 Make_Stack_String(l1+l2, v, s)
651 while (l2--)
1007 register int l1, l2; local
1019 l2 = StringLength(v2);
1021 Make_Stack_String(l1 + l2, v, s);
1027 while (l2--)
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dpppoe.c759 int l1 = 0, l2 = 0; /* XXX: gcc */ local
770 l2 = (int)strlen(sc->sc_concentrator_name);
771 len += 2 + 2 + l2;
801 PPPOE_ADD_16(p, l2);
802 MEMCPY(p, sc->sc_concentrator_name, l2);
803 p += l2;
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppoe.c759 int l1 = 0, l2 = 0; /* XXX: gcc */ local
770 l2 = (int)strlen(sc->sc_concentrator_name);
771 len += 2 + 2 + l2;
801 PPPOE_ADD_16(p, l2);
802 MEMCPY(p, sc->sc_concentrator_name, l2);
803 p += l2;

Completed in 360 milliseconds

12