Searched defs:hex (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dvsprintf.c250 unsigned long long hex; local
254 hex = va_arg ( args, unsigned long long );
256 hex = va_arg ( args, unsigned long );
258 hex = va_arg ( args, unsigned int );
260 ptr = format_hex ( ptr, hex, width, flags );
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c239 decodes liberally, in that hex digits can be adjacent, in which case two in
240 a row writes a byte. Or they can delimited by any non-hex character, where
241 the delimiters are ignored except when a single hex digit is followed by a
245 local unsigned char *h2b(const char *hex, unsigned *len) argument
250 in = malloc((strlen(hex) + 1) >> 1);
256 if (*hex >= '0' && *hex <= '9')
257 val = (val << 4) + *hex - '0';
258 else if (*hex >= 'A' && *hex <
284 inf(char *hex, char *what, unsigned step, int win, unsigned len, int err) argument
507 try(char *hex, char *id, int err) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c343 static const char hex[16] = "0123456789abcdef"; local
376 *dst++ = hex[(c >> 4) & 0x0f];
377 *dst++ = hex[c & 0x0f];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c329 static const char hex[16] = "0123456789abcdef"; local
362 *dst++ = hex[(c >> 4) & 0x0f];
363 *dst++ = hex[c & 0x0f];
/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c73 void hex(const void *pv, ssize_t cb, const char *pszWhat) function
274 hex(abBuf, 31, "intquery req");
283 hex(abBuf, cb, "inquiry result");
288 hex(abBuf, cb, "inquiry sense?");
302 hex(abVendor, cb, "palm vendor req");
308 hex(abBuf, cb, "bulk 1");
313 hex(abBuf, cb, "bulk 2");
354 hex(abBuf, cb, "bulk 3");
359 hex(abBuf, cb, "bulk 4");
H A DtstTrekStorGo.c73 void hex(const void *pv, ssize_t cb, const char *pszWhat) function
271 hex(abBuf, 31, "intquery req");
280 hex(abBuf, cb, "inquiry result");
285 hex(abBuf, cb, "inquiry sense?");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c329 static const char hex[16] = "0123456789abcdef"; local
362 *dst++ = hex[(c >> 4) & 0x0f];
363 *dst++ = hex[c & 0x0f];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c283 static const char hex[16] = "0123456789abcdef"; local
316 *dst++ = hex[(c >> 4) & 0x0f];
317 *dst++ = hex[c & 0x0f];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c329 static const char hex[16] = "0123456789abcdef"; local
362 *dst++ = hex[(c >> 4) & 0x0f];
363 *dst++ = hex[c & 0x0f];
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c684 static char *hex = "0123456789abcdef"; local
820 hexp = hex;
836 case 'x': /* unsigned hex */
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp985 nsAutoString hex; local
986 hex.AssignLiteral("0123456789abcdef");
1120 hexp = hex.get();
1137 case 'x': /* unsigned hex */
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c1660 static char hex[16] = local
1672 (const char *) &hex[data[i] >> 4]);
1678 (const char *) &hex[data[i] & 0xF]);
H A Dparser.c6144 int hex = NXT(2); local
6160 if ((hex == 'x') || (hex == 'X'))
H A Dxmlschemastypes.c127 xmlSchemaValHex hex; member in union:_xmlSchemaVal::__anon17129
1045 if (value->value.hex.str != NULL)
1046 xmlFree(value->value.hex.str);
2973 v->value.hex.str = (xmlChar *) cur;
2974 v->value.hex.total = total;
3696 if (val->value.hex.str != NULL)
3697 cur->value.hex.str = xmlStrdup(BAD_CAST val->value.hex.str);
4847 if (x->value.hex.total == y->value.hex
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 155 milliseconds