Searched refs:Count (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 86 * @field scalarInputCount Count of valid scalars in scalarInput. 91 * @field scalarOutputCount Count of scalars to return to the caller in scalarOutput. 222 * @param asyncDataCount Count of valid data in asyncData.
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserialize.cpp | 439 # define YYCOPY(To, From, Count) \ argument 440 __builtin_memcpy (To, From, (Count) * sizeof (*(From))) 442 # define YYCOPY(To, From, Count) \ argument 446 for (yyi = 0; yyi < (Count); yyi++) \
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 511 # define YYCOPY(To, From, Count) \ argument 512 __builtin_memcpy (To, From, (Count) * sizeof (*(From))) 514 # define YYCOPY(To, From, Count) \ argument 518 for (yyi = 0; yyi < (Count); yyi++) \
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 511 # define YYCOPY(To, From, Count) \ argument 512 __builtin_memcpy (To, From, (Count) * sizeof (*(From))) 514 # define YYCOPY(To, From, Count) \ argument 518 for (yyi = 0; yyi < (Count); yyi++) \
|