HomeSort by relevance Sort by last modified time
    Searched refs:Src (Results 76 - 100 of 1219) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libchrome/base/numerics/
safe_math.h 105 template <typename Src>
106 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs)
109 template <typename Src>
114 template <typename Src>
115 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit)
117 static_assert(std::is_arithmetic<Src>::value, "Argument must be numeric.");
122 template <typename Src>
124 StrictNumeric<Src> value) // NOLINT(runtime/explicit)
125 : state_(static_cast<Src>(value)) {}
165 template <typename Dst = T, typename Src>
    [all...]
  /external/pdfium/third_party/base/numerics/
safe_math.h 106 template <typename Src>
107 constexpr CheckedNumeric(const CheckedNumeric<Src>& rhs)
110 template <typename Src>
115 template <typename Src>
116 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit)
118 static_assert(std::is_arithmetic<Src>::value, "Argument must be numeric.");
123 template <typename Src>
125 StrictNumeric<Src> value) // NOLINT(runtime/explicit)
126 : state_(static_cast<Src>(value)) {}
166 template <typename Dst = T, typename Src>
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Route.h 25 #define IP4_ROUTE_CACHE_HASH(Dst, Src) (((Dst) ^ (Src)) % IP4_ROUTE_CACHE_HASH_VALUE)
57 IP4_ADDR Src;
159 Find a route cache with the dst and src. This is used by ICMP
166 @param[in] Src The source address
168 @return NULL if no route entry to the (Dest, Src). Otherwise the point
176 IN IP4_ADDR Src
196 @param[in] Src The source address to search for
206 IN IP4_ADDR Src
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Comparison.c 75 /** The strxfrm function transforms the string pointed to by Src and places the
90 size_t strxfrm(char * __restrict Dest, const char * __restrict Src, size_t Len)
97 srclen = strlen(Src);
100 (void)memcpy(Dest, Src, copysize);
  /external/llvm/lib/DebugInfo/CodeView/
ByteStream.cpp 18 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src,
24 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src,
26 if (Dest.size() < Src.size())
28 if (Offset > Src.size() - Dest.size())
31 ::memcpy(Dest.data() + Offset, Src.data(), Src.size());
  /device/linaro/bootloader/edk2/StdLib/Include/
string.h 100 /** The memcpy function copies N characters from the object pointed to by Src
105 @param[in] Src Pointer to the Source data to be copied.
110 void *memcpy(void * __restrict Dest, const void * __restrict Src, size_t N);
112 /** The memmove function copies N characters from the object pointed to by Src
114 characters from the object pointed to by Src are first copied into a
116 to by Dest and Src, and then the N characters from the temporary array are
120 @param[in] Src Pointer to the Source data to be copied.
125 void *memmove(void *Dest, const void *Src, size_t N);
127 /** The strcpy function copies the string pointed to by Src (including the
132 @param[in] Src Pointer to the Source data to be copied.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.h 39 SDValue Dst, SDValue Src,
47 SDValue Dst, SDValue Src,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Linker/
Linker.h 37 /// \brief Link \p Src into the composite.
39 /// Passing OverrideSymbols as true will have symbols from Src
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src,
  /external/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 40 /// Returns true if the block 'Dst' can be reached from block 'Src'.
41 bool isReachable(const CFGBlock *Src, const CFGBlock *Dst);
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.h 24 SDValue Chain, SDValue Dst, SDValue Src,
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 24 SDValue Chain, SDValue Dst, SDValue Src,
  /external/llvm/lib/Target/Lanai/
LanaiSelectionDAGInfo.cpp 23 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,

Completed in 1815 milliseconds

1 2 34 5 6 7 8 91011>>