/external/valgrind/main/none/tests/s390x/ |
D | div.stdout.exp | 1 d 00000000000000000000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000000) 2 d 00000000000000000000000000000001 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000001) 3 d 0000000000000000000000000000FFFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 000000000000FFFF) 4 d 00000000000000000000000000007FFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000007FFF) 5 d 00000000000000000000000000008000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000008000) 6 d 000000000000000000000000FFFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000002 (rem 0000000000000001) 7 d 00000000000000000000000080000000 / 7FFFFFFFFFFFFFFA = 0000000000000001 (rem 0000000000000001) 8 d 0000000000000000000000007FFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000001 (rem 0000000000000000) 9 d 0000000000000000FFFFFFFFFFFFFFFF / 7FFFFFFFFFFFFFFA = FFFFFFFF00000002 (rem 0000000000000001) 10 d 00000000000000008000000000000000 / 7FFFFFFFFFFFFFFA = 8000000000000000 (rem 0000000000000000) [all …]
|
/external/openssl/crypto/modes/asm/ |
D | ghash-ia64.pl | 257 @rem=("r18","r19"); 266 push (@xi,shift(@xi)); push (@rem,shift(@rem)); # "rotate" registers 281 push (@xi,shift(@xi)); push (@rem,shift(@rem)); # "rotate" registers 285 ld8 $rem[0]=[$Btbl],-256 //(p18) Htable[nhi].lo,&Hshr4[nhi].lo 289 { .mfi; shladd $rem[0]=$rem[0],4,r0 //(p18) Htable[nhi].lo<<4 293 { .mmi; xor $rem[0]=$rem[0],$Zlo //(p18) Z.lo^(Htable[nhi].lo<<4) 299 { .mmi; and $rem[0]=$rem[0],$mask0xff //(p18) rem=($Zlo^(Htable[nhi].lo<<4))&0xff 302 push (@xi,shift(@xi)); push (@rem,shift(@rem)); # "rotate" registers 309 ld8 $rem[0]=[$Btbl],-256 //(p18) Htable[nhi].lo,&Hshr4[nhi].lo 311 { .mmi; shladd $rem[1]=$rem[1],1,$rem_8bit //(p19) &rem_8bit[rem] [all …]
|
D | ghash-parisc.pl | 63 $rem="%r29"; 108 ldi 3,$rem 110 andcm $rem_4bit,$rem,$rem_4bit 116 ldi 31,$rem 117 mtctl $rem,%cr11 118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0 133 depd,z $Zll,60,4,$rem 145 ldd $rem($rem_4bit),$rem 151 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug 152 depd,z $Zll,60,4,$rem [all …]
|
D | ghash-sparcv9.pl | 52 $rem="%o4"; 108 ldx [$rem_4bit+$remi],$rem 129 xor $rem,$Zhi,$Zhi 130 ldx [$rem_4bit+$remi],$rem 142 xor $rem,$Zhi,$Zhi 145 ldx [$rem_4bit+$remi],$rem 163 xor $rem,$Zhi,$Zhi 164 ldx [$rem_4bit+$remi],$rem 178 xor $rem,$Zhi,$Zhi 181 ldx [$rem_4bit+$remi],$rem [all …]
|
D | ghash-x86_64.pl | 68 $rem="%rdx"; 97 mov $Zlo,$rem 103 and \$0xf,$rem 111 xor ($rem_4bit,$rem,8),$Zhi 112 mov $Zlo,$rem 119 and \$0xf,$rem 126 xor ($rem_4bit,$rem,8),$Zhi 127 mov $Zlo,$rem 134 and \$0xf,$rem 141 xor ($rem_4bit,$rem,8),$Zhi [all …]
|
D | ghash-x86.pl | 135 my $rem = "eax"; 141 &xor ($rem,$rem); # avoid partial register stalls on PIII 154 &mov (&LB($rem),&LB($Zll)); 156 &and (&LB($rem),0xf); 160 &xor ($Zhh,&DWP($off+16,"esp",$rem,4)); 162 &mov (&LB($rem),&BP($off,"esp",$cnt)); 164 &and (&LB($rem),0xf0); 166 &shl (&LB($rem),4); 169 &xor ($Zll,&DWP(8,$Htbl,$rem)); 170 &xor ($Zlh,&DWP(12,$Htbl,$rem)); [all …]
|
D | ghash-alpha.pl | 32 $rem="t7"; # $8 73 ldq $rem,0($remp) 95 xor $rem,$Zhi,$Zhi 99 ldq $rem,0($remp) 116 xor $rem,$Zhi,$Zhi 120 ldq $rem,0($remp) 137 xor $rem,$Zhi,$Zhi 141 ldq $rem,0($remp) 157 xor $rem,$Zhi,$Zhi 161 ldq $rem,0($remp) [all …]
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
D | vcdiff_test.bat | 2 rem Copyright 2008 Google Inc. 3 rem Author: Lincoln Smith 4 rem 5 rem Licensed under the Apache License, Version 2.0 (the "License"); 6 rem you may not use this file except in compliance with the License. 7 rem You may obtain a copy of the License at 8 rem 9 rem http:#www.apache.org/licenses/LICENSE-2.0 10 rem 11 rem Unless required by applicable law or agreed to in writing, software [all …]
|
/external/compiler-rt/lib/ |
D | udivmodti4.c | 26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) in __udivmodti4() argument 46 if (rem) in __udivmodti4() 47 *rem = n.s.low % d.s.low; in __udivmodti4() 54 if (rem) in __udivmodti4() 55 *rem = n.s.low; in __udivmodti4() 67 if (rem) in __udivmodti4() 68 *rem = n.s.high % d.s.low; in __udivmodti4() 78 if (rem) in __udivmodti4() 82 *rem = r.all; in __udivmodti4() 92 if (rem) in __udivmodti4() [all …]
|
D | udivmoddi4.c | 24 __udivmoddi4(du_int a, du_int b, du_int* rem) in __udivmoddi4() argument 44 if (rem) in __udivmoddi4() 45 *rem = n.s.low % d.s.low; in __udivmoddi4() 52 if (rem) in __udivmoddi4() 53 *rem = n.s.low; in __udivmoddi4() 65 if (rem) in __udivmoddi4() 66 *rem = n.s.high % d.s.low; in __udivmoddi4() 76 if (rem) in __udivmoddi4() 80 *rem = r.all; in __udivmoddi4() 90 if (rem) in __udivmoddi4() [all …]
|
/external/openssl/crypto/bn/ |
D | bn_div.c | 67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 84 if (rem != NULL) 85 { if (BN_copy(rem,m) == NULL) return(0); } 93 if (rem == NULL) rem = BN_CTX_get(ctx); 94 if (D == NULL || dv == NULL || rem == NULL) 100 if (BN_copy(rem,m) == NULL) goto end; 112 if (BN_ucmp(rem,D) >= 0) 115 if (!BN_usub(rem,rem,D)) goto end; 120 rem->neg=BN_is_zero(rem)?0:m->neg; 147 : "=a"(q), "=d"(rem) \ [all …]
|
/external/zlib/examples/ |
D | enough.c | 255 local int beenhere(int syms, int len, int left, int mem, int rem) in beenhere() argument 266 offset = (mem >> 3) + rem; in beenhere() 267 offset = ((offset * (offset + 1)) >> 1) + rem; in beenhere() 319 local void examine(int syms, int len, int left, int mem, int rem) in examine() argument 331 while (rem < left) { in examine() 332 left -= rem; in examine() 333 rem = 1 << (len - root); in examine() 334 mem += rem; in examine() 336 assert(rem == left); in examine() 355 if (beenhere(syms, len, left, mem, rem)) in examine() [all …]
|
/external/openssl/crypto/threads/ |
D | netware.bat | 2 rem batch file to build multi-thread test ( mttest.nlm ) 4 rem command line arguments: 5 rem debug => build using debug settings 7 rem 8 rem After building, copy mttest.nlm to the server and run it, you'll probably 9 rem want to redirect stdout and stderr. An example command line would be 10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err" 11 rem 34 rem generate command file for metrowerks 44 rem compile [all …]
|
/external/openssh/ |
D | atomicio.c | 100 size_t pos = 0, rem; in atomiciov6() local 133 rem = (size_t)res; in atomiciov6() 134 pos += rem; in atomiciov6() 136 while (iovcnt > 0 && rem >= iov[0].iov_len) { in atomiciov6() 137 rem -= iov[0].iov_len; in atomiciov6() 142 if (rem > 0 && (iovcnt <= 0 || rem > iov[0].iov_len)) { in atomiciov6() 149 iov[0].iov_base = ((char *)iov[0].iov_base) + rem; in atomiciov6() 150 iov[0].iov_len -= rem; in atomiciov6()
|
/external/openssl/crypto/des/ |
D | des.c | 370 int num=0,j,k,l,rem,ll,len,last,ex=0; in doencryption() local 467 rem=0; in doencryption() 473 num=l=fread(&(buf[rem]),1,BUFSIZE,DES_IN); in doencryption() 474 l+=rem; in doencryption() 475 num+=rem; in doencryption() 483 rem=l%8; in doencryption() 484 len=l-rem; in doencryption() 487 for (i=7-rem; i>0; i--) in doencryption() 489 buf[l++]=rem; in doencryption() 491 len+=rem; in doencryption() [all …]
|
D | cfb_enc.c | 77 register int num=numbits/8,n=(numbits+7)/8,i,rem=numbits%8; in DES_cfb_encrypt() local 127 if (rem==0) in DES_cfb_encrypt() 131 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt() 132 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt() 170 if (rem==0) in DES_cfb_encrypt() 174 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt() 175 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
|
/external/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 13 %rem = srem i32 %a0, %a1 14 ret i32 %rem 27 %rem = urem i32 %a0, %a1 28 ret i32 %rem 34 %rem = srem i32 %a0, %a1 35 store i32 %rem, i32* %r, align 4, !tbaa !0 43 %rem = urem i32 %a0, %a1 44 store i32 %rem, i32* %r, align 4, !tbaa !0
|
/external/llvm/test/CodeGen/X86/ |
D | scalar_widen_div.ll | 4 ; divide/rem per element since divide/remainder can trap. 117 define <4 x i8> @test_char_rem(<4 x i8> %num, <4 x i8> %rem) { 124 %rem.r = srem <4 x i8> %num, %rem 125 ret <4 x i8> %rem.r 129 define <5 x i16> @test_short_rem(<5 x i16> %num, <5 x i16> %rem) { 137 %rem.r = srem <5 x i16> %num, %rem 138 ret <5 x i16> %rem.r 142 define <4 x i32> @test_uint_rem(<4 x i32> %num, <4 x i32> %rem) { 149 %rem.r = srem <4 x i32> %num, %rem 150 ret <4 x i32> %rem.r [all …]
|
/external/compiler-rt/test/Unit/ |
D | udivmodsi4_test.c | 19 extern su_int __udivmodsi4(su_int a, su_int b, su_int* rem); 24 su_int rem; in test__udivmodsi4() local 25 su_int result = __udivmodsi4(a, b, &rem); in test__udivmodsi4() 31 if (rem != expected_rem) { in test__udivmodsi4() 33 a, b, rem, expected_rem); in test__udivmodsi4()
|
D | divmodsi4_test.c | 19 extern si_int __divmodsi4(si_int a, si_int b, si_int* rem); 25 si_int rem; in test__divmodsi4() local 26 si_int result = __divmodsi4(a, b, &rem); in test__divmodsi4() 32 if (rem != expected_rem) { in test__divmodsi4() 34 a, b, rem, expected_rem); in test__divmodsi4()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
D | ant.bat | 51 rem %~dp0 is expanded pathname of the current script under NT 56 rem CLASSPATH must not be used if it is equal to "" 60 rem Slurp the command line arguments. This loop allows for an unlimited number 61 rem of arguments (up to the command line limit, anyway). 72 rem here is there is a -noclasspath in the options 78 rem This label provides a place for the argument list loop to break out 79 rem and for NT handling to skip to. 91 rem find ANT_HOME if it does not exist due to either an invalid value passed 92 rem by the user or the %0 problem on Windows 9x 95 rem check for ant in Program Files [all …]
|
/external/libnl-headers/netlink/ |
D | attr.h | 260 #define nla_for_each_attr(pos, head, len, rem) \ argument 261 for (pos = head, rem = len; \ 262 nla_ok(pos, rem); \ 263 pos = nla_next(pos, &(rem))) 272 #define nla_for_each_nested(pos, nla, rem) \ argument 273 for (pos = nla_data(nla), rem = nla_len(nla); \ 274 nla_ok(pos, rem); \ 275 pos = nla_next(pos, &(rem)))
|
D | msg.h | 123 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument 125 nlmsg_attrlen(nlh, hdrlen), rem) 134 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument 135 for (pos = head, rem = len; \ 136 nlmsg_ok(pos, rem); \ 137 pos = nlmsg_next(pos, &(rem)))
|
/external/openssl/crypto/rc4/asm/ |
D | rc4-parisc.pl | 87 $rem="%r6"; 171 and,<> $out,$dat0,$rem ; is $out aligned? 173 subi 4,$rem,$rem 174 sub $len,$rem,$len 176 &foldedloop("L\$alignout",$rem); # process till $out is aligned 182 sub $inp,$acc,$rem ; align $inp 187 ldwx $rem($out),$dat0 188 ldo 4($rem),$rem 194 ldwx $rem($out),$dat1
|
/external/stlport/doc/ |
D | README.evc9 | 8 rem you need to adapt at least these three 13 rem the compiler is always cl.exe, different compilers are in different paths 15 rem obviously, these need to be adjusted to where you installed VS2008 and the SDKs 22 rem add libs and includes from the SDK 26 rem add libs that came with VC9 27 rem Note: there are more libs and includes under ce\atlmfc, you need to add these 28 rem instead of the ones in the SDK if you want to use the newer version of ATL/MFC. 40 rem the compiler is always cl.exe, different compilers are in different paths 43 rem obviously, these need to be adjusted to where you installed VS2008 50 rem add libs and includes from the SDK [all …]
|