Searched refs:tp (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/external/iproute2/tc/
H A Df_rsvp.c173 struct tc_police tp; local
179 memset(&tp, 0, sizeof(tp));
/external/chromium_org/third_party/jinja2/
H A D_compat.py34 def reraise(tp, value, tb=None):
63 exec('def reraise(tp, value, tb=None):\n raise tp, value, tb')
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_unixos.h507 #define GETTIMEOFDAY(tp) gettimeofday(tp)
509 #define GETTIMEOFDAY(tp) gettimeofday((tp), NULL)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c472 char *ts, *tp; local
476 ts = tp = (char *) malloc(len + 1);
493 *tp = '\0';
524 *tp++ = *pp++;
/external/iproute2/ip/
H A Dipntable.c327 struct tm *tp; local
340 tp = localtime(&t);
341 if (!tp)
344 strftime(str, sizeof(str), "%Y-%m-%d %T", tp);
/external/llvm/utils/release/
H A DfindRegressions-simple.py6 (tp, exp) = ('compile', 'exec')
/external/qemu/slirp-android/
H A Dslirp.h264 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
/external/libedit/src/
H A Dtty.c905 const ttymap_t *tp; local
920 for (tp = tty_map; tp->nch != (Int)-1; tp++) {
921 new[0] = t_n[tp->nch];
922 old[0] = t_o[tp->och];
930 map[UC(new[0])] = tp->bind[el->el_map.type];
935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c1381 char *tp, *name, *sys; local
1391 tp = strdup(kvm_events_tp[j]);
1392 if (tp == NULL)
1396 sys = tp;
1397 name = strchr(tp, ':');
1401 free(tp);
1409 free(tp);
1413 free(tp);
/external/blktrace/btreplay/
H A Dbtreplay.c293 static inline __u64 tv2ns(struct timeval *tp) argument
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);
/external/mksh/src/
H A Deval.c1666 char *tp; local
1669 Xinit(ts, tp, 16, ATEMP);
1673 Xcheck(ts, tp);
1674 *tp++ = p[1];
1677 *tp = '\0';
1679 tilde(Xstring(ts, tp)) : NULL;
1680 Xfree(ts, tp);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dderb.c269 char thefile[4096], *tp; local
279 tp = thefile + uprv_strlen(thefile);
282 tp -= len - 1;
284 *tp++ = '.';
286 uprv_strcpy(tp, "txt");
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c34 static int wince_clock_gettime(int clk_id, struct timespec *tp);
937 static int wince_clock_gettime(int clk_id, struct timespec *tp) argument
953 *tp = timer_tp;
976 tp->tv_sec = (long)(rtime.QuadPart / 10000000);
977 tp->tv_nsec = (long)((rtime.QuadPart % 10000000)*100);
H A Dopenbsd_usb.c592 obsd_clock_gettime(int clkid, struct timespec *tp) argument
597 return clock_gettime(CLOCK_REALTIME, tp);
600 return clock_gettime(CLOCK_MONOTONIC, tp);
H A Dwindows_usb.c47 static int windows_clock_gettime(int clk_id, struct timespec *tp);
2231 static int windows_clock_gettime(int clk_id, struct timespec *tp) argument
2246 *tp = timer_tp;
2268 tp->tv_sec = (long)(rtime.QuadPart / 10000000);
2269 tp->tv_nsec = (long)((rtime.QuadPart % 10000000)*100);
3436 struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped,
3443 if (tp->hid_buffer != NULL) {
3472 tp->hid_expected_size = expected_size;
3484 tp->hid_buffer = buf;
3485 tp
3435 _hid_get_report(struct hid_device_priv* dev, HANDLE hid_handle, int id, void *data, struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped, int report_type) argument
3516 _hid_set_report(struct hid_device_priv* dev, HANDLE hid_handle, int id, void *data, struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped, int report_type) argument
3588 _hid_class_request(struct hid_device_priv* dev, HANDLE hid_handle, int request_type, int request, int value, int _index, void *data, struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped) argument
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dderb.c269 char thefile[4096], *tp; local
279 tp = thefile + uprv_strlen(thefile);
282 tp -= len - 1;
284 *tp++ = '.';
286 uprv_strcpy(tp, "txt");
/external/ppp/pppd/
H A Dtty.c1225 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;
/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc220 Thread** tp = &q->find(id)->second; local
237 *tp = t;
269 *tp = t;
/external/regex-re2/re2/
H A Dnfa.cc220 Thread** tp = &q->find(id)->second; local
237 *tp = t;
269 *tp = t;
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h448 int usbi_gettimeofday(struct timeval *tp, void *tzp);
965 int (*clock_gettime)(int clkid, struct timespec *tp);
H A Dcore.c2009 int usbi_gettimeofday(struct timeval *tp, void *tzp) argument
2017 if(tp) {
2025 tp->tv_usec=(long)((_now.ns100 / 10) % 1000000 );
2026 tp->tv_sec= (long)((_now.ns100 - _W32_FT_OFFSET) / 10000000);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Utils.h91 CPWL_PathData(const CPWL_Point& pt, PWL_PATHDATA_TYPE tp) : point(pt), type(tp) {} argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_screen.c119 struct timespec tp; local
121 clock_gettime(CLOCK_MONOTONIC, &tp);
123 return tp.tv_sec + tp.tv_nsec / 1000000000.0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_screen.c119 struct timespec tp; local
121 clock_gettime(CLOCK_MONOTONIC, &tp);
123 return tp.tv_sec + tp.tv_nsec / 1000000000.0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_screen.c119 struct timespec tp; local
121 clock_gettime(CLOCK_MONOTONIC, &tp);
123 return tp.tv_sec + tp.tv_nsec / 1000000000.0;

Completed in 617 milliseconds

1234567891011>>