Searched defs:ua (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrccmp.c79 const unsigned char *ua = (const unsigned char *)a; local
85 while( (uc[*ua] == uc[*ub]) && ('\0' != *a) )
88 ua++;
92 return (PRIntn)(uc[*ua] - uc[*ub]);
98 const unsigned char *ua = (const unsigned char *)a; local
104 while( max && (uc[*ua] == uc[*ub]) && ('\0' != *a) )
107 ua++;
114 return (PRIntn)(uc[*ua] - uc[*ub]);
/vbox/src/VBox/Runtime/common/math/gcc/
H A Ddivdi3.c55 u_quad_t ua, ub, uq; local
58 ua = a;
62 ua = -ua, neg ^= 1;
66 uq = __qdivrem(ua, ub, (u_quad_t *)0);
H A Dmoddi3.c56 u_quad_t ua, ub, ur; local
59 ua = a;
63 ua = -ua, neg ^= 1;
66 (void)__qdivrem(ua, ub, &ur);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c221 const unsigned char *ua = (const unsigned char *)a; local
227 while( (uc[*ua] == uc[*ub]) && ('\0' != *a) )
230 ua++;
234 return (PRIntn)(uc[*ua] - uc[*ub]);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxDbgGl.c123 GLint pa, pr, psp, psr, ua, ur, usp, usr; local
148 DBGL_OP(GetIntegerv(GL_UNPACK_ALIGNMENT, &ua));
180 DBGL_OP(PixelStorei(GL_UNPACK_ALIGNMENT, ua));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxDbgGl.c132 GLint pa, pr, psp, psr, ua, ur, usp, usr; local
157 DBGL_OP(GetIntegerv(GL_UNPACK_ALIGNMENT, &ua));
189 DBGL_OP(PixelStorei(GL_UNPACK_ALIGNMENT, ua));
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c588 PRUint64 ua, ub; local
592 LL_USHR(ua, ub, 32);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxDbgGl.c123 GLint pa, pr, psp, psr, ua, ur, usp, usr; local
148 DBGL_OP(GetIntegerv(GL_UNPACK_ALIGNMENT, &ua));
180 DBGL_OP(PixelStorei(GL_UNPACK_ALIGNMENT, ua));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dantlr.c172 UserAction *ua = newUserAction(LATEXT(1)); local
173 ua->file = action_file; ua->line = action_line;
174 if ( class_nest_level>0 ) list_add(&class_before_actions, ua);
175 else list_add(&BeforeActions, ua);
324 UserAction *ua = newUserAction(LATEXT(1)); local
325 ua->file = action_file; ua->line = action_line;
326 if ( class_nest_level>0 ) list_add(&class_after_actions, ua);
327 else list_add(&AfterActions, ua);
[all...]
H A Dmain.c848 UserAction *ua = (UserAction *)p->elem; local
849 dumpAction( ua->action, Parser_h, 0, ua->file, ua->line, 1);
863 UserAction *ua = (UserAction *)p->elem; local
864 dumpAction( ua->action, Parser_h, 0, ua->file, ua->line, 1);
1703 UserAction *ua = (UserAction *) calloc(1, sizeof(UserAction)); local
1704 require(ua!
[all...]
H A Dgen.c3972 UserAction *ua = (UserAction *)p->elem; local
3973 dumpAction( ua->action, output, 0, ua->file, ua->line, 1);
4245 UserAction *ua = (UserAction *)p->elem; local
4246 dumpAction( ua->action, output, 0, ua->file, ua->line, 1);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c633 GLint pa, pr, psp, psr, ua, ur, usp, usr; local
657 gl->GetIntegerv(GL_UNPACK_ALIGNMENT, &ua);
689 gl->PixelStorei(GL_UNPACK_ALIGNMENT, ua);
/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/ ...

Completed in 93 milliseconds