Searched defs:k2 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dconvert.py59 k2 = k[1:] variable
61 k2 = k variable
63 print 'static void __convert_rescale_%s%d (GLfloat *dst, const %s *src) {' % (k,i,gltypes[k2]['type'])
65 print '\t*dst++ = ((GLfloat) *src++) / %s;' % scale[k2]
66 print '\t*dst = ((GLfloat) *src) / %s;' % scale[k2]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dpred.c611 int k2; local
626 k2 = set_int(a->completionSet);
627 set_rm(k2, a->completionSet);
629 REACH(p->next, k2, &rk2, b);
658 int k2; local
676 k2 = set_int(a->completionTree);
677 set_rm(k2, a->completionTree);
680 TRAV(p->next, k2, &rk2, u);
682 /* any subtrees missing k2 tokens, add u onto end */
683 a->tcontext = tlink(a->tcontext, u, k2);
[all...]
H A Dfset.c303 int k2; local
350 k2 = set_int(rk); /* MR11 this messes up the ambiguity search routine */
351 set_rm(k2, rk);
352 REACH(p->next, k2, &rk2, b); /* MR11 by changing the value of k */
H A Dfset2.c688 int k2; local
726 k2 = set_int(rk);
727 set_rm(k2, rk);
733 TRAV(p->next, k2, &rk2, u);
739 t = tlink(t, u, k2); /* any alts missing k2 toks, add u onto end */
H A Dmrhoist.c931 int k2; local
962 k2=set_int(*incomplete);
963 if (k2 > predDepth) break; /* <=== another exit from loop */
964 set_rm(k2,*incomplete);
965 REACH(ruleRef->next,k2,&rk2,b);
996 unsigned k2; local
1030 k2 = set_int(*incomplete);
1031 if (k2 > (unsigned) predDepth) break; /* <=== another exit from loop */
1032 set_rm(k2,*incomplete);
1035 TRAV(ruleRef->next,k2,
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 55 milliseconds