/third_party/curl/src/ |
H A D | tool_filetime.c | 37 curl_off_t *stamp) in getfiletime() 62 *stamp = (converted - CURL_OFF_T_C(116444736000000000)) / 10000000; in getfiletime() 81 *stamp = (curl_off_t)statbuf.st_mtime; in getfiletime() 36 getfiletime(const char *filename, struct GlobalConfig *global, curl_off_t *stamp) getfiletime() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 172 if (stdraw && stdraw->stamp != st->draw_stamp) { in st_context_validate() 177 st->draw_stamp = stdraw->stamp; in st_context_validate() 180 if (stread && stread->stamp != st->read_stamp) { in st_context_validate() 187 st->read_stamp = stread->stamp; in st_context_validate() 230 new_stamp = p_atomic_read(&stfb->iface->stamp); in st_framebuffer_validate() 243 new_stamp = p_atomic_read(&stfb->iface->stamp); in st_framebuffer_validate() 288 ++stfb->stamp; in st_framebuffer_validate() 320 stfb->stamp++; in st_framebuffer_update_attachments() 644 stfb->iface_stamp = p_atomic_read(&stfbi->stamp) - 1; in st_framebuffer_create() 656 stfb->stamp in st_framebuffer_create() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | rdpmc.c | 133 u64 stamp, now, delta; in __test__rdpmc() local 135 stamp = mmap_read_self(addr); in __test__rdpmc() 143 delta = now - stamp; in __test__rdpmc()
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | rock.h | 68 struct stamp { struct 74 struct stamp times[]; /* Variable number of these beasts */
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | rock.h | 68 struct stamp { struct 74 struct stamp times[]; /* Variable number of these beasts */
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | util.c | 87 * @stamp: Pointer to "struct tomoyo_time". 91 void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) in tomoyo_convert_time() argument 96 stamp->sec = tm.tm_sec; in tomoyo_convert_time() 97 stamp->min = tm.tm_min; in tomoyo_convert_time() 98 stamp->hour = tm.tm_hour; in tomoyo_convert_time() 99 stamp->day = tm.tm_mday; in tomoyo_convert_time() 100 stamp->month = tm.tm_mon + 1; in tomoyo_convert_time() 101 stamp->year = tm.tm_year + 1900; in tomoyo_convert_time()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | util.c | 87 * @stamp: Pointer to "struct tomoyo_time". 91 void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) in tomoyo_convert_time() argument 96 stamp->sec = tm.tm_sec; in tomoyo_convert_time() 97 stamp->min = tm.tm_min; in tomoyo_convert_time() 98 stamp->hour = tm.tm_hour; in tomoyo_convert_time() 99 stamp->day = tm.tm_mday; in tomoyo_convert_time() 100 stamp->month = tm.tm_mon + 1; in tomoyo_convert_time() 101 stamp->year = tm.tm_year + 1900; in tomoyo_convert_time()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 368 u64 stamp = 0; in ixgbe_ptp_read_82599() local 370 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read_82599() 371 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read_82599() 373 return stamp; in ixgbe_ptp_read_82599() 564 u64 ns, stamp; in ixgbe_ptp_gettimex() local 582 stamp = timespec64_to_ns(ts); in ixgbe_ptp_gettimex() 586 stamp = IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_gettimex() 588 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_gettimex() 592 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex() 805 * ixgbe_ptp_tx_hwtstamp - utility function which checks for TX time stamp [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 371 u64 stamp = 0; in ixgbe_ptp_read_82599() local 373 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read_82599() 374 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read_82599() 376 return stamp; in ixgbe_ptp_read_82599() 554 u64 ns, stamp; in ixgbe_ptp_gettimex() local 572 stamp = timespec64_to_ns(ts); in ixgbe_ptp_gettimex() 576 stamp = IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_gettimex() 578 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_gettimex() 582 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex() 795 * ixgbe_ptp_tx_hwtstamp - utility function which checks for TX time stamp [all...] |
/kernel/linux/linux-5.10/kernel/gcov/ |
H A D | gcc_4_7.c | 87 * @stamp: uniquifying time stamp 100 unsigned int stamp; member 239 return (info1->stamp == info2->stamp); in gcov_info_is_compatible() 464 pos += store_gcov_u32(buffer, pos, info->stamp); in convert_to_gcda()
|
/kernel/linux/linux-6.6/kernel/gcov/ |
H A D | gcc_4_7.c | 84 * @stamp: uniquifying time stamp 97 unsigned int stamp; member 236 return (info1->stamp == info2->stamp); in gcov_info_is_compatible() 396 pos += store_gcov_u32(buffer, pos, info->stamp); in convert_to_gcda()
|
/third_party/skia/third_party/externals/harfbuzz/ |
H A D | git.mk | 266 "$$lc.stamp" \ 297 po/stamp-it \ 298 po/stamp-po \ 316 stamp-h1 \ 359 $(filter %_vala.stamp,$(DIST_COMMON)) \
|
/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A D | mon_text.c | 185 unsigned int stamp; in mon_get_timestamp() local 188 stamp = now.tv_sec & 0xFFF; /* 2^32 = 4294967296. Limit to 4096s. */ in mon_get_timestamp() 189 stamp = stamp * USEC_PER_SEC + now.tv_nsec / NSEC_PER_USEC; in mon_get_timestamp() 190 return stamp; in mon_get_timestamp() 197 unsigned int stamp; in mon_text_event() local 202 stamp = mon_get_timestamp(); in mon_text_event() 217 ep->tstamp = stamp; in mon_text_event()
|
/kernel/linux/linux-6.6/drivers/usb/mon/ |
H A D | mon_text.c | 185 unsigned int stamp; in mon_get_timestamp() local 188 stamp = now.tv_sec & 0xFFF; /* 2^32 = 4294967296. Limit to 4096s. */ in mon_get_timestamp() 189 stamp = stamp * USEC_PER_SEC + now.tv_nsec / NSEC_PER_USEC; in mon_get_timestamp() 190 return stamp; in mon_get_timestamp() 197 unsigned int stamp; in mon_text_event() local 202 stamp = mon_get_timestamp(); in mon_text_event() 217 ep->tstamp = stamp; in mon_text_event()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 296 sysvals.stamp = { 309 # grab the stamp and sysinfo 311 tp.stamp = line 334 if(not sysvals.stamp['kernel']): 335 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg) 342 sysvals.stamp['time'] = bt.strftime('%B %d %Y, %I:%M:%S %p') 366 if tp.stamp: 367 sysvals.stamp = 0 529 devtl.createHeader(sysvals, sysvals.stamp) 1099 sysvals.stamp['boo [all...] |
H A D | sleepgraph.py | 148 stamp = 0 variable in SystemValues 492 # get the latest time stamp from the dmesg log 1325 self.stamp = 0 2565 def createHeader(self, sv, stamp): 2566 if(not stamp['time']): 2576 headline_stamp = '<div class="stamp">{0} {1} {2} {3}</div>\n' 2577 self.html += headline_stamp.format(stamp['host'], stamp['kernel'], 2578 stamp['mode'], stamp['tim [all...] |
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | bootgraph.py | 298 sysvals.stamp = { 311 # grab the stamp and sysinfo 313 tp.stamp = line 336 if(not sysvals.stamp['kernel']): 337 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg) 344 sysvals.stamp['time'] = bt.strftime('%B %d %Y, %I:%M:%S %p') 368 if tp.stamp: 369 sysvals.stamp = 0 531 devtl.createHeader(sysvals, sysvals.stamp) 1101 sysvals.stamp['boo [all...] |
H A D | sleepgraph.py | 160 stamp = 0 variable in SystemValues 534 # get the latest time stamp from the dmesg log 1505 self.stamp = 0 2753 def createHeader(self, sv, stamp): 2754 if(not stamp['time']): 2764 headline_stamp = '<div class="stamp">{0} {1} {2} {3}</div>\n' 2765 self.html += headline_stamp.format(stamp['host'], stamp['kernel'], 2766 stamp['mode'], stamp['tim [all...] |
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
H A D | softing_fw.c | 23 unsigned long stamp; in _softing_fct_cmd() local 30 stamp = jiffies + 1 * HZ; in _softing_fct_cmd() 42 if ((ret != vector) || time_after(jiffies, stamp)) in _softing_fct_cmd() 69 unsigned long stamp; in softing_bootloader_command() local 75 stamp = jiffies + 3 * HZ; in softing_bootloader_command() 83 if (time_after(jiffies, stamp)) in softing_bootloader_command()
|
/kernel/linux/linux-6.6/drivers/net/can/softing/ |
H A D | softing_fw.c | 23 unsigned long stamp; in _softing_fct_cmd() local 30 stamp = jiffies + 1 * HZ; in _softing_fct_cmd() 42 if ((ret != vector) || time_after(jiffies, stamp)) in _softing_fct_cmd() 69 unsigned long stamp; in softing_bootloader_command() local 75 stamp = jiffies + 3 * HZ; in softing_bootloader_command() 83 if (time_after(jiffies, stamp)) in softing_bootloader_command()
|
/third_party/ltp/include/mk/ |
H A D | automake.mk | 69 AUTOMAKE_FILES := config.guess config.sub install-sh missing stamp-h1 79 $(RM) -f include/config.h include/stamp-h1
|
/third_party/ltp/testcases/realtime/ |
H A D | Makefile | 49 AUTOMAKE_FILES := config.guess config.sub install-sh missing stamp-h1 58 $(RM) -f include/realtime_config.h include/stamp-h1
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.h | 167 uint32_t *stamp; member 283 uint32_t *stamp,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_tai.c | 63 struct timespec64 stamp; member 306 mvpp22_tai_gettimex64(ptp, &tai->stamp, NULL); in mvpp22_tai_aux_work() 352 * We use our stored timestamp (tai->stamp) to form a full timestamp, in mvpp22_tai_tstamp() 355 ts.tv_sec = READ_ONCE(tai->stamp.tv_sec); in mvpp22_tai_tstamp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_tai.c | 63 struct timespec64 stamp; member 306 mvpp22_tai_gettimex64(ptp, &tai->stamp, NULL); in mvpp22_tai_aux_work() 352 * We use our stored timestamp (tai->stamp) to form a full timestamp, in mvpp22_tai_tstamp() 355 ts.tv_sec = READ_ONCE(tai->stamp.tv_sec); in mvpp22_tai_tstamp()
|