Searched refs:tp (Results 26 - 50 of 293) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dprint-tftp.c77 register const struct tftphdr *tp; local
83 tp = (const struct tftphdr *)bp;
89 TCHECK(tp->th_opcode);
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
102 p = (u_char *)tp->th_stuff;
113 if (length <= (u_int)(p - (const u_char *)&tp->th_block))
128 TCHECK(tp->th_block);
129 printf(" block %d", EXTRACT_16BITS(&tp->th_block));
134 TCHECK(tp->th_code);
136 EXTRACT_16BITS(&tp
[all...]
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...]
/external/qemu/slirp/
H A Dtcp.h159 #define tcp_rcvseqinit(tp) \
160 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
162 #define tcp_sendseqinit(tp) \
163 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)
[all...]
H A Dslirp.c866 static void slirp_tcp_save(QEMUFile *f, struct tcpcb *tp) argument
870 qemu_put_sbe16(f, tp->t_state);
872 qemu_put_sbe16(f, tp->t_timer[i]);
873 qemu_put_sbe16(f, tp->t_rxtshift);
874 qemu_put_sbe16(f, tp->t_rxtcur);
875 qemu_put_sbe16(f, tp->t_dupacks);
876 qemu_put_be16(f, tp->t_maxseg);
877 qemu_put_sbyte(f, tp->t_force);
878 qemu_put_be16(f, tp->t_flags);
879 qemu_put_be32(f, tp
959 slirp_tcp_load(QEMUFile *f, struct tcpcb *tp) argument
[all...]
H A Dtcp_subr.c65 tcp_template(struct tcpcb *tp) argument
67 struct socket *so = tp->t_socket;
68 register struct tcpiphdr *n = &tp->t_template;
94 * template for a connection tp->t_template. If flags are given
103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, argument
110 DEBUG_ARG("tp = %lx", (long)tp);
117 if (tp)
118 win = sbspace(&tp->t_socket->so_rcv);
156 if (tp)
181 register struct tcpcb *tp; local
221 tcp_drop(struct tcpcb *tp, int err) argument
253 tcp_close(struct tcpcb *tp) argument
305 struct tcpcb *tp = intotcpcb(inp); local
328 tcp_sockclosed(struct tcpcb *tp) argument
436 struct tcpcb *tp; local
[all...]
/external/qemu/slirp-android/
H A Dtcp.h161 #define tcp_rcvseqinit(tp) \
162 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
164 #define tcp_sendseqinit(tp) \
165 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)
[all...]
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...]
H A Dslirp.c1269 static void slirp_tcp_save(QEMUFile *f, struct tcpcb *tp) argument
1273 qemu_put_sbe16(f, tp->t_state);
1275 qemu_put_sbe16(f, tp->t_timer[i]);
1276 qemu_put_sbe16(f, tp->t_rxtshift);
1277 qemu_put_sbe16(f, tp->t_rxtcur);
1278 qemu_put_sbe16(f, tp->t_dupacks);
1279 qemu_put_be16(f, tp->t_maxseg);
1280 qemu_put_sbyte(f, tp->t_force);
1281 qemu_put_be16(f, tp->t_flags);
1282 qemu_put_be32(f, tp
1362 slirp_tcp_load(QEMUFile *f, struct tcpcb *tp) argument
[all...]
/external/mksh/src/
H A Dexec.c63 struct tbl *tp = NULL; local
142 tp = findcom(ap[0], FC_BI|FC_FUNC);
158 if (iosetup(*iowp, tp) < 0) {
164 if (tp && tp->type == CSHELL &&
165 (tp->flag & SPEC_BI))
174 rv = comexec(t, tp, (const char **)ap, flags, xerrok);
493 comexec(struct op *t, struct tbl * volatile tp, const char **ap, argument
536 while (tp && tp
848 scriptexec(struct op *tp, const char **ap) argument
952 struct tbl *tp; local
966 struct tbl *tp = NULL; local
991 struct tbl *tp; local
1047 struct tbl *tp; local
1080 struct tbl *tp = NULL, *tbi; local
1174 struct tbl *tp; local
1268 call_builtin(struct tbl *tp, const char **wp, const char *where) argument
1291 iosetup(struct ioword *iop, struct tbl *tp) argument
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcreate.c87 ptw32_thread_t * tp; local
119 tp = (ptw32_thread_t *) thread.p;
121 priority = tp->sched_priority;
138 tp->sigmask = ((ptw32_thread_t *)self.p)->sigmask;
146 tp->detachState = a->detachstate;
190 tp->state = run ? PThreadStateInitial : PThreadStateSuspended;
192 tp->keys = NULL;
205 tp->threadH =
213 (unsigned *) &(tp->thread));
237 ptw32_mcs_lock_acquire(&tp
[all...]
H A Dpthread_setschedparam.c76 ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; local
104 ptw32_mcs_lock_acquire (&tp->threadLock, &threadLock);
107 if (0 == SetThreadPriority (tp->threadH, prio))
117 tp->sched_priority = priority;
/external/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl71 $tp="%l4";
114 add %sp,$bias+$frame,$tp
140 st $car1,[$tp]
145 add $tp,4,$tp ! tp++
155 st $car1,[$tp]
163 st $car1,[$tp+4]
167 st $car1,[$tp+8]
174 add %sp,$bias+$frame,$tp
[all...]
H A Dppc-mont.pl95 $tp="r22";
154 addi $tp,$sp,$LOCALS
161 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
191 $ST $lo1,0($tp) ; tp[j-1]
194 addi $tp,$tp,$BNSZ ; tp++
204 $ST $lo1,0($tp) ; tp[
[all...]
H A Dparisc-mont.pl41 # more memory references, most notably to tp[num], but this doesn't
108 $tp="%r31";
197 ldo 36($arrsz),$hi1 ; space for tp[num+1]
203 ldo `$LOCALS+32+4`($fp),$tp
270 stw $nm1,-4($tp) ; tp[j-1]
272 stw,ma $nm0,8($tp) ; tp[j-1]
293 stw $nm1,-4($tp) ; tp[
[all...]
H A Dalpha-mont.pl33 $tp="t7";
104 mov sp,$tp
116 lda $tp,8($tp)
138 stq $lo1,-8($tp)
155 stq $lo1,0($tp)
159 stq $hi1,8($tp)
160 stq AT,16($tp)
191 mov sp,$tp
200 ldq $tj,8($tp) #L
[all...]
/external/fio/os/windows/
H A Dposix.h7 extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dostime.h16 int clock_gettime(clockid_t clock_id, struct timespec* tp);
17 int clock_settime(clockid_t clock_id, const struct timespec* tp);
/external/qemu/include/sysemu/
H A Dos-posix.h37 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL)
/external/tcpdump/missing/
H A Dinet_ntop.c113 char *tp; local
153 tp = tmp;
161 *tp++ = ':';
168 *tp++ = ':';
175 if (!inet_ntop_v4(src+12, tp, sizeof(tmp) - (tp - tmp)))
180 tp += strlen(tp);
183 tp += sprintf (tp, "
[all...]
/external/libnl/lib/route/link/
H A Dapi.c79 struct rtnl_link_info_ops *t, **tp; local
81 for (tp = &info_ops; (t=*tp) != NULL; tp = &t->io_next)
93 *tp = t->io_next;
/external/lzma/CPP/Windows/
H A DMemoryLock.cpp43 TOKEN_PRIVILEGES tp;
51 (NULL, SE_LOCK_MEMORY_NAME, &(tp.Privileges[0].Luid)))
53 tp.PrivilegeCount = 1;
54 tp.Privileges[0].Attributes = enable ? SE_PRIVILEGE_ENABLED: 0;
61 (token, FALSE, &tp, 0, NULL, NULL))
/external/iputils/
H A Drdisc.c1313 struct table *tp; local
1315 tp = table;
1316 while (tp) {
1317 if (tp->router.s_addr == addr.s_addr)
1318 return (tp);
1319 tp = tp->next;
1326 struct table *tp; local
1329 tp = table;
1330 while (tp) {
1343 struct table **tpp, *tp; local
1381 struct table **tpp, *tp; local
1397 struct table *tp; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_shader_state.c136 struct nvc0_program *tp = nvc0->tctlprog; local
138 if (tp && nvc0_program_validate(nvc0, tp)) {
139 if (tp->tp.tess_mode != ~0) {
141 PUSH_DATA (push, tp->tp.tess_mode);
145 PUSH_DATA (push, tp->code_base);
147 PUSH_DATA (push, tp->max_gpr);
149 if (tp
162 struct nvc0_program *tp = nvc0->tevlprog; local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_shader_state.c136 struct nvc0_program *tp = nvc0->tctlprog; local
138 if (tp && nvc0_program_validate(nvc0, tp)) {
139 if (tp->tp.tess_mode != ~0) {
141 PUSH_DATA (push, tp->tp.tess_mode);
145 PUSH_DATA (push, tp->code_base);
147 PUSH_DATA (push, tp->max_gpr);
149 if (tp
162 struct nvc0_program *tp = nvc0->tevlprog; local
[all...]
/external/llvm/utils/release/
H A DfindRegressions-nightly.py10 (tp, exp) = ('compileTime_', 'executeTime_')
53 test[fname][tp + n] = float(t[2].split(' ')[2])
55 print test[fname][tp + n]
96 if d_old[t].has_key(tp + x):
97 if not d_new[t].has_key(tp + x):
98 print t + " *** REGRESSION (" + tp + x + ")\n"
101 if d_new[t].has_key(tp + x):
102 print t + " * NEW PASS (" + tp + x + ")\n"

Completed in 610 milliseconds

1234567891011>>