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

/barrelfish-master/lib/msun/src/
H A Ds_rint.c41 u_int32_t i,i1; local
43 EXTRACT_WORDS(i0,i1,x);
48 if(((i0&0x7fffffff)|i1)==0) return x;
49 i1 |= (i0&0x0fffff);
51 i0 |= ((i1|-i1)>>12)&0x80000;
60 if(((i0&i)|i1)==0) return x; /* x is integral */
62 if(((i0&i)|i1)!=0) {
71 if(j0==19) i1 = 0x40000000; else
72 if(j0==18) i1
[all...]
H A Ds_ceil.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
42 if(i0<0) {i0=0x80000000;i1=0;}
43 else if((i0|i1)!=0) { i0=0x3ff00000;i1=0;}
47 if(((i0&i)|i1)==0) return x; /* x is integral */
50 i0 &= (~i); i1=0;
58 if((i1&i)==0) return x; /* x is integral */
63 j = i1 + (1<<(52-j0));
64 if(j<i1) i
[all...]
H A Ds_floor.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
42 if(i0>=0) {i0=i1=0;}
43 else if(((i0&0x7fffffff)|i1)!=0)
44 { i0=0xbff00000;i1=0;}
48 if(((i0&i)|i1)==0) return x; /* x is integral */
51 i0 &= (~i); i1=0;
59 if((i1&i)==0) return x; /* x is integral */
64 j = i1+(1<<(52-j0));
65 if(j<i1) i
[all...]
H A Ds_trunc.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
43 i1 = 0;
47 if(((i0&i)|i1)==0) return x; /* x is integral */
49 i0 &= (~i); i1=0;
57 if((i1&i)==0) return x; /* x is integral */
59 i1 &= (~i);
61 INSERT_WORDS(x,i0,i1);
H A Ds_modf.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
45 if(((i0&i)|i1)==0) { /* x is integral */
68 if((i1&i)==0) { /* x is integral */
75 INSERT_WORDS(*iptr,i0,i1&(~i));
/barrelfish-master/lib/libc/gen/
H A Dmodf.c94 int32_t i0,i1,j0; local
96 EXTRACT_WORDS(i0,i1,x);
104 if(((i0&i)|i1)==0) { /* x is integral */
127 if((i1&i)==0) { /* x is integral */
134 INSERT_WORDS(*iptr,i0,i1&(~i));
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-s390x.pl60 $i1="%r5";
256 srlg $i1,$s1,`16-3` # i0
260 nr $i1,$mask
270 x $s0,3($i1,$tbl) # Te1[s1>>16]
275 srlg $i1,$s2,`8-3` # i0
276 srlg $i2,$s2,`16-3` # i1
277 nr $i1,$mask
285 srlg $ra,$s3,`8-3` # i1
291 x $s0,2($i1,$tbl) # Te2[s2>>8]
325 srlg $i1,
[all...]
H A Daes-armv4.pl40 $i1="r7";
241 ldmia $key!,{$t1-$i1}
246 eor $s3,$s3,$i1
250 and $i1,lr,$s0
255 ldr $t1,[$tbl,$i1,lsl#2] @ Te3[s0>>0]
256 and $i1,lr,$s1,lsr#16 @ i0
264 ldr $i1,[$tbl,$i1,lsl#2] @ Te1[s1>>16]
267 eor $s0,$s0,$i1,ror#8
269 and $i1,l
[all...]
H A Daes-sparcv9.pl65 $s1="%i1";
530 st %o0,[%i1+0]
531 st %o1,[%i1+4]
532 st %o2,[%i1+8]
533 st %o3,[%i1+12]
592 stb %l0,[%i1+0]
594 stb %l1,[%i1+1]
595 stb %l2,[%i1+2]
597 stb %o0,[%i1+3]
600 stb %l4,[%i1
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-ia64.pl219 local $i1 = $iteration - 1;
245 &I(\$c, "padd1 I[%u] = One, I[%u]", $i0 % $NI, $i1 % $NI)if ($p & $pComI);
249 &I(\$c, "LKEY T[%u] = [T[%u]]", $i1 % $NT, $i1 % $NT) if ($p & $pOut);
251 $i0 % $NT, $i2 % $NSI, $i1 % $NSJ) if ($p & $pComT);
252 &I(\$c, "KEYADDR(IPr[%u], I[%u])", $i0 % $NIP, $i1 % $NI) if ($p & $pComI);
258 &I(\$c, "SKEY [IPr[%u]] = SJ[%u]", $i2 % $NIP, $i1%$NSJ)if ($p & $pComT);
259 &I(\$c, "SKEY [JP[%u]] = SI[%u]", $i1 % $NJP, $i2%$NSI) if ($p & $pComT);
266 $i3 % $NData, $i3 % $NData, $i1 % $NT) if ($p & $pOut);
273 &I(\$c, "cmp.eq pBypass, p0 = I[%u], J", $i1
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86_64.pl53 $i1="%edi";
80 movz `&lo("$t1")`,$i1 # (t1>>0)&0xff
82 mov $SBOX1_1110($Tbl,$i1,8),$t2 # t2=SBOX1_1110[1]
85 movz `&hi("$t1")`,$i1 # (t1>>8)&0xff
88 xor $SBOX4_4404($Tbl,$i1,8),$t2 # t2^=SBOX4_4404[1]
90 movz `&lo("$t1")`,$i1 # (t1>>16)&0xff
92 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
94 movz `&hi("$t1")`,$i1 # (t1>>24)&0xff
96 xor $SBOX2_0222($Tbl,$i1,8),$t2 # t2^=SBOX2_0222[1]
366 my ($i0,$i1,
[all...]
H A Dcmll-x86.pl471 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
476 &shld ($i0,$i1,$rot);
477 &shld ($i1,$i2,$rot);
482 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i1 eq @T[0]);
491 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
497 &mov ($idx,$i1);
499 &shl ($i1,$rot);
505 &or ($i1,$idx);
509 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i1 eq @T[0]);
517 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i1 e
[all...]
/barrelfish-master/usr/tests/mt_waitset/
H A Dmain.c68 uint32_t i1 = my_core_id << 8 | thread_self()->id; local
82 err = binding->rpc_tx_vtbl.rpc_method(binding, i2, (uint8_t *)payload, 8 * j, i1, &o1, (uint8_t *)result, &result_size, &o2);
173 static errval_t server_rpc_method_call(struct mt_waitset_binding *b, uint64_t i1, const uint8_t *s, size_t ss, uint32_t i2, uint64_t *o1, uint8_t *r, size_t *rs, uint32_t *o2) argument
197 if (response[i] == i1 + i)
237 *o1 = i1 + 1;
/barrelfish-master/include/lwip2/lwip/
H A Dip_addr.h123 #define IP_ADDR6(ipaddr,i0,i1,i2,i3) do { IP6_ADDR(ip_2_ip6(ipaddr),i0,i1,i2,i3); \
126 #define IP_ADDR6_HOST(ipaddr,i0,i1,i2,i3) IP_ADDR6(ipaddr,PP_HTONL(i0),PP_HTONL(i1),PP_HTONL(i2),PP_HTONL(i3))
302 #define IP_ADDR6(ipaddr,i0,i1,i2,i3) IP6_ADDR(ipaddr,i0,i1,i2,i3)
303 #define IP_ADDR6_HOST(ipaddr,i0,i1,i2,i3) IP_ADDR6(ipaddr,PP_HTONL(i0),PP_HTONL(i1),PP_HTONL(i2),PP_HTONL(i3))
H A Dnetif.h455 void netif_ip6_addr_set_parts(struct netif *netif, s8_t addr_idx, u32_t i0, u32_t i1, u32_t i2, u32_t i3);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_addr.c917 int prefixlen, i1, i2, delim, length;
983 i1 = strspn(s, addr_chars);
984 i2 = i1 + strspn(s + i1, " \t");
986 s[i1] = '\0';
1008 i1 = i2 + strspn(s + i2, " \t");
1009 i2 = i1 + strspn(s + i1, addr_chars);
1010 if (i1 == i2 || s[i2] != '\0') {
1015 if (a2i_ipadd(max, s + i1) !
[all...]
H A Dv3_asid.c512 int i1, i2, i3, is_range, which;
541 i1 = strspn(val->value, "0123456789");
542 if (val->value[i1] == '\0') {
546 i2 = i1 + strspn(val->value + i1, " \t");
576 s[i1] = '\0';
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A DDES.xs120 unsigned long i1,i2;
127 i1=c[4]|(c[5]<<8)|(c[6]<<16)|(c[7]<<24);
129 sv_setiv(s1,i1);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dscheduler.c266 int i1; member in struct:__anon1639
273 pds_int32 i1; member in struct:__anon1640
289 pds_int32 i1; member in struct:__anon1642
307 pds_int32 i1; member in struct:__anon1644
501 data->i1 = i;
513 static void smsg_snd02(recv, type, send, i1,i2)
516 int i1,i2;
529 data->i1 = i1;
570 static void smsg_snd12(recv, type, send, t1, i1,i
[all...]
/barrelfish-master/lib/lwip2/src/core/
H A Dnetif.c1029 * @param i1 word1 of the new IPv6 address
1034 netif_ip6_addr_set_parts(struct netif *netif, s8_t addr_idx, u32_t i0, u32_t i1, u32_t i2, u32_t i3) argument
1042 if ((old_addr->addr[0] != i0) || (old_addr->addr[1] != i1) ||
1049 IP_ADDR6(&new_ipaddr, i0, i1, i2, i3);
1063 IP6_ADDR(ip_2_ip6(&(netif->ip6_addr[addr_idx])), i0, i1, i2, i3);
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Drepairtest.pl124 write_expect(i1,[],[]),
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dsparccpuid.S102 clr %i1
199 add %i2,%i1,%i2
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl1612 set i1 insert-1c
1616 while {[string compare [set i0 [$w search $c2 $i0 $i1]] {}]} {
1622 set i1 $ix
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dsparcv8.S536 #define ap(I) [%i1+4*I]
H A Dsparcv8plus.S643 #define ap(I) [%i1+4*I]

Completed in 308 milliseconds