HomeSort by relevance Sort by last modified time
    Searched defs:Initialized (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciHotPlugSupport.h 29 BOOLEAN Initialized;
  /device/generic/goldfish/wifi/wifi_hal/
halstate.h 29 // situations where the HAL is initialized while stopping. This class allows
47 Initialized,
  /bionic/libc/bionic/
grp_pwd_file.h 53 Initialized,
  /external/capstone/arch/SystemZ/
SystemZMCTargetDesc.c 72 static int Initialized = 0;
75 if (!Initialized) {
76 Initialized = 1;
  /external/webrtc/webrtc/voice_engine/
statistics.cc 52 bool Statistics::Initialized() const
  /frameworks/compile/slang/
slang_rs_export_element.h 55 static bool Initialized;
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /external/mesa3d/src/mesa/program/
prog_parameter.h 72 GLboolean Initialized; /**< debug: Has the ParameterValue[] been set? */
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
PciHostBridgeLib.c 178 initialized with InitRootBridge(), that should be
211 UINTN Initialized;
277 Initialized = 0;
290 RootBridgeNumber <= PCI_MAX_BUS && Initialized < ExtraRootBridges;
317 &Bridges[Initialized]
322 ++Initialized;
342 &Bridges[Initialized]
347 ++Initialized;
349 *Count = Initialized;
353 while (Initialized > 0) {
    [all...]
  /external/llvm/include/llvm/ADT/
Statistic.h 44 bool Initialized;
57 Initialized = false;
137 bool tmp = Initialized;
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 114 static bool Initialized = false;
115 if (!Initialized) {

Completed in 1477 milliseconds

1 2 3 4 5