Searched defs:byte_size (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c1945 unsigned int byte_size; local
1949 byte_size = (sizeof(*ctxt->node_seq.buffer) *
1953 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
1957 byte_size);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c702 int fprop ARGS((int byte_size));
703 int dprop ARGS((int byte_size));
704 int ldprop ARGS((int byte_size));
720 Void endian ARGS((int byte_size));
1423 for (i=1; i<=sizeof(x); i++) { c=((x>>(byte_size*(sizeof(x)-i)))&mask);\
1428 endian(int byte_size) argument
1438 for (i=1; i<=(unsigned)byte_size; i++) mask= (mask<<1)|1;
1849 Volatile int byte_size, c_signed; local
1855 c=1; byte_size=0;
1856 do { c=c<<1; byte_size
1986 Volatile int byte_size; local
2769 FPROP(int byte_size) argument
3341 FPROP(int byte_size) argument
[all...]

Completed in 53 milliseconds