| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | 0001-Silence-clang-warnings.patch | 65 const std::clock_t timestamp1 = std::clock(); 76 const std::clock_t time_fast = timestamp2 - timestamp1; 83 const std::clock_t timestamp1 = std::clock(); 94 const std::clock_t time_fast = timestamp2 - timestamp1; 101 const std::clock_t timestamp1 = std::clock(); 112 const std::clock_t time_fast = timestamp2 - timestamp1; 119 const std::clock_t timestamp1 = std::clock(); 130 const std::clock_t time_fast = timestamp2 - timestamp1; 136 const std::clock_t timestamp1 = std::clock(); 145 const std::clock_t time_fast = timestamp2 - timestamp1; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | procfs.c | 252 u64 fps, timestamp0, timestamp1; in rkcif_show_format() local 306 timestamp1 = stream->fps_stats.frm1_timestamp; in rkcif_show_format() 308 fps = timestamp0 > timestamp1 ? in rkcif_show_format() 309 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_show_format()
|
| H A D | capture.c | 8277 u64 fps, timestamp0, timestamp1; in rkcif_monitor_reset_event() local 8309 timestamp1 = stream->fps_stats.frm1_timestamp; in rkcif_monitor_reset_event() 8312 fps = timestamp0 > timestamp1 ? in rkcif_monitor_reset_event() 8313 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_monitor_reset_event() 9222 u64 fps, timestamp0, timestamp1, diff_time; in rkcif_is_reduced_frame_rate() local 9231 timestamp1 = stream->fps_stats.frm1_timestamp; in rkcif_is_reduced_frame_rate() 9234 fps = timestamp0 > timestamp1 ? in rkcif_is_reduced_frame_rate() 9235 timestamp0 - timestamp1 : timestamp1 - timestamp0; in rkcif_is_reduced_frame_rate() 9245 time_distance = timestamp0 > timestamp1 ? in rkcif_is_reduced_frame_rate() 9246 cur_time - timestamp0 : cur_time - timestamp1; in rkcif_is_reduced_frame_rate()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | pmcraid.h | 401 __le32 timestamp1; member
|
| H A D | pmcraid.c | 1533 (le32_to_cpu(pinstance->ccn.hcam->timestamp1) | in pmcraid_handle_config_change()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pno.c | 96 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument 98 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pno.c | 102 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument 104 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pno.c | 101 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument 103 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pno.c | 102 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument 104 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pno.c | 101 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument 103 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pno.c | 101 #define TIME_DIFF(timestamp1, timestamp2) (abs((uint32)(timestamp1/1000) \ argument 103 #define TIME_DIFF_MS(timestamp1, timestamp2) (abs((uint32)(timestamp1) \ argument
|