HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 151 - 175 of 5270) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/update_engine/payload_generator/
topological_sort.cc 31 set<Vertex::Index>* visited_nodes,
32 vector<Vertex::Index>* nodes,
33 Vertex::Index node) {
48 void TopologicalSort(const Graph& graph, vector<Vertex::Index>* out) {
49 set<Vertex::Index> visited_nodes;
51 for (Vertex::Index i = 0; i < graph.size(); i++) {
topological_sort.h 38 void TopologicalSort(const Graph& graph, std::vector<Vertex::Index>* out);
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 39 explicit CompressedStorage(Index size)
76 void reserve(Index size)
78 Index newAllocatedSize = m_size + size;
89 void resize(Index size, double reserveSizeFactor = 0)
93 Index realloc_size = (std::min<Index>)(NumTraits<StorageIndex>::highest(), size + Index(reserveSizeFactor*double(size)));
101 void append(const Scalar& v, Index i)
103 Index id = m_size;
109 inline Index size() const { return m_size;
121 inline StorageIndex& index(Index i) { eigen_internal_assert(m_indices!=0); return m_indices[i]; } function in class:Eigen::internal::CompressedStorage
122 inline const StorageIndex& index(Index i) const { eigen_internal_assert(m_indices!=0); return m_indices[i]; } function in class:Eigen::internal::CompressedStorage
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciRomTable.c 103 UINTN Index;
109 for (Index = 0; Index < mNumberOfPciRomImages; Index++) {
110 if (mRomImageTable[Index].Seg == PciRootBridgeIo->SegmentNumber &&
111 mRomImageTable[Index].Bus == PciIoDevice->BusNumber &&
112 mRomImageTable[Index].Dev == PciIoDevice->DeviceNumber &&
113 mRomImageTable[Index].Func == PciIoDevice->FunctionNumber ) {
116 if (mRomImageTable[Index].ImageHandle != NULL) {
117 AddDriver (PciIoDevice, mRomImageTable[Index].ImageHandle);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Indexer.h 22 UINTN Index; // Used only if Name buffer is filled with zero.
27 UINTN Index;
32 UINTN Index;
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
ParseConfigProfile.c 49 UINTN Index;
83 for (Index = 0 ; Index < ConfigHeader->NumOfRecovery; Index++) {
88 AsciiValueToString(Entry + AsciiStrLen(Entry), 0, Index, 0);
96 DEBUG((DEBUG_ERROR, "[%d] %a not found\n", Index, Entry));
117 DEBUG((DEBUG_ERROR, "[%d] FileGuid not found\n", Index));
121 CopyGuid(&((*RecoveryArray)[Index].FileGuid), &FileGuid);
134 DEBUG((DEBUG_ERROR, "[%d] Length not found\n", Index));
137 (*RecoveryArray)[Index].Length = Num;
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_index.py 7 index = Index.create()
9 # FIXME: test Index.read
12 index = Index.create()
13 assert isinstance(index, Index)
14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp'))
  /external/tensorflow/tensorflow/core/kernels/
sparse_tensor_dense_add_op.h 30 template <typename Device, typename T, typename Index, int NDIMS,
33 // Returns -1 on success or a nonnegative i s.t. indices[i] is a bad index.
34 Index operator()(const Device& d, typename TTypes<Index>::ConstMatrix indices,
gather_functor.cc 28 #define DECLARE_GPU_SPECS_INDEX(T, Index) \
30 int64 GatherFunctor<GPUDevice, T, Index>::operator()( \
32 typename TTypes<Index>::ConstFlat Tindices, \
34 extern template struct GatherFunctor<GPUDevice, T, Index>;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 64 Index m_outerSize;
65 Index m_innerSize;
68 Index* m_colStartIndex;
69 Index* m_rowStartIndex;
74 inline Index rows() const {
78 inline Index cols() const {
82 inline Index innerSize() const {
86 inline Index outerSize() const {
90 inline Index upperNonZeros() const {
94 inline Index lowerNonZeros() const
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
RandVerify.c 37 UINTN Index;
50 for (Index = 0; Index < 10; Index ++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
ValueToString.c 62 UINTN Index;
78 Index = ((UINTN)Value & 0xf);
79 *(TempStr++) = mHexStr[Index];
90 Index = Count;
92 for (; Index < Width; Index++) {
103 Index = 0;
106 Index++;
110 return Index;
150 UINTN Index;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 523 @param StartIndex Start index into the Gcd Memory Space Map.
524 @param EndIndex End index into the Gcd Memory Space Map.
540 UINTN Index;
544 for (Index = 0; Index < NumberOfDescriptors; Index++) {
545 if (BaseAddress >= MemorySpaceMap[Index].BaseAddress &&
546 BaseAddress < MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length) {
547 *StartIndex = Index;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmmStmSupport.c 40 UINTN Index;
47 for (Index = 0; Index < SIZE_4KB / sizeof (*Pte); Index++) {
  /external/eigen/Eigen/src/Core/
ForceAlignedAccess.h 44 EIGEN_DEVICE_FUNC inline Index rows() const { return m_expression.rows(); }
45 EIGEN_DEVICE_FUNC inline Index cols() const { return m_expression.cols(); }
46 EIGEN_DEVICE_FUNC inline Index outerStride() const { return m_expression.outerStride(); }
47 EIGEN_DEVICE_FUNC inline Index innerStride() const { return m_expression.innerStride(); }
49 EIGEN_DEVICE_FUNC inline const CoeffReturnType coeff(Index row, Index col) const
54 EIGEN_DEVICE_FUNC inline Scalar& coeffRef(Index row, Index col)
59 EIGEN_DEVICE_FUNC inline const CoeffReturnType coeff(Index index) cons
    [all...]
  /external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
reduce_slice_ops_gpu.cu.cc 33 template <typename T, typename Index> \
35 Cuda3DLaunchConfig config, Index indices_width, Index bound, \
36 const T begin, const Index *indices, const T *input, T *out) { \
40 Index outidx = x * config.virtual_thread_count.y * \
44 Index start = indices[y * indices_width]; \
45 Index end = Min(bound, indices[y * indices_width + 1]); \
46 for (Index yin = start; yin < end; yin++) { \
47 Index inidx = x * bound * config.virtual_thread_count.z + \
56 template <typename T, typename Index> \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeName.h 18 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
TypeDatabase.h 30 /// Records the name of a type, and reserves its type index.
33 /// Records the name of a type, and reserves its type index.
34 void recordType(StringRef Name, TypeIndex Index, const CVType &Data);
39 StringRef getTypeName(TypeIndex Index) const;
41 const CVType &getTypeRecord(TypeIndex Index) const;
42 CVType &getTypeRecord(TypeIndex Index);
44 bool contains(TypeIndex Index) const;
49 CVType getType(TypeIndex Index) override;
50 StringRef getTypeName(TypeIndex Index) override;
51 bool contains(TypeIndex Index) override
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeName.h 18 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
TypeDatabase.h 30 /// Records the name of a type, and reserves its type index.
33 /// Records the name of a type, and reserves its type index.
34 void recordType(StringRef Name, TypeIndex Index, const CVType &Data);
39 StringRef getTypeName(TypeIndex Index) const;
41 const CVType &getTypeRecord(TypeIndex Index) const;
42 CVType &getTypeRecord(TypeIndex Index);
44 bool contains(TypeIndex Index) const;
49 CVType getType(TypeIndex Index) override;
50 StringRef getTypeName(TypeIndex Index) override;
51 bool contains(TypeIndex Index) override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeName.h 18 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
TypeDatabase.h 30 /// Records the name of a type, and reserves its type index.
33 /// Records the name of a type, and reserves its type index.
34 void recordType(StringRef Name, TypeIndex Index, const CVType &Data);
39 StringRef getTypeName(TypeIndex Index) const;
41 const CVType &getTypeRecord(TypeIndex Index) const;
42 CVType &getTypeRecord(TypeIndex Index);
44 bool contains(TypeIndex Index) const;
49 CVType getType(TypeIndex Index) override;
50 StringRef getTypeName(TypeIndex Index) override;
51 bool contains(TypeIndex Index) override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeName.h 18 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/
splitfile.c 46 int Index;
61 for (Index = 0; Str[Index] != NULL; Index++) {
62 fprintf (stdout, "%s\n", Str[Index]);
95 unsigned long Index;
129 for (Index = 0; Index < splitpoint; Index++) {
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
smbios.c 30 UINT16 Index;
39 for (Index = 0; Index < SmbiosTable->TableLength ; Index++) {
93 UINT16 Index;
104 for (Index = 1; Index <= StringNumber; Index++) {
105 if (StringNumber == Index) {

Completed in 721 milliseconds

1 2 3 4 5 67 8 91011>>