HomeSort by relevance Sort by last modified time
    Searched refs:idea (Results 1 - 22 of 22) sorted by null

  /external/openssl/crypto/evp/
e_idea.c 66 #include <openssl/idea.h>
90 BLOCK_CIPHER_func_cbc(idea, idea, EVP_IDEA_KEY, ks)
91 BLOCK_CIPHER_func_ofb(idea, idea, 64, EVP_IDEA_KEY, ks)
92 BLOCK_CIPHER_func_cfb(idea, idea, 64, EVP_IDEA_KEY, ks)
94 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
  /external/openssl/apps/
progs.pl 74 "des", "des3", "desx", "idea", "seed", "rc4", "rc4-40",
80 "idea-cbc","idea-ecb", "idea-cfb", "idea-ofb",
93 elsif ($_ =~ /idea/) { $t="#ifndef OPENSSL_NO_IDEA\n${t}#endif\n"; }
version.c 129 # include <openssl/idea.h>
speed.c 166 #include <openssl/idea.h>
252 "des cbc","des ede3","idea cbc","seed cbc",
890 if (strcmp(*argv,"idea-cbc") == 0) doit[D_CBC_IDEA]=1;
891 else if (strcmp(*argv,"idea") == 0) doit[D_CBC_IDEA]=1;
1050 BIO_printf(bio_err,"idea-cbc ");
1105 BIO_printf(bio_err,"idea ");
    [all...]
  /external/smali/smali/
build.gradle 52 idea {
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 87 Lava Nail Shooters - Well, they shoot, you get the idea here!
  /external/iproute2/doc/
api-ip6-flowlabels.tex 128 memory bandwidth is not a good idea. Such patches are acceptable
233 One idea is to disallow not privileged user to allocate flow
236 itself. Hmm... the idea is interesting.
ip-tunnels.tex 331 source addresses indistinguishable from local ones. It is not so bad idea
  /external/ceres-solver/docs/
faq.tex 28 While it is often the case that problems have a natural blocking of parameters into parameter blocks, it is not always clear what a good residual block structure is. One rule of thumb for non-linear least squares problems since they often come from data fitting problems is to create one residual block per observation. So if you are solving a Structure from Motion problem, one 2 dimensional residual block per 2d image projection is a good idea.
introduction.tex 16 We welcome contributions to Ceres, whether they are new features, bug fixes or tests. The Ceres mailing list\footnote{\url{http://groups.google.com/group/ceres-solver}} is the best place for all development related discussions. Please consider joining it. If you have ideas on how you would like to contribute to Ceres, it is a good idea to let us know on the mailinglist before you start development. We may have suggestions that will save effort when trying to merge your work into the main branch. If you are looking for ideas, please let us know about your interest and skills and we will be happy to make a suggestion or three.
solving.tex 23 of the step $\Delta x$. And this is where the idea of a trust-region
47 Here, $\mu$ is the trust region radius, $D(x)$ is some matrix used to define a metric on the domain of $F(x)$ and $\rho$ measures the quality of the step $\Delta x$, i.e., how well did the linear model predict the decrease in the value of the non-linear objective. The idea is to increase or decrease the radius of the trust region depending on how well the linearization predicts the behavior of the non-linear objective, which in turn is reflected in the value of $\rho$.
91 Another strategy for solving the trust region problem~\eqref{eq:trp} was introduced by M. J. D. Powell. The key idea there is to compute two vectors
158 This idea can be generalized to cases where the residual is not
173 This idea can be further generalized, by not just optimizing $(a_1,
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 436 idea { YYD; yylval.num = algtype_idea; return(ALGORITHMTYPE); }
439 3idea { YYD; yylval.num = algtype_3idea; return(ALGORITHMTYPE); }
crypto_openssl.c 78 #include <openssl/idea.h>
1364 * IDEA-CBC
    [all...]
  /external/webkit/Source/WebCore/dom/
make_names.pl 846 // The idea behind this class is that there will eventually be a mapping from namespace URIs to ElementFactories that can dispense
    [all...]
  /external/blktrace/btt/doc/
btt.tex 155 in the system. This provides some idea as to how quickly IOs are
189 Using the data from the previous chart, we can then provide some idea
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 200 One idea to reduce errors in this area would be to push the IO replay
  /external/bison/build-aux/
texinfo.tex 915 % The idea here is the same as in \startdefun, \cartouche, etc.: if
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 143 The idea is that I am not striving to replace OpenSSL or Crypto++ or Cryptlib or etc. I'm trying to write my
422 The number of rounds can be set to zero to use the default, which is generally a good idea.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/grub/docs/
texinfo.tex 610 % period following counts as ending a sentence. (Idea found in latex.)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 663 % period following counts as ending a sentence. (Idea found in latex.)
    [all...]

Completed in 1891 milliseconds