/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/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 …]
|
D | bn_prime.c | 133 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx); 135 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx); 160 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) in BN_generate_prime_ex() argument 183 if (!probable_prime_dh_safe(ret,bits,add,rem,ctx)) in BN_generate_prime_ex() 188 if (!probable_prime_dh(ret,bits,add,rem,ctx)) in BN_generate_prime_ex() 407 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) in probable_prime_dh() argument 421 if (rem == NULL) in probable_prime_dh() 424 { if (!BN_add(rnd,rnd,rem)) goto err; } in probable_prime_dh() 445 const BIGNUM *rem, BN_CTX *ctx) in probable_prime_dh_safe() argument 464 if (rem == NULL) in probable_prime_dh_safe() [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/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/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/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 …]
|
D | README.evc8 | 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 VS2005 and the SDKs 22 rem add libs and includes from the SDK 26 rem add libs that came with VC8 27 rem Note: there are more libs and includes under ce\atlmfc, not sure if these are needed. 39 rem the compiler is always cl.exe, different compilers are in different paths 42 rem obviously, these need to be adjusted to where you installed VS2005 49 rem add libs and includes from the SDK 53 rem add libs that came with VC8
|
/external/icu4c/test/perf/unisetperf/draft/ |
D | contperf.bat | 1 rem Copyright (c) 2007, International Business Machines Corporation and 2 rem others. All Rights Reserved. 5 rem types: slow Bv Bv0 B0 6 rem --pattern [:White_Space:]
|
D | span16perf.bat | 1 rem Copyright (c) 2007, International Business Machines Corporation and 2 rem others. All Rights Reserved. 5 rem types: slow Bv Bv0 B0 6 rem --pattern [:White_Space:]
|
D | span8perf.bat | 1 rem Copyright (c) 2007, International Business Machines Corporation and 2 rem others. All Rights Reserved. 5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL 6 rem --pattern [:White_Space:]
|
/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/ |
D | contperf.bat | 1 rem Copyright (c) 2007, International Business Machines Corporation and 2 rem others. All Rights Reserved. 5 rem types: slow Bv Bv0 B0 6 rem --pattern [:White_Space:]
|
D | span16perf.bat | 1 rem Copyright (c) 2007, International Business Machines Corporation and 2 rem others. All Rights Reserved. 5 rem types: slow Bv Bv0 B0 6 rem --pattern [:White_Space:]
|
D | span8perf.bat | 1 rem Copyright (c) 2007, International Business Machines Corporation and 2 rem others. All Rights Reserved. 5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL 6 rem --pattern [:White_Space:]
|
/external/chromium/third_party/icu/source/test/perf/utrie2perf/ |
D | utrie2perf.bat | 1 rem Copyright (C) 2008, International Business Machines Corporation and others. 2 rem All Rights Reserved. 15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
|
/external/icu4c/test/perf/utrie2perf/ |
D | utrie2perf.bat | 1 rem Copyright (C) 2008, International Business Machines Corporation and others. 2 rem All Rights Reserved. 15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
|
/external/ipsec-tools/src/racoon/ |
D | admin.c | 278 char *loc, *rem; local 288 rem = racoon_strdup(saddrwop2str(dst)); 290 STRDUP_FATAL(rem); 294 "phase 1 for %s -> %s not found\n", loc, rem); 302 racoon_free(rem); 333 char *loc, *rem; local 339 rem = racoon_strdup(saddrwop2str(dst)); 340 STRDUP_FATAL(rem); 343 "Flushing all SAs for peer %s\n", rem); 356 racoon_free(rem);
|
/external/webkit/JavaScriptCore/wtf/ |
D | StringHashFunctions.h | 37 unsigned rem = length & 1; in stringHash() local 50 if (rem) { in stringHash() 77 unsigned rem = length & 1; in stringHash() local 90 if (rem) { in stringHash()
|
/external/libvpx/examples/ |
D | gen_example_code.sh | 51 local rem 52 (( rem = 78 - indent )) 57 printf "%${indent}s%-${rem}s//\n" "" "$t_line"
|
/external/dhcpcd/ |
D | common.c | 223 long rem; in get_monotonic() local 236 rem = nano % NSEC_PER_SEC; in get_monotonic() 237 if (rem < 0) { in get_monotonic() 239 rem += NSEC_PER_SEC; in get_monotonic() 241 tp->tv_usec = rem / 1000; in get_monotonic()
|
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 100 unsigned int rem; in ext2fs_initialize() local 326 rem = ((super->s_blocks_count - super->s_first_data_block) % in ext2fs_initialize() 328 if ((fs->group_desc_count == 1) && rem && (rem < overhead)) in ext2fs_initialize() 330 if (rem && (rem < overhead+50)) { in ext2fs_initialize() 331 super->s_blocks_count -= rem; in ext2fs_initialize()
|
/external/e2fsprogs/misc/ |
D | chattr.c | 60 static int rem; variable 157 rem = 1; in decode_arg() 219 if (rem) in change_attributes() 291 if (set && (add || rem)) { in main() 299 if (!(add || rem || set || set_version)) { in main()
|
/external/openssl/crypto/modes/ |
D | cfb128.c | 187 int n,rem,num; in cfbr_encrypt_block() local 204 rem = nbits%8; in cfbr_encrypt_block() 206 if(rem==0) in cfbr_encrypt_block() 210 ivec[n] = ovec[n+num]<<rem | ovec[n+num+1]>>(8-rem); in cfbr_encrypt_block()
|
/external/chromium/net/disk_cache/ |
D | hash.cc | 23 int rem; in SuperFastHash() local 28 rem = len & 3; in SuperFastHash() 41 switch (rem) { in SuperFastHash()
|