/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_gentextures.c | 70 GLsizei tw, th; local 73 cr_server.head_spu->dispatch_table.GetTexLevelParameteriv(target, level, GL_TEXTURE_HEIGHT, &th); 76 if (((tw!=width) || (th!=height)) && (internalFormat==GL_DEPTH_COMPONENT24))
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | vj.c | 148 register struct tcphdr *th; local 168 th = (struct tcphdr *)&((long *)ip)[hlen]; 169 if ((th->th_flags & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) 182 || *(long *)th != ((long *)&cs->cs_ip)[getip_hl(cs->cs_ip)]) { 203 && *(long *)th == ((long *)&cs->cs_ip)[getip_hl(cs->cs_ip)]) 217 hlen += getth_off(*th); 239 hlen += getth_off(*th); 253 * check is unnecessary but costless). The 4th line checks the TCP 254 * header length. The 5th line checks IP options, if any. The 6th 460 struct tcphdr *th; local [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | vj.c | 144 register struct tcp_hdr *th; local 166 th = (struct tcp_hdr *)&((long *)ip)[hlen]; 167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { 180 || *(long *)th != ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) { 201 && *(long *)th == ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) { 216 hlen += TCPH_HDRLEN(th); 239 hlen += TCPH_HDRLEN(th); 252 * check is unnecessary but costless). The 4th line checks the TCP 253 * header length. The 5th line checks IP options, if any. The 6th 467 struct tcp_hdr *th; local [all...] |
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | tcp_input.c | 94 tcp_reass(PNATState pData, struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) argument 103 LogFlowFunc(("ENTER: pData:%p, tp:%R[tcpcb793], th:%p, tlenp:%p, m:%p\n", pData, tp, th, tlenp, m)); 112 * Call with th==NULL after become established to 115 if (th == NULL) 128 if ( th->th_seq != tp->rcv_nxt 163 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) 177 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq; 199 th->th_seq += i; 211 int i = (th [all...] |
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/ |
H A D | exdll.h | 88 stack_t *th; local 91 th=(*g_stacktop); 92 lstrcpyA(str,th->text); 93 *g_stacktop = th->next; 94 GlobalFree((HGLOBAL)th); 100 stack_t *th; local 103 th=(stack_t*)GlobalAlloc(GPTR,sizeof(stack_t)+g_stringsize); 104 lstrcpynA(th->text,str,g_stringsize); 105 th->next=*g_stacktop; 106 *g_stacktop=th; [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | foreign.c | 231 void *th; local 238 th = (void*)_beginthreadex( 246 rv = (NULL == th) ? PR_FAILURE : PR_SUCCESS;
|
H A D | provider.c | 828 void *th; local 835 th = (void*)_beginthreadex( 843 rv = (NULL == th) ? PR_FAILURE : PR_SUCCESS;
|
/vbox/src/recompiler/tcg/ |
H A D | tcg.c | 807 TCGHelperInfo *th; local 826 th = &s->helpers[m]; 827 v = th->func; 829 return th; 922 TCGHelperInfo *th; local 930 th = tcg_find_helper(s, val); 931 if (th) { 932 fprintf(outfile, "%s", th->name);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jsr173_api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/stream/ javax/xml/stream/events/ ... |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |