Searched defs:te (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_subr.c284 struct tseg_qent *te = NULL; local
289 te = LIST_FIRST(&tp->t_segq);
290 LIST_REMOVE(te, tqe_q);
291 m_freem(pData, te->tqe_m);
292 RTMemFree(te);
H A Dtcp_input.c99 struct tseg_qent *te = NULL; local
145 te = RTMemAlloc(sizeof(struct tseg_qent));
146 if (te == NULL)
185 RTMemFree(te);
232 te->tqe_m = m;
233 te->tqe_th = th;
234 te->tqe_len = *tlenp;
238 LIST_INSERT_HEAD(&tp->t_segq, te, tqe_q);
242 LIST_INSERT_AFTER(p, te, tqe_q);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbits.c699 TermEntry *te; local
754 te=(TermEntry *) hash_get(Tname,TokenString(i)); /* MR11 */
755 if (te == NULL || te->akaString == NULL) { /* MR11 */
759 fprintf(Parser_c, ",\n\t/* %02d */\t\"%s\"", i, te->akaString); /* MR11 */
873 TermEntry *te; local
947 te=(TermEntry *) hash_get(Tname,TokenString(i)); /* MR11 */
948 if (te == NULL || te->akaString == NULL) { /* MR11 */
951 fprintf(ErrFile, ",\n\t/* %02d */\t\"%s\"", i, te
1003 isTermEntryTokClass(TermEntry *te) argument
[all...]
H A Dmisc.c297 TermEntry *te; local
302 te = (TermEntry *) hash_get(Tname, q->token);
303 require(te!=NULL, "RemapForcedTokens: token not in hash table");
304 old_pos = te->token;
311 te->token = q->tnum; /* update token type id symbol table */
H A Dantlr.c1513 char *akaString=NULL; TermEntry *te;int save_file=0,save_line=0; local
1633 te=(TermEntry *)hash_get(Tname,t);
1634 if (te != NULL && akaString != NULL) {
1635 if (te->akaString != NULL) {
1636 if (strcmp(te->akaString,akaString) != 0) {
1638 t,te->akaString),
1642 te->akaString=akaString;
/vbox/src/recompiler/
H A Dexec.c2392 CPUTLBEntry *te; local
2493 te = &env->tlb_table[mmu_idx][index];
2494 te->addend = addend - vaddr;
2496 te->addr_read = address;
2498 te->addr_read = -1;
2502 te->addr_code = code_address;
2504 te->addr_code = -1;
2510 te->addr_write = address | TLB_MMIO;
2513 te->addr_write = address | TLB_NOTDIRTY;
2515 te
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 64 milliseconds