| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/ |
| H A D | repeat_from_to.hpp | 36 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST… argument 37 # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_AUTO_REC(BOOST… argument 38 # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_AUTO_REC(BOOST… argument 39 # define BOOST_PP_REPEAT_FROM_TO_4(f, l, m, dt) BOOST_PP_ERROR(0x0003) argument 54 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), … argument 55 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_2(BOOST_PP_SUB_D(d, l, f), … argument 56 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_3(BOOST_PP_SUB_D(d, l, f), … argument 58 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, d… argument 59 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, d… argument 60 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, d… argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | industrialio-sw-device.c | 68 void iio_unregister_sw_device_type(struct iio_sw_device_type *dt) in iio_unregister_sw_device_type() 85 struct iio_sw_device_type *dt; in iio_get_sw_device_type() local 99 struct iio_sw_device_type *dt; in iio_sw_device_create() local 121 struct iio_sw_device_type *dt = d->device_type; in iio_sw_device_destroy() local
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | fse_decompress.c | 88 size_t FSE_buildDTable_wksp(FSE_DTable *dt, const short *normalizedCounter, unsigned maxSymbolValue… in FSE_buildDTable_wksp() 163 size_t FSE_buildDTable_rle(FSE_DTable *dt, BYTE symbolValue) in FSE_buildDTable_rle() 180 size_t FSE_buildDTable_raw(FSE_DTable *dt, unsigned nbBits) in FSE_buildDTable_raw() 207 …able_generic(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const FSE_DTable *dt, in FSE_decompress_usingDTable_generic() 275 …singDTable(void *dst, size_t originalSize, const void *cSrc, size_t cSrcSize, const FSE_DTable *dt) in FSE_decompress_usingDTable() 295 FSE_DTable *dt; in FSE_decompress_wksp() local
|
| H A D | huf_decompress.c | 96 HUF_DEltX2 *const dt = (HUF_DEltX2 *)dtPtr; in HUF_readDTableX2_wksp() local 158 static BYTE HUF_decodeSymbolX2(BIT_DStream_t *Dstream, const HUF_DEltX2 *dt, const U32 dtLog) in HUF_decodeSymbolX2() 176 …eamX2(BYTE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, const HUF_DEltX2 *const dt, const U… in HUF_decodeStreamX2() 204 const HUF_DEltX2 *const dt = (const HUF_DEltX2 *)dtPtr; in HUF_decompress1X2_usingDTable_internal() local 258 const HUF_DEltX2 *const dt = (const HUF_DEltX2 *)dtPtr; in HUF_decompress4X2_usingDTable_internal() local 489 HUF_DEltX4 *const dt = (HUF_DEltX4 *)dtPtr; in HUF_readDTableX4_wksp() local 595 static U32 HUF_decodeSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32 dtL… in HUF_decodeSymbolX4() 603 static U32 HUF_decodeLastSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32… in HUF_decodeLastSymbolX4() 630 …odeStreamX4(BYTE *p, BIT_DStream_t *bitDPtr, BYTE *const pEnd, const HUF_DEltX4 *const dt, const U… in HUF_decodeStreamX4() 671 const HUF_DEltX4 *const dt = (const HUF_DEltX4 *)dtPtr; in HUF_decompress1X4_usingDTable_internal() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/ |
| H A D | of_display_timing.c | 57 struct display_timing *dt) in of_parse_display_timing() 119 struct display_timing *dt) in of_get_display_timing() 198 struct display_timing *dt; in of_get_display_timings() local
|
| H A D | videomode.c | 13 void videomode_from_timing(const struct display_timing *dt, in videomode_from_timing() 34 struct display_timing *dt; in videomode_from_timings() local
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-digicolor.c | 74 struct digicolor_timer *dt = dc_timer(ce); in dc_timer_disable() local 80 struct digicolor_timer *dt = dc_timer(ce); in dc_timer_enable() local 87 struct digicolor_timer *dt = dc_timer(ce); in dc_timer_set_count() local 106 struct digicolor_timer *dt = dc_timer(ce); in digicolor_clkevt_set_periodic() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/ |
| H A D | tst_qnmeapositioninfosource.cpp | 146 QDateTime dt = QDateTime::currentDateTime().toUTC(); in lastKnownPosition() local 259 QDateTime dt = QDateTime::currentDateTime().toUTC(); in startUpdates_withTimeout() local 398 QDateTime dt = QDateTime::currentDateTime().toUTC(); in startUpdates_waitForValidDateTime_data() local 479 QDateTime dt; in requestUpdate() local 527 QDateTime dt = QDateTime::currentDateTime().toUTC(); in requestUpdate_after_start() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/utils/ |
| H A D | qlocationtestutils.cpp | 53 QString QLocationTestUtils::createRmcSentence(const QDateTime &dt) in createRmcSentence() 75 QString QLocationTestUtils::createZdaSentence(const QDateTime &dt) in createZdaSentence()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-max6902.c | 52 static int max6902_read_time(struct device *dev, struct rtc_time *dt) in max6902_read_time() 87 static int max6902_set_time(struct device *dev, struct rtc_time *dt) in max6902_set_time()
|
| H A D | rtc-max6916.c | 53 static int max6916_read_time(struct device *dev, struct rtc_time *dt) in max6916_read_time() 77 static int max6916_set_time(struct device *dev, struct rtc_time *dt) in max6916_set_time()
|
| H A D | rtc-ds1347.c | 50 static int ds1347_read_time(struct device *dev, struct rtc_time *dt) in ds1347_read_time() 89 static int ds1347_set_time(struct device *dev, struct rtc_time *dt) in ds1347_set_time()
|
| H A D | rtc-r9701.c | 68 static int r9701_get_datetime(struct device *dev, struct rtc_time *dt) in r9701_get_datetime() 89 static int r9701_set_datetime(struct device *dev, struct rtc_time *dt) in r9701_set_datetime()
|
| H A D | rtc-ds1390.c | 127 static int ds1390_read_time(struct device *dev, struct rtc_time *dt) in ds1390_read_time() 156 static int ds1390_set_time(struct device *dev, struct rtc_time *dt) in ds1390_set_time()
|
| H A D | rtc-ds2404.c | 182 static int ds2404_read_time(struct device *dev, struct rtc_time *dt) in ds2404_read_time() 194 static int ds2404_set_time(struct device *dev, struct rtc_time *dt) in ds2404_set_time()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_gt_pm.c | 43 ktime_t dt[5]; in measure_clocks() local 108 u64 dt; in live_gt_clocks() local
|
| H A D | selftest_rps.c | 240 u64 dt; in live_rps_clock_interval() local 533 u64 dc, dt; in __measure_frequency() local 562 u64 dc, dt; in __measure_cs_frequency() local 1094 u64 dE, dt; in __measure_power() local 1254 ktime_t dt; in live_rps_dynamic() member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | denali_dt.c | 117 struct denali_dt *dt; in denali_dt_probe() local 241 struct denali_dt *dt = platform_get_drvdata(pdev); in denali_dt_remove() local
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | rtc_test.c | 84 int get_system_time(char *dt) in get_system_time() 131 char dt[32] = { "20120926.132600" }; in rtc_test() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_osm.c | 2390 unsigned int dt; in ahd_linux_set_period() local 2444 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_offset() local 2467 static void ahd_linux_set_dt(struct scsi_target *starget, int dt) in ahd_linux_set_dt() 2522 unsigned int dt; in ahd_linux_set_qas() local 2561 unsigned int dt; in ahd_linux_set_iu() local 2601 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rd_strm() local 2637 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_wr_flow() local 2673 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_rti() local 2717 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_pcomp_en() local 2767 unsigned int dt = ppr_options & MSG_EXT_PPR_DT_REQ; in ahd_linux_set_hold_mcs() local
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hdf5/files/ |
| H A D | H5Tinit-32.c | 142 H5T_t *dt = NULL; in H5TN_init_interface() local
|
| H A D | H5Tinit-64.c | 142 H5T_t *dt = NULL; in H5TN_init_interface() local
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 152 struct ddebug_table *dt; in ddebug_change() local 922 struct ddebug_table *dt; in ddebug_add_module() local 987 static void ddebug_table_free(struct ddebug_table *dt) in ddebug_table_free() 999 struct ddebug_table *dt, *nextdt; in ddebug_remove_module() local 1020 struct ddebug_table *dt = list_entry(ddebug_tables.next, in ddebug_remove_all_tables() local
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | of_display_timing.h | 25 const char *name, struct display_timing *dt) in of_get_display_timing()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | livetree.c | 219 void add_orphan_node(struct node *dt, struct node *new_node, char *ref) in add_orphan_node() 773 static struct node *build_root_node(struct node *dt, char *name) in build_root_node() 805 struct node *dt = dti->dt; in generate_label_tree_internal() local 887 struct node *dt = dti->dt; in generate_fixups_tree_internal() local 968 struct node *dt = dti->dt; in generate_local_fixups_tree_internal() local
|