HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 1101 - 1125 of 1841) sorted by null

<<41424344454647484950>>

  /external/boringssl/src/crypto/
internal.h 130 * *definitely*--uninitialized values sometimes has false positives. Usually
  /external/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 111 no warnings qw(uninitialized);
  /external/boringssl/src/include/openssl/
x509_vfy.h 295 /* illegal error (for uninitialized values, to avoid X509_V_OK): 1 */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protourlencode.py 61 This represents a site with an empty uninitialized home page.
test_util.py 533 """Test that cannot encode uninitialized message."""
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 85 // Uninitialized = 0,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 48 UndefinedKind = 0, // for subclass UndefinedVal (an uninitialized value)
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 520 "guard.uninitialized");
  /external/clang/lib/Frontend/
CacheTokens.cpp 396 // use 0 for uninitialized indices because that is easier to debug.
  /external/clang/test/Analysis/
ctor.mm 686 use(a); // expected-warning{{uninitialized}}
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 325 /** Constructs an uninitialized permutation matrix of given size.
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 98 /** Default constructor leaving the quaternion uninitialized. */
  /external/eigen/Eigen/src/LU/
FullPivLU.h 463 // before exiting, make sure to initialize the still uninitialized transpositions
  /external/elfutils/libcpu/
i386_disasm.c 481 are not used uninitialized. */
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 779 msg = "uninitialized (offset " + data + ")";
  /external/jemalloc/include/jemalloc/internal/
rb.h 235 * tree: Pointer to an uninitialized red-black tree object.
    [all...]
  /external/libchrome/base/metrics/
histogram.h 59 // that detects a uninitialized (NULL) pointer. The potentially racy
  /external/libhevc/decoder/
ihevcd_decode.c 591 /* These are not used, but still set them to zero to avoid uninitialized reads */
  /external/libvncserver/webclients/novnc/include/
jsunzip.js 235 * -- uninitialized global data (static structures) -- *
  /external/llvm/docs/TableGen/
LangIntro.rst 94 uninitialized field
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 210 // complain about branching on uninitialized data.
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 233 /// The Dst range is assumed to be uninitialized memory. (Or it may contain
  /external/llvm/lib/IR/
AsmWriter.cpp 891 // Check for uninitialized state and do lazy initialization.
901 // Check for uninitialized state and do lazy initialization.
914 // Check for uninitialized state and do lazy initialization.
922 // Check for uninitialized state and do lazy initialization.
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 327 // b: BSS section (uninitialized data)
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 307 assert(MinReadyCycle < UINT_MAX && "MinReadyCycle uninitialized");

Completed in 3491 milliseconds

<<41424344454647484950>>