HomeSort by relevance Sort by last modified time
    Searched defs:SPD (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/ddr/fsl/
Makefile 15 SPD := y
18 SPD := y
20 ifdef SPD
  /device/linaro/bootloader/arm-trusted-firmware/make_helpers/
defaults.mk 118 # SPD choice
119 SPD := none
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 17 SPD = 0x100,
30 * Note that the right hand side for a SPD matrix is named as matname_SPD_b.mtx
221 // Find if the matrix is SPD
222 size_t found = m_matname.find("SPD");
224 m_sym = SPD;

Completed in 8310 milliseconds