Searched defs:tp (Results 76 - 100 of 184) sorted by relevance

12345678

/external/chromium_org/third_party/libevent/
H A Devent.c124 gettime(struct event_base *base, struct timeval *tp) argument
127 *tp = base->tv_cache;
136 tp->tv_sec = ts.tv_sec;
137 tp->tv_usec = ts.tv_nsec / 1000;
144 return (evutil_gettimeofday(tp, NULL));
/external/chromium_org/third_party/libusb/src/libusb/os/
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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c302 nvc0_tp_get_tess_mode(struct nvc0_program *tp, struct nv50_ir_prog_info *info) argument
304 if (info->prop.tp.outputPrim == PIPE_PRIM_MAX) {
305 tp->tp.tess_mode = ~0;
308 switch (info->prop.tp.domain) {
310 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_ISOLINES;
313 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_TRIANGLES;
314 if (info->prop.tp
[all...]
/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/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/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/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/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c302 nvc0_tp_get_tess_mode(struct nvc0_program *tp, struct nv50_ir_prog_info *info) argument
304 if (info->prop.tp.outputPrim == PIPE_PRIM_MAX) {
305 tp->tp.tess_mode = ~0;
308 switch (info->prop.tp.domain) {
310 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_ISOLINES;
313 tp->tp.tess_mode = NVC0_3D_TESS_MODE_PRIM_TRIANGLES;
314 if (info->prop.tp
[all...]
/external/openssl/apps/
H A Dopenssl.c469 int i,ret=1,tp,nl; local
576 tp=0;
589 if (fp->type != tp)
591 tp=fp->type;
593 if (tp == FUNC_TYPE_MD)
599 else if (tp == FUNC_TYPE_CIPHER)
/external/qemu/slirp-android/
H A Dtcp_subr.c67 tcp_template(struct tcpcb *tp) argument
69 struct socket *so = tp->t_socket;
70 register struct tcpiphdr *n = &tp->t_template;
96 * template for a connection tp->t_template. If flags are given
105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, argument
112 DEBUG_ARG("tp = %lx", (long)tp);
119 if (tp)
120 win = sbspace(&tp->t_socket->so_rcv);
158 if (tp)
183 register struct tcpcb *tp; local
223 tcp_drop(struct tcpcb *tp, int err) argument
255 tcp_close(struct tcpcb *tp) argument
307 struct tcpcb *tp = intotcpcb(inp); local
330 tcp_sockclosed(struct tcpcb *tp) argument
592 struct tcpcb *tp; local
[all...]
/external/regex-re2/re2/
H A Dnfa.cc220 Thread** tp = &q->find(id)->second; local
237 *tp = t;
269 *tp = t;
/external/tcpdump/
H A Dprint-atalk.c384 register const struct atNBPtuple *tp = local
402 if ((const u_char *)tp > ep) {
412 if ((const u_char *)(tp + 1) > ep) {
416 (void)nbp_name_print(tp, ep);
424 if (tp->enumerator)
425 (void)printf(" [enum=%d]", tp->enumerator);
426 if (EXTRACT_16BITS(&tp->net) != snet ||
427 tp->node != snode || tp->skt != skt)
429 ataddr_string(EXTRACT_16BITS(&tp
476 nbp_tuple_print(register const struct atNBPtuple *tp, register const u_char *ep, register u_short snet, register u_char snode, register u_char skt) argument
506 nbp_name_print(const struct atNBPtuple *tp, register const u_char *ep) argument
541 register struct hnamemem *tp, *tp2; local
[all...]
H A Dprint-tcp.c63 static int tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp,
144 register const struct tcphdr *tp,
147 return (nextproto4_cksum(ip, (const u_int8_t *)tp, len,
155 register const struct tcphdr *tp; local
169 tp = (struct tcphdr *)bp;
178 if (!TTEST(tp->th_dport)) {
185 sport = EXTRACT_16BITS(&tp->th_sport);
186 dport = EXTRACT_16BITS(&tp->th_dport);
188 hlen = TH_OFF(tp) * 4;
217 if (hlen < sizeof(*tp)) {
143 tcp_cksum(register const struct ip *ip, register const struct tcphdr *tp, register u_int len) argument
788 tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp, const u_char *data, int length, const u_char *rcvsig) argument
[all...]
H A Dsmbutil.c35 interpret_dos_date(u_int32_t date, struct tm *tp) argument
44 tp->tm_sec = 2 * (p0 & 0x1F);
45 tp->tm_min = ((p0 >> 5) & 0xFF) + ((p1 & 0x7) << 3);
46 tp->tm_hour = (p1 >> 3) & 0xFF;
47 tp->tm_mday = (p2 & 0x1F);
48 tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
49 tp->tm_year = ((p3 >> 1) & 0xFF) + 80;
/external/bison/src/
H A Dielr.c694 * - <tt>*tp</tt> = the isocore of \c t into which
702 ContributionIndex work1[], bitsetv work2, state **tp)
788 *tp = (*this_isocorep)->state;
818 successors, possibly splitting them. If *tp is being recomputed for
829 for (i = 0; i < (*tp)->transitions->num; ++i)
831 state *t2 = (*tp)->transitions->states[i];
836 course, *tp might be a state some of whose successors have
838 successors of *tp. It's fine if we go ahead and propagate to
840 we see nothing changes) and to the others when we reach *tp in
851 that had already propagated from *tp t
699 ielr_compute_state(bitsetv follow_kernel_items, bitsetv always_follows, AnnotationList **annotation_lists, state *t, bitsetv lookaheads, state_list **last_statep, ContributionIndex work1[], bitsetv work2, state **tp) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc578 ui::ThemeProvider* tp = GetThemeProvider(); local
582 tp->GetColor(ThemeProperties::COLOR_TOOLBAR));
589 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
600 gfx::ImageSkia* toolbar_top = tp->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_TOP);
607 gfx::ImageSkia* toolbar_left = tp->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_LEFT);
614 tp->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_RIGHT);
H A Dglass_browser_frame_view.cc333 ui::ThemeProvider* tp = GetThemeProvider(); local
343 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
344 gfx::ImageSkia* toolbar_left = tp->GetImageSkiaNamed(
346 gfx::ImageSkia* toolbar_center = tp->GetImageSkiaNamed(
363 tp->GetImageSkiaNamed(IDR_CONTENT_TOP_LEFT_CORNER_MASK);
365 tp->GetImageSkiaNamed(IDR_CONTENT_TOP_RIGHT_CORNER_MASK);
389 canvas->DrawImageInt(*tp->GetImageSkiaNamed(IDR_CONTENT_TOP_RIGHT_CORNER),
404 ui::ThemeProvider* tp = GetThemeProvider(); local
411 tp->GetImageSkiaNamed(IDR_CONTENT_TOP_LEFT_CORNER)->height();
417 gfx::ImageSkia* right = tp
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_sess.c918 TIMEOUT_PARAM tp; local
920 tp.ctx=s;
921 tp.cache=s->sessions;
922 if (tp.cache == NULL) return;
923 tp.time=t;
925 lh_SSL_SESSION_doall_arg(tp.cache, timeout_doall_arg, &tp);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c366 TOKENEXTRA **tp,
410 cpi->tplist[mb_row].start = *tp;
434 *tp = cpi->tok;
502 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp);
509 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
571 cpi->tplist[mb_row].stop = *tp;
576 int tok_count = *tp - tp_start;
732 TOKENEXTRA *tp = cpi->tok; local
837 tp = cpi->tok;
839 tp
361 encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, int *segment_counts, int *totalrate) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c248 TOKENEXTRA **tp; member in struct:tokenize_b_args
298 TOKENEXTRA **tp = args->tp; local
305 TOKENEXTRA *t = *tp; /* store tokens starting here */
378 *tp = t;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h145 } tp; member in union:nv50_ir_prog_info::__anon13833
/external/dnsmasq/src/
H A Ddnsmasq.c579 struct timeval t, *tp = NULL; local
592 tp = &t;
604 tp = &t;
646 if (select(maxfd+1, &rset, &wset, &eset, tp) < 0)
/external/fio/
H A Dgettime.c139 static void *__fio_gettime(struct timeval *tp) argument
152 gettimeofday(tp, NULL);
164 tp->tv_sec = ts.tv_sec;
165 tp->tv_usec = ts.tv_nsec / 1000;
185 tp->tv_sec = usecs / 1000000;
186 tp->tv_usec = usecs % 1000000;
199 void fio_gettime(struct timeval *tp, void *caller) argument
201 void fio_gettime(struct timeval *tp, void fio_unused *caller)
213 memcpy(tp, fio_tv, sizeof(*tp));
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) { argument
233 typeParams = tp;
344 static void toString(StringBuffer sbuf, TypeParameter[] tp) { argument
346 for (int i = 0; i < tp.length; i++) {
350 sbuf.append(tp[i]);
659 TypeParameter[] tp = parseTypeParams(sig, cur);
668 return new ClassSignature(tp, superClass, ifs);
675 TypeParameter[] tp = parseTypeParams(sig, cur);
700 return new MethodSignature(tp, p, ret, ex);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c366 TOKENEXTRA **tp,
410 cpi->tplist[mb_row].start = *tp;
434 *tp = cpi->tok;
502 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp);
509 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
558 cpi->tplist[mb_row].stop = *tp;
563 int tok_count = *tp - tp_start;
719 TOKENEXTRA *tp = cpi->tok; local
824 tp = cpi->tok;
826 tp
361 encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, int *segment_counts, int *totalrate) argument
[all...]

Completed in 6038 milliseconds

12345678