HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 951 - 975 of 4302) sorted by null

<<31323334353637383940>>

  /external/pdfium/core/fpdfapi/parser/
cpdf_object.cpp 9 #include <algorithm>
  /external/pdfium/core/fxcrt/
cfx_maybe_owned.h 8 #include <algorithm>
fx_bidi.cpp 10 #include <algorithm>
  /external/pdfium/xfa/fxfa/parser/
cxfa_widetextread.cpp 9 #include <algorithm>
  /external/protobuf/src/google/protobuf/
repeated_field.cc 35 #include <algorithm>
  /external/sfntly/cpp/src/sfntly/data/
font_data.cc 19 #include <algorithm>
  /external/sfntly/cpp/src/test/
memory_io_test.cc 19 #include <algorithm>
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSubtargetInfo.cpp 16 #include <algorithm>
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Main.cpp 27 #include <algorithm>
  /external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 29 #include <algorithm>
  /external/swiftshader/third_party/LLVM/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 12 #include <algorithm>
DeltaAlgorithmTest.cpp 12 #include <algorithm>
  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.cpp 20 #include <algorithm>
  /external/v4l2_codec2/vda/
vp9_bool_decoder.cc 7 #include <algorithm>
  /external/v8/src/compiler/
graph.cc 7 #include <algorithm>
  /external/vboot_reference/firmware/2lib/include/
2sha.h 64 /* Hash algorithm independent digest context; includes all of the above. */
79 /* Current hash algorithm */
125 * @param algorithm Crypto algorithm (vb2_crypto_algorithm)
127 * @return The hash algorithm for that crypto algorithm, or VB2_HASH_INVALID if
128 * the crypto algorithm or its corresponding hash algorithm is invalid or not
131 enum vb2_hash_algorithm vb2_crypto_to_hash(uint32_t algorithm);
134 * Return the size of the digest for a hash algorithm
    [all...]
  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 100 int algorithm; /* Hashing algorithm to use. */ member in struct:DigestContext
105 * and stores the state of any digest algorithm (one at any given time).
108 /* Initialize a digest context for use with signature algorithm [algorithm]. */
116 * based on the signature [algorithm].
122 * [len] based on the signature [algorithm].
  /external/vboot_reference/tests/
vb20_api_tests.c 94 k->algorithm = mock_algorithm;
124 key->sig_alg = vb2_crypto_to_signature(k->algorithm);
125 key->hash_alg = vb2_crypto_to_hash(k->algorithm);
292 k->algorithm--;
294 VB2_ERROR_SHA_INIT_ALGORITHM, "init hash algorithm");
  /external/vixl/src/aarch64/
abi-aarch64.h 40 #include <algorithm>
  /external/webrtc/talk/app/webrtc/
mediastreamobserver.cc 30 #include <algorithm>
  /external/webrtc/webrtc/base/
optional.h 14 #include <algorithm>
  /external/webrtc/webrtc/common_audio/
real_fourier_ooura.cc 14 #include <algorithm>
  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 13 #include <algorithm>
  /external/webrtc/webrtc/modules/audio_coding/neteq/
preemptive_expand.cc 13 #include <algorithm> // min, max
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.h 14 #include <algorithm>

Completed in 1895 milliseconds

<<31323334353637383940>>