Home | History | Annotate | Download | only in IdeBusDxe

Lines Matching defs:WordCount

486   UINTN       WordCount;

562 WordCount = 0;
564 while (WordCount < ByteCount / 2) {
581 if ((WordCount + Increment) > ByteCount / 2) {
582 Increment = ByteCount / 2 - WordCount;
592 WordCount += Increment;
635 UINTN WordCount;
706 WordCount = 0;
708 while (WordCount < ByteCount / 2) {
727 if ((WordCount + Increment) > ByteCount / 2) {
728 Increment = ByteCount / 2 - WordCount;
740 WordCount += Increment;
1160 UINTN WordCount;
1246 WordCount = 0;
1248 while (WordCount < ByteCount / 2) {
1265 if ((WordCount + Increment) > ByteCount / 2) {
1266 Increment = ByteCount / 2 - WordCount;
1276 WordCount += Increment;
2175 UINTN WordCount;
2253 WordCount = 0;
2255 while (WordCount < ByteCount / 2) {
2272 if ((WordCount + Increment) > ByteCount / 2) {
2273 Increment = ByteCount / 2 - WordCount;
2283 WordCount += Increment;