Searched defs:ub (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrccmp.c80 const unsigned char *ub = (const unsigned char *)b; local
85 while( (uc[*ua] == uc[*ub]) && ('\0' != *a) )
89 ub++;
92 return (PRIntn)(uc[*ua] - uc[*ub]);
99 const unsigned char *ub = (const unsigned char *)b; local
104 while( max && (uc[*ua] == uc[*ub]) && ('\0' != *a) )
108 ub++;
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
59 ub = b;
64 ub = -ub, neg ^= 1;
66 uq = __qdivrem(ua, ub, (u_quad_t *)0);
H A Dmoddi3.c56 u_quad_t ua, ub, ur; local
60 ub = b;
65 ub = -ub;
66 (void)__qdivrem(ua, ub, &ur);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c222 const unsigned char *ub = (const unsigned char *)b; local
227 while( (uc[*ua] == uc[*ub]) && ('\0' != *a) )
231 ub++;
234 return (PRIntn)(uc[*ua] - uc[*ub]);
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu.h45 GLubyte ub[4]; member in union:zvabuffer_info_t::__anon2063
/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/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dmmx.h94 unsigned char ub[8]; /* 8 Unsigned Byte */ member in union:__anon3713
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h1987 GLubyte ub[4]; member in union:wined3d_device::__anon2025
/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 Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 124 milliseconds