Searched refs:print4 (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c49 static void print4(const char *s, UInt32 val) function
333 print4(" Media type:", mediaType);
427 print4(", Type ", aDesc.componentType);
429 print4(", SubType ", aDesc.componentSubType);
430 print4(", Manufacturer ", aDesc.componentManufacturer);
H A Dreadtest.c63 static void print4(const char *s, UInt32 val) function
597 print4(" Media type:", mediaType);
717 print4(", Type ", aDesc.componentType);
719 print4(", SubType ", aDesc.componentSubType);
720 print4(", Manufacturer ", aDesc.componentManufacturer);
H A Dtestcomp.c55 static void print4(const char *s, UInt32 val) function
490 print4(" Media type:", mediaType);
572 print4(", Type ", aDesc.componentType);
574 print4(", SubType ", aDesc.componentSubType);
575 print4(", Manufacturer ", aDesc.componentManufacturer);
H A Dwritetest.c69 static void print4(const char *s, UInt32 val) function
366 print4(" Media type:", mediaType);
502 print4(", Type ", aDesc.componentType);
504 print4(", SubType ", aDesc.componentSubType);
505 print4(", Manufacturer ", aDesc.componentManufacturer);
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVControlComponent.c99 static void print4(UInt32 val) function
116 print4(a);
118 print4(b);
120 print4(c);
122 print4(d);
H A DDVIsochComponent.c216 static char * print4(UInt32 val, char *buf) function
243 curr = print4(a, curr);
245 curr = print4(b, curr);
247 curr = print4(c, curr);
249 curr = print4(d, curr);

Completed in 156 milliseconds