HomeSort by relevance Sort by last modified time
    Searched refs:tp (Results 276 - 300 of 388) sorted by null

<<111213141516

  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 125 int clock_gettime (clockid_t clk_id, struct timespec *tp);
126 int clock_settime (clockid_t clk_id, const struct timespec *tp);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 128 int clock_gettime (clockid_t clk_id, struct timespec *tp);
129 int clock_settime (clockid_t clk_id, const struct timespec *tp);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 128 int clock_gettime (clockid_t clk_id, struct timespec *tp);
129 int clock_settime (clockid_t clk_id, const struct timespec *tp);
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 382 ui::ThemeProvider* tp = GetThemeProvider(); local
383 return tp->HasCustomImage(IDR_THEME_FRAME) ?
  /external/blktrace/btreplay/
btreplay.c 293 static inline __u64 tv2ns(struct timeval *tp)
295 return ((__u64)(tp->tv_sec)) + ((__u64)(tp->tv_usec) * (__u64)1000);
359 struct timeval tp; local
360 gettimeofday(&tp, NULL);
361 return tv2ns(&tp);
    [all...]
  /external/mksh/src/
eval.c 1644 char *tp; local
    [all...]
  /external/chromium/third_party/libevent/
event.c 135 gettime(struct event_base *base, struct timeval *tp)
138 *tp = base->tv_cache;
149 tp->tv_sec = ts.tv_sec;
150 tp->tv_usec = ts.tv_nsec / 1000;
155 return (evutil_gettimeofday(tp, NULL));
  /external/icu4c/tools/genrb/
derb.c 303 char thefile[4096], *tp; local
313 tp = thefile + uprv_strlen(thefile);
316 tp -= len - 1;
318 *tp++ = '.';
320 uprv_strcpy(tp, "txt");
  /external/ppp/pppd/
tty.c 1225 record_write(f, code, buf, nb, tp)
1230 struct timeval *tp;
1237 diff = (now.tv_sec - tp->tv_sec) * 10 + (now.tv_usec - tp->tv_usec);
1249 *tp = now;
    [all...]
  /external/libusb_aah/libusb/os/
openbsd_usb.c 544 obsd_clock_gettime(int clkid, struct timespec *tp)
549 return clock_gettime(CLOCK_REALTIME, tp);
552 return clock_gettime(CLOCK_MONOTONIC, tp);
  /external/quake/quake/src/QW/client/
vid_svgalib.c 452 int *tp; local
463 tp = tmppal;
465 *(tp++) = *(palette++) >> 2;
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 451 int *tp; local
462 tp = tmppal;
464 *(tp++) = *(palette++) >> 2;
  /external/regex-re2/re2/
nfa.cc 220 Thread** tp = &q->find(id)->second; local
237 *tp = t;
269 *tp = t;
  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 264 ui::ThemeProvider* tp = GetThemeProvider(); local
265 canvas->TileImageInt(*tp->GetBitmapNamed(IDR_THEME_TOOLBAR), origin.x(),
browser_actions_container.cc 987 ui::ThemeProvider* tp = GetThemeProvider(); local
    [all...]
  /external/libusb_aah/libusb/
libusbi.h 240 int usbi_gettimeofday(struct timeval *tp, void *tzp);
897 int (*clock_gettime)(int clkid, struct timespec *tp);
core.c     [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
standard-url.js 9 // ["ht\ttp:@www.google.com:80/;p?#", "ht%09tp://www.google.com:80/;p?#"],
  /bionic/libc/include/
sched.h 52 extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
  /external/dnsmasq/src/
dnsmasq.c 579 struct timeval t, *tp = NULL; local
592 tp = &t;
604 tp = &t;
646 if (select(maxfd+1, &rset, &wset, &eset, tp) < 0)
    [all...]
  /external/qemu/slirp/
slirp.h 313 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);

Completed in 1354 milliseconds

<<111213141516