Home
last modified time | relevance | path

Searched refs:minc (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcolorsys.py69 minc = min(r, g, b)
71 l = (minc+maxc)/2.0
72 if minc == maxc:
75 s = (maxc-minc) / (maxc+minc)
77 s = (maxc-minc) / (2.0-maxc-minc)
78 rc = (maxc-r) / (maxc-minc)
79 gc = (maxc-g) / (maxc-minc)
80 bc = (maxc-b) / (maxc-minc)
118 minc = min(r, g, b)
120 if minc == maxc:
[all …]
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Ddma.h50 bool minc; member
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c141 bool minc, size_t size, DmaCallbackF callback, bool rx) in stmSpiStartDma() argument
159 mode.minc = minc; in stmSpiStartDma()
Ddma.c268 if (mode->minc) in dmaStart()
Di2c.c597 mode.minc = true; in stmI2cMasterStartDma()