Home
last modified time | relevance | path

Searched refs:minC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Domap3isp.h590 __u8 minC; member
/openbmc/qemu/libdecnumber/
H A DdecNumber.c6490 Unit *minC; /* low water mark for C */ local
6504 minC=c+blength; /* .. and B the shorter */
6506 minC+=bshift;
6517 if (minC>maxC) { /* swap */
6518 Unit *hold=minC;
6519 minC=maxC;
6527 for (; c<minC; c++) {
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disppreview.c437 yc->minC << ISPPRV_SETUP_YC_MINC_SHIFT | in preview_config_yc_range()
1343 params->yclimit.minC = ISPPRV_YC_MIN; in preview_init_params()