Home
last modified time | relevance | path

Searched refs:dt_match (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Dvaluerep.py199 dt_match = match.group(2)
201 int(dt_match[0:4]), # year
202 1 if len(dt_match) < 6 else int(dt_match[4:6]), # month
203 1 if len(dt_match) < 8 else int(dt_match[6:8]), # day
206 'hour': 0 if len(dt_match) < 10 else int(dt_match[8:10]),
207 'minute': 0 if len(dt_match) < 12 else int(dt_match[10:12]),
208 'second': 0 if len(dt_match) < 14 else int(dt_match[12:14]),
211 if len(dt_match) >= 14 and match.group(4):
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGFastaFile.h428 int dt_match=0; // trim_delim match char idx+1 variable
461 if (dt_match==0) {
465 dt_match=1;
468 else if (c==trim_delim[dt_match-1]) {
469 if (dt_match==dt_len) { len-=dt_len-1; trim_done=true; continue; }
470 dt_match++;
471 } else dt_match=0; //cancel this match attempt
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/edp/
H A Dedp.c112 static const struct of_device_id dt_match[] = { variable
122 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/edp/
H A Dedp.c112 static const struct of_device_id dt_match[] = { variable
122 .of_match_table = dt_match,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/edp/
H A Dedp.c112 static const struct of_device_id dt_match[] = { variable
122 .of_match_table = dt_match,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/dsi/
H A Ddsi.c157 static const struct of_device_id dt_match[] = { variable
173 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/dsi/
H A Ddsi.c157 static const struct of_device_id dt_match[] = { variable
173 .of_match_table = dt_match,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/dsi/
H A Ddsi.c157 static const struct of_device_id dt_match[] = { variable
173 .of_match_table = dt_match,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/meson/
H A Dmeson_drv.c547 static const struct of_device_id dt_match[] = { variable
558 MODULE_DEVICE_TABLE(of, dt_match);
569 .of_match_table = dt_match,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/meson/
H A Dmeson_drv.c547 static const struct of_device_id dt_match[] = { variable
558 MODULE_DEVICE_TABLE(of, dt_match);
569 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/meson/
H A Dmeson_drv.c547 static const struct of_device_id dt_match[] = { variable
558 MODULE_DEVICE_TABLE(of, dt_match);
569 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/lima/
H A Dlima_drv.c463 static const struct of_device_id dt_match[] = { variable
468 MODULE_DEVICE_TABLE(of, dt_match);
481 .of_match_table = dt_match,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/lima/
H A Dlima_drv.c463 static const struct of_device_id dt_match[] = { variable
468 MODULE_DEVICE_TABLE(of, dt_match);
481 .of_match_table = dt_match,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/lima/
H A Dlima_drv.c463 static const struct of_device_id dt_match[] = { variable
468 MODULE_DEVICE_TABLE(of, dt_match);
481 .of_match_table = dt_match,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c668 static const struct of_device_id dt_match[] = { variable
686 MODULE_DEVICE_TABLE(of, dt_match);
699 .of_match_table = dt_match,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c668 static const struct of_device_id dt_match[] = { variable
686 MODULE_DEVICE_TABLE(of, dt_match);
699 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c668 static const struct of_device_id dt_match[] = { variable
686 MODULE_DEVICE_TABLE(of, dt_match);
699 .of_match_table = dt_match,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c539 static const struct of_device_id dt_match[] = { variable
576 .of_match_table = dt_match,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c539 static const struct of_device_id dt_match[] = { variable
576 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c539 static const struct of_device_id dt_match[] = { variable
576 .of_match_table = dt_match,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_drv.c1339 static const struct of_device_id dt_match[] = { variable
1349 MODULE_DEVICE_TABLE(of, dt_match);
1357 .of_match_table = dt_match,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_drv.c1339 static const struct of_device_id dt_match[] = { variable
1349 MODULE_DEVICE_TABLE(of, dt_match);
1357 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_drv.c1339 static const struct of_device_id dt_match[] = { variable
1349 MODULE_DEVICE_TABLE(of, dt_match);
1357 .of_match_table = dt_match,
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/pstore/
H A Dram.c886 static const struct of_device_id dt_match[] = { variable
896 .of_match_table = dt_match,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/pstore/
H A Dram.c886 static const struct of_device_id dt_match[] = { variable
896 .of_match_table = dt_match,

12