HomeSort by relevance Sort by last modified time
    Searched refs:tim (Results 1 - 21 of 21) sorted by null

  /external/tcpdump/
atime.awk 11 tim = t[1]*3600 + t[2]*60 + t[3]
13 tzero = tim
17 printf "%7.2f\t%g\n", tim-tzero, $7/1024
stime.awk 11 tim = t[1]*3600 + t[2]*60 + t[3]
13 tzero = tim
18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
send-ack.awk 12 tim = t[1]*3600 + t[2]*60 + t[3]
14 tzero = tim
15 ltim = tim
34 timeOf[id] = tim
46 printf "%7.2f\t%7.2f\t%s send %s %d", tim-tzero, tim-ltim,\
49 printf " (%.2f) [%d]", tim - timeOf[id], timesSent[id]
56 printf "%7.2f\t%7.2f\t%s ack %s %d", tim-tzero, tim-ltim,\
62 printf " (%.2f)", tim - timeOf[id
    [all...]
packetdat.awk 19 tim = t[1]*3600 + t[2]*60 + t[3]
28 firstSend[id] = tim
31 lastSend[id] = tim
39 firstAck[id] = tim
40 lastAck[id] = tim
print-802_11.c 296 struct tim_t tim; member in struct:mgmt_body_t
1008 struct tim_t tim; local
1166 memcpy(&tim, p + offset, 2);
1169 if (tim.length <= 3) {
1170 offset += tim.length;
1171 length -= tim.length;
1174 if (tim.length - 3 > (int)sizeof tim.bitmap)
1176 memcpy(&tim.count, p + offset, 3);
1180 memcpy(tim.bitmap, p + offset, tim.length - 3)
    [all...]
  /device/google/contexthub/firmware/os/core/
timer.c 46 uint8_t useRtc; /* 1 for rtc, 0 for tim */
89 static void timCallFunc(struct Timer *tim)
92 TaggedPtr callInfo = tim->callInfo;
95 osSetCurrentTid(tim->tid);
96 ((TimTimerCbkF)taggedPtrToPtr(callInfo))(tim->id, tim->callData);
100 evt->timerId = tim->id;
101 evt->data = tim->callData;
102 if (!osEnqueuePrivateEvt(EVT_APP_TIMER, evt, timerCallFuncFreeF, tim->tid)) {
118 struct Timer *tim; local
272 struct Timer *tim; local
    [all...]
  /external/u-boot/drivers/rtc/
at91sam9_rtt.c 36 ulong tim; local
41 tim = readl(&rtt->vr);
43 } while (tim!=tim2);
46 rtc_to_tm(tim+off, tmp);
54 ulong tim; local
56 tim = rtc_mktime(tmp);
61 writel(tim, &gpbr->reg[AT91_GPBR_INDEX_TIMEOFF]);
pl031.c 63 unsigned long tim; local
74 tim = rtc_mktime(tmp);
76 RTC_WRITE_REG(RTC_LR, tim);
86 ulong tim; local
96 tim = RTC_READ_REG(RTC_DR);
98 rtc_to_tm(tim, tmp);
mcfrtc.c 30 int tim; local
36 tim = (rtc_days * 24) + rtc_hrs;
37 tim = (tim * 60) + rtc_mins;
38 tim = (tim * 60) + rtc->seconds;
40 rtc_to_tm(tim, tmp);
mc13xxx-rtc.c 15 int tim, i = 0; local
36 tim = day1 * 86400 + time;
38 rtc_to_tm(tim, rtc);
date.c 68 int rtc_to_tm(int tim, struct rtc_time *tm)
73 day = tim / SECDAY;
74 hms = tim % SECDAY;
ds1306.c 180 ulong tim; local
182 tim = rtc_mktime(tmp);
185 immap->im_sit.sit_rtc = tim;
  /external/ltp/testcases/kernel/timers/timer_settime/
timer_settime03.c 91 static kernel_timer_t timer, tim; variable
109 TEST(ltp_syscall(__NR_timer_settime, tim, 0, new_temp,
137 tim = timer;
154 tim = (kernel_timer_t) - 1;
159 tim = timer;
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 336 struct StmTim *tim = (struct StmTim*)TIM2_BASE; local
339 tim->SR &=~ 1;
342 tim->CR1 &=~ 1;
388 struct StmTim *tim = (struct StmTim*)TIM2_BASE; local
392 tim->CR1 &=~ 1;
399 tim->CNT = delayInUsecs;
400 tim->SR &=~ 1; //clear int
401 tim->CR1 |= 1;
467 struct StmTim *tim = (struct StmTim*)TIM2_BASE; local
476 tim->CR1 &=~ 1
    [all...]
  /external/python/cpython2/Demo/curses/
tclock.py 103 tim = time.time()
104 t = time.localtime(tim)
133 stdscr.addstr(curses.LINES - 2, 0, time.ctime(tim))
  /external/u-boot/drivers/serial/
serial_mxc.c 132 u32 tim; member in struct:mxc_uart
151 writel(0, &base->tim);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 294 TvInputManager tim = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); local
295 for (TvInputInfo info : tim.getTvInputList()) {
  /external/ImageMagick/coders/
Make.com 123 $call Make tim.c
158 sct,sfw,sgi,stegano,sun,svg,tga,thumbnail,tiff,tile,tim,ttf,txt,uil,url, -
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 172 int jp_hrtimer_start(struct hrtimer *timer, ktime_t tim,
  /external/python/cpython3/Lib/test/
test_typing.py     [all...]
  /external/openssh/contrib/redhat/
openssh.spec 406 * Wed Jul 14 2010 Tim Rice <tim@multitalents.net>

Completed in 1917 milliseconds