Searched defs:uch (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng.h48 typedef unsigned char uch; typedef
59 int readpng_get_bgcolor(uch *bg_red, uch *bg_green, uch *bg_blue);
61 uch *readpng_get_image(double display_exponent, int *pChannels,
H A Dreadpng2.h48 typedef unsigned char uch; typedef
61 uch *image_data;
62 uch **row_pointers;
75 uch bg_red;
76 uch bg_green;
77 uch bg_blue;
85 int readpng2_check_sig(uch *sig, int num);
89 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
H A Dwritepng.h62 typedef unsigned char uch; typedef
75 uch *image_data;
76 uch **row_pointers;
91 uch bg_red;
92 uch bg_green;
93 uch bg_blue;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffExtraActionLib/
H A DVBoxPeCoffExtraActionLib.c53 unsigned char uch; local
54 while ((uch = *pszName++) != '\0')
55 ASMOutU32(EFI_PORT_IMAGE_EVENT, EFI_IMAGE_EVT_MAKE(uCmd, uch));
/vbox/src/VBox/Runtime/common/string/
H A Dutf-16-latin-1.cpp336 const unsigned char uch = *puch; local
337 if (!uch)
348 *pwc++ = uch;
H A Dstrtonum.cpp115 unsigned char uch; local
166 while ((uch = (unsigned char)*psz) != 0)
168 unsigned char chDigit = g_auchDigits[uch];
560 unsigned char uch; local
611 while ((uch = (unsigned char)*psz) != 0)
613 unsigned char chDigit = g_auchDigits[uch];
H A Dutf-8.cpp60 const unsigned char uch = *puch; local
61 if (!uch)
63 if (uch & RT_BIT(7))
68 if ((uch & (RT_BIT(7) | RT_BIT(6) | RT_BIT(5))) == (RT_BIT(7) | RT_BIT(6)))
70 else if ((uch & (RT_BIT(7) | RT_BIT(6) | RT_BIT(5) | RT_BIT(4))) == (RT_BIT(7) | RT_BIT(6) | RT_BIT(5)))
72 else if ((uch & (RT_BIT(7) | RT_BIT(6) | RT_BIT(5) | RT_BIT(4) | RT_BIT(3))) == (RT_BIT(7) | RT_BIT(6) | RT_BIT(5) | RT_BIT(4)))
74 else if ((uch & (RT_BIT(7) | RT_BIT(6) | RT_BIT(5) | RT_BIT(4) | RT_BIT(3) | RT_BIT(2))) == (RT_BIT(7) | RT_BIT(6) | RT_BIT(5) | RT_BIT(4) | RT_BIT(3)))
76 else if ((uch & (RT_BIT(7) | RT_BIT(6) | RT_BIT(5) | RT_BIT(4) | RT_BIT(3) | RT_BIT(2) | RT_BIT(1))) == (RT_BIT(7) | RT_BIT(6) | RT_BIT(5) | RT_BIT(4) | RT_BIT(3) | RT_BIT(2)))
117 | ((RTUNICP)(uch & 0x01) << 30);
126 | ((RTUNICP)(uch
197 const unsigned char uch = *puch; local
513 const unsigned char uch = *puch; local
653 const unsigned char uch = *puch; local
1253 const unsigned char uch = *puch; local
1397 const unsigned char uch = *puch; local
1600 unsigned uch = *--puch; local
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dzutil.h41 typedef unsigned char uch; typedef
42 typedef uch FAR uchf;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/
H A Dzutil.h47 typedef unsigned char uch; typedef
48 typedef uch FAR uchf;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
H A Dzutil.h57 typedef unsigned char uch; typedef
58 typedef uch FAR uchf;
/vbox/include/iprt/
H A Dstring.h1183 const unsigned char uch = *(const unsigned char *)psz; local
1184 if (!(uch & RT_BIT(7)))
1185 return uch;
1205 const unsigned char uch = **(const unsigned char **)ppsz; local
1206 if (!(uch & RT_BIT(7)))
1209 *pCp = uch;
1238 const unsigned char uch = **(const unsigned char **)ppsz; local
1239 if (!(uch & RT_BIT(7)))
1243 *pCp = uch;
1362 const unsigned char uch local
1386 const unsigned char uch = **(const unsigned char **)ppsz; local
[all...]

Completed in 46 milliseconds