Home | History | Annotate | Download | only in native

Lines Matching refs:copyCount

73   size_t copyCount;
102 copyCount = n;
104 copyCount = 2;
106 n -= copyCount;
107 copyCount /= sizeof(uint16_t);
109 while (copyCount--) {
117 copyCount = n / sizeof(uint32_t);
118 while (copyCount--) {
136 copyCount = n;
138 copyCount = 2;
140 n -= copyCount;
141 copyCount /= sizeof(uint16_t);
143 while (copyCount--) {
151 copyCount = n / sizeof(uint32_t);
152 while (copyCount--) {